Interface ConsolidatedDataStoreCacheStatsMBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.management.openmbean.TabularData getCacheStats()  
      boolean isFileSynced​(java.lang.String nodePathName)
      Determines whether a file-like entity with the given name has been "synced" (completely copied) to S3.
    • Method Detail

      • getCacheStats

        javax.management.openmbean.TabularData getCacheStats()
      • isFileSynced

        boolean isFileSynced​(java.lang.String nodePathName)
        Determines whether a file-like entity with the given name has been "synced" (completely copied) to S3.
        Parameters:
        nodePathName - - Path to the entity to check. This is the repository node path, not an external file path.
        Returns:
        true if the file is synced to S3.