Class DiffableStringMap.DiffableStringMapDiff
java.lang.Object
org.elasticsearch.cluster.metadata.DiffableStringMap.DiffableStringMapDiff
- All Implemented Interfaces:
Diff<DiffableStringMap>
,Writeable
- Enclosing class:
- DiffableStringMap
public static class DiffableStringMap.DiffableStringMapDiff
extends Object
implements Diff<DiffableStringMap>
Represents differences between two DiffableStringMaps.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionapply
(DiffableStringMap part) Applies difference to the specified part and returns the resulted partgetDiffs()
void
writeTo
(StreamOutput out) Write this into the StreamOutput.
-
Field Details
-
EMPTY
-
-
Method Details
-
getDeletes
-
getDiffs
-
getUpserts
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
apply
Description copied from interface:Diff
Applies difference to the specified part and returns the resulted part- Specified by:
apply
in interfaceDiff<DiffableStringMap>
-