public interface ColumnRangeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEndQualifierCase()
public abstract ColumnRange.EndQualifierCase getEndQualifierCase()
Type | Description |
ColumnRange.EndQualifierCase |
getEndQualifierClosed()
public abstract ByteString getEndQualifierClosed()
Used when giving an inclusive upper bound for the range.
bytes end_qualifier_closed = 4;
Type | Description |
ByteString | The endQualifierClosed. |
getEndQualifierOpen()
public abstract ByteString getEndQualifierOpen()
Used when giving an exclusive upper bound for the range.
bytes end_qualifier_open = 5;
Type | Description |
ByteString | The endQualifierOpen. |
getFamilyName()
public abstract String getFamilyName()
The name of the column family within which this range falls.
string family_name = 1;
Type | Description |
String | The familyName. |
getFamilyNameBytes()
public abstract ByteString getFamilyNameBytes()
The name of the column family within which this range falls.
string family_name = 1;
Type | Description |
ByteString | The bytes for familyName. |
getStartQualifierCase()
public abstract ColumnRange.StartQualifierCase getStartQualifierCase()
Type | Description |
ColumnRange.StartQualifierCase |
getStartQualifierClosed()
public abstract ByteString getStartQualifierClosed()
Used when giving an inclusive lower bound for the range.
bytes start_qualifier_closed = 2;
Type | Description |
ByteString | The startQualifierClosed. |
getStartQualifierOpen()
public abstract ByteString getStartQualifierOpen()
Used when giving an exclusive lower bound for the range.
bytes start_qualifier_open = 3;
Type | Description |
ByteString | The startQualifierOpen. |
hasEndQualifierClosed()
public abstract boolean hasEndQualifierClosed()
Used when giving an inclusive upper bound for the range.
bytes end_qualifier_closed = 4;
Type | Description |
boolean | Whether the endQualifierClosed field is set. |
hasEndQualifierOpen()
public abstract boolean hasEndQualifierOpen()
Used when giving an exclusive upper bound for the range.
bytes end_qualifier_open = 5;
Type | Description |
boolean | Whether the endQualifierOpen field is set. |
hasStartQualifierClosed()
public abstract boolean hasStartQualifierClosed()
Used when giving an inclusive lower bound for the range.
bytes start_qualifier_closed = 2;
Type | Description |
boolean | Whether the startQualifierClosed field is set. |
hasStartQualifierOpen()
public abstract boolean hasStartQualifierOpen()
Used when giving an exclusive lower bound for the range.
bytes start_qualifier_open = 3;
Type | Description |
boolean | Whether the startQualifierOpen field is set. |