Uses of Interface
org.elasticsearch.common.io.stream.VersionedNamedWriteable
-
Packages that use VersionedNamedWriteable Package Description org.elasticsearch.cluster org.elasticsearch.cluster.metadata org.elasticsearch.ingest org.elasticsearch.persistent org.elasticsearch.script -
-
Uses of VersionedNamedWriteable in org.elasticsearch.cluster
Subinterfaces of VersionedNamedWriteable in org.elasticsearch.cluster Modifier and Type Interface Description static interfaceClusterState.CustominterfaceNamedDiffable<T>Diff that also supportVersionedNamedWriteableinterfaceClasses in org.elasticsearch.cluster that implement VersionedNamedWriteable Modifier and Type Class Description classRepositoryCleanupInProgressclassRestoreInProgressMeta data about restore processes that are currently executingclassSnapshotDeletionsInProgressA class that represents the snapshot deletions that are in progress in the cluster.classSnapshotsInProgressMeta data about snapshots that are currently executingMethods in org.elasticsearch.cluster with type parameters of type VersionedNamedWriteable Modifier and Type Method Description static <T extends VersionedNamedWriteable & ClusterState.FeatureAware>
booleanClusterState.FeatureAware. shouldSerialize(StreamOutput out, T custom)Tests whether or not the custom should be serialized. -
Uses of VersionedNamedWriteable in org.elasticsearch.cluster.metadata
Subinterfaces of VersionedNamedWriteable in org.elasticsearch.cluster.metadata Modifier and Type Interface Description static interfaceMetaData.CustomClasses in org.elasticsearch.cluster.metadata that implement VersionedNamedWriteable Modifier and Type Class Description classIndexGraveyardA collection of tombstones for explicitly marking indices as deleted in the cluster state.static classMetaData.UnknownGatewayOnlyCustomclassRepositoriesMetaDataContains metadata about registered snapshot repositories -
Uses of VersionedNamedWriteable in org.elasticsearch.ingest
Classes in org.elasticsearch.ingest that implement VersionedNamedWriteable Modifier and Type Class Description classIngestMetadataHolds the ingest pipelines that are available in the cluster -
Uses of VersionedNamedWriteable in org.elasticsearch.persistent
Subinterfaces of VersionedNamedWriteable in org.elasticsearch.persistent Modifier and Type Interface Description interfacePersistentTaskParamsParameters used to start persistent taskClasses in org.elasticsearch.persistent that implement VersionedNamedWriteable Modifier and Type Class Description classPersistentTasksCustomMetaDataA cluster state record that contains a list of all running persistent tasks -
Uses of VersionedNamedWriteable in org.elasticsearch.script
Classes in org.elasticsearch.script that implement VersionedNamedWriteable Modifier and Type Class Description classScriptMetaDataScriptMetaDatais used to store user-defined scripts as part of theClusterStateusing only an id as the key.
-