public static interface FilterPB.ColumnPaginationFilterOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getColumnOffset()
optional bytes column_offset = 3; |
int |
getLimit()
required int32 limit = 1; |
int |
getOffset()
optional int32 offset = 2; |
boolean |
hasColumnOffset()
optional bytes column_offset = 3; |
boolean |
hasLimit()
required int32 limit = 1; |
boolean |
hasOffset()
optional int32 offset = 2; |
boolean hasLimit()
required int32 limit = 1;
int getLimit()
required int32 limit = 1;
boolean hasOffset()
optional int32 offset = 2;
int getOffset()
optional int32 offset = 2;
boolean hasColumnOffset()
optional bytes column_offset = 3;
com.google.protobuf.ByteString getColumnOffset()
optional bytes column_offset = 3;
Copyright © 2010-2017, The Async HBase Authors