public static interface WALProtos.WALKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HBaseProtos.UUID |
getClusterId()
Deprecated.
|
HBaseProtos.UUIDOrBuilder |
getClusterIdOrBuilder()
Deprecated.
|
HBaseProtos.UUID |
getClusterIds(int index)
repeated .UUID cluster_ids = 8; |
int |
getClusterIdsCount()
repeated .UUID cluster_ids = 8; |
List<HBaseProtos.UUID> |
getClusterIdsList()
repeated .UUID cluster_ids = 8; |
HBaseProtos.UUIDOrBuilder |
getClusterIdsOrBuilder(int index)
repeated .UUID cluster_ids = 8; |
List<? extends HBaseProtos.UUIDOrBuilder> |
getClusterIdsOrBuilderList()
repeated .UUID cluster_ids = 8; |
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 .FamilyScope scopes = 6; |
int |
getScopesCount()
repeated .FamilyScope scopes = 6; |
List<WALProtos.FamilyScope> |
getScopesList()
repeated .FamilyScope scopes = 6; |
WALProtos.FamilyScopeOrBuilder |
getScopesOrBuilder(int index)
repeated .FamilyScope scopes = 6; |
List<? extends WALProtos.FamilyScopeOrBuilder> |
getScopesOrBuilderList()
repeated .FamilyScope scopes = 6; |
com.google.protobuf.ByteString |
getTableName()
required bytes table_name = 2; |
long |
getWriteTime()
required uint64 write_time = 4; |
boolean |
hasClusterId()
Deprecated.
|
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; |
boolean hasEncodedRegionName()
required bytes encoded_region_name = 1;
com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 1;
boolean hasTableName()
required bytes table_name = 2;
com.google.protobuf.ByteString getTableName()
required bytes table_name = 2;
boolean hasLogSequenceNumber()
required uint64 log_sequence_number = 3;
long getLogSequenceNumber()
required uint64 log_sequence_number = 3;
boolean hasWriteTime()
required uint64 write_time = 4;
long getWriteTime()
required uint64 write_time = 4;
@Deprecated boolean hasClusterId()
optional .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 HBaseProtos.UUID getClusterId()
optional .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 HBaseProtos.UUIDOrBuilder getClusterIdOrBuilder()
optional .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.
List<WALProtos.FamilyScope> getScopesList()
repeated .FamilyScope scopes = 6;
WALProtos.FamilyScope getScopes(int index)
repeated .FamilyScope scopes = 6;
int getScopesCount()
repeated .FamilyScope scopes = 6;
List<? extends WALProtos.FamilyScopeOrBuilder> getScopesOrBuilderList()
repeated .FamilyScope scopes = 6;
WALProtos.FamilyScopeOrBuilder getScopesOrBuilder(int index)
repeated .FamilyScope scopes = 6;
boolean hasFollowingKvCount()
optional uint32 following_kv_count = 7;
int getFollowingKvCount()
optional uint32 following_kv_count = 7;
List<HBaseProtos.UUID> getClusterIdsList()
repeated .UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
HBaseProtos.UUID getClusterIds(int index)
repeated .UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
int getClusterIdsCount()
repeated .UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
List<? extends HBaseProtos.UUIDOrBuilder> getClusterIdsOrBuilderList()
repeated .UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
HBaseProtos.UUIDOrBuilder getClusterIdsOrBuilder(int index)
repeated .UUID cluster_ids = 8;
This field contains the list of clusters that have consumed the change
boolean hasNonceGroup()
optional uint64 nonceGroup = 9;
long getNonceGroup()
optional uint64 nonceGroup = 9;
boolean hasNonce()
optional uint64 nonce = 10;
long getNonce()
optional uint64 nonce = 10;
boolean hasOrigSequenceNumber()
optional uint64 orig_sequence_number = 11;
long getOrigSequenceNumber()
optional uint64 orig_sequence_number = 11;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.