Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
static SyncPointStatus |
SyncPointStatus.forNumber(int value) |
SyncPointStatus |
SyncPointInfo.getSyncStatus()
optional .alluxio.grpc.file.SyncPointStatus syncStatus = 2; |
SyncPointStatus |
SyncPointInfo.Builder.getSyncStatus()
optional .alluxio.grpc.file.SyncPointStatus syncStatus = 2; |
SyncPointStatus |
SyncPointInfoOrBuilder.getSyncStatus()
optional .alluxio.grpc.file.SyncPointStatus syncStatus = 2; |
static SyncPointStatus |
SyncPointStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SyncPointStatus |
SyncPointStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SyncPointStatus |
SyncPointStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncPointStatus[] |
SyncPointStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<SyncPointStatus> |
SyncPointStatus.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
SyncPointInfo.Builder |
SyncPointInfo.Builder.setSyncStatus(SyncPointStatus value)
optional .alluxio.grpc.file.SyncPointStatus syncStatus = 2; |
Copyright © 2023. All Rights Reserved.