public interface AlluxioNodeStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getHostname()
optional string hostname = 2; |
com.google.protobuf.ByteString |
getHostnameBytes()
optional string hostname = 2; |
AlluxioProcessStatus |
getProcess(int index)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
int |
getProcessCount()
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
List<AlluxioProcessStatus> |
getProcessList()
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
AlluxioProcessStatusOrBuilder |
getProcessOrBuilder(int index)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
List<? extends AlluxioProcessStatusOrBuilder> |
getProcessOrBuilderList()
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
boolean |
hasHostname()
optional string hostname = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<AlluxioProcessStatus> getProcessList()
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
AlluxioProcessStatus getProcess(int index)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
int getProcessCount()
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
List<? extends AlluxioProcessStatusOrBuilder> getProcessOrBuilderList()
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
AlluxioProcessStatusOrBuilder getProcessOrBuilder(int index)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1;
boolean hasHostname()
optional string hostname = 2;
String getHostname()
optional string hostname = 2;
com.google.protobuf.ByteString getHostnameBytes()
optional string hostname = 2;
Copyright © 2023. All Rights Reserved.