public static class ClusterGraph.ClusterGraphHelper extends Object
ClusterGraph graph = cluster( connectivity("a", ImmutableMap.of("a", OK, "b", FAILED, "c", OK)), unavailable("b"), connectivity("c", ImmutableMap.of("a", OK, "b", FAILED, "c", OK)) );
Modifier and Type | Method and Description |
---|---|
static ClusterGraph |
cluster(String localNode,
NodeConnectivity... nodes) |
public static ClusterGraph cluster(String localNode, NodeConnectivity... nodes)
Copyright © 2019 CorfuDB. All rights reserved.