Package org.elasticsearch.cluster
Interface ClusterState.Custom
- All Superinterfaces:
ClusterState.FeatureAware,Diffable<ClusterState.Custom>,NamedDiffable<ClusterState.Custom>,NamedWriteable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment,VersionedNamedWriteable,Writeable
- All Known Implementing Classes:
RepositoryCleanupInProgress,RestoreInProgress,SnapshotDeletionsInProgress,SnapshotsInProgress
- Enclosing class:
- ClusterState
public static interface ClusterState.Custom
extends NamedDiffable<ClusterState.Custom>, org.elasticsearch.common.xcontent.ToXContentFragment, ClusterState.FeatureAware
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.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.common.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturnstrueiff 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.xcontent.ToXContent
toXContentMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragmentMethods 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;
-