org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.GetOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ClientProtos.Get, ClientProtos.Get.Builder
- Enclosing class:
- ClientProtos
public static interface ClientProtos.GetOrBuilder
- extends com.google.protobuf.MessageOrBuilder
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasRow
boolean hasRow()
getRow
com.google.protobuf.ByteString getRow()
getColumnList
List<ClientProtos.Column> getColumnList()
getColumn
ClientProtos.Column getColumn(int index)
getColumnCount
int getColumnCount()
getColumnOrBuilderList
List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
getColumnOrBuilder
ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
getAttributeList
List<HBaseProtos.NameBytesPair> getAttributeList()
getAttribute
HBaseProtos.NameBytesPair getAttribute(int index)
getAttributeCount
int getAttributeCount()
getAttributeOrBuilderList
List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
getAttributeOrBuilder
HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
hasFilter
boolean hasFilter()
getFilter
FilterProtos.Filter getFilter()
getFilterOrBuilder
FilterProtos.FilterOrBuilder getFilterOrBuilder()
hasTimeRange
boolean hasTimeRange()
getTimeRange
HBaseProtos.TimeRange getTimeRange()
getTimeRangeOrBuilder
HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
hasMaxVersions
boolean hasMaxVersions()
getMaxVersions
int getMaxVersions()
hasCacheBlocks
boolean hasCacheBlocks()
getCacheBlocks
boolean getCacheBlocks()
hasStoreLimit
boolean hasStoreLimit()
getStoreLimit
int getStoreLimit()
hasStoreOffset
boolean hasStoreOffset()
getStoreOffset
int getStoreOffset()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.