Package | Description |
---|---|
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
SyncPointInfo.SyncStatus |
SyncPointInfo.getSyncStatus()
Get the initial sync status.
|
static SyncPointInfo.SyncStatus |
SyncPointInfo.SyncStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncPointInfo.SyncStatus[] |
SyncPointInfo.SyncStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SyncPointInfo(AlluxioURI syncPoint,
SyncPointInfo.SyncStatus syncStatus)
Constructs a SyncPointInfo object.
|
Copyright © 2023. All Rights Reserved.