public interface HubManagerObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AlluxioCluster |
getAlluxioCluster()
optional .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 2; |
AlluxioClusterOrBuilder |
getAlluxioClusterOrBuilder()
optional .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 2; |
HubCluster |
getHubCluster()
optional .alluxio.hub.proto.HubCluster hub_cluster = 3; |
HubClusterOrBuilder |
getHubClusterOrBuilder()
optional .alluxio.hub.proto.HubCluster hub_cluster = 3; |
HubMetadata |
getHubMetadata()
optional .alluxio.hub.proto.HubMetadata hub_metadata = 1; |
HubMetadataOrBuilder |
getHubMetadataOrBuilder()
optional .alluxio.hub.proto.HubMetadata hub_metadata = 1; |
boolean |
hasAlluxioCluster()
optional .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 2; |
boolean |
hasHubCluster()
optional .alluxio.hub.proto.HubCluster hub_cluster = 3; |
boolean |
hasHubMetadata()
optional .alluxio.hub.proto.HubMetadata hub_metadata = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHubMetadata()
optional .alluxio.hub.proto.HubMetadata hub_metadata = 1;
HubMetadata getHubMetadata()
optional .alluxio.hub.proto.HubMetadata hub_metadata = 1;
HubMetadataOrBuilder getHubMetadataOrBuilder()
optional .alluxio.hub.proto.HubMetadata hub_metadata = 1;
boolean hasAlluxioCluster()
optional .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 2;
AlluxioCluster getAlluxioCluster()
optional .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 2;
AlluxioClusterOrBuilder getAlluxioClusterOrBuilder()
optional .alluxio.hub.proto.AlluxioCluster alluxio_cluster = 2;
boolean hasHubCluster()
optional .alluxio.hub.proto.HubCluster hub_cluster = 3;
HubCluster getHubCluster()
optional .alluxio.hub.proto.HubCluster hub_cluster = 3;
HubClusterOrBuilder getHubClusterOrBuilder()
optional .alluxio.hub.proto.HubCluster hub_cluster = 3;
Copyright © 2023. All Rights Reserved.