Interface VersionedNamedWriteable
- All Superinterfaces:
NamedWriteable,Writeable
A
NamedWriteable that has a minimum version associated with it.- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.WriteableRegistry, Writeable.Writer<V> -
Method Summary
Modifier and TypeMethodDescriptionThe minimal version of the recipient this object can be sent toReturns the name of the writeable object
-
Method Details
-
getWriteableName
String getWriteableName()Returns the name of the writeable object- Specified by:
getWriteableNamein interfaceNamedWriteable
-
getMinimalSupportedVersion
Version getMinimalSupportedVersion()The minimal version of the recipient this object can be sent to
-