Module org.elasticsearch.server
Package org.elasticsearch.cluster.block
Class ClusterBlocks.ProjectBlocks
java.lang.Object
org.elasticsearch.cluster.block.ClusterBlocks.ProjectBlocks
- All Implemented Interfaces:
Writeable
- Enclosing class:
ClusterBlocks
ProjectBlocks encapsulates the project-specific ClusterBlocks. These apply either to a specific index
or are project global blocks. Project global blocks are similar to cluster-global blocks, but impact
only one project.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Method Summary
Modifier and TypeMethodDescriptionindices()booleanisEmpty()voidwriteTo(StreamOutput out) Write this into the StreamOutput.
-
Method Details
-
indices
-
projectGlobals
-
isEmpty
public boolean isEmpty() -
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-