public static final class ClusterStatusPB.ReplicationLoadSource.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSource,ClusterStatusPB.ReplicationLoadSource.Builder> implements ClusterStatusPB.ReplicationLoadSourceOrBuilder
ReplicationLoadSource
public ClusterStatusPB.ReplicationLoadSource.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSource,ClusterStatusPB.ReplicationLoadSource.Builder>
public ClusterStatusPB.ReplicationLoadSource.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSource,ClusterStatusPB.ReplicationLoadSource.Builder>
public ClusterStatusPB.ReplicationLoadSource getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSource,ClusterStatusPB.ReplicationLoadSource.Builder>
public ClusterStatusPB.ReplicationLoadSource build()
build
in interface com.google.protobuf.MessageLite.Builder
public ClusterStatusPB.ReplicationLoadSource buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ClusterStatusPB.ReplicationLoadSource.Builder mergeFrom(ClusterStatusPB.ReplicationLoadSource other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSource,ClusterStatusPB.ReplicationLoadSource.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public ClusterStatusPB.ReplicationLoadSource.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<ClusterStatusPB.ReplicationLoadSource.Builder>
IOException
public boolean hasPeerID()
required string peerID = 1;
hasPeerID
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public String getPeerID()
required string peerID = 1;
getPeerID
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public com.google.protobuf.ByteString getPeerIDBytes()
required string peerID = 1;
getPeerIDBytes
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public ClusterStatusPB.ReplicationLoadSource.Builder setPeerID(String value)
required string peerID = 1;
public ClusterStatusPB.ReplicationLoadSource.Builder clearPeerID()
required string peerID = 1;
public ClusterStatusPB.ReplicationLoadSource.Builder setPeerIDBytes(com.google.protobuf.ByteString value)
required string peerID = 1;
public boolean hasAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;
hasAgeOfLastShippedOp
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public long getAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;
getAgeOfLastShippedOp
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public ClusterStatusPB.ReplicationLoadSource.Builder setAgeOfLastShippedOp(long value)
required uint64 ageOfLastShippedOp = 2;
public ClusterStatusPB.ReplicationLoadSource.Builder clearAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;
public boolean hasSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;
hasSizeOfLogQueue
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public int getSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;
getSizeOfLogQueue
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public ClusterStatusPB.ReplicationLoadSource.Builder setSizeOfLogQueue(int value)
required uint32 sizeOfLogQueue = 3;
public ClusterStatusPB.ReplicationLoadSource.Builder clearSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;
public boolean hasTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;
hasTimeStampOfLastShippedOp
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public long getTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;
getTimeStampOfLastShippedOp
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public ClusterStatusPB.ReplicationLoadSource.Builder setTimeStampOfLastShippedOp(long value)
required uint64 timeStampOfLastShippedOp = 4;
public ClusterStatusPB.ReplicationLoadSource.Builder clearTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;
public boolean hasReplicationLag()
required uint64 replicationLag = 5;
hasReplicationLag
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public long getReplicationLag()
required uint64 replicationLag = 5;
getReplicationLag
in interface ClusterStatusPB.ReplicationLoadSourceOrBuilder
public ClusterStatusPB.ReplicationLoadSource.Builder setReplicationLag(long value)
required uint64 replicationLag = 5;
public ClusterStatusPB.ReplicationLoadSource.Builder clearReplicationLag()
required uint64 replicationLag = 5;
Copyright © 2010-2017, The Async HBase Authors