Package | Description |
---|---|
com.hazelcast.persistence |
This package contains Persistence classes needed for open source Hazelcast code
|
Modifier and Type | Method and Description |
---|---|
BackupTaskState |
BackupTaskStatus.getState() |
static BackupTaskState |
BackupTaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupTaskState[] |
BackupTaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BackupTaskStatus(BackupTaskState state,
int completed,
int total) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.