| Interface | Description |
|---|---|
| Command<R> | |
| LockDecree |
| Class | Description |
|---|---|
| AbstractCommand |
Represents a database command to be executed on a given database cluster.
|
| AbstractLockDecree | |
| AbstractMembershipListener | |
| AcquireLockDecree | |
| ActivateCommand |
Command pattern object indicating that a database is to be activated.
|
| DeactivateCommand |
Command pattern object indicating that a database is to be deactivated.
|
| DistributableDatabaseClusterDecorator | |
| DistributableLockManager |
LockManager implementation that leverages a JGroups 2-phase voting adapter for obtain remote write locks.
|
| DistributableStateManager |
StateManager implementation that broadcasts database activations and deactivations to other group members
and retrieves initial state from another group member.
|
| QueryInitialStateCommand | |
| ReleaseLockDecree |