Class NoMasterBlockService
java.lang.Object
org.elasticsearch.cluster.coordination.NoMasterBlockService
public class NoMasterBlockService
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static Setting<ClusterBlock>LEGACY_NO_MASTER_BLOCK_SETTINGstatic ClusterBlockNO_MASTER_BLOCK_ALLstatic intNO_MASTER_BLOCK_IDstatic ClusterBlockNO_MASTER_BLOCK_METADATA_WRITESstatic Setting<ClusterBlock>NO_MASTER_BLOCK_SETTINGstatic ClusterBlockNO_MASTER_BLOCK_WRITES -
Constructor Summary
Constructors Constructor Description NoMasterBlockService(Settings settings, ClusterSettings clusterSettings) -
Method Summary
Modifier and Type Method Description ClusterBlockgetNoMasterBlock()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NO_MASTER_BLOCK_ID
public static final int NO_MASTER_BLOCK_ID- See Also:
- Constant Field Values
-
NO_MASTER_BLOCK_WRITES
-
NO_MASTER_BLOCK_ALL
-
NO_MASTER_BLOCK_METADATA_WRITES
-
LEGACY_NO_MASTER_BLOCK_SETTING
-
NO_MASTER_BLOCK_SETTING
-
-
Constructor Details
-
NoMasterBlockService
-
-
Method Details
-
getNoMasterBlock
-