AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.addAllProcess(Iterable<? extends AlluxioProcessStatus> values)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
|
AlluxioNodeStatus.Builder |
AlluxioCluster.Builder.addNodeBuilder()
repeated .alluxio.hub.proto.AlluxioNodeStatus node = 1;
|
AlluxioNodeStatus.Builder |
AlluxioCluster.Builder.addNodeBuilder(int index)
repeated .alluxio.hub.proto.AlluxioNodeStatus node = 1;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.addProcess(AlluxioProcessStatus.Builder builderForValue)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.addProcess(AlluxioProcessStatus value)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.addProcess(int index,
AlluxioProcessStatus.Builder builderForValue)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.addProcess(int index,
AlluxioProcessStatus value)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.clear() |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.clearHostname()
optional string hostname = 2;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.clearProcess()
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.clone() |
AlluxioNodeStatus.Builder |
AgentHeartbeatRequest.Builder.getAlluxioStatusBuilder()
optional .alluxio.hub.proto.AlluxioNodeStatus alluxio_status = 2;
|
AlluxioNodeStatus.Builder |
AlluxioCluster.Builder.getNodeBuilder(int index)
repeated .alluxio.hub.proto.AlluxioNodeStatus node = 1;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.mergeFrom(AlluxioNodeStatus other) |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.mergeFrom(com.google.protobuf.Message other) |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AlluxioNodeStatus.Builder |
AlluxioNodeStatus.newBuilder() |
static AlluxioNodeStatus.Builder |
AlluxioNodeStatus.newBuilder(AlluxioNodeStatus prototype) |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.newBuilderForType() |
protected AlluxioNodeStatus.Builder |
AlluxioNodeStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.removeProcess(int index)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.setHostname(String value)
optional string hostname = 2;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.setHostnameBytes(com.google.protobuf.ByteString value)
optional string hostname = 2;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.setProcess(int index,
AlluxioProcessStatus.Builder builderForValue)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.setProcess(int index,
AlluxioProcessStatus value)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.toBuilder() |