| Package | Description |
|---|---|
| org.elasticsearch.cluster |
| Modifier and Type | Class and Description |
|---|---|
static class |
DiffableUtils.PrototypeReader<T extends Diffable<T>>
Implementation of the KeyedReader that is using a prototype object for reading operations
Note: this implementation is ignoring the key.
|
| Modifier and Type | Method and Description |
|---|---|
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.readImmutableOpenMapDiff(StreamInput in,
DiffableUtils.KeyedReader<T> keyedReader)
Loads an object that represents difference between two ImmutableOpenMaps
|
Copyright © 2009–2017. All rights reserved.