Interface VersionedNamedWriteable
- All Superinterfaces:
NamedWriteable
,Writeable
- All Known Subinterfaces:
ClusterState.Custom
,Metadata.Custom
,Metadata.NonRestorableCustom
,NamedDiffable<T>
,PersistentTaskParams
- All Known Implementing Classes:
ComponentTemplateMetadata
,ComposableIndexTemplateMetadata
,DataStreamMetadata
,ElasticsearchNodeCommand.UnknownMetadataCustom
,FeatureMigrationResults
,IndexGraveyard
,IngestMetadata
,NodesShutdownMetadata
,PersistentTasksCustomMetadata
,RepositoriesMetadata
,RepositoryCleanupInProgress
,RestoreInProgress
,ScriptMetadata
,SnapshotDeletionsInProgress
,SnapshotsInProgress
,SystemIndexMigrationTaskParams
A
NamedWriteable
that has a minimum version associated with it.-
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 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:
getWriteableName
in interfaceNamedWriteable
-
getMinimalSupportedVersion
Version getMinimalSupportedVersion()The minimal version of the recipient this object can be sent to
-