Interface ConsolidatedDataStoreCacheStatsMBean

All Known Implementing Classes:
ConsolidatedDataStoreCacheStats

public interface ConsolidatedDataStoreCacheStatsMBean
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    isFileSynced(String nodePathName)
    Determines whether a file-like entity with the given name has been "synced" (completely copied) to S3.
  • Field Details

  • Method Details

    • getCacheStats

      TabularData getCacheStats()
    • 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.