public static final class ClientProtos.Get extends com.google.protobuf.GeneratedMessage implements ClientProtos.GetOrBuilder
hbase.pb.Get
The protocol buffer version of Get. Unless existence_only is specified, return all the requested data for the row that matches exactly.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ClientProtos.Get.Builder
Protobuf type
hbase.pb.Get
The protocol buffer version of Get. |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ATTRIBUTE_FIELD_NUMBER |
static int |
CACHE_BLOCKS_FIELD_NUMBER |
static int |
CF_TIME_RANGE_FIELD_NUMBER |
static int |
CLOSEST_ROW_BEFORE_FIELD_NUMBER |
static int |
COLUMN_FIELD_NUMBER |
static int |
CONSISTENCY_FIELD_NUMBER |
static int |
EXISTENCE_ONLY_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
LOAD_COLUMN_FAMILIES_ON_DEMAND_FIELD_NUMBER |
static int |
MAX_VERSIONS_FIELD_NUMBER |
static com.google.protobuf.Parser<ClientProtos.Get> |
PARSER |
static int |
ROW_FIELD_NUMBER |
static int |
STORE_LIMIT_FIELD_NUMBER |
static int |
STORE_OFFSET_FIELD_NUMBER |
static int |
TIME_RANGE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
HBaseProtos.NameBytesPair |
getAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 3; |
int |
getAttributeCount()
repeated .hbase.pb.NameBytesPair attribute = 3; |
List<HBaseProtos.NameBytesPair> |
getAttributeList()
repeated .hbase.pb.NameBytesPair attribute = 3; |
HBaseProtos.NameBytesPairOrBuilder |
getAttributeOrBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 3; |
List<? extends HBaseProtos.NameBytesPairOrBuilder> |
getAttributeOrBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 3; |
boolean |
getCacheBlocks()
optional bool cache_blocks = 7 [default = true]; |
HBaseProtos.ColumnFamilyTimeRange |
getCfTimeRange(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13; |
int |
getCfTimeRangeCount()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13; |
List<HBaseProtos.ColumnFamilyTimeRange> |
getCfTimeRangeList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13; |
HBaseProtos.ColumnFamilyTimeRangeOrBuilder |
getCfTimeRangeOrBuilder(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13; |
List<? extends HBaseProtos.ColumnFamilyTimeRangeOrBuilder> |
getCfTimeRangeOrBuilderList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13; |
boolean |
getClosestRowBefore()
optional bool closest_row_before = 11 [default = false];
If the row to get doesn't exist, return the
closest row before. |
ClientProtos.Column |
getColumn(int index)
repeated .hbase.pb.Column column = 2; |
int |
getColumnCount()
repeated .hbase.pb.Column column = 2; |
List<ClientProtos.Column> |
getColumnList()
repeated .hbase.pb.Column column = 2; |
ClientProtos.ColumnOrBuilder |
getColumnOrBuilder(int index)
repeated .hbase.pb.Column column = 2; |
List<? extends ClientProtos.ColumnOrBuilder> |
getColumnOrBuilderList()
repeated .hbase.pb.Column column = 2; |
ClientProtos.Consistency |
getConsistency()
optional .hbase.pb.Consistency consistency = 12 [default = STRONG]; |
static ClientProtos.Get |
getDefaultInstance() |
ClientProtos.Get |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getExistenceOnly()
optional bool existence_only = 10 [default = false];
The result isn't asked for, just check for
the existence. |
FilterProtos.Filter |
getFilter()
optional .hbase.pb.Filter filter = 4; |
FilterProtos.FilterOrBuilder |
getFilterOrBuilder()
optional .hbase.pb.Filter filter = 4; |
boolean |
getLoadColumnFamiliesOnDemand()
optional bool load_column_families_on_demand = 14;
DO NOT add defaults to load_column_families_on_demand. |
int |
getMaxVersions()
optional uint32 max_versions = 6 [default = 1]; |
com.google.protobuf.Parser<ClientProtos.Get> |
getParserForType() |
com.google.protobuf.ByteString |
getRow()
required bytes row = 1; |
int |
getSerializedSize() |
int |
getStoreLimit()
optional uint32 store_limit = 8; |
int |
getStoreOffset()
optional uint32 store_offset = 9; |
HBaseProtos.TimeRange |
getTimeRange()
optional .hbase.pb.TimeRange time_range = 5; |
HBaseProtos.TimeRangeOrBuilder |
getTimeRangeOrBuilder()
optional .hbase.pb.TimeRange time_range = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCacheBlocks()
optional bool cache_blocks = 7 [default = true]; |
boolean |
hasClosestRowBefore()
optional bool closest_row_before = 11 [default = false];
If the row to get doesn't exist, return the
closest row before. |
boolean |
hasConsistency()
optional .hbase.pb.Consistency consistency = 12 [default = STRONG]; |
boolean |
hasExistenceOnly()
optional bool existence_only = 10 [default = false];
The result isn't asked for, just check for
the existence. |
boolean |
hasFilter()
optional .hbase.pb.Filter filter = 4; |
int |
hashCode() |
boolean |
hasLoadColumnFamiliesOnDemand()
optional bool load_column_families_on_demand = 14;
DO NOT add defaults to load_column_families_on_demand. |
boolean |
hasMaxVersions()
optional uint32 max_versions = 6 [default = 1]; |
boolean |
hasRow()
required bytes row = 1; |
boolean |
hasStoreLimit()
optional uint32 store_limit = 8; |
boolean |
hasStoreOffset()
optional uint32 store_offset = 9; |
boolean |
hasTimeRange()
optional .hbase.pb.TimeRange time_range = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClientProtos.Get.Builder |
newBuilder() |
static ClientProtos.Get.Builder |
newBuilder(ClientProtos.Get prototype) |
ClientProtos.Get.Builder |
newBuilderForType() |
protected ClientProtos.Get.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ClientProtos.Get |
parseDelimitedFrom(InputStream input) |
static ClientProtos.Get |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(byte[] data) |
static ClientProtos.Get |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.Get |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.Get |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(InputStream input) |
static ClientProtos.Get |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.Get.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<ClientProtos.Get> PARSER
public static final int ROW_FIELD_NUMBER
public static final int COLUMN_FIELD_NUMBER
public static final int ATTRIBUTE_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int TIME_RANGE_FIELD_NUMBER
public static final int MAX_VERSIONS_FIELD_NUMBER
public static final int CACHE_BLOCKS_FIELD_NUMBER
public static final int STORE_LIMIT_FIELD_NUMBER
public static final int STORE_OFFSET_FIELD_NUMBER
public static final int EXISTENCE_ONLY_FIELD_NUMBER
public static final int CLOSEST_ROW_BEFORE_FIELD_NUMBER
public static final int CONSISTENCY_FIELD_NUMBER
public static final int CF_TIME_RANGE_FIELD_NUMBER
public static final int LOAD_COLUMN_FAMILIES_ON_DEMAND_FIELD_NUMBER
public static ClientProtos.Get getDefaultInstance()
public ClientProtos.Get getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<ClientProtos.Get> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic boolean hasRow()
required bytes row = 1;hasRow 在接口中 ClientProtos.GetOrBuilderpublic com.google.protobuf.ByteString getRow()
required bytes row = 1;getRow 在接口中 ClientProtos.GetOrBuilderpublic List<ClientProtos.Column> getColumnList()
repeated .hbase.pb.Column column = 2;getColumnList 在接口中 ClientProtos.GetOrBuilderpublic List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
repeated .hbase.pb.Column column = 2;public int getColumnCount()
repeated .hbase.pb.Column column = 2;getColumnCount 在接口中 ClientProtos.GetOrBuilderpublic ClientProtos.Column getColumn(int index)
repeated .hbase.pb.Column column = 2;getColumn 在接口中 ClientProtos.GetOrBuilderpublic ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
repeated .hbase.pb.Column column = 2;getColumnOrBuilder 在接口中 ClientProtos.GetOrBuilderpublic List<HBaseProtos.NameBytesPair> getAttributeList()
repeated .hbase.pb.NameBytesPair attribute = 3;getAttributeList 在接口中 ClientProtos.GetOrBuilderpublic List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 3;public int getAttributeCount()
repeated .hbase.pb.NameBytesPair attribute = 3;getAttributeCount 在接口中 ClientProtos.GetOrBuilderpublic HBaseProtos.NameBytesPair getAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 3;getAttribute 在接口中 ClientProtos.GetOrBuilderpublic HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 3;public boolean hasFilter()
optional .hbase.pb.Filter filter = 4;hasFilter 在接口中 ClientProtos.GetOrBuilderpublic FilterProtos.Filter getFilter()
optional .hbase.pb.Filter filter = 4;getFilter 在接口中 ClientProtos.GetOrBuilderpublic FilterProtos.FilterOrBuilder getFilterOrBuilder()
optional .hbase.pb.Filter filter = 4;getFilterOrBuilder 在接口中 ClientProtos.GetOrBuilderpublic boolean hasTimeRange()
optional .hbase.pb.TimeRange time_range = 5;hasTimeRange 在接口中 ClientProtos.GetOrBuilderpublic HBaseProtos.TimeRange getTimeRange()
optional .hbase.pb.TimeRange time_range = 5;getTimeRange 在接口中 ClientProtos.GetOrBuilderpublic HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .hbase.pb.TimeRange time_range = 5;public boolean hasMaxVersions()
optional uint32 max_versions = 6 [default = 1];hasMaxVersions 在接口中 ClientProtos.GetOrBuilderpublic int getMaxVersions()
optional uint32 max_versions = 6 [default = 1];getMaxVersions 在接口中 ClientProtos.GetOrBuilderpublic boolean hasCacheBlocks()
optional bool cache_blocks = 7 [default = true];hasCacheBlocks 在接口中 ClientProtos.GetOrBuilderpublic boolean getCacheBlocks()
optional bool cache_blocks = 7 [default = true];getCacheBlocks 在接口中 ClientProtos.GetOrBuilderpublic boolean hasStoreLimit()
optional uint32 store_limit = 8;hasStoreLimit 在接口中 ClientProtos.GetOrBuilderpublic int getStoreLimit()
optional uint32 store_limit = 8;getStoreLimit 在接口中 ClientProtos.GetOrBuilderpublic boolean hasStoreOffset()
optional uint32 store_offset = 9;hasStoreOffset 在接口中 ClientProtos.GetOrBuilderpublic int getStoreOffset()
optional uint32 store_offset = 9;getStoreOffset 在接口中 ClientProtos.GetOrBuilderpublic boolean hasExistenceOnly()
optional bool existence_only = 10 [default = false];
The result isn't asked for, just check for the existence.
hasExistenceOnly 在接口中 ClientProtos.GetOrBuilderpublic boolean getExistenceOnly()
optional bool existence_only = 10 [default = false];
The result isn't asked for, just check for the existence.
getExistenceOnly 在接口中 ClientProtos.GetOrBuilderpublic boolean hasClosestRowBefore()
optional bool closest_row_before = 11 [default = false];
If the row to get doesn't exist, return the closest row before. Deprecated. No longer used! Since hbase-2.0.0.
hasClosestRowBefore 在接口中 ClientProtos.GetOrBuilderpublic boolean getClosestRowBefore()
optional bool closest_row_before = 11 [default = false];
If the row to get doesn't exist, return the closest row before. Deprecated. No longer used! Since hbase-2.0.0.
getClosestRowBefore 在接口中 ClientProtos.GetOrBuilderpublic boolean hasConsistency()
optional .hbase.pb.Consistency consistency = 12 [default = STRONG];hasConsistency 在接口中 ClientProtos.GetOrBuilderpublic ClientProtos.Consistency getConsistency()
optional .hbase.pb.Consistency consistency = 12 [default = STRONG];getConsistency 在接口中 ClientProtos.GetOrBuilderpublic List<HBaseProtos.ColumnFamilyTimeRange> getCfTimeRangeList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13;getCfTimeRangeList 在接口中 ClientProtos.GetOrBuilderpublic List<? extends HBaseProtos.ColumnFamilyTimeRangeOrBuilder> getCfTimeRangeOrBuilderList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13;public int getCfTimeRangeCount()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13;getCfTimeRangeCount 在接口中 ClientProtos.GetOrBuilderpublic HBaseProtos.ColumnFamilyTimeRange getCfTimeRange(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13;getCfTimeRange 在接口中 ClientProtos.GetOrBuilderpublic HBaseProtos.ColumnFamilyTimeRangeOrBuilder getCfTimeRangeOrBuilder(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13;public boolean hasLoadColumnFamiliesOnDemand()
optional bool load_column_families_on_demand = 14;
DO NOT add defaults to load_column_families_on_demand.
public boolean getLoadColumnFamiliesOnDemand()
optional bool load_column_families_on_demand = 14;
DO NOT add defaults to load_column_families_on_demand.
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace 在类中 com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static ClientProtos.Get parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientProtos.Get parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.Get parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientProtos.Get parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.Get parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientProtos.Get parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.Get.Builder newBuilder()
public ClientProtos.Get.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ClientProtos.Get.Builder newBuilder(ClientProtos.Get prototype)
public ClientProtos.Get.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected ClientProtos.Get.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2007–2019. All rights reserved.