Package | Description |
---|---|
alluxio.client.file | |
alluxio.hadoop | |
alluxio.master.file | |
alluxio.master.file.activesync | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
List<SyncPointInfo> |
RetryHandlingFileSystemMasterClient.getSyncPathList() |
List<SyncPointInfo> |
BaseFileSystem.getSyncPathList() |
List<SyncPointInfo> |
DelegatingFileSystem.getSyncPathList() |
List<SyncPointInfo> |
FileSystem.getSyncPathList()
Lists all the actively synced paths.
|
List<SyncPointInfo> |
FileSystemCache.InstanceCachingFileSystem.getSyncPathList() |
List<SyncPointInfo> |
FileSystemMasterClient.getSyncPathList()
get the list of paths that are currently being actively synced.
|
Modifier and Type | Method and Description |
---|---|
List<SyncPointInfo> |
AlluxioHdfsFileSystem.getSyncPathList() |
Modifier and Type | Method and Description |
---|---|
List<SyncPointInfo> |
DefaultFileSystemMaster.getSyncPathList() |
List<SyncPointInfo> |
FileSystemMaster.getSyncPathList() |
Modifier and Type | Method and Description |
---|---|
List<SyncPointInfo> |
ActiveSyncManager.getSyncPathList()
Get the sync point list.
|
Modifier and Type | Method and Description |
---|---|
static SyncPointInfo |
SyncPointInfo.fromProto(SyncPointInfo syncPointInfo)
Generate sync point information from the proto representation.
|
Copyright © 2023. All Rights Reserved.