Package | Description |
---|---|
org.corfudb.protocols.wireprotocol | |
org.corfudb.runtime.clients |
Modifier and Type | Method and Description |
---|---|
static NodeState |
NodeState.getNotReadyNodeState(String endpoint,
long epoch,
long counter) |
static NodeState |
NodeState.getUnavailableNodeState(String endpoint) |
Modifier and Type | Method and Description |
---|---|
Optional<NodeState> |
ClusterState.getNode(String endpoint) |
Modifier and Type | Method and Description |
---|---|
static ClusterState |
ClusterState.buildClusterState(String localEndpoint,
NodeState... states) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<NodeState> |
ManagementClient.sendNodeStateRequest() |
Copyright © 2019 CorfuDB. All rights reserved.