Uses of Interface
org.elasticsearch.cluster.Diff
-
-
Uses of Diff in org.elasticsearch.action.admin.indices.rollover
Methods in org.elasticsearch.action.admin.indices.rollover that return Diff Modifier and Type Method Description static Diff<RolloverInfo>RolloverInfo. readDiffFrom(StreamInput in) -
Uses of Diff in org.elasticsearch.cluster
Subinterfaces of Diff in org.elasticsearch.cluster Modifier and Type Interface Description interfaceNamedDiff<T extends Diffable<T>>Diff that also support NamedWriteable interfaceClasses in org.elasticsearch.cluster that implement Diff Modifier and Type Class Description static classDiffableUtils.ImmutableOpenMapDiff<K,T>Represents differences between two ImmutableOpenMap of (possibly diffable) objectsstatic classDiffableUtils.MapDiff<K,T,M>Represents differences between two maps of objects and is used as base class for different map implementations.Fields in org.elasticsearch.cluster with type parameters of type Diff Modifier and Type Field Description protected Map<K,Diff<T>>DiffableUtils.MapDiff. diffsMethods in org.elasticsearch.cluster that return Diff Modifier and Type Method Description Diff<T>AbstractDiffable. diff(T previousState)Diff<T>AbstractNamedDiffable. diff(T previousState)Diff<ClusterState>ClusterState. diff(ClusterState previousState)Diff<T>Diffable. diff(T previousState)Returns serializable object representing differences between this and previousStateDiff<V>DiffableUtils.DiffableValueSerializer. diff(V value, V beforePart)Diff<V>DiffableUtils.NonDiffableValueSerializer. diff(V value, V beforePart)Diff<V>DiffableUtils.ValueSerializer. diff(V value, V beforePart)Computes diff if this serializer supports diffable valuesDiff<V>DiffableUtils.DiffableValueReader. readDiff(StreamInput in, K key)Diff<V>DiffableUtils.NonDiffableValueSerializer. readDiff(StreamInput in, K key)Diff<V>DiffableUtils.ValueSerializer. readDiff(StreamInput in, K key)Reads value as diff from stream if this serializer supports diffable values.Diff<T>NamedDiffableValueSerializer. readDiff(StreamInput in, String key)static <T extends Diffable<T>>
Diff<T>AbstractDiffable. readDiffFrom(Writeable.Reader<T> reader, StreamInput in)static Diff<ClusterState>ClusterState. readDiffFrom(StreamInput in, DiscoveryNode localNode)Methods in org.elasticsearch.cluster that return types with arguments of type Diff Modifier and Type Method Description Map<K,Diff<T>>DiffableUtils.MapDiff. getDiffs()Map entries that, when this diff is applied to a map, should be incrementally updated.Methods in org.elasticsearch.cluster with parameters of type Diff Modifier and Type Method Description default booleanDiffableUtils.ValueSerializer. supportsVersion(Diff<V> value, Version version)Whether this serializer supports the version of the output streambooleanNamedDiffableValueSerializer. supportsVersion(Diff<T> value, Version version)voidDiffableUtils.DiffableValueSerializer. writeDiff(Diff<V> value, StreamOutput out)voidDiffableUtils.NonDiffableValueSerializer. writeDiff(Diff<V> value, StreamOutput out)voidDiffableUtils.ValueSerializer. writeDiff(Diff<V> value, StreamOutput out)Writes value as diff to stream if this serializer supports diffable valuesConstructor parameters in org.elasticsearch.cluster with type arguments of type Diff Constructor Description MapDiff(DiffableUtils.KeySerializer<K> keySerializer, DiffableUtils.ValueSerializer<K,T> valueSerializer, List<K> deletes, Map<K,Diff<T>> diffs, Map<K,T> upserts) -
Uses of Diff in org.elasticsearch.cluster.block
Methods in org.elasticsearch.cluster.block that return Diff Modifier and Type Method Description static Diff<ClusterBlocks>ClusterBlocks. readDiffFrom(StreamInput in) -
Uses of Diff in org.elasticsearch.cluster.coordination
Methods in org.elasticsearch.cluster.coordination with parameters of type Diff Modifier and Type Method Description static BytesReferencePublicationTransportHandler. serializeDiffClusterState(Diff diff, Version nodeVersion) -
Uses of Diff in org.elasticsearch.cluster.metadata
Classes in org.elasticsearch.cluster.metadata that implement Diff Modifier and Type Class Description static classDiffableStringMap.DiffableStringMapDiffRepresents differences between two DiffableStringMaps.static classIndexGraveyard.IndexGraveyardDiffA class representing a diff of two IndexGraveyard objects.Methods in org.elasticsearch.cluster.metadata that return Diff Modifier and Type Method Description Diff<DiffableStringMap>DiffableStringMap. diff(DiffableStringMap previousState)Diff<MetaData.Custom>IndexGraveyard. diff(MetaData.Custom previous)Diff<IndexMetaData>IndexMetaData. diff(IndexMetaData previousState)Diff<MetaData>MetaData. diff(MetaData previousState)Diff<MetaData.Custom>MetaData.UnknownGatewayOnlyCustom. diff(MetaData.Custom previousState)static Diff<AliasMetaData>AliasMetaData. readDiffFrom(StreamInput in)static Diff<DiffableStringMap>DiffableStringMap. readDiffFrom(StreamInput in)static Diff<IndexMetaData>IndexMetaData. readDiffFrom(StreamInput in)static Diff<IndexTemplateMetaData>IndexTemplateMetaData. readDiffFrom(StreamInput in)static Diff<MappingMetaData>MappingMetaData. readDiffFrom(StreamInput in)static Diff<MetaData>MetaData. readDiffFrom(StreamInput in)Methods in org.elasticsearch.cluster.metadata that return types with arguments of type Diff Modifier and Type Method Description Map<String,Diff<String>>DiffableStringMap.DiffableStringMapDiff. getDiffs() -
Uses of Diff in org.elasticsearch.cluster.node
Methods in org.elasticsearch.cluster.node that return Diff Modifier and Type Method Description static Diff<DiscoveryNodes>DiscoveryNodes. readDiffFrom(StreamInput in, DiscoveryNode localNode) -
Uses of Diff in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return Diff Modifier and Type Method Description Diff<RoutingTable>RoutingTable. diff(RoutingTable previousState)static Diff<IndexRoutingTable>IndexRoutingTable. readDiffFrom(StreamInput in)static Diff<RoutingTable>RoutingTable. readDiffFrom(StreamInput in) -
Uses of Diff in org.elasticsearch.discovery.zen
Methods in org.elasticsearch.discovery.zen with parameters of type Diff Modifier and Type Method Description static BytesReferencePublishClusterStateAction. serializeDiffClusterState(Diff diff, Version nodeVersion) -
Uses of Diff in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return Diff Modifier and Type Method Description Diff<MetaData.Custom>IngestMetadata. diff(MetaData.Custom before)static Diff<PipelineConfiguration>PipelineConfiguration. readDiffFrom(StreamInput in) -
Uses of Diff in org.elasticsearch.script
Methods in org.elasticsearch.script that return Diff Modifier and Type Method Description Diff<MetaData.Custom>ScriptMetaData. diff(MetaData.Custom before)static Diff<StoredScriptSource>StoredScriptSource. readDiffFrom(StreamInput in)Required forScriptMetaData.ScriptMetadataDiff.
-