Interface ConsolidatedDataStoreCacheStatsMBean


  • public interface ConsolidatedDataStoreCacheStatsMBean
    • Method Detail

      • isFileSynced

        boolean isFileSynced​(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.