Package org.elasticsearch.cluster
Interface ClusterState.Custom
-
- All Superinterfaces:
ClusterState.FeatureAware,Diffable<ClusterState.Custom>,NamedDiffable<ClusterState.Custom>,NamedWriteable,ToXContent,ToXContentFragment,VersionedNamedWriteable,Writeable
- All Known Implementing Classes:
RestoreInProgress,SnapshotDeletionsInProgress,SnapshotsInProgress
- Enclosing class:
- ClusterState
public static interface ClusterState.Custom extends NamedDiffable<ClusterState.Custom>, ToXContentFragment, ClusterState.FeatureAware
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Nested 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.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisPrivate()Returnstrueiff thisClusterState.Customis private to the cluster and should never be send to a client.-
Methods inherited from interface org.elasticsearch.cluster.ClusterState.FeatureAware
getRequiredFeature
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContent
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Methods inherited from interface org.elasticsearch.common.io.stream.VersionedNamedWriteable
getMinimalSupportedVersion, getWriteableName
-
-
-
-
Method Detail
-
isPrivate
default boolean isPrivate()
Returnstrueiff thisClusterState.Customis private to the cluster and should never be send to a client. The default isfalse;
-
-