Package com.tangosol.net
Interface PartitionedService.PartitionedAction
-
- All Superinterfaces:
Action
- All Known Implementing Classes:
PartitionedService.PartitionRecoveryAction
- Enclosing interface:
- PartitionedService
public static interface PartitionedService.PartitionedAction extends Action
PartitionedAction represents a type of action taken by a PartitionedService.
-
-
Field Summary
Fields Modifier and Type Field Description static Action
DISTRIBUTE
Singleton action for partition distribution/backup.static Action
RESTORE
Singleton action for partition restore.
-