public static final class WALProtos.WALKey extends com.google.protobuf.GeneratedMessage implements WALProtos.WALKeyOrBuilder
hbase.pb.WALKey
Protocol buffer version of WALKey; see WALKey comment, not really a key but WALEdit header for some KVs
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WALProtos.WALKey.Builder
Protobuf type
hbase.pb.WALKey
Protocol buffer version of WALKey; see WALKey comment, not really a key but WALEdit header
for some KVs
|
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 |
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 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)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
int |
getClusterIdsCount()
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
List<HBaseProtos.UUID> |
getClusterIdsList()
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
HBaseProtos.UUIDOrBuilder |
getClusterIdsOrBuilder(int index)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
List<? extends HBaseProtos.UUIDOrBuilder> |
getClusterIdsOrBuilderList()
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
static WALProtos.WALKey |
getDefaultInstance() |
WALProtos.WALKey |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
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() |
com.google.protobuf.ByteString |
getTableName()
required bytes table_name = 2; |
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 com.google.protobuf.GeneratedMessage.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(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static WALProtos.WALKey |
parseDelimitedFrom(InputStream input) |
static WALProtos.WALKey |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALKey |
parseFrom(byte[] data) |
static WALProtos.WALKey |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALKey |
parseFrom(com.google.protobuf.ByteString data) |
static WALProtos.WALKey |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALKey |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WALProtos.WALKey |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALKey |
parseFrom(InputStream input) |
static WALProtos.WALKey |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.WALKey.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<WALProtos.WALKey> PARSER
public 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
public static WALProtos.WALKey getDefaultInstance()
public WALProtos.WALKey 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<WALProtos.WALKey> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic boolean hasEncodedRegionName()
required bytes encoded_region_name = 1;public com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 1;public boolean hasTableName()
required bytes table_name = 2;hasTableName 在接口中 WALProtos.WALKeyOrBuilderpublic 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()
optional .hbase.pb.UUID cluster_id = 5 [deprecated = true];
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.
hasClusterId 在接口中 WALProtos.WALKeyOrBuilder@Deprecated public HBaseProtos.UUID getClusterId()
optional .hbase.pb.UUID cluster_id = 5 [deprecated = true];
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.
getClusterId 在接口中 WALProtos.WALKeyOrBuilder@Deprecated public HBaseProtos.UUIDOrBuilder getClusterIdOrBuilder()
optional .hbase.pb.UUID cluster_id = 5 [deprecated = true];
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.
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()
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
getClusterIdsList 在接口中 WALProtos.WALKeyOrBuilderpublic List<? extends HBaseProtos.UUIDOrBuilder> getClusterIdsOrBuilderList()
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public int getClusterIdsCount()
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
getClusterIdsCount 在接口中 WALProtos.WALKeyOrBuilderpublic HBaseProtos.UUID getClusterIds(int index)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
getClusterIds 在接口中 WALProtos.WALKeyOrBuilderpublic HBaseProtos.UUIDOrBuilder getClusterIdsOrBuilder(int index)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
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 在接口中 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 WALProtos.WALKey parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.WALKey parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.WALKey parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.WALKey parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.WALKey parseFrom(InputStream input) throws IOException
IOExceptionpublic static WALProtos.WALKey parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.WALKey parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static WALProtos.WALKey parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.WALKey parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static WALProtos.WALKey parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.WALKey.Builder newBuilder()
public WALProtos.WALKey.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static WALProtos.WALKey.Builder newBuilder(WALProtos.WALKey prototype)
public WALProtos.WALKey.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected WALProtos.WALKey.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2007–2019. All rights reserved.