public interface HdfsActiveSyncProvider
Modifier and Type | Method and Description |
---|---|
SyncInfo |
getActivitySyncInfo()
Get Active SyncInfo from the sync provider.
|
boolean |
startPolling(long txId)
start polling thread.
|
void |
startSync(AlluxioURI ufsUri)
start syncing on a ufs uri.
|
boolean |
stopPolling()
stop polling thread.
|
void |
stopSync(AlluxioURI ufsUri)
stop syncing on a ufs uri.
|
SyncInfo getActivitySyncInfo()
boolean startPolling(long txId) throws IOException
txId
- transaction id to start monitoringIOException
boolean stopPolling()
void startSync(AlluxioURI ufsUri)
ufsUri
- the ufs uri to monitorvoid stopSync(AlluxioURI ufsUri)
ufsUri
- the ufs uri to stop monitoringCopyright © 2023. All Rights Reserved.