public interface AlluxioProcessStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AlluxioNodeType |
getNodeType()
optional .alluxio.hub.proto.AlluxioNodeType node_type = 1; |
int |
getPid()
optional uint32 pid = 3; |
ProcessState |
getState()
optional .alluxio.hub.proto.ProcessState state = 2; |
boolean |
hasNodeType()
optional .alluxio.hub.proto.AlluxioNodeType node_type = 1; |
boolean |
hasPid()
optional uint32 pid = 3; |
boolean |
hasState()
optional .alluxio.hub.proto.ProcessState state = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasNodeType()
optional .alluxio.hub.proto.AlluxioNodeType node_type = 1;
AlluxioNodeType getNodeType()
optional .alluxio.hub.proto.AlluxioNodeType node_type = 1;
boolean hasState()
optional .alluxio.hub.proto.ProcessState state = 2;
ProcessState getState()
optional .alluxio.hub.proto.ProcessState state = 2;
boolean hasPid()
optional uint32 pid = 3;
int getPid()
optional uint32 pid = 3;
Copyright © 2023. All Rights Reserved.