public interface StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AlluxioCluster |
getAlluxioCluster(int index)
repeated .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 4; |
int |
getAlluxioClusterCount()
repeated .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 4; |
List<AlluxioCluster> |
getAlluxioClusterList()
repeated .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 4; |
AlluxioClusterOrBuilder |
getAlluxioClusterOrBuilder(int index)
repeated .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 4; |
List<? extends AlluxioClusterOrBuilder> |
getAlluxioClusterOrBuilderList()
repeated .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 4; |
HubCluster |
getHubCluster(int index)
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
int |
getHubClusterCount()
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
List<HubCluster> |
getHubClusterList()
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
HubClusterOrBuilder |
getHubClusterOrBuilder(int index)
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
List<? extends HubClusterOrBuilder> |
getHubClusterOrBuilderList()
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
String |
getJavaVersion()
optional string java_version = 2; |
com.google.protobuf.ByteString |
getJavaVersionBytes()
optional string java_version = 2; |
String |
getUptime()
optional string uptime = 1; |
com.google.protobuf.ByteString |
getUptimeBytes()
optional string uptime = 1; |
boolean |
hasJavaVersion()
optional string java_version = 2; |
boolean |
hasUptime()
optional string uptime = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasUptime()
optional string uptime = 1;
String getUptime()
optional string uptime = 1;
com.google.protobuf.ByteString getUptimeBytes()
optional string uptime = 1;
boolean hasJavaVersion()
optional string java_version = 2;
String getJavaVersion()
optional string java_version = 2;
com.google.protobuf.ByteString getJavaVersionBytes()
optional string java_version = 2;
List<HubCluster> getHubClusterList()
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3;
HubCluster getHubCluster(int index)
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3;
int getHubClusterCount()
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3;
List<? extends HubClusterOrBuilder> getHubClusterOrBuilderList()
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3;
HubClusterOrBuilder getHubClusterOrBuilder(int index)
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3;
List<AlluxioCluster> getAlluxioClusterList()
repeated .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 4;
AlluxioCluster getAlluxioCluster(int index)
repeated .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 4;
int getAlluxioClusterCount()
repeated .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 4;
List<? extends AlluxioClusterOrBuilder> getAlluxioClusterOrBuilderList()
repeated .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 4;
AlluxioClusterOrBuilder getAlluxioClusterOrBuilder(int index)
repeated .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 4;
Copyright © 2023. All Rights Reserved.