Class AutoFollowStats.AutoFollowedCluster

  • Enclosing class:
    AutoFollowStats

    public static class AutoFollowStats.AutoFollowedCluster
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoFollowedCluster​(long timeSinceLastCheckMillis, long lastSeenMetadataVersion)  
    • Method Summary

      Modifier and Type Method Description
      long getLastSeenMetadataVersion()  
      long getTimeSinceLastCheckMillis()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AutoFollowedCluster

        public AutoFollowedCluster​(long timeSinceLastCheckMillis,
                                   long lastSeenMetadataVersion)
    • Method Detail

      • getTimeSinceLastCheckMillis

        public long getTimeSinceLastCheckMillis()
      • getLastSeenMetadataVersion

        public long getLastSeenMetadataVersion()