Class NodesShutdownMetadata.NodeShutdownMetadataDiff

java.lang.Object
org.elasticsearch.cluster.metadata.NodesShutdownMetadata.NodeShutdownMetadataDiff
All Implemented Interfaces:
Diff<Metadata.Custom>, NamedDiff<Metadata.Custom>, NamedWriteable, Writeable
Enclosing class:
NodesShutdownMetadata

public static class NodesShutdownMetadata.NodeShutdownMetadataDiff
extends java.lang.Object
implements NamedDiff<Metadata.Custom>
Handles diffing and appling diffs for NodesShutdownMetadata as necessary for the cluster state infrastructure.
  • Constructor Details

    • NodeShutdownMetadataDiff

      public NodeShutdownMetadataDiff​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details