Class AutoFollowStats.AutoFollowedCluster

java.lang.Object
org.elasticsearch.xpack.core.ccr.AutoFollowStats.AutoFollowedCluster
All Implemented Interfaces:
Writeable
Enclosing class:
AutoFollowStats

public static class AutoFollowStats.AutoFollowedCluster extends Object implements Writeable
  • Constructor Details

    • AutoFollowedCluster

      public AutoFollowedCluster(long timeSinceLastCheckMillis, long lastSeenMetadataVersion)
    • AutoFollowedCluster

      public AutoFollowedCluster(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details