Package | Description |
---|---|
alluxio.hub.manager.util | |
alluxio.hub.proto |
Modifier and Type | Method and Description |
---|---|
HubCluster |
HubCluster.toProto() |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<HubCluster> |
HubCluster.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HubCluster |
HubCluster.Builder.build() |
HubCluster |
HubCluster.Builder.buildPartial() |
static HubCluster |
HubCluster.getDefaultInstance() |
HubCluster |
HubCluster.getDefaultInstanceForType() |
HubCluster |
HubCluster.Builder.getDefaultInstanceForType() |
HubCluster |
HubManagerObjectOrBuilder.getHubCluster()
optional .alluxio.hub.proto.HubCluster hub_cluster = 3; |
HubCluster |
HubManagerObject.getHubCluster()
optional .alluxio.hub.proto.HubCluster hub_cluster = 3; |
HubCluster |
HubManagerObject.Builder.getHubCluster()
optional .alluxio.hub.proto.HubCluster hub_cluster = 3; |
HubCluster |
StatusOrBuilder.getHubCluster(int index)
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
HubCluster |
Status.getHubCluster(int index)
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
HubCluster |
Status.Builder.getHubCluster(int index)
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
static HubCluster |
HubCluster.parseDelimitedFrom(InputStream input) |
static HubCluster |
HubCluster.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HubCluster |
HubCluster.parseFrom(byte[] data) |
static HubCluster |
HubCluster.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HubCluster |
HubCluster.parseFrom(ByteBuffer data) |
static HubCluster |
HubCluster.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HubCluster |
HubCluster.parseFrom(com.google.protobuf.ByteString data) |
static HubCluster |
HubCluster.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HubCluster |
HubCluster.parseFrom(com.google.protobuf.CodedInputStream input) |
static HubCluster |
HubCluster.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HubCluster |
HubCluster.parseFrom(InputStream input) |
static HubCluster |
HubCluster.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<HubCluster> |
StatusOrBuilder.getHubClusterList()
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
List<HubCluster> |
Status.getHubClusterList()
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
List<HubCluster> |
Status.Builder.getHubClusterList()
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
com.google.protobuf.Parser<HubCluster> |
HubCluster.getParserForType() |
static com.google.protobuf.Parser<HubCluster> |
HubCluster.parser() |
Modifier and Type | Method and Description |
---|---|
Status.Builder |
Status.Builder.addHubCluster(HubCluster value)
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
Status.Builder |
Status.Builder.addHubCluster(int index,
HubCluster value)
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
HubCluster.Builder |
HubCluster.Builder.mergeFrom(HubCluster other) |
HubManagerObject.Builder |
HubManagerObject.Builder.mergeHubCluster(HubCluster value)
optional .alluxio.hub.proto.HubCluster hub_cluster = 3; |
static HubCluster.Builder |
HubCluster.newBuilder(HubCluster prototype) |
HubManagerObject.Builder |
HubManagerObject.Builder.setHubCluster(HubCluster value)
optional .alluxio.hub.proto.HubCluster hub_cluster = 3; |
Status.Builder |
Status.Builder.setHubCluster(int index,
HubCluster value)
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
Modifier and Type | Method and Description |
---|---|
Status.Builder |
Status.Builder.addAllHubCluster(Iterable<? extends HubCluster> values)
repeated .alluxio.hub.proto.HubCluster hub_cluster = 3; |
Copyright © 2023. All Rights Reserved.