Uses of Interface
org.elasticsearch.cluster.ClusterState.FeatureAware
-
Packages that use ClusterState.FeatureAware Package Description org.elasticsearch.cluster org.elasticsearch.cluster.metadata org.elasticsearch.ingest org.elasticsearch.persistent org.elasticsearch.script -
-
Uses of ClusterState.FeatureAware in org.elasticsearch.cluster
Subinterfaces of ClusterState.FeatureAware in org.elasticsearch.cluster Modifier and Type Interface Description static interfaceClusterState.CustomClasses in org.elasticsearch.cluster that implement ClusterState.FeatureAware Modifier and Type Class Description classRepositoryCleanupInProgressclassRestoreInProgressMeta data about restore processes that are currently executingclassSnapshotDeletionsInProgressA class that represents the snapshot deletions that are in progress in the cluster.classSnapshotsInProgressMeta data about snapshots that are currently executingMethods in org.elasticsearch.cluster with type parameters of type ClusterState.FeatureAware Modifier and Type Method Description static <T extends VersionedNamedWriteable & ClusterState.FeatureAware>
booleanClusterState.FeatureAware. shouldSerialize(StreamOutput out, T custom)Tests whether or not the custom should be serialized. -
Uses of ClusterState.FeatureAware in org.elasticsearch.cluster.metadata
Subinterfaces of ClusterState.FeatureAware in org.elasticsearch.cluster.metadata Modifier and Type Interface Description static interfaceMetaData.CustomClasses in org.elasticsearch.cluster.metadata that implement ClusterState.FeatureAware Modifier and Type Class Description classIndexGraveyardA collection of tombstones for explicitly marking indices as deleted in the cluster state.static classMetaData.UnknownGatewayOnlyCustomclassRepositoriesMetaDataContains metadata about registered snapshot repositories -
Uses of ClusterState.FeatureAware in org.elasticsearch.ingest
Classes in org.elasticsearch.ingest that implement ClusterState.FeatureAware Modifier and Type Class Description classIngestMetadataHolds the ingest pipelines that are available in the cluster -
Uses of ClusterState.FeatureAware in org.elasticsearch.persistent
Subinterfaces of ClusterState.FeatureAware in org.elasticsearch.persistent Modifier and Type Interface Description interfacePersistentTaskParamsParameters used to start persistent taskClasses in org.elasticsearch.persistent that implement ClusterState.FeatureAware Modifier and Type Class Description classPersistentTasksCustomMetaDataA cluster state record that contains a list of all running persistent tasks -
Uses of ClusterState.FeatureAware in org.elasticsearch.script
Classes in org.elasticsearch.script that implement ClusterState.FeatureAware Modifier and Type Class Description classScriptMetaDataScriptMetaDatais used to store user-defined scripts as part of theClusterStateusing only an id as the key.
-