| Package | Description |
|---|---|
| org.elasticsearch.cluster | |
| org.elasticsearch.cluster.metadata | |
| org.elasticsearch.cluster.routing | |
| org.elasticsearch.discovery.zen.publish |
| Modifier and Type | Method and Description |
|---|---|
Diff |
ClusterState.diff(ClusterState previousState) |
static <T extends Diffable<T>> |
DiffableUtils.diff(com.google.common.collect.ImmutableMap<String,T> before,
com.google.common.collect.ImmutableMap<String,T> after)
Calculates diff between two ImmutableMaps of Diffable objects
|
static <T extends Diffable<T>> |
DiffableUtils.diff(ImmutableOpenMap<String,T> before,
ImmutableOpenMap<String,T> after)
Calculates diff between two ImmutableOpenMaps of Diffable objects
|
Diff<T> |
Diffable.diff(T previousState)
Returns serializable object representing differences between this and previousState
|
Diff<T> |
AbstractDiffable.diff(T previousState) |
static <T extends Diffable<T>> |
AbstractDiffable.readDiffFrom(StreamableReader<T> reader,
StreamInput in) |
Diff<T> |
Diffable.readDiffFrom(StreamInput in)
Reads the
Diff from StreamInput |
Diff<ClusterState> |
ClusterState.readDiffFrom(StreamInput in) |
Diff<T> |
AbstractDiffable.readDiffFrom(StreamInput in) |
Diff<T> |
DiffableUtils.KeyedReader.readDiffFrom(StreamInput in,
String key)
reads an object that respresents differences between two objects with the type T from the stream input
|
Diff<T> |
DiffableUtils.PrototypeReader.readDiffFrom(StreamInput in,
String key) |
static <T extends Diffable<T>> |
DiffableUtils.readImmutableMapDiff(StreamInput in,
DiffableUtils.KeyedReader<T> keyedReader)
Loads an object that represents difference between two ImmutableMaps
|
static <T extends Diffable<T>> |
DiffableUtils.readImmutableMapDiff(StreamInput in,
T proto)
Loads an object that represents difference between two ImmutableMaps
|
static <T extends Diffable<T>> |
DiffableUtils.readImmutableOpenMapDiff(StreamInput in,
DiffableUtils.KeyedReader<T> keyedReader)
Loads an object that represents difference between two ImmutableOpenMaps
|
static <T extends Diffable<T>> |
DiffableUtils.readImmutableOpenMapDiff(StreamInput in,
T proto)
Loads an object that represents difference between two ImmutableOpenMaps
|
| Modifier and Type | Method and Description |
|---|---|
Diff<IndexMetaData> |
IndexMetaData.diff(IndexMetaData previousState) |
Diff<MetaData> |
MetaData.diff(MetaData previousState) |
Diff<IndexMetaData> |
IndexMetaData.readDiffFrom(StreamInput in) |
Diff<MetaData> |
MetaData.readDiffFrom(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
Diff<RoutingTable> |
RoutingTable.diff(RoutingTable previousState) |
Diff<RoutingTable> |
RoutingTable.readDiffFrom(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
static BytesReference |
PublishClusterStateAction.serializeDiffClusterState(Diff diff,
Version nodeVersion) |
Copyright © 2009–2017. All rights reserved.