Package | Description |
---|---|
alluxio.master.file.meta |
Modifier and Type | Field and Description |
---|---|
static SyncCheck |
SyncCheck.SHOULD_NOT_SYNC
Sync is not needed, with no last sync time.
|
static SyncCheck |
SyncCheck.SHOULD_SYNC
Sync is needed.
|
Modifier and Type | Method and Description |
---|---|
static SyncCheck |
SyncCheck.shouldNotSyncWithTime(long lastSyncTime)
Create a SyncCheck object indicating a sync is not needed due to
a recent sync.
|
SyncCheck |
LockingScheme.shouldSync() |
SyncCheck |
UfsSyncPathCache.shouldSyncPath(AlluxioURI path,
long intervalMs,
DescendantType descendantType)
Check if sync should happen.
|
static SyncCheck |
SyncCheck.shouldSyncWithTime(long lastSyncTime)
Create a SyncCheck object indicating a sync is needed, given
the last sync time.
|
Copyright © 2023. All Rights Reserved.