public class ColumnNameHelper
extends java.lang.Object
| Constructor and Description |
|---|
ColumnNameHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.nio.ByteBuffer> |
maxComponents(java.util.List<java.nio.ByteBuffer> maxSeen,
Composite candidate,
CellNameType comparator)
finds the max cell name component(s)
Note that this method *can modify maxSeen*.
|
static java.util.List<java.nio.ByteBuffer> |
mergeMax(java.util.List<java.nio.ByteBuffer> maxColumnNames,
java.util.List<java.nio.ByteBuffer> candidates,
CellNameType comparator)
Merge 2 lists of max cell name components.
|
static java.util.List<java.nio.ByteBuffer> |
mergeMin(java.util.List<java.nio.ByteBuffer> minColumnNames,
java.util.List<java.nio.ByteBuffer> candidates,
CellNameType comparator)
Merge 2 lists of min cell name components.
|
static java.util.List<java.nio.ByteBuffer> |
minComponents(java.util.List<java.nio.ByteBuffer> minSeen,
Composite candidate,
CellNameType comparator)
finds the min cell name component(s)
Note that this method *can modify maxSeen*.
|
public static java.util.List<java.nio.ByteBuffer> maxComponents(java.util.List<java.nio.ByteBuffer> maxSeen,
Composite candidate,
CellNameType comparator)
maxSeen - the max columns seen so farcandidate - the candidate column(s)comparator - the comparator to usepublic static java.util.List<java.nio.ByteBuffer> minComponents(java.util.List<java.nio.ByteBuffer> minSeen,
Composite candidate,
CellNameType comparator)
minSeen - the max columns seen so farcandidate - the candidate column(s)comparator - the comparator to usepublic static java.util.List<java.nio.ByteBuffer> mergeMin(java.util.List<java.nio.ByteBuffer> minColumnNames,
java.util.List<java.nio.ByteBuffer> candidates,
CellNameType comparator)
minColumnNames - lhscandidates - rhscomparator - comparator to usepublic static java.util.List<java.nio.ByteBuffer> mergeMax(java.util.List<java.nio.ByteBuffer> maxColumnNames,
java.util.List<java.nio.ByteBuffer> candidates,
CellNameType comparator)
maxColumnNames - lhscandidates - rhscomparator - comparator to useCopyright © 2014 The Apache Software Foundation