|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownGroupException | |
---|---|
jgroup.arm | This package contains the implementation of the Autonomous Replication Management (ARM) framework. |
jgroup.core.arm | |
jgroup.upgrade |
Uses of UnknownGroupException in jgroup.arm |
---|
Methods in jgroup.arm that throw UnknownGroupException | |
---|---|
void |
ReplicaManagerImpl.removeGroup(AppConfig app)
|
void |
ReplicaManagerImpl.subscribe(ReplicationManager.ManagementCallback callback,
int gid)
|
void |
ReplicaManagerImpl.unsubscribe(int gid)
|
Uses of UnknownGroupException in jgroup.core.arm |
---|
Methods in jgroup.core.arm that throw UnknownGroupException | |
---|---|
HostSet |
DistributionScheme.collocateReplicas(AppConfig app,
AppConfig collocateWithApp)
|
Host |
DistributionScheme.reassignReplica(AppConfig app,
Host host)
Reassign the application replica running on the specified host. |
void |
ReplicationManager.removeGroup(AppConfig app)
Remove the group for the given application. |
HostSet |
DistributionScheme.removeReplicas(AppConfig app)
Remove replica assignments for the specified application. |
void |
ReplicationManager.subscribe(ReplicationManager.ManagementCallback callback,
int group)
Register to receive notifications for the given group. |
void |
ReplicationManager.unsubscribe(int group)
Unregister to receive notifications for the given group. |
void |
ReplicationManager.updateGroup(AppConfig app)
Update the replication policy for the group for the given application. |
Uses of UnknownGroupException in jgroup.upgrade |
---|
Methods in jgroup.upgrade that throw UnknownGroupException | |
---|---|
void |
UpgradeManagerImpl.downgradeGroup(AppConfig app)
Downgrade the group for the given application. |
void |
UpgradeManager.downgradeGroup(AppConfig app)
Downgrade the group for the given application. |
void |
UpgradeManagerImpl.upgradeGroup(AppConfig app)
Upgrade the group for the specified application, with the applications required redundancy. |
void |
UpgradeManager.upgradeGroup(AppConfig app)
Upgrade the group for the specified application, with the applications required redundancy. |
void |
UpgradeService.upgradeRequest(AppConfig newApp)
|
void |
UpgradeLayer.upgradeRequest(AppConfig newApp)
The upgradeRequest method will initiate the upgrade
of the given application group to the new specified application
class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |