Uses of Class
org.elasticsearch.cluster.block.ClusterBlock
-
-
Uses of ClusterBlock in org.elasticsearch.action.admin.indices.close
Methods in org.elasticsearch.action.admin.indices.close that return ClusterBlock Modifier and Type Method Description ClusterBlockTransportVerifyShardBeforeCloseAction.ShardRequest. clusterBlock()Constructors in org.elasticsearch.action.admin.indices.close with parameters of type ClusterBlock Constructor Description ShardRequest(ShardId shardId, ClusterBlock clusterBlock, boolean phase1, TaskId parentTaskId) -
Uses of ClusterBlock in org.elasticsearch.action.admin.indices.create
Methods in org.elasticsearch.action.admin.indices.create that return types with arguments of type ClusterBlock Modifier and Type Method Description Set<ClusterBlock>CreateIndexClusterStateUpdateRequest. blocks() -
Uses of ClusterBlock in org.elasticsearch.cluster.block
Methods in org.elasticsearch.cluster.block that return ClusterBlock Modifier and Type Method Description ClusterBlockClusterBlocks. getIndexBlockWithId(String index, int blockId)Methods in org.elasticsearch.cluster.block that return types with arguments of type ClusterBlock Modifier and Type Method Description Set<ClusterBlock>ClusterBlockException. blocks()Set<ClusterBlock>ClusterBlocks. global()Set<ClusterBlock>ClusterBlocks. global(ClusterBlockLevel level)ImmutableOpenMap<String,Set<ClusterBlock>>ClusterBlocks. indices()ImmutableOpenMap<String,Set<ClusterBlock>>ClusterBlocks. indices(ClusterBlockLevel level)Methods in org.elasticsearch.cluster.block with parameters of type ClusterBlock Modifier and Type Method Description ClusterBlocks.BuilderClusterBlocks.Builder. addGlobalBlock(ClusterBlock block)ClusterBlocks.BuilderClusterBlocks.Builder. addIndexBlock(String index, ClusterBlock block)booleanClusterBlocks. hasGlobalBlock(ClusterBlock block)booleanClusterBlocks. hasIndexBlock(String index, ClusterBlock block)ClusterBlocks.BuilderClusterBlocks.Builder. removeGlobalBlock(ClusterBlock block)ClusterBlocks.BuilderClusterBlocks.Builder. removeIndexBlock(String index, ClusterBlock block)Constructor parameters in org.elasticsearch.cluster.block with type arguments of type ClusterBlock Constructor Description ClusterBlockException(Map<String,Set<ClusterBlock>> indexLevelBlocks)ClusterBlockException(Set<ClusterBlock> globalLevelBlocks) -
Uses of ClusterBlock in org.elasticsearch.cluster.coordination
Fields in org.elasticsearch.cluster.coordination declared as ClusterBlock Modifier and Type Field Description static ClusterBlockNoMasterBlockService. NO_MASTER_BLOCK_ALLstatic ClusterBlockNoMasterBlockService. NO_MASTER_BLOCK_WRITESFields in org.elasticsearch.cluster.coordination with type parameters of type ClusterBlock Modifier and Type Field Description static Setting<ClusterBlock>NoMasterBlockService. LEGACY_NO_MASTER_BLOCK_SETTINGstatic Setting<ClusterBlock>NoMasterBlockService. NO_MASTER_BLOCK_SETTINGMethods in org.elasticsearch.cluster.coordination that return ClusterBlock Modifier and Type Method Description ClusterBlockNoMasterBlockService. getNoMasterBlock() -
Uses of ClusterBlock in org.elasticsearch.cluster.metadata
Fields in org.elasticsearch.cluster.metadata declared as ClusterBlock Modifier and Type Field Description static ClusterBlockMetaData. CLUSTER_READ_ONLY_ALLOW_DELETE_BLOCKstatic ClusterBlockMetaData. CLUSTER_READ_ONLY_BLOCKstatic ClusterBlockMetaDataIndexStateService. INDEX_CLOSED_BLOCKstatic ClusterBlockIndexMetaData. INDEX_METADATA_BLOCKstatic ClusterBlockIndexMetaData. INDEX_READ_BLOCKstatic ClusterBlockIndexMetaData. INDEX_READ_ONLY_ALLOW_DELETE_BLOCKstatic ClusterBlockIndexMetaData. INDEX_READ_ONLY_BLOCKstatic ClusterBlockIndexMetaData. INDEX_WRITE_BLOCKMethods in org.elasticsearch.cluster.metadata that return ClusterBlock Modifier and Type Method Description static ClusterBlockMetaDataIndexStateService. createIndexClosingBlock() -
Uses of ClusterBlock in org.elasticsearch.gateway
Fields in org.elasticsearch.gateway declared as ClusterBlock Modifier and Type Field Description static ClusterBlockGatewayService. STATE_NOT_RECOVERED_BLOCK
-