public class ClusterServiceUtils
extends java.lang.Object
Constructor and Description |
---|
ClusterServiceUtils() |
Modifier and Type | Method and Description |
---|---|
static ClusterService |
createClusterService(ClusterState initialState,
ThreadPool threadPool) |
static ClusterService |
createClusterService(Settings settings,
ThreadPool threadPool,
DiscoveryNode localNode) |
static ClusterService |
createClusterService(ThreadPool threadPool) |
static ClusterService |
createClusterService(ThreadPool threadPool,
DiscoveryNode localNode) |
static void |
setState(ClusterService clusterService,
ClusterState.Builder clusterStateBuilder) |
static void |
setState(ClusterService clusterService,
ClusterState clusterState) |
public static ClusterService createClusterService(ThreadPool threadPool)
public static ClusterService createClusterService(ThreadPool threadPool, DiscoveryNode localNode)
public static ClusterService createClusterService(Settings settings, ThreadPool threadPool, DiscoveryNode localNode)
public static ClusterService createClusterService(ClusterState initialState, ThreadPool threadPool)
public static void setState(ClusterService clusterService, ClusterState.Builder clusterStateBuilder)
public static void setState(ClusterService clusterService, ClusterState clusterState)