Uses of Interface
org.elasticsearch.cluster.NamedDiffable
-
Packages that use NamedDiffable Package Description org.elasticsearch.cluster org.elasticsearch.cluster.metadata org.elasticsearch.ingest org.elasticsearch.persistent org.elasticsearch.script -
-
Uses of NamedDiffable in org.elasticsearch.cluster
Classes in org.elasticsearch.cluster with type parameters of type NamedDiffable Modifier and Type Class Description classAbstractNamedDiffable<T extends NamedDiffable<T>>Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or nothing is object remained the same.classNamedDiffableValueSerializer<T extends NamedDiffable<T>>Value Serializer for named diffablesSubinterfaces of NamedDiffable in org.elasticsearch.cluster Modifier and Type Interface Description static interfaceClusterState.CustomClasses in org.elasticsearch.cluster that implement NamedDiffable 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 NamedDiffable Modifier and Type Method Description static <T extends NamedDiffable<T>>
NamedDiff<T>AbstractNamedDiffable. readDiffFrom(Class<? extends T> tClass, String name, StreamInput in) -
Uses of NamedDiffable in org.elasticsearch.cluster.metadata
Subinterfaces of NamedDiffable in org.elasticsearch.cluster.metadata Modifier and Type Interface Description static interfaceMetaData.CustomClasses in org.elasticsearch.cluster.metadata that implement NamedDiffable 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 NamedDiffable in org.elasticsearch.ingest
Classes in org.elasticsearch.ingest that implement NamedDiffable Modifier and Type Class Description classIngestMetadataHolds the ingest pipelines that are available in the cluster -
Uses of NamedDiffable in org.elasticsearch.persistent
Classes in org.elasticsearch.persistent that implement NamedDiffable Modifier and Type Class Description classPersistentTasksCustomMetaDataA cluster state record that contains a list of all running persistent tasks -
Uses of NamedDiffable in org.elasticsearch.script
Classes in org.elasticsearch.script that implement NamedDiffable Modifier and Type Class Description classScriptMetaDataScriptMetaDatais used to store user-defined scripts as part of theClusterStateusing only an id as the key.
-