| Package | Description |
|---|---|
| org.hbase.async.generated |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<FilterPB.RowRange> |
FilterPB.RowRange.PARSER |
| Modifier and Type | Method and Description |
|---|---|
FilterPB.RowRange |
FilterPB.RowRange.Builder.build() |
FilterPB.RowRange |
FilterPB.RowRange.Builder.buildPartial() |
static FilterPB.RowRange |
FilterPB.RowRange.getDefaultInstance() |
FilterPB.RowRange |
FilterPB.RowRange.getDefaultInstanceForType() |
FilterPB.RowRange |
FilterPB.RowRange.Builder.getDefaultInstanceForType() |
FilterPB.RowRange |
FilterPB.MultiRowRangeFilterOrBuilder.getRowRangeList(int index)
repeated .RowRange row_range_list = 1; |
FilterPB.RowRange |
FilterPB.MultiRowRangeFilter.getRowRangeList(int index)
repeated .RowRange row_range_list = 1; |
FilterPB.RowRange |
FilterPB.MultiRowRangeFilter.Builder.getRowRangeList(int index)
repeated .RowRange row_range_list = 1; |
static FilterPB.RowRange |
FilterPB.RowRange.parseDelimitedFrom(InputStream input) |
static FilterPB.RowRange |
FilterPB.RowRange.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterPB.RowRange |
FilterPB.RowRange.parseFrom(byte[] data) |
static FilterPB.RowRange |
FilterPB.RowRange.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterPB.RowRange |
FilterPB.RowRange.parseFrom(com.google.protobuf.ByteString data) |
static FilterPB.RowRange |
FilterPB.RowRange.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterPB.RowRange |
FilterPB.RowRange.parseFrom(com.google.protobuf.CodedInputStream input) |
static FilterPB.RowRange |
FilterPB.RowRange.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterPB.RowRange |
FilterPB.RowRange.parseFrom(InputStream input) |
static FilterPB.RowRange |
FilterPB.RowRange.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<FilterPB.RowRange> |
FilterPB.RowRange.getParserForType() |
List<FilterPB.RowRange> |
FilterPB.MultiRowRangeFilterOrBuilder.getRowRangeListList()
repeated .RowRange row_range_list = 1; |
List<FilterPB.RowRange> |
FilterPB.MultiRowRangeFilter.getRowRangeListList()
repeated .RowRange row_range_list = 1; |
List<FilterPB.RowRange> |
FilterPB.MultiRowRangeFilter.Builder.getRowRangeListList()
repeated .RowRange row_range_list = 1; |
| Modifier and Type | Method and Description |
|---|---|
FilterPB.MultiRowRangeFilter.Builder |
FilterPB.MultiRowRangeFilter.Builder.addRowRangeList(FilterPB.RowRange value)
repeated .RowRange row_range_list = 1; |
FilterPB.MultiRowRangeFilter.Builder |
FilterPB.MultiRowRangeFilter.Builder.addRowRangeList(int index,
FilterPB.RowRange value)
repeated .RowRange row_range_list = 1; |
FilterPB.RowRange.Builder |
FilterPB.RowRange.Builder.mergeFrom(FilterPB.RowRange other) |
static FilterPB.RowRange.Builder |
FilterPB.RowRange.newBuilder(FilterPB.RowRange prototype) |
FilterPB.MultiRowRangeFilter.Builder |
FilterPB.MultiRowRangeFilter.Builder.setRowRangeList(int index,
FilterPB.RowRange value)
repeated .RowRange row_range_list = 1; |
| Modifier and Type | Method and Description |
|---|---|
FilterPB.MultiRowRangeFilter.Builder |
FilterPB.MultiRowRangeFilter.Builder.addAllRowRangeList(Iterable<? extends FilterPB.RowRange> values)
repeated .RowRange row_range_list = 1; |
Copyright © 2010-2018, The Async HBase Authors