Interface ConsolidatedDataStoreCacheStatsMBean
- All Known Implementing Classes:
ConsolidatedDataStoreCacheStats
public interface ConsolidatedDataStoreCacheStatsMBean
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
isFileSynced
(String nodePathName) Determines whether a file-like entity with the given name has been "synced" (completely copied) to S3.
-
Field Details
-
TYPE
- See Also:
-
-
Method Details
-
getCacheStats
TabularData getCacheStats() -
isFileSynced
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.
-