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.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
Modifier and TypeMethodDescriptiondefault boolean
Returnstrue
iff thisClusterState.Custom
is 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 Details
-
isPrivate
default boolean isPrivate()Returnstrue
iff thisClusterState.Custom
is private to the cluster and should never be send to a client. The default isfalse
;
-