public interface NamedWriteable extends Writeable
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.Writeable.Reader<V>, Writeable.Writer<V>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getWriteableName()
Returns the name of the writeable object
|