public static interface WALProtos.WALKeyOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.UUID |
getClusterId()
Deprecated.
|
HBaseProtos.UUIDOrBuilder |
getClusterIdOrBuilder()
Deprecated.
|
HBaseProtos.UUID |
getClusterIds(int index)
This field contains the list of clusters that have
consumed the change
|
int |
getClusterIdsCount()
This field contains the list of clusters that have
consumed the change
|
List<HBaseProtos.UUID> |
getClusterIdsList()
This field contains the list of clusters that have
consumed the change
|
HBaseProtos.UUIDOrBuilder |
getClusterIdsOrBuilder(int index)
This field contains the list of clusters that have
consumed the change
|
List<? extends HBaseProtos.UUIDOrBuilder> |
getClusterIdsOrBuilderList()
This field contains the list of clusters that have
consumed the change
|
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; |
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; |
org.apache.hbase.thirdparty.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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEncodedRegionName()
required bytes encoded_region_name = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 1;boolean hasTableName()
required bytes table_name = 2;org.apache.hbase.thirdparty.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()
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];@Deprecated 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];@Deprecated 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];List<WALProtos.FamilyScope> getScopesList()
repeated .hbase.pb.FamilyScope scopes = 6;WALProtos.FamilyScope getScopes(int index)
repeated .hbase.pb.FamilyScope scopes = 6;int getScopesCount()
repeated .hbase.pb.FamilyScope scopes = 6;List<? extends WALProtos.FamilyScopeOrBuilder> getScopesOrBuilderList()
repeated .hbase.pb.FamilyScope scopes = 6;WALProtos.FamilyScopeOrBuilder getScopesOrBuilder(int index)
repeated .hbase.pb.FamilyScope scopes = 6;boolean hasFollowingKvCount()
optional uint32 following_kv_count = 7;int getFollowingKvCount()
optional uint32 following_kv_count = 7;List<HBaseProtos.UUID> getClusterIdsList()
This field contains the list of clusters that have consumed the change
repeated .hbase.pb.UUID cluster_ids = 8;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<? extends HBaseProtos.UUIDOrBuilder> getClusterIdsOrBuilderList()
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;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–2019 Cloudera. All rights reserved.