org.apache.hadoop.hbase.protobuf.generated
Interface WALProtos.WALKeyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WALProtos.WALKey, WALProtos.WALKey.Builder
Enclosing class:
WALProtos

public static interface WALProtos.WALKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 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 hasTableName()
          required bytes table_name = 2;
 boolean hasWriteTime()
          required uint64 write_time = 4;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasEncodedRegionName

boolean hasEncodedRegionName()
required bytes encoded_region_name = 1;


getEncodedRegionName

com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 1;


hasTableName

boolean hasTableName()
required bytes table_name = 2;


getTableName

com.google.protobuf.ByteString getTableName()
required bytes table_name = 2;


hasLogSequenceNumber

boolean hasLogSequenceNumber()
required uint64 log_sequence_number = 3;


getLogSequenceNumber

long getLogSequenceNumber()
required uint64 log_sequence_number = 3;


hasWriteTime

boolean hasWriteTime()
required uint64 write_time = 4;


getWriteTime

long getWriteTime()
required uint64 write_time = 4;


hasClusterId

@Deprecated
boolean hasClusterId()
Deprecated. 

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.
 


getClusterId

@Deprecated
HBaseProtos.UUID getClusterId()
Deprecated. 

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.
 


getClusterIdOrBuilder

@Deprecated
HBaseProtos.UUIDOrBuilder getClusterIdOrBuilder()
Deprecated. 

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.
 


getScopesList

List<WALProtos.FamilyScope> getScopesList()
repeated .FamilyScope scopes = 6;


getScopes

WALProtos.FamilyScope getScopes(int index)
repeated .FamilyScope scopes = 6;


getScopesCount

int getScopesCount()
repeated .FamilyScope scopes = 6;


getScopesOrBuilderList

List<? extends WALProtos.FamilyScopeOrBuilder> getScopesOrBuilderList()
repeated .FamilyScope scopes = 6;


getScopesOrBuilder

WALProtos.FamilyScopeOrBuilder getScopesOrBuilder(int index)
repeated .FamilyScope scopes = 6;


hasFollowingKvCount

boolean hasFollowingKvCount()
optional uint32 following_kv_count = 7;


getFollowingKvCount

int getFollowingKvCount()
optional uint32 following_kv_count = 7;


getClusterIdsList

List<HBaseProtos.UUID> getClusterIdsList()
repeated .UUID cluster_ids = 8;

This field contains the list of clusters that have
consumed the change
 


getClusterIds

HBaseProtos.UUID getClusterIds(int index)
repeated .UUID cluster_ids = 8;

This field contains the list of clusters that have
consumed the change
 


getClusterIdsCount

int getClusterIdsCount()
repeated .UUID cluster_ids = 8;

This field contains the list of clusters that have
consumed the change
 


getClusterIdsOrBuilderList

List<? extends HBaseProtos.UUIDOrBuilder> getClusterIdsOrBuilderList()
repeated .UUID cluster_ids = 8;

This field contains the list of clusters that have
consumed the change
 


getClusterIdsOrBuilder

HBaseProtos.UUIDOrBuilder getClusterIdsOrBuilder(int index)
repeated .UUID cluster_ids = 8;

This field contains the list of clusters that have
consumed the change
 


hasNonceGroup

boolean hasNonceGroup()
optional uint64 nonceGroup = 9;


getNonceGroup

long getNonceGroup()
optional uint64 nonceGroup = 9;


hasNonce

boolean hasNonce()
optional uint64 nonce = 10;


getNonce

long getNonce()
optional uint64 nonce = 10;



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.