public static final class ClientProtos.Get extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements ClientProtos.GetOrBuilder
The protocol buffer version of Get. Unless existence_only is specified, return all the requested data for the row that matches exactly.Protobuf type
hbase.pb.Get| 限定符和类型 | 类和说明 |
|---|---|
static class |
ClientProtos.Get.Builder
The protocol buffer version of Get.
|
org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
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 org.apache.hbase.thirdparty.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()
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 org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getExistenceOnly()
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()
DO NOT add defaults to load_column_families_on_demand.
|
int |
getMaxVersions()
optional uint32 max_versions = 6 [default = 1]; |
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Get> |
getParserForType() |
org.apache.hbase.thirdparty.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; |
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCacheBlocks()
optional bool cache_blocks = 7 [default = true]; |
boolean |
hasClosestRowBefore()
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()
The result isn't asked for, just check for
the existence.
|
boolean |
hasFilter()
optional .hbase.pb.Filter filter = 4; |
int |
hashCode() |
boolean |
hasLoadColumnFamiliesOnDemand()
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 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.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(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ClientProtos.Get |
parseDelimitedFrom(InputStream input) |
static ClientProtos.Get |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(byte[] data) |
static ClientProtos.Get |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(ByteBuffer data) |
static ClientProtos.Get |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClientProtos.Get |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClientProtos.Get |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(InputStream input) |
static ClientProtos.Get |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Get> |
parser() |
ClientProtos.Get.Builder |
toBuilder() |
void |
writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic 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
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Get> PARSER
public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean hasRow()
required bytes row = 1;hasRow 在接口中 ClientProtos.GetOrBuilderpublic org.apache.hbase.thirdparty.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()
The result isn't asked for, just check for the existence.
optional bool existence_only = 10 [default = false];hasExistenceOnly 在接口中 ClientProtos.GetOrBuilderpublic boolean getExistenceOnly()
The result isn't asked for, just check for the existence.
optional bool existence_only = 10 [default = false];getExistenceOnly 在接口中 ClientProtos.GetOrBuilderpublic boolean hasClosestRowBefore()
If the row to get doesn't exist, return the closest row before. Deprecated. No longer used! Since hbase-2.0.0 but left in place so can test for Gets with this set and throw Exception.
optional bool closest_row_before = 11 [default = false];hasClosestRowBefore 在接口中 ClientProtos.GetOrBuilderpublic boolean getClosestRowBefore()
If the row to get doesn't exist, return the closest row before. Deprecated. No longer used! Since hbase-2.0.0 but left in place so can test for Gets with this set and throw Exception.
optional bool closest_row_before = 11 [default = false];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()
DO NOT add defaults to load_column_families_on_demand.
optional bool load_column_families_on_demand = 14;public boolean getLoadColumnFamiliesOnDemand()
DO NOT add defaults to load_column_families_on_demand.
optional bool load_column_families_on_demand = 14;public final boolean isInitialized()
isInitialized 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Messageequals 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static ClientProtos.Get parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientProtos.Get parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.Get parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientProtos.Get parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.Get parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientProtos.Get parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ClientProtos.Get.Builder newBuilderForType()
newBuilderForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static ClientProtos.Get.Builder newBuilder()
public static ClientProtos.Get.Builder newBuilder(ClientProtos.Get prototype)
public ClientProtos.Get.Builder toBuilder()
toBuilder 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected ClientProtos.Get.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static ClientProtos.Get getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Get> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Get> getParserForType()
getParserForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public ClientProtos.Get getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019. All rights reserved.