Uses of Class
org.elasticsearch.cluster.block.ClusterBlockLevel
-
Packages that use ClusterBlockLevel Package Description org.elasticsearch.action.resync org.elasticsearch.action.support.replication org.elasticsearch.cluster.block org.elasticsearch.index.seqno -
-
Uses of ClusterBlockLevel in org.elasticsearch.action.resync
Methods in org.elasticsearch.action.resync that return ClusterBlockLevel Modifier and Type Method Description protected ClusterBlockLevelTransportResyncReplicationAction. globalBlockLevel()ClusterBlockLevelTransportResyncReplicationAction. indexBlockLevel() -
Uses of ClusterBlockLevel in org.elasticsearch.action.support.replication
Methods in org.elasticsearch.action.support.replication that return ClusterBlockLevel Modifier and Type Method Description protected ClusterBlockLevelTransportReplicationAction. globalBlockLevel()Cluster level block to check before request execution.protected ClusterBlockLevelTransportWriteAction. globalBlockLevel()ClusterBlockLevelTransportReplicationAction. indexBlockLevel()Index level block to check before request execution.ClusterBlockLevelTransportWriteAction. indexBlockLevel() -
Uses of ClusterBlockLevel in org.elasticsearch.cluster.block
Fields in org.elasticsearch.cluster.block with type parameters of type ClusterBlockLevel Modifier and Type Field Description static EnumSet<ClusterBlockLevel>ClusterBlockLevel. ALLstatic EnumSet<ClusterBlockLevel>ClusterBlockLevel. READ_WRITEMethods in org.elasticsearch.cluster.block that return ClusterBlockLevel Modifier and Type Method Description static ClusterBlockLevelClusterBlockLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterBlockLevel[]ClusterBlockLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.cluster.block that return types with arguments of type ClusterBlockLevel Modifier and Type Method Description EnumSet<ClusterBlockLevel>ClusterBlock. levels()Methods in org.elasticsearch.cluster.block with parameters of type ClusterBlockLevel Modifier and Type Method Description booleanClusterBlock. contains(ClusterBlockLevel level)Set<ClusterBlock>ClusterBlocks. global(ClusterBlockLevel level)ClusterBlockExceptionClusterBlocks. globalBlockedException(ClusterBlockLevel level)voidClusterBlocks. globalBlockedRaiseException(ClusterBlockLevel level)booleanClusterBlocks. hasGlobalBlockWithLevel(ClusterBlockLevel level)booleanClusterBlocks. indexBlocked(ClusterBlockLevel level, String index)ClusterBlockExceptionClusterBlocks. indexBlockedException(ClusterBlockLevel level, String index)voidClusterBlocks. indexBlockedRaiseException(ClusterBlockLevel level, String index)ImmutableOpenMap<String,Set<ClusterBlock>>ClusterBlocks. indices(ClusterBlockLevel level)ClusterBlockExceptionClusterBlocks. indicesBlockedException(ClusterBlockLevel level, String[] indices)Constructor parameters in org.elasticsearch.cluster.block with type arguments of type ClusterBlockLevel Constructor Description ClusterBlock(int id, String description, boolean retryable, boolean disableStatePersistence, boolean allowReleaseResources, RestStatus status, EnumSet<ClusterBlockLevel> levels)ClusterBlock(int id, String uuid, String description, boolean retryable, boolean disableStatePersistence, boolean allowReleaseResources, RestStatus status, EnumSet<ClusterBlockLevel> levels) -
Uses of ClusterBlockLevel in org.elasticsearch.index.seqno
Methods in org.elasticsearch.index.seqno that return ClusterBlockLevel Modifier and Type Method Description ClusterBlockLevelRetentionLeaseSyncAction. indexBlockLevel()
-