Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.backup | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static BackupState |
BackupState.forNumber(int value) |
BackupState |
BackupPStatusOrBuilder.getBackupState()
optional .alluxio.grpc.meta.BackupState backupState = 2; |
BackupState |
BackupPStatus.getBackupState()
optional .alluxio.grpc.meta.BackupState backupState = 2; |
BackupState |
BackupPStatus.Builder.getBackupState()
optional .alluxio.grpc.meta.BackupState backupState = 2; |
static BackupState |
BackupState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BackupState |
BackupState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BackupState |
BackupState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupState[] |
BackupState.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<BackupState> |
BackupState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
BackupPStatus.Builder |
BackupPStatus.Builder.setBackupState(BackupState value)
optional .alluxio.grpc.meta.BackupState backupState = 2; |
Modifier and Type | Method and Description |
---|---|
void |
BackupTracker.updateState(BackupState state)
Updates the state of backup status.
|
Modifier and Type | Method and Description |
---|---|
BackupState |
BackupStatus.getState() |
Modifier and Type | Method and Description |
---|---|
BackupStatus |
BackupStatus.setState(BackupState state)
Sets the backup state.
|
Constructor and Description |
---|
BackupStatus(BackupState state)
Creates a new backup status with new Id.
|
BackupStatus(UUID backupId,
BackupState state)
Creates a new backup status with existing Id.
|
Copyright © 2023. All Rights Reserved.