Interface NamedWriteable
- All Superinterfaces:
Writeable
- All Known Subinterfaces:
VersionedNamedWriteable
A
Writeable object identified by its name.
To be used for arbitrary serializable objects (e.g. queries); when reading them, their name tells
which specific object needs to be created.- 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 TypeMethodDescriptionReturns the name of the writeable object
-
Method Details
-
getWriteableName
String getWriteableName()Returns the name of the writeable object
-