All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static ClusterService |
createClusterService(ClusterState initialState,
ThreadPool threadPool) |
static ClusterService |
createClusterService(ThreadPool threadPool) |
static ClusterService |
createClusterService(ThreadPool threadPool,
DiscoveryNode localNode) |
static ClusterService |
createClusterService(ThreadPool threadPool,
DiscoveryNode localNode,
ClusterSettings clusterSettings) |
static java.util.function.BiConsumer<ClusterChangedEvent,Discovery.AckListener> |
createClusterStatePublisher(ClusterApplier clusterApplier) |
static MasterService |
createMasterService(ThreadPool threadPool,
ClusterState initialClusterState) |
static MasterService |
createMasterService(ThreadPool threadPool,
DiscoveryNode localNode) |
static void |
setState(ClusterApplierService executor,
ClusterState clusterState) |
static void |
setState(ClusterService clusterService,
ClusterState.Builder clusterStateBuilder) |
static void |
setState(ClusterService clusterService,
ClusterState clusterState)
Sets the state on the cluster applier service
|
static void |
setState(MasterService executor,
ClusterState clusterState) |