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:
RepositoryCleanupInProgress,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.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
-
Method Summary
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
getRequiredFeatureMethods inherited from interface org.elasticsearch.common.io.stream.VersionedNamedWriteable
getMinimalSupportedVersion, getWriteableName
-
Method Details
-
isPrivate
default boolean isPrivate()Returnstrueiff thisClusterState.Customis private to the cluster and should never be send to a client. The default isfalse;
-