public static final class WALProtos.WALKey.Builder extends com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder> implements WALProtos.WALKeyOrBuilder
hbase.pb.WALKey
Protocol buffer version of WALKey; see WALKey comment, not really a key but WALEdit header for some KVs
| 限定符和类型 | 方法和说明 |
|---|---|
WALProtos.WALKey.Builder |
addAllClusterIds(Iterable<? extends HBaseProtos.UUID> values)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
WALProtos.WALKey.Builder |
addAllScopes(Iterable<? extends WALProtos.FamilyScope> values)
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
addClusterIds(HBaseProtos.UUID.Builder builderForValue)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
WALProtos.WALKey.Builder |
addClusterIds(HBaseProtos.UUID value)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
WALProtos.WALKey.Builder |
addClusterIds(int index,
HBaseProtos.UUID.Builder builderForValue)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
WALProtos.WALKey.Builder |
addClusterIds(int index,
HBaseProtos.UUID value)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
HBaseProtos.UUID.Builder |
addClusterIdsBuilder()
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
HBaseProtos.UUID.Builder |
addClusterIdsBuilder(int index)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
WALProtos.WALKey.Builder |
addScopes(int index,
WALProtos.FamilyScope.Builder builderForValue)
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
addScopes(int index,
WALProtos.FamilyScope value)
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
addScopes(WALProtos.FamilyScope.Builder builderForValue)
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
addScopes(WALProtos.FamilyScope value)
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.FamilyScope.Builder |
addScopesBuilder()
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.FamilyScope.Builder |
addScopesBuilder(int index)
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.WALKey |
build() |
WALProtos.WALKey |
buildPartial() |
WALProtos.WALKey.Builder |
clear() |
WALProtos.WALKey.Builder |
clearClusterId()
已过时。
|
WALProtos.WALKey.Builder |
clearClusterIds()
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
WALProtos.WALKey.Builder |
clearEncodedRegionName()
required bytes encoded_region_name = 1; |
WALProtos.WALKey.Builder |
clearFollowingKvCount()
optional uint32 following_kv_count = 7; |
WALProtos.WALKey.Builder |
clearLogSequenceNumber()
required uint64 log_sequence_number = 3; |
WALProtos.WALKey.Builder |
clearNonce()
optional uint64 nonce = 10; |
WALProtos.WALKey.Builder |
clearNonceGroup()
optional uint64 nonceGroup = 9; |
WALProtos.WALKey.Builder |
clearOrigSequenceNumber()
optional uint64 orig_sequence_number = 11; |
WALProtos.WALKey.Builder |
clearScopes()
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
clearTableName()
required bytes table_name = 2; |
WALProtos.WALKey.Builder |
clearWriteTime()
required uint64 write_time = 4; |
WALProtos.WALKey.Builder |
clone() |
HBaseProtos.UUID |
getClusterId()
已过时。
|
HBaseProtos.UUID.Builder |
getClusterIdBuilder()
已过时。
|
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
|
HBaseProtos.UUID.Builder |
getClusterIdsBuilder(int index)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
List<HBaseProtos.UUID.Builder> |
getClusterIdsBuilderList()
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
|
WALProtos.WALKey |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
WALProtos.FamilyScope |
getScopes(int index)
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.FamilyScope.Builder |
getScopesBuilder(int index)
repeated .hbase.pb.FamilyScope scopes = 6; |
List<WALProtos.FamilyScope.Builder> |
getScopesBuilderList()
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; |
com.google.protobuf.ByteString |
getTableName()
required bytes table_name = 2; |
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; |
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() |
WALProtos.WALKey.Builder |
mergeClusterId(HBaseProtos.UUID value)
已过时。
|
WALProtos.WALKey.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.WALKey.Builder |
mergeFrom(com.google.protobuf.Message other) |
WALProtos.WALKey.Builder |
mergeFrom(WALProtos.WALKey other) |
WALProtos.WALKey.Builder |
removeClusterIds(int index)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
WALProtos.WALKey.Builder |
removeScopes(int index)
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
setClusterId(HBaseProtos.UUID.Builder builderForValue)
已过时。
|
WALProtos.WALKey.Builder |
setClusterId(HBaseProtos.UUID value)
已过时。
|
WALProtos.WALKey.Builder |
setClusterIds(int index,
HBaseProtos.UUID.Builder builderForValue)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
WALProtos.WALKey.Builder |
setClusterIds(int index,
HBaseProtos.UUID value)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have
consumed the change
|
WALProtos.WALKey.Builder |
setEncodedRegionName(com.google.protobuf.ByteString value)
required bytes encoded_region_name = 1; |
WALProtos.WALKey.Builder |
setFollowingKvCount(int value)
optional uint32 following_kv_count = 7; |
WALProtos.WALKey.Builder |
setLogSequenceNumber(long value)
required uint64 log_sequence_number = 3; |
WALProtos.WALKey.Builder |
setNonce(long value)
optional uint64 nonce = 10; |
WALProtos.WALKey.Builder |
setNonceGroup(long value)
optional uint64 nonceGroup = 9; |
WALProtos.WALKey.Builder |
setOrigSequenceNumber(long value)
optional uint64 orig_sequence_number = 11; |
WALProtos.WALKey.Builder |
setScopes(int index,
WALProtos.FamilyScope.Builder builderForValue)
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
setScopes(int index,
WALProtos.FamilyScope value)
repeated .hbase.pb.FamilyScope scopes = 6; |
WALProtos.WALKey.Builder |
setTableName(com.google.protobuf.ByteString value)
required bytes table_name = 2; |
WALProtos.WALKey.Builder |
setWriteTime(long value)
required uint64 write_time = 4; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder>public WALProtos.WALKey.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder>public WALProtos.WALKey.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder>public WALProtos.WALKey getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic WALProtos.WALKey build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic WALProtos.WALKey buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic WALProtos.WALKey.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<WALProtos.WALKey.Builder>public WALProtos.WALKey.Builder mergeFrom(WALProtos.WALKey other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder>public WALProtos.WALKey.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<WALProtos.WALKey.Builder>IOExceptionpublic boolean hasEncodedRegionName()
required bytes encoded_region_name = 1;public com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 1;public WALProtos.WALKey.Builder setEncodedRegionName(com.google.protobuf.ByteString value)
required bytes encoded_region_name = 1;public WALProtos.WALKey.Builder clearEncodedRegionName()
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 WALProtos.WALKey.Builder setTableName(com.google.protobuf.ByteString value)
required bytes table_name = 2;public WALProtos.WALKey.Builder clearTableName()
required bytes table_name = 2;public boolean hasLogSequenceNumber()
required uint64 log_sequence_number = 3;public long getLogSequenceNumber()
required uint64 log_sequence_number = 3;public WALProtos.WALKey.Builder setLogSequenceNumber(long value)
required uint64 log_sequence_number = 3;public WALProtos.WALKey.Builder clearLogSequenceNumber()
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.WALKeyOrBuilderpublic WALProtos.WALKey.Builder setWriteTime(long value)
required uint64 write_time = 4;public WALProtos.WALKey.Builder clearWriteTime()
required uint64 write_time = 4;@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 WALProtos.WALKey.Builder setClusterId(HBaseProtos.UUID value)
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.
@Deprecated public WALProtos.WALKey.Builder setClusterId(HBaseProtos.UUID.Builder builderForValue)
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.
@Deprecated public WALProtos.WALKey.Builder mergeClusterId(HBaseProtos.UUID value)
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.
@Deprecated public WALProtos.WALKey.Builder clearClusterId()
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.
@Deprecated public HBaseProtos.UUID.Builder getClusterIdBuilder()
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.
@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 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.WALKey.Builder setScopes(int index, WALProtos.FamilyScope value)
repeated .hbase.pb.FamilyScope scopes = 6;public WALProtos.WALKey.Builder setScopes(int index, WALProtos.FamilyScope.Builder builderForValue)
repeated .hbase.pb.FamilyScope scopes = 6;public WALProtos.WALKey.Builder addScopes(WALProtos.FamilyScope value)
repeated .hbase.pb.FamilyScope scopes = 6;public WALProtos.WALKey.Builder addScopes(int index, WALProtos.FamilyScope value)
repeated .hbase.pb.FamilyScope scopes = 6;public WALProtos.WALKey.Builder addScopes(WALProtos.FamilyScope.Builder builderForValue)
repeated .hbase.pb.FamilyScope scopes = 6;public WALProtos.WALKey.Builder addScopes(int index, WALProtos.FamilyScope.Builder builderForValue)
repeated .hbase.pb.FamilyScope scopes = 6;public WALProtos.WALKey.Builder addAllScopes(Iterable<? extends WALProtos.FamilyScope> values)
repeated .hbase.pb.FamilyScope scopes = 6;public WALProtos.WALKey.Builder clearScopes()
repeated .hbase.pb.FamilyScope scopes = 6;public WALProtos.WALKey.Builder removeScopes(int index)
repeated .hbase.pb.FamilyScope scopes = 6;public WALProtos.FamilyScope.Builder getScopesBuilder(int index)
repeated .hbase.pb.FamilyScope scopes = 6;public WALProtos.FamilyScopeOrBuilder getScopesOrBuilder(int index)
repeated .hbase.pb.FamilyScope scopes = 6;getScopesOrBuilder 在接口中 WALProtos.WALKeyOrBuilderpublic List<? extends WALProtos.FamilyScopeOrBuilder> getScopesOrBuilderList()
repeated .hbase.pb.FamilyScope scopes = 6;public WALProtos.FamilyScope.Builder addScopesBuilder()
repeated .hbase.pb.FamilyScope scopes = 6;public WALProtos.FamilyScope.Builder addScopesBuilder(int index)
repeated .hbase.pb.FamilyScope scopes = 6;public List<WALProtos.FamilyScope.Builder> getScopesBuilderList()
repeated .hbase.pb.FamilyScope scopes = 6;public boolean hasFollowingKvCount()
optional uint32 following_kv_count = 7;hasFollowingKvCount 在接口中 WALProtos.WALKeyOrBuilderpublic int getFollowingKvCount()
optional uint32 following_kv_count = 7;getFollowingKvCount 在接口中 WALProtos.WALKeyOrBuilderpublic WALProtos.WALKey.Builder setFollowingKvCount(int value)
optional uint32 following_kv_count = 7;public WALProtos.WALKey.Builder clearFollowingKvCount()
optional uint32 following_kv_count = 7;public 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 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 WALProtos.WALKey.Builder setClusterIds(int index, HBaseProtos.UUID value)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public WALProtos.WALKey.Builder setClusterIds(int index, HBaseProtos.UUID.Builder builderForValue)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public WALProtos.WALKey.Builder addClusterIds(HBaseProtos.UUID value)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public WALProtos.WALKey.Builder addClusterIds(int index, HBaseProtos.UUID value)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public WALProtos.WALKey.Builder addClusterIds(HBaseProtos.UUID.Builder builderForValue)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public WALProtos.WALKey.Builder addClusterIds(int index, HBaseProtos.UUID.Builder builderForValue)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public WALProtos.WALKey.Builder addAllClusterIds(Iterable<? extends HBaseProtos.UUID> values)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public WALProtos.WALKey.Builder clearClusterIds()
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public WALProtos.WALKey.Builder removeClusterIds(int index)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public HBaseProtos.UUID.Builder getClusterIdsBuilder(int index)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public 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 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 HBaseProtos.UUID.Builder addClusterIdsBuilder()
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public HBaseProtos.UUID.Builder addClusterIdsBuilder(int index)
repeated .hbase.pb.UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
public List<HBaseProtos.UUID.Builder> getClusterIdsBuilderList()
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 WALProtos.WALKey.Builder setNonceGroup(long value)
optional uint64 nonceGroup = 9;public WALProtos.WALKey.Builder clearNonceGroup()
optional uint64 nonceGroup = 9;public boolean hasNonce()
optional uint64 nonce = 10;hasNonce 在接口中 WALProtos.WALKeyOrBuilderpublic long getNonce()
optional uint64 nonce = 10;getNonce 在接口中 WALProtos.WALKeyOrBuilderpublic WALProtos.WALKey.Builder setNonce(long value)
optional uint64 nonce = 10;public WALProtos.WALKey.Builder clearNonce()
optional uint64 nonce = 10;public boolean hasOrigSequenceNumber()
optional uint64 orig_sequence_number = 11;public long getOrigSequenceNumber()
optional uint64 orig_sequence_number = 11;public WALProtos.WALKey.Builder setOrigSequenceNumber(long value)
optional uint64 orig_sequence_number = 11;public WALProtos.WALKey.Builder clearOrigSequenceNumber()
optional uint64 orig_sequence_number = 11;Copyright © 2007–2019. All rights reserved.