Package org.elasticsearch.cluster
Interface NamedDiff<T extends Diffable<T>>
- All Superinterfaces:
Diff<T>
,NamedWriteable
,Writeable
- All Known Implementing Classes:
FeatureMigrationResults.ResultsDiff
,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 TypeMethodDescriptionThe 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
Version getMinimalSupportedVersion()The minimal version of the recipient this custom object can be sent to
-