Package org.elasticsearch.cluster
Interface NamedDiff<T extends Diffable<T>>
- All Superinterfaces:
Diff<T>
,NamedWriteable
,Writeable
- All Known Implementing Classes:
IndexGraveyard.IndexGraveyardDiff
,NodesShutdownMetadata.NodeShutdownMetadataDiff
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 TypeMethodDescriptiondefault Version
The minimal version of the recipient this custom object can be sent toMethods inherited from interface org.elasticsearch.common.io.stream.NamedWriteable
getWriteableName
-
Method Details
-
getMinimalSupportedVersion
The minimal version of the recipient this custom object can be sent to
-