public interface S3DataStoreStatsMBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE |
Modifier and Type | Method and Description |
---|---|
long |
getActiveSyncs()
Obtains the number of records that are in the process
of being "synced", meaning they are either scheduled to
be copied to S3 or are actively being copied to S3
but the copy of these files has not yet completed.
|
boolean |
isFileSynced(java.lang.String nodePathName)
Determines whether a file-like entity with the given name
has been "synced" (completely copied) to S3.
|
static final java.lang.String TYPE
long getActiveSyncs()
boolean isFileSynced(java.lang.String nodePathName)
nodePathName
- - Path to the entity to check. This is
the repository node path, not an external file path.Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.