public static final class WALProtos.WALKey extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements WALProtos.WALKeyOrBuilder
Protocol buffer version of WALKey; see WALKey comment, not really a key but WALEdit header for some KVsProtobuf type
hbase.pb.WALKey| 限定符和类型 | 类和说明 |
|---|---|
static class |
WALProtos.WALKey.Builder
Protocol buffer version of WALKey; see WALKey comment, not really a key but WALEdit header
for some KVs
Protobuf type
hbase.pb.WALKey |
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 |
CLUSTER_ID_FIELD_NUMBER |
static int |
CLUSTER_IDS_FIELD_NUMBER |
static int |
ENCODED_REGION_NAME_FIELD_NUMBER |
static int |
FOLLOWING_KV_COUNT_FIELD_NUMBER |
static int |
LOG_SEQUENCE_NUMBER_FIELD_NUMBER |
static int |
NONCE_FIELD_NUMBER |
static int |
NONCEGROUP_FIELD_NUMBER |
static int |
ORIG_SEQUENCE_NUMBER_FIELD_NUMBER |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.WALKey> |
PARSER
已过时。
|
static int |
SCOPES_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
static int |
WRITE_TIME_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
HBaseProtos.UUID |
getClusterId()
已过时。
|
HBaseProtos.UUIDOrBuilder |
getClusterIdOrBuilder()
已过时。
|
HBaseProtos.UUID |
getClusterIds(int index)
This field contains the list of clusters that have
consumed the change
repeated .hbase.pb.UUID cluster_ids = 8; |
int |
getClusterIdsCount()
This field contains the list of clusters that have
consumed the change
repeated .hbase.pb.UUID cluster_ids = 8; |
List<HBaseProtos.UUID> |
getClusterIdsList()
This field contains the list of clusters that have
consumed the change
repeated .hbase.pb.UUID cluster_ids = 8; |
HBaseProtos.UUIDOrBuilder |
getClusterIdsOrBuilder(int index)
This field contains the list of clusters that have
consumed the change
repeated .hbase.pb.UUID cluster_ids = 8; |
List<? extends HBaseProtos.UUIDOrBuilder> |
getClusterIdsOrBuilderList()
This field contains the list of clusters that have
consumed the change
repeated .hbase.pb.UUID cluster_ids = 8; |
static WALProtos.WALKey |
getDefaultInstance() |
WALProtos.WALKey |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getEncodedRegionName()
required bytes encoded_region_name = 1; |
int |
getFollowingKvCount()
optional uint32 following_kv_count = 7; |
long |
getLogSequenceNumber()
required uint64 log_sequence_number = 3; |
long |
getNonce()
optional uint64 nonce = 10; |
long |
getNonceGroup()
optional uint64 nonceGroup = 9; |
long |
getOrigSequenceNumber()
optional uint64 orig_sequence_number = 11; |
org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.WALKey> |
getParserForType() |
WALProtos.FamilyScope |
getScopes(int index)
repeated .hbase.pb.FamilyScope scopes = 6; |
int |
getScopesCount()
repeated .hbase.pb.FamilyScope scopes = 6; |
List<WALProtos.FamilyScope> |
getScopesList()
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.FamilyScopeOrBuilder |
getScopesOrBuilder(int index)
repeated .hbase.pb.FamilyScope scopes = 6; |
List<? extends WALProtos.FamilyScopeOrBuilder> |
getScopesOrBuilderList()
repeated .hbase.pb.FamilyScope scopes = 6; |
int |
getSerializedSize() |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getTableName()
required bytes table_name = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getWriteTime()
required uint64 write_time = 4; |
boolean |
hasClusterId()
已过时。
|
boolean |
hasEncodedRegionName()
required bytes encoded_region_name = 1; |
boolean |
hasFollowingKvCount()
optional uint32 following_kv_count = 7; |
int |
hashCode() |
boolean |
hasLogSequenceNumber()
required uint64 log_sequence_number = 3; |
boolean |
hasNonce()
optional uint64 nonce = 10; |
boolean |
hasNonceGroup()
optional uint64 nonceGroup = 9; |
boolean |
hasOrigSequenceNumber()
optional uint64 orig_sequence_number = 11; |
boolean |
hasTableName()
required bytes table_name = 2; |
boolean |
hasWriteTime()
required uint64 write_time = 4; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WALProtos.WALKey.Builder |
newBuilder() |
static WALProtos.WALKey.Builder |
newBuilder(WALProtos.WALKey prototype) |
WALProtos.WALKey.Builder |
newBuilderForType() |
protected WALProtos.WALKey.Builder |
newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static WALProtos.WALKey |
parseDelimitedFrom(InputStream input) |
static WALProtos.WALKey |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALKey |
parseFrom(byte[] data) |
static WALProtos.WALKey |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALKey |
parseFrom(ByteBuffer data) |
static WALProtos.WALKey |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALKey |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static WALProtos.WALKey |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALKey |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static WALProtos.WALKey |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALKey |
parseFrom(InputStream input) |
static WALProtos.WALKey |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.WALKey> |
parser() |
WALProtos.WALKey.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 ENCODED_REGION_NAME_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
public static final int LOG_SEQUENCE_NUMBER_FIELD_NUMBER
public static final int WRITE_TIME_FIELD_NUMBER
public static final int CLUSTER_ID_FIELD_NUMBER
public static final int SCOPES_FIELD_NUMBER
public static final int FOLLOWING_KV_COUNT_FIELD_NUMBER
public static final int CLUSTER_IDS_FIELD_NUMBER
public static final int NONCEGROUP_FIELD_NUMBER
public static final int NONCE_FIELD_NUMBER
public static final int ORIG_SEQUENCE_NUMBER_FIELD_NUMBER
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.WALKey> 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 hasEncodedRegionName()
required bytes encoded_region_name = 1;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 1;public boolean hasTableName()
required bytes table_name = 2;hasTableName 在接口中 WALProtos.WALKeyOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getTableName()
required bytes table_name = 2;getTableName 在接口中 WALProtos.WALKeyOrBuilderpublic boolean hasLogSequenceNumber()
required uint64 log_sequence_number = 3;public long getLogSequenceNumber()
required uint64 log_sequence_number = 3;public boolean hasWriteTime()
required uint64 write_time = 4;hasWriteTime 在接口中 WALProtos.WALKeyOrBuilderpublic long getWriteTime()
required uint64 write_time = 4;getWriteTime 在接口中 WALProtos.WALKeyOrBuilder@Deprecated public boolean hasClusterId()
This parameter is deprecated in favor of clusters which contains the list of clusters that have consumed the change. It is retained so that the log created by earlier releases (0.94) can be read by the newer releases.
optional .hbase.pb.UUID cluster_id = 5 [deprecated = true];hasClusterId 在接口中 WALProtos.WALKeyOrBuilder@Deprecated public HBaseProtos.UUID getClusterId()
This parameter is deprecated in favor of clusters which contains the list of clusters that have consumed the change. It is retained so that the log created by earlier releases (0.94) can be read by the newer releases.
optional .hbase.pb.UUID cluster_id = 5 [deprecated = true];getClusterId 在接口中 WALProtos.WALKeyOrBuilder@Deprecated public HBaseProtos.UUIDOrBuilder getClusterIdOrBuilder()
This parameter is deprecated in favor of clusters which contains the list of clusters that have consumed the change. It is retained so that the log created by earlier releases (0.94) can be read by the newer releases.
optional .hbase.pb.UUID cluster_id = 5 [deprecated = true];public List<WALProtos.FamilyScope> getScopesList()
repeated .hbase.pb.FamilyScope scopes = 6;getScopesList 在接口中 WALProtos.WALKeyOrBuilderpublic List<? extends WALProtos.FamilyScopeOrBuilder> getScopesOrBuilderList()
repeated .hbase.pb.FamilyScope scopes = 6;public int getScopesCount()
repeated .hbase.pb.FamilyScope scopes = 6;getScopesCount 在接口中 WALProtos.WALKeyOrBuilderpublic WALProtos.FamilyScope getScopes(int index)
repeated .hbase.pb.FamilyScope scopes = 6;getScopes 在接口中 WALProtos.WALKeyOrBuilderpublic WALProtos.FamilyScopeOrBuilder getScopesOrBuilder(int index)
repeated .hbase.pb.FamilyScope scopes = 6;getScopesOrBuilder 在接口中 WALProtos.WALKeyOrBuilderpublic boolean hasFollowingKvCount()
optional uint32 following_kv_count = 7;hasFollowingKvCount 在接口中 WALProtos.WALKeyOrBuilderpublic int getFollowingKvCount()
optional uint32 following_kv_count = 7;getFollowingKvCount 在接口中 WALProtos.WALKeyOrBuilderpublic List<HBaseProtos.UUID> getClusterIdsList()
This field contains the list of clusters that have consumed the change
repeated .hbase.pb.UUID cluster_ids = 8;getClusterIdsList 在接口中 WALProtos.WALKeyOrBuilderpublic List<? extends HBaseProtos.UUIDOrBuilder> getClusterIdsOrBuilderList()
This field contains the list of clusters that have consumed the change
repeated .hbase.pb.UUID cluster_ids = 8;public int getClusterIdsCount()
This field contains the list of clusters that have consumed the change
repeated .hbase.pb.UUID cluster_ids = 8;getClusterIdsCount 在接口中 WALProtos.WALKeyOrBuilderpublic HBaseProtos.UUID getClusterIds(int index)
This field contains the list of clusters that have consumed the change
repeated .hbase.pb.UUID cluster_ids = 8;getClusterIds 在接口中 WALProtos.WALKeyOrBuilderpublic HBaseProtos.UUIDOrBuilder getClusterIdsOrBuilder(int index)
This field contains the list of clusters that have consumed the change
repeated .hbase.pb.UUID cluster_ids = 8;public boolean hasNonceGroup()
optional uint64 nonceGroup = 9;hasNonceGroup 在接口中 WALProtos.WALKeyOrBuilderpublic long getNonceGroup()
optional uint64 nonceGroup = 9;getNonceGroup 在接口中 WALProtos.WALKeyOrBuilderpublic boolean hasNonce()
optional uint64 nonce = 10;hasNonce 在接口中 WALProtos.WALKeyOrBuilderpublic long getNonce()
optional uint64 nonce = 10;getNonce 在接口中 WALProtos.WALKeyOrBuilderpublic boolean hasOrigSequenceNumber()
optional uint64 orig_sequence_number = 11;public long getOrigSequenceNumber()
optional uint64 orig_sequence_number = 11;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 WALProtos.WALKey parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.WALKey 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 WALProtos.WALKey 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 WALProtos.WALKey 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 WALProtos.WALKey parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.WALKey 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 WALProtos.WALKey parseFrom(InputStream input) throws IOException
IOExceptionpublic static WALProtos.WALKey parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.WALKey parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static WALProtos.WALKey parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.WALKey parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static WALProtos.WALKey parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic WALProtos.WALKey.Builder newBuilderForType()
newBuilderForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static WALProtos.WALKey.Builder newBuilder()
public static WALProtos.WALKey.Builder newBuilder(WALProtos.WALKey prototype)
public WALProtos.WALKey.Builder toBuilder()
toBuilder 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected WALProtos.WALKey.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static WALProtos.WALKey getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.WALKey> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.WALKey> 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 WALProtos.WALKey getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019. All rights reserved.