org.apache.hadoop.hbase.protobuf.generated
Class WALProtos.WALKey.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.WALProtos.WALKey.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, WALProtos.WALKeyOrBuilder
Enclosing class:
WALProtos.WALKey

public static final class WALProtos.WALKey.Builder
extends com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder>
implements WALProtos.WALKeyOrBuilder

Protobuf type WALKey

 Protocol buffer version of HLogKey; see HLogKey comment, not really a key but WALEdit header for some KVs
 


Method Summary
 WALProtos.WALKey.Builder addAllClusterIds(Iterable<? extends HBaseProtos.UUID> values)
          repeated .UUID cluster_ids = 8;
 WALProtos.WALKey.Builder addAllScopes(Iterable<? extends WALProtos.FamilyScope> values)
          repeated .FamilyScope scopes = 6;
 WALProtos.WALKey.Builder addClusterIds(HBaseProtos.UUID.Builder builderForValue)
          repeated .UUID cluster_ids = 8;
 WALProtos.WALKey.Builder addClusterIds(HBaseProtos.UUID value)
          repeated .UUID cluster_ids = 8;
 WALProtos.WALKey.Builder addClusterIds(int index, HBaseProtos.UUID.Builder builderForValue)
          repeated .UUID cluster_ids = 8;
 WALProtos.WALKey.Builder addClusterIds(int index, HBaseProtos.UUID value)
          repeated .UUID cluster_ids = 8;
 HBaseProtos.UUID.Builder addClusterIdsBuilder()
          repeated .UUID cluster_ids = 8;
 HBaseProtos.UUID.Builder addClusterIdsBuilder(int index)
          repeated .UUID cluster_ids = 8;
 WALProtos.WALKey.Builder addScopes(int index, WALProtos.FamilyScope.Builder builderForValue)
          repeated .FamilyScope scopes = 6;
 WALProtos.WALKey.Builder addScopes(int index, WALProtos.FamilyScope value)
          repeated .FamilyScope scopes = 6;
 WALProtos.WALKey.Builder addScopes(WALProtos.FamilyScope.Builder builderForValue)
          repeated .FamilyScope scopes = 6;
 WALProtos.WALKey.Builder addScopes(WALProtos.FamilyScope value)
          repeated .FamilyScope scopes = 6;
 WALProtos.FamilyScope.Builder addScopesBuilder()
          repeated .FamilyScope scopes = 6;
 WALProtos.FamilyScope.Builder addScopesBuilder(int index)
          repeated .FamilyScope scopes = 6;
 WALProtos.WALKey build()
           
 WALProtos.WALKey buildPartial()
           
 WALProtos.WALKey.Builder clear()
           
 WALProtos.WALKey.Builder clearClusterId()
          Deprecated. 
 WALProtos.WALKey.Builder clearClusterIds()
          repeated .UUID cluster_ids = 8;
 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 clearScopes()
          repeated .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()
          Deprecated. 
 HBaseProtos.UUID.Builder getClusterIdBuilder()
          Deprecated. 
 HBaseProtos.UUIDOrBuilder getClusterIdOrBuilder()
          Deprecated. 
 HBaseProtos.UUID getClusterIds(int index)
          repeated .UUID cluster_ids = 8;
 HBaseProtos.UUID.Builder getClusterIdsBuilder(int index)
          repeated .UUID cluster_ids = 8;
 List<HBaseProtos.UUID.Builder> getClusterIdsBuilderList()
          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;
 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;
 WALProtos.FamilyScope getScopes(int index)
          repeated .FamilyScope scopes = 6;
 WALProtos.FamilyScope.Builder getScopesBuilder(int index)
          repeated .FamilyScope scopes = 6;
 List<WALProtos.FamilyScope.Builder> getScopesBuilderList()
          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;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WALProtos.WALKey.Builder mergeClusterId(HBaseProtos.UUID value)
          Deprecated. 
 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 .UUID cluster_ids = 8;
 WALProtos.WALKey.Builder removeScopes(int index)
          repeated .FamilyScope scopes = 6;
 WALProtos.WALKey.Builder setClusterId(HBaseProtos.UUID.Builder builderForValue)
          Deprecated. 
 WALProtos.WALKey.Builder setClusterId(HBaseProtos.UUID value)
          Deprecated. 
 WALProtos.WALKey.Builder setClusterIds(int index, HBaseProtos.UUID.Builder builderForValue)
          repeated .UUID cluster_ids = 8;
 WALProtos.WALKey.Builder setClusterIds(int index, HBaseProtos.UUID value)
          repeated .UUID cluster_ids = 8;
 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 setScopes(int index, WALProtos.FamilyScope.Builder builderForValue)
          repeated .FamilyScope scopes = 6;
 WALProtos.WALKey.Builder setScopes(int index, WALProtos.FamilyScope value)
          repeated .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;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder>

clear

public WALProtos.WALKey.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder>

clone

public WALProtos.WALKey.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder>

getDefaultInstanceForType

public WALProtos.WALKey getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public WALProtos.WALKey build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public WALProtos.WALKey buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public WALProtos.WALKey.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<WALProtos.WALKey.Builder>

mergeFrom

public WALProtos.WALKey.Builder mergeFrom(WALProtos.WALKey other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.WALKey.Builder>

mergeFrom

public WALProtos.WALKey.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<WALProtos.WALKey.Builder>
Throws:
IOException

hasEncodedRegionName

public boolean hasEncodedRegionName()
required bytes encoded_region_name = 1;

Specified by:
hasEncodedRegionName in interface WALProtos.WALKeyOrBuilder

getEncodedRegionName

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

Specified by:
getEncodedRegionName in interface WALProtos.WALKeyOrBuilder

setEncodedRegionName

public WALProtos.WALKey.Builder setEncodedRegionName(com.google.protobuf.ByteString value)
required bytes encoded_region_name = 1;


clearEncodedRegionName

public WALProtos.WALKey.Builder clearEncodedRegionName()
required bytes encoded_region_name = 1;


hasTableName

public boolean hasTableName()
required bytes table_name = 2;

Specified by:
hasTableName in interface WALProtos.WALKeyOrBuilder

getTableName

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

Specified by:
getTableName in interface WALProtos.WALKeyOrBuilder

setTableName

public WALProtos.WALKey.Builder setTableName(com.google.protobuf.ByteString value)
required bytes table_name = 2;


clearTableName

public WALProtos.WALKey.Builder clearTableName()
required bytes table_name = 2;


hasLogSequenceNumber

public boolean hasLogSequenceNumber()
required uint64 log_sequence_number = 3;

Specified by:
hasLogSequenceNumber in interface WALProtos.WALKeyOrBuilder

getLogSequenceNumber

public long getLogSequenceNumber()
required uint64 log_sequence_number = 3;

Specified by:
getLogSequenceNumber in interface WALProtos.WALKeyOrBuilder

setLogSequenceNumber

public WALProtos.WALKey.Builder setLogSequenceNumber(long value)
required uint64 log_sequence_number = 3;


clearLogSequenceNumber

public WALProtos.WALKey.Builder clearLogSequenceNumber()
required uint64 log_sequence_number = 3;


hasWriteTime

public boolean hasWriteTime()
required uint64 write_time = 4;

Specified by:
hasWriteTime in interface WALProtos.WALKeyOrBuilder

getWriteTime

public long getWriteTime()
required uint64 write_time = 4;

Specified by:
getWriteTime in interface WALProtos.WALKeyOrBuilder

setWriteTime

public WALProtos.WALKey.Builder setWriteTime(long value)
required uint64 write_time = 4;


clearWriteTime

public WALProtos.WALKey.Builder clearWriteTime()
required uint64 write_time = 4;


hasClusterId

@Deprecated
public 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.
 

Specified by:
hasClusterId in interface WALProtos.WALKeyOrBuilder

getClusterId

@Deprecated
public 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.
 

Specified by:
getClusterId in interface WALProtos.WALKeyOrBuilder

setClusterId

@Deprecated
public WALProtos.WALKey.Builder setClusterId(HBaseProtos.UUID value)
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.
 


setClusterId

@Deprecated
public WALProtos.WALKey.Builder setClusterId(HBaseProtos.UUID.Builder builderForValue)
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.
 


mergeClusterId

@Deprecated
public WALProtos.WALKey.Builder mergeClusterId(HBaseProtos.UUID value)
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.
 


clearClusterId

@Deprecated
public WALProtos.WALKey.Builder clearClusterId()
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.
 


getClusterIdBuilder

@Deprecated
public HBaseProtos.UUID.Builder getClusterIdBuilder()
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
public 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.
 

Specified by:
getClusterIdOrBuilder in interface WALProtos.WALKeyOrBuilder

getScopesList

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

Specified by:
getScopesList in interface WALProtos.WALKeyOrBuilder

getScopesCount

public int getScopesCount()
repeated .FamilyScope scopes = 6;

Specified by:
getScopesCount in interface WALProtos.WALKeyOrBuilder

getScopes

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

Specified by:
getScopes in interface WALProtos.WALKeyOrBuilder

setScopes

public WALProtos.WALKey.Builder setScopes(int index,
                                          WALProtos.FamilyScope value)
repeated .FamilyScope scopes = 6;


setScopes

public WALProtos.WALKey.Builder setScopes(int index,
                                          WALProtos.FamilyScope.Builder builderForValue)
repeated .FamilyScope scopes = 6;


addScopes

public WALProtos.WALKey.Builder addScopes(WALProtos.FamilyScope value)
repeated .FamilyScope scopes = 6;


addScopes

public WALProtos.WALKey.Builder addScopes(int index,
                                          WALProtos.FamilyScope value)
repeated .FamilyScope scopes = 6;


addScopes

public WALProtos.WALKey.Builder addScopes(WALProtos.FamilyScope.Builder builderForValue)
repeated .FamilyScope scopes = 6;


addScopes

public WALProtos.WALKey.Builder addScopes(int index,
                                          WALProtos.FamilyScope.Builder builderForValue)
repeated .FamilyScope scopes = 6;


addAllScopes

public WALProtos.WALKey.Builder addAllScopes(Iterable<? extends WALProtos.FamilyScope> values)
repeated .FamilyScope scopes = 6;


clearScopes

public WALProtos.WALKey.Builder clearScopes()
repeated .FamilyScope scopes = 6;


removeScopes

public WALProtos.WALKey.Builder removeScopes(int index)
repeated .FamilyScope scopes = 6;


getScopesBuilder

public WALProtos.FamilyScope.Builder getScopesBuilder(int index)
repeated .FamilyScope scopes = 6;


getScopesOrBuilder

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

Specified by:
getScopesOrBuilder in interface WALProtos.WALKeyOrBuilder

getScopesOrBuilderList

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

Specified by:
getScopesOrBuilderList in interface WALProtos.WALKeyOrBuilder

addScopesBuilder

public WALProtos.FamilyScope.Builder addScopesBuilder()
repeated .FamilyScope scopes = 6;


addScopesBuilder

public WALProtos.FamilyScope.Builder addScopesBuilder(int index)
repeated .FamilyScope scopes = 6;


getScopesBuilderList

public List<WALProtos.FamilyScope.Builder> getScopesBuilderList()
repeated .FamilyScope scopes = 6;


hasFollowingKvCount

public boolean hasFollowingKvCount()
optional uint32 following_kv_count = 7;

Specified by:
hasFollowingKvCount in interface WALProtos.WALKeyOrBuilder

getFollowingKvCount

public int getFollowingKvCount()
optional uint32 following_kv_count = 7;

Specified by:
getFollowingKvCount in interface WALProtos.WALKeyOrBuilder

setFollowingKvCount

public WALProtos.WALKey.Builder setFollowingKvCount(int value)
optional uint32 following_kv_count = 7;


clearFollowingKvCount

public WALProtos.WALKey.Builder clearFollowingKvCount()
optional uint32 following_kv_count = 7;


getClusterIdsList

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

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

Specified by:
getClusterIdsList in interface WALProtos.WALKeyOrBuilder

getClusterIdsCount

public int getClusterIdsCount()
repeated .UUID cluster_ids = 8;

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

Specified by:
getClusterIdsCount in interface WALProtos.WALKeyOrBuilder

getClusterIds

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

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

Specified by:
getClusterIds in interface WALProtos.WALKeyOrBuilder

setClusterIds

public WALProtos.WALKey.Builder setClusterIds(int index,
                                              HBaseProtos.UUID value)
repeated .UUID cluster_ids = 8;

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


setClusterIds

public WALProtos.WALKey.Builder setClusterIds(int index,
                                              HBaseProtos.UUID.Builder builderForValue)
repeated .UUID cluster_ids = 8;

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


addClusterIds

public WALProtos.WALKey.Builder addClusterIds(HBaseProtos.UUID value)
repeated .UUID cluster_ids = 8;

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


addClusterIds

public WALProtos.WALKey.Builder addClusterIds(int index,
                                              HBaseProtos.UUID value)
repeated .UUID cluster_ids = 8;

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


addClusterIds

public WALProtos.WALKey.Builder addClusterIds(HBaseProtos.UUID.Builder builderForValue)
repeated .UUID cluster_ids = 8;

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


addClusterIds

public WALProtos.WALKey.Builder addClusterIds(int index,
                                              HBaseProtos.UUID.Builder builderForValue)
repeated .UUID cluster_ids = 8;

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


addAllClusterIds

public WALProtos.WALKey.Builder addAllClusterIds(Iterable<? extends HBaseProtos.UUID> values)
repeated .UUID cluster_ids = 8;

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


clearClusterIds

public WALProtos.WALKey.Builder clearClusterIds()
repeated .UUID cluster_ids = 8;

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


removeClusterIds

public WALProtos.WALKey.Builder removeClusterIds(int index)
repeated .UUID cluster_ids = 8;

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


getClusterIdsBuilder

public HBaseProtos.UUID.Builder getClusterIdsBuilder(int index)
repeated .UUID cluster_ids = 8;

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


getClusterIdsOrBuilder

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

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

Specified by:
getClusterIdsOrBuilder in interface WALProtos.WALKeyOrBuilder

getClusterIdsOrBuilderList

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

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

Specified by:
getClusterIdsOrBuilderList in interface WALProtos.WALKeyOrBuilder

addClusterIdsBuilder

public HBaseProtos.UUID.Builder addClusterIdsBuilder()
repeated .UUID cluster_ids = 8;

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


addClusterIdsBuilder

public HBaseProtos.UUID.Builder addClusterIdsBuilder(int index)
repeated .UUID cluster_ids = 8;

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


getClusterIdsBuilderList

public List<HBaseProtos.UUID.Builder> getClusterIdsBuilderList()
repeated .UUID cluster_ids = 8;

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


hasNonceGroup

public boolean hasNonceGroup()
optional uint64 nonceGroup = 9;

Specified by:
hasNonceGroup in interface WALProtos.WALKeyOrBuilder

getNonceGroup

public long getNonceGroup()
optional uint64 nonceGroup = 9;

Specified by:
getNonceGroup in interface WALProtos.WALKeyOrBuilder

setNonceGroup

public WALProtos.WALKey.Builder setNonceGroup(long value)
optional uint64 nonceGroup = 9;


clearNonceGroup

public WALProtos.WALKey.Builder clearNonceGroup()
optional uint64 nonceGroup = 9;


hasNonce

public boolean hasNonce()
optional uint64 nonce = 10;

Specified by:
hasNonce in interface WALProtos.WALKeyOrBuilder

getNonce

public long getNonce()
optional uint64 nonce = 10;

Specified by:
getNonce in interface WALProtos.WALKeyOrBuilder

setNonce

public WALProtos.WALKey.Builder setNonce(long value)
optional uint64 nonce = 10;


clearNonce

public WALProtos.WALKey.Builder clearNonce()
optional uint64 nonce = 10;



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