public static final class ClusterStatusProtos.ReplicationLoadSource.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ReplicationLoadSource.Builder> implements ClusterStatusProtos.ReplicationLoadSourceOrBuilder
ReplicationLoadSource
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ReplicationLoadSource.Builder>
public ClusterStatusProtos.ReplicationLoadSource.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ReplicationLoadSource.Builder>
public ClusterStatusProtos.ReplicationLoadSource.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ReplicationLoadSource.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ReplicationLoadSource.Builder>
public ClusterStatusProtos.ReplicationLoadSource getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ClusterStatusProtos.ReplicationLoadSource build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ClusterStatusProtos.ReplicationLoadSource buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ClusterStatusProtos.ReplicationLoadSource.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.ReplicationLoadSource.Builder>
public ClusterStatusProtos.ReplicationLoadSource.Builder mergeFrom(ClusterStatusProtos.ReplicationLoadSource other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ReplicationLoadSource.Builder>
public ClusterStatusProtos.ReplicationLoadSource.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.ReplicationLoadSource.Builder>
IOException
public boolean hasPeerID()
required string peerID = 1;
hasPeerID
in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder
public String getPeerID()
required string peerID = 1;
getPeerID
in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder
public com.google.protobuf.ByteString getPeerIDBytes()
required string peerID = 1;
getPeerIDBytes
in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder
public ClusterStatusProtos.ReplicationLoadSource.Builder setPeerID(String value)
required string peerID = 1;
public ClusterStatusProtos.ReplicationLoadSource.Builder clearPeerID()
required string peerID = 1;
public ClusterStatusProtos.ReplicationLoadSource.Builder setPeerIDBytes(com.google.protobuf.ByteString value)
required string peerID = 1;
public boolean hasAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;
hasAgeOfLastShippedOp
in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder
public long getAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;
getAgeOfLastShippedOp
in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder
public ClusterStatusProtos.ReplicationLoadSource.Builder setAgeOfLastShippedOp(long value)
required uint64 ageOfLastShippedOp = 2;
public ClusterStatusProtos.ReplicationLoadSource.Builder clearAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;
public boolean hasSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;
hasSizeOfLogQueue
in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder
public int getSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;
getSizeOfLogQueue
in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder
public ClusterStatusProtos.ReplicationLoadSource.Builder setSizeOfLogQueue(int value)
required uint32 sizeOfLogQueue = 3;
public ClusterStatusProtos.ReplicationLoadSource.Builder clearSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;
public boolean hasTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;
hasTimeStampOfLastShippedOp
in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder
public long getTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;
getTimeStampOfLastShippedOp
in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder
public ClusterStatusProtos.ReplicationLoadSource.Builder setTimeStampOfLastShippedOp(long value)
required uint64 timeStampOfLastShippedOp = 4;
public ClusterStatusProtos.ReplicationLoadSource.Builder clearTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;
public boolean hasReplicationLag()
required uint64 replicationLag = 5;
hasReplicationLag
in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder
public long getReplicationLag()
required uint64 replicationLag = 5;
getReplicationLag
in interface ClusterStatusProtos.ReplicationLoadSourceOrBuilder
public ClusterStatusProtos.ReplicationLoadSource.Builder setReplicationLag(long value)
required uint64 replicationLag = 5;
public ClusterStatusProtos.ReplicationLoadSource.Builder clearReplicationLag()
required uint64 replicationLag = 5;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.