Package | Description |
---|---|
net.sf.hajdbc.distributed | |
net.sf.hajdbc.distributed.jgroups | |
net.sf.hajdbc.lock.distributed | |
net.sf.hajdbc.state.distributed |
Modifier and Type | Method and Description |
---|---|
Member |
CommandDispatcher.getCoordinator()
Returns the group coordinator.
|
Member |
CommandDispatcher.getLocal()
Returns the local member.
|
Member |
Remote.getMember()
Identifies the source member of this object.
|
Modifier and Type | Method and Description |
---|---|
<R> Map<Member,R> |
CommandDispatcher.executeAll(Command<R,C> command)
Execute the specified command on the group coordinator.
|
Modifier and Type | Method and Description |
---|---|
void |
MembershipListener.added(Member member)
Indicates that the specified member was added to the group.
|
void |
MembershipListener.removed(Member member)
Indicates the the specified member was removed from the group.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressMember
Identifies a group member using the JGroups Address.
|
Modifier and Type | Method and Description |
---|---|
Member |
JGroupsCommandDispatcher.getCoordinator()
Returns the group coordinator.
|
Member |
JGroupsCommandDispatcher.getLocal()
Returns the local member.
|
Modifier and Type | Method and Description |
---|---|
<R> Map<Member,R> |
JGroupsCommandDispatcher.executeAll(Command<R,C> command)
Execute the specified command on the group coordinator.
|
Modifier and Type | Method and Description |
---|---|
int |
AddressMember.compareTo(Member member) |
Modifier and Type | Method and Description |
---|---|
void |
DistributedLockManager.added(Member member)
Indicates that the specified member was added to the group.
|
void |
DistributedLockManager.removed(Member member)
Indicates the the specified member was removed from the group.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedStateManager.added(Member member)
Indicates that the specified member was added to the group.
|
void |
DistributedStateManager.removed(Member member)
Indicates the the specified member was removed from the group.
|
Copyright © 2004–2013 Paul Ferraro. All rights reserved.