Package org.elasticsearch.cluster
Interface NamedDiff<T extends Diffable<T>>
-
- All Superinterfaces:
Diff<T>
,NamedWriteable
,Writeable
- All Known Implementing Classes:
IndexGraveyard.IndexGraveyardDiff
public interface NamedDiff<T extends Diffable<T>> extends Diff<T>, NamedWriteable
Diff that also support NamedWriteable interface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Method Summary
Modifier and Type Method Description default Version
getMinimalSupportedVersion()
The minimal version of the recipient this custom object can be sent to-
Methods inherited from interface org.elasticsearch.common.io.stream.NamedWriteable
getWriteableName
-
-
-
-
Method Detail
-
getMinimalSupportedVersion
default Version getMinimalSupportedVersion()
The minimal version of the recipient this custom object can be sent to
-
-