public static final class ClusterStatusPB.ReplicationLoadSource.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSource,ClusterStatusPB.ReplicationLoadSource.Builder> implements ClusterStatusPB.ReplicationLoadSourceOrBuilder
ReplicationLoadSourcepublic ClusterStatusPB.ReplicationLoadSource.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSource,ClusterStatusPB.ReplicationLoadSource.Builder>public ClusterStatusPB.ReplicationLoadSource.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSource,ClusterStatusPB.ReplicationLoadSource.Builder>public ClusterStatusPB.ReplicationLoadSource getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ReplicationLoadSource,ClusterStatusPB.ReplicationLoadSource.Builder>public ClusterStatusPB.ReplicationLoadSource build()
build in interface com.google.protobuf.MessageLite.Builderpublic ClusterStatusPB.ReplicationLoadSource buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic 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.MessageLiteOrBuilderpublic ClusterStatusPB.ReplicationLoadSource.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ClusterStatusPB.ReplicationLoadSource.Builder>IOExceptionpublic boolean hasPeerID()
required string peerID = 1;hasPeerID in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic String getPeerID()
required string peerID = 1;getPeerID in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic com.google.protobuf.ByteString getPeerIDBytes()
required string peerID = 1;getPeerIDBytes in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic 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.ReplicationLoadSourceOrBuilderpublic long getAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;getAgeOfLastShippedOp in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic 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.ReplicationLoadSourceOrBuilderpublic int getSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;getSizeOfLogQueue in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic 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.ReplicationLoadSourceOrBuilderpublic long getTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;getTimeStampOfLastShippedOp in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic 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.ReplicationLoadSourceOrBuilderpublic long getReplicationLag()
required uint64 replicationLag = 5;getReplicationLag in interface ClusterStatusPB.ReplicationLoadSourceOrBuilderpublic 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