Module org.elasticsearch.server
Class ElasticsearchNodeCommand.UnknownClusterCustom
java.lang.Object
org.elasticsearch.cluster.coordination.ElasticsearchNodeCommand.AbstractUnknownCustom<Metadata.ClusterCustom>
org.elasticsearch.cluster.coordination.ElasticsearchNodeCommand.UnknownClusterCustom
- All Implemented Interfaces:
Diffable<Metadata.ClusterCustom>
,Metadata.ClusterCustom
,Metadata.MetadataCustom<Metadata.ClusterCustom>
,NamedDiffable<Metadata.ClusterCustom>
,NamedWriteable
,VersionedNamedWriteable
,Writeable
,ChunkedToXContent
- Enclosing class:
ElasticsearchNodeCommand
public static class ElasticsearchNodeCommand.UnknownClusterCustom
extends ElasticsearchNodeCommand.AbstractUnknownCustom<Metadata.ClusterCustom>
implements Metadata.ClusterCustom
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
Fields inherited from interface org.elasticsearch.common.xcontent.ChunkedToXContent
EMPTY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.cluster.coordination.ElasticsearchNodeCommand.AbstractUnknownCustom
context, diff, getMinimalSupportedVersion, getWriteableName, toXContentChunked, writeTo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.common.xcontent.ChunkedToXContent
isFragment, toXContentChunked, toXContentChunked, toXContentChunkedV8
Methods inherited from interface org.elasticsearch.cluster.metadata.Metadata.MetadataCustom
context, isRestorable
Methods inherited from interface org.elasticsearch.common.io.stream.VersionedNamedWriteable
getMinimalSupportedVersion, getWriteableName, supportsVersion
-
Constructor Details
-
UnknownClusterCustom
-