Uses of Interface
org.elasticsearch.cluster.NamedDiff
-
Packages that use NamedDiff Package Description org.elasticsearch.cluster org.elasticsearch.cluster.metadata org.elasticsearch.ingest org.elasticsearch.persistent org.elasticsearch.script -
-
Uses of NamedDiff in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return NamedDiff Modifier and Type Method Description static <T extends NamedDiffable<T>>
NamedDiff<T>AbstractNamedDiffable. readDiffFrom(Class<? extends T> tClass, String name, StreamInput in)static NamedDiff<ClusterState.Custom>RepositoryCleanupInProgress. readDiffFrom(StreamInput in)static NamedDiff<ClusterState.Custom>RestoreInProgress. readDiffFrom(StreamInput in)static NamedDiff<ClusterState.Custom>SnapshotDeletionsInProgress. readDiffFrom(StreamInput in)static NamedDiff<ClusterState.Custom>SnapshotsInProgress. readDiffFrom(StreamInput in) -
Uses of NamedDiff in org.elasticsearch.cluster.metadata
Classes in org.elasticsearch.cluster.metadata that implement NamedDiff Modifier and Type Class Description static classIndexGraveyard.IndexGraveyardDiffA class representing a diff of two IndexGraveyard objects.Methods in org.elasticsearch.cluster.metadata that return NamedDiff Modifier and Type Method Description static NamedDiff<MetaData.Custom>IndexGraveyard. readDiffFrom(StreamInput in)static NamedDiff<MetaData.Custom>RepositoriesMetaData. readDiffFrom(StreamInput in) -
Uses of NamedDiff in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return NamedDiff Modifier and Type Method Description static NamedDiff<MetaData.Custom>IngestMetadata. readDiffFrom(StreamInput in) -
Uses of NamedDiff in org.elasticsearch.persistent
Methods in org.elasticsearch.persistent that return NamedDiff Modifier and Type Method Description static NamedDiff<MetaData.Custom>PersistentTasksCustomMetaData. readDiffFrom(StreamInput in) -
Uses of NamedDiff in org.elasticsearch.script
Methods in org.elasticsearch.script that return NamedDiff Modifier and Type Method Description static NamedDiff<MetaData.Custom>ScriptMetaData. readDiffFrom(StreamInput in)
-