java.lang.Object
org.elasticsearch.cluster.block.ClusterBlock
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentFragment
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionClusterBlock(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) -
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(ClusterBlockLevel level) booleanShould global state persistence be disabled when this block is present.booleaninthashCode()intid()booleanlevels()booleanShould operations get into retry state if this block is present.status()toString()toXContent(XContentBuilder builder, ToXContent.Params params) uuid()voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
ClusterBlock
- Throws:
IOException
-
ClusterBlock
public ClusterBlock(int id, String description, boolean retryable, boolean disableStatePersistence, boolean allowReleaseResources, RestStatus status, EnumSet<ClusterBlockLevel> levels) -
ClusterBlock
public ClusterBlock(int id, String uuid, String description, boolean retryable, boolean disableStatePersistence, boolean allowReleaseResources, RestStatus status, EnumSet<ClusterBlockLevel> levels)
-
-
Method Details
-
id
public int id() -
uuid
-
description
-
status
-
levels
-
contains
-
retryable
public boolean retryable()Should operations get into retry state if this block is present. -
disableStatePersistence
public boolean disableStatePersistence()Should global state persistence be disabled when this block is present. Note, only relevant for global blocks. -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toString
-
equals
-
hashCode
public int hashCode() -
isAllowReleaseResources
public boolean isAllowReleaseResources()
-