public class ColumnSlice
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ColumnSlice.NavigableSetIterator |
static class |
ColumnSlice.Serializer |
Modifier and Type | Field and Description |
---|---|
static ColumnSlice |
ALL_COLUMNS |
static ColumnSlice[] |
ALL_COLUMNS_ARRAY |
Composite |
finish |
Composite |
start |
Constructor and Description |
---|
ColumnSlice(Composite start,
Composite finish) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
includes(java.util.Comparator<Composite> cmp,
Composite name) |
boolean |
intersects(java.util.List<java.nio.ByteBuffer> minCellNames,
java.util.List<java.nio.ByteBuffer> maxCellNames,
CellNameType comparator,
boolean reversed) |
boolean |
isAlwaysEmpty(CellNameType comparator,
boolean reversed) |
boolean |
isBefore(java.util.Comparator<Composite> cmp,
Composite name) |
java.lang.String |
toString() |
public static final ColumnSlice ALL_COLUMNS
public static final ColumnSlice[] ALL_COLUMNS_ARRAY
public final Composite start
public final Composite finish
public boolean isAlwaysEmpty(CellNameType comparator, boolean reversed)
public boolean intersects(java.util.List<java.nio.ByteBuffer> minCellNames, java.util.List<java.nio.ByteBuffer> maxCellNames, CellNameType comparator, boolean reversed)
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014 The Apache Software Foundation