ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ServerLoad.Builder.addReplLoadSourceBuilder()
repeated .ReplicationLoadSource replLoadSource = 10;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ServerLoad.Builder.addReplLoadSourceBuilder(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.clear() |
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.clearAgeOfLastShippedOp()
required uint64 ageOfLastShippedOp = 2;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.clearPeerID()
required string peerID = 1;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.clearReplicationLag()
required uint64 replicationLag = 5;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.clearSizeOfLogQueue()
required uint32 sizeOfLogQueue = 3;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.clearTimeStampOfLastShippedOp()
required uint64 timeStampOfLastShippedOp = 4;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.clone() |
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ServerLoad.Builder.getReplLoadSourceBuilder(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.mergeFrom(ClusterStatusProtos.ReplicationLoadSource other) |
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.mergeFrom(com.google.protobuf.Message other) |
static ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.newBuilder() |
static ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.newBuilder(ClusterStatusProtos.ReplicationLoadSource prototype) |
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.newBuilderForType() |
protected ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.setAgeOfLastShippedOp(long value)
required uint64 ageOfLastShippedOp = 2;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.setPeerID(String value)
required string peerID = 1;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.setPeerIDBytes(com.google.protobuf.ByteString value)
required string peerID = 1;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.setReplicationLag(long value)
required uint64 replicationLag = 5;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.setSizeOfLogQueue(int value)
required uint32 sizeOfLogQueue = 3;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.Builder.setTimeStampOfLastShippedOp(long value)
required uint64 timeStampOfLastShippedOp = 4;
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
ClusterStatusProtos.ReplicationLoadSource.toBuilder() |