public interface AgentProcessStatusChangeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ProcessStateChange |
getAction()
optional .alluxio.hub.proto.ProcessStateChange action = 1; |
ExecutionType |
getExecType()
optional .alluxio.hub.proto.ExecutionType exec_type = 4; |
String |
getHostname()
optional string hostname = 3; |
com.google.protobuf.ByteString |
getHostnameBytes()
optional string hostname = 3; |
AlluxioNodeType |
getNodeType()
optional .alluxio.hub.proto.AlluxioNodeType node_type = 2; |
boolean |
hasAction()
optional .alluxio.hub.proto.ProcessStateChange action = 1; |
boolean |
hasExecType()
optional .alluxio.hub.proto.ExecutionType exec_type = 4; |
boolean |
hasHostname()
optional string hostname = 3; |
boolean |
hasNodeType()
optional .alluxio.hub.proto.AlluxioNodeType node_type = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAction()
optional .alluxio.hub.proto.ProcessStateChange action = 1;
ProcessStateChange getAction()
optional .alluxio.hub.proto.ProcessStateChange action = 1;
boolean hasNodeType()
optional .alluxio.hub.proto.AlluxioNodeType node_type = 2;
AlluxioNodeType getNodeType()
optional .alluxio.hub.proto.AlluxioNodeType node_type = 2;
boolean hasHostname()
optional string hostname = 3;
String getHostname()
optional string hostname = 3;
com.google.protobuf.ByteString getHostnameBytes()
optional string hostname = 3;
boolean hasExecType()
optional .alluxio.hub.proto.ExecutionType exec_type = 4;
ExecutionType getExecType()
optional .alluxio.hub.proto.ExecutionType exec_type = 4;
Copyright © 2023. All Rights Reserved.