org.apache.hadoop.hbase.protobuf.generated
Class ClusterStatusProtos.ReplicationLoadSource.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<ClusterStatusProtos.ReplicationLoadSource.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ReplicationLoadSource.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ClusterStatusProtos.ReplicationLoadSourceOrBuilder
Enclosing class:
ClusterStatusProtos.ReplicationLoadSource

public static final class ClusterStatusProtos.ReplicationLoadSource.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ReplicationLoadSource.Builder>
implements ClusterStatusProtos.ReplicationLoadSourceOrBuilder

Protobuf type ReplicationLoadSource


Method Summary
 ClusterStatusProtos.ReplicationLoadSource build()
           
 ClusterStatusProtos.ReplicationLoadSource buildPartial()
           
 ClusterStatusProtos.ReplicationLoadSource.Builder clear()
           
 ClusterStatusProtos.ReplicationLoadSource.Builder clearAgeOfLastShippedOp()
          required uint64 ageOfLastShippedOp = 2;
 ClusterStatusProtos.ReplicationLoadSource.Builder clearPeerID()
          required string peerID = 1;
 ClusterStatusProtos.ReplicationLoadSource.Builder clearReplicationLag()
          required uint64 replicationLag = 5;
 ClusterStatusProtos.ReplicationLoadSource.Builder clearSizeOfLogQueue()
          required uint32 sizeOfLogQueue = 3;
 ClusterStatusProtos.ReplicationLoadSource.Builder clearTimeStampOfLastShippedOp()
          required uint64 timeStampOfLastShippedOp = 4;
 ClusterStatusProtos.ReplicationLoadSource.Builder clone()
           
 long getAgeOfLastShippedOp()
          required uint64 ageOfLastShippedOp = 2;
 ClusterStatusProtos.ReplicationLoadSource getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getPeerID()
          required string peerID = 1;
 com.google.protobuf.ByteString getPeerIDBytes()
          required string peerID = 1;
 long getReplicationLag()
          required uint64 replicationLag = 5;
 int getSizeOfLogQueue()
          required uint32 sizeOfLogQueue = 3;
 long getTimeStampOfLastShippedOp()
          required uint64 timeStampOfLastShippedOp = 4;
 boolean hasAgeOfLastShippedOp()
          required uint64 ageOfLastShippedOp = 2;
 boolean hasPeerID()
          required string peerID = 1;
 boolean hasReplicationLag()
          required uint64 replicationLag = 5;
 boolean hasSizeOfLogQueue()
          required uint32 sizeOfLogQueue = 3;
 boolean hasTimeStampOfLastShippedOp()
          required uint64 timeStampOfLastShippedOp = 4;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ClusterStatusProtos.ReplicationLoadSource.Builder mergeFrom(ClusterStatusProtos.ReplicationLoadSource other)
           
 ClusterStatusProtos.ReplicationLoadSource.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterStatusProtos.ReplicationLoadSource.Builder mergeFrom(com.google.protobuf.Message other)
           
 ClusterStatusProtos.ReplicationLoadSource.Builder setAgeOfLastShippedOp(long value)
          required uint64 ageOfLastShippedOp = 2;
 ClusterStatusProtos.ReplicationLoadSource.Builder setPeerID(String value)
          required string peerID = 1;
 ClusterStatusProtos.ReplicationLoadSource.Builder setPeerIDBytes(com.google.protobuf.ByteString value)
          required string peerID = 1;
 ClusterStatusProtos.ReplicationLoadSource.Builder setReplicationLag(long value)
          required uint64 replicationLag = 5;
 ClusterStatusProtos.ReplicationLoadSource.Builder setSizeOfLogQueue(int value)
          required uint32 sizeOfLogQueue = 3;
 ClusterStatusProtos.ReplicationLoadSource.Builder setTimeStampOfLastShippedOp(long value)
          required uint64 timeStampOfLastShippedOp = 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<ClusterStatusProtos.ReplicationLoadSource.Builder>

clear

public ClusterStatusProtos.ReplicationLoadSource.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<ClusterStatusProtos.ReplicationLoadSource.Builder>

clone

public ClusterStatusProtos.ReplicationLoadSource.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<ClusterStatusProtos.ReplicationLoadSource.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<ClusterStatusProtos.ReplicationLoadSource.Builder>

getDefaultInstanceForType

public ClusterStatusProtos.ReplicationLoadSource getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public ClusterStatusProtos.ReplicationLoadSource.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<ClusterStatusProtos.ReplicationLoadSource.Builder>

mergeFrom

public ClusterStatusProtos.ReplicationLoadSource.Builder mergeFrom(ClusterStatusProtos.ReplicationLoadSource other)

isInitialized

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

mergeFrom

public ClusterStatusProtos.ReplicationLoadSource.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<ClusterStatusProtos.ReplicationLoadSource.Builder>
Throws:
IOException

hasPeerID

public boolean hasPeerID()
required string peerID = 1;

Specified by:
hasPeerID in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder

getPeerID

public String getPeerID()
required string peerID = 1;

Specified by:
getPeerID in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder

getPeerIDBytes

public com.google.protobuf.ByteString getPeerIDBytes()
required string peerID = 1;

Specified by:
getPeerIDBytes in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder

setPeerID

public ClusterStatusProtos.ReplicationLoadSource.Builder setPeerID(String value)
required string peerID = 1;


clearPeerID

public ClusterStatusProtos.ReplicationLoadSource.Builder clearPeerID()
required string peerID = 1;


setPeerIDBytes

public ClusterStatusProtos.ReplicationLoadSource.Builder setPeerIDBytes(com.google.protobuf.ByteString value)
required string peerID = 1;


hasAgeOfLastShippedOp

public boolean hasAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;

Specified by:
hasAgeOfLastShippedOp in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder

getAgeOfLastShippedOp

public long getAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;

Specified by:
getAgeOfLastShippedOp in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder

setAgeOfLastShippedOp

public ClusterStatusProtos.ReplicationLoadSource.Builder setAgeOfLastShippedOp(long value)
required uint64 ageOfLastShippedOp = 2;


clearAgeOfLastShippedOp

public ClusterStatusProtos.ReplicationLoadSource.Builder clearAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;


hasSizeOfLogQueue

public boolean hasSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;

Specified by:
hasSizeOfLogQueue in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder

getSizeOfLogQueue

public int getSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;

Specified by:
getSizeOfLogQueue in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder

setSizeOfLogQueue

public ClusterStatusProtos.ReplicationLoadSource.Builder setSizeOfLogQueue(int value)
required uint32 sizeOfLogQueue = 3;


clearSizeOfLogQueue

public ClusterStatusProtos.ReplicationLoadSource.Builder clearSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;


hasTimeStampOfLastShippedOp

public boolean hasTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;

Specified by:
hasTimeStampOfLastShippedOp in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder

getTimeStampOfLastShippedOp

public long getTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;

Specified by:
getTimeStampOfLastShippedOp in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder

setTimeStampOfLastShippedOp

public ClusterStatusProtos.ReplicationLoadSource.Builder setTimeStampOfLastShippedOp(long value)
required uint64 timeStampOfLastShippedOp = 4;


clearTimeStampOfLastShippedOp

public ClusterStatusProtos.ReplicationLoadSource.Builder clearTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;


hasReplicationLag

public boolean hasReplicationLag()
required uint64 replicationLag = 5;

Specified by:
hasReplicationLag in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder

getReplicationLag

public long getReplicationLag()
required uint64 replicationLag = 5;

Specified by:
getReplicationLag in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder

setReplicationLag

public ClusterStatusProtos.ReplicationLoadSource.Builder setReplicationLag(long value)
required uint64 replicationLag = 5;


clearReplicationLag

public ClusterStatusProtos.ReplicationLoadSource.Builder clearReplicationLag()
required uint64 replicationLag = 5;



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