Package | Description |
---|---|
alluxio.hub.manager.util | |
alluxio.hub.proto |
Modifier and Type | Method and Description |
---|---|
Map<AlluxioNodeType,ProcessState> |
AlluxioCluster.heartbeat(AlluxioNodeStatusOrBuilder addr)
Add a new node to the cluster.
|
Map<AlluxioNodeType,ProcessState> |
AlluxioCluster.remove(AlluxioNodeStatusOrBuilder addr)
Remove a node from the cluster with the address's hostname.
|
Modifier and Type | Class and Description |
---|---|
class |
AlluxioNodeStatus
A status object describing the host and status of the Alluxio processes that are supposed to run
on it.
|
static class |
AlluxioNodeStatus.Builder
A status object describing the host and status of the Alluxio processes that are supposed to run
on it.
|
Modifier and Type | Method and Description |
---|---|
AlluxioNodeStatusOrBuilder |
AgentHeartbeatRequestOrBuilder.getAlluxioStatusOrBuilder()
optional .alluxio.hub.proto.AlluxioNodeStatus alluxio_status = 2; |
AlluxioNodeStatusOrBuilder |
AgentHeartbeatRequest.getAlluxioStatusOrBuilder()
optional .alluxio.hub.proto.AlluxioNodeStatus alluxio_status = 2; |
AlluxioNodeStatusOrBuilder |
AgentHeartbeatRequest.Builder.getAlluxioStatusOrBuilder()
optional .alluxio.hub.proto.AlluxioNodeStatus alluxio_status = 2; |
AlluxioNodeStatusOrBuilder |
AlluxioClusterOrBuilder.getNodeOrBuilder(int index)
repeated .alluxio.hub.proto.AlluxioNodeStatus node = 1; |
AlluxioNodeStatusOrBuilder |
AlluxioCluster.getNodeOrBuilder(int index)
repeated .alluxio.hub.proto.AlluxioNodeStatus node = 1; |
AlluxioNodeStatusOrBuilder |
AlluxioCluster.Builder.getNodeOrBuilder(int index)
repeated .alluxio.hub.proto.AlluxioNodeStatus node = 1; |
Modifier and Type | Method and Description |
---|---|
List<? extends AlluxioNodeStatusOrBuilder> |
AlluxioClusterOrBuilder.getNodeOrBuilderList()
repeated .alluxio.hub.proto.AlluxioNodeStatus node = 1; |
List<? extends AlluxioNodeStatusOrBuilder> |
AlluxioCluster.getNodeOrBuilderList()
repeated .alluxio.hub.proto.AlluxioNodeStatus node = 1; |
List<? extends AlluxioNodeStatusOrBuilder> |
AlluxioCluster.Builder.getNodeOrBuilderList()
repeated .alluxio.hub.proto.AlluxioNodeStatus node = 1; |
Copyright © 2023. All Rights Reserved.