Interface NamedWriteable

All Superinterfaces:
Writeable
All Known Subinterfaces:
VersionedNamedWriteable

public interface NamedWriteable extends Writeable
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:
  • Method Details

    • getWriteableName

      String getWriteableName()
      Returns the name of the writeable object