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,
Member... excludedMembers)
Execute the specified command on all members, potentially excluding some.
|
Modifier and Type | Method and Description |
---|---|
void |
MembershipListener.added(Member member)
Indicates that the specified member was added to the group.
|
<R> R |
CommandDispatcher.execute(Command<R,C> command,
Member member)
Execute the specified command on the specified member.
|
<R> Map<Member,R> |
CommandDispatcher.executeAll(Command<R,C> command,
Member... excludedMembers)
Execute the specified command on all members, potentially excluding some.
|
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 |
---|---|
<R> Map<Member,R> |
JGroupsCommandDispatcher.executeAll(Command<R,C> command,
Member... excludedMembers) |
Modifier and Type | Method and Description |
---|---|
int |
AddressMember.compareTo(Member member) |
<R> R |
JGroupsCommandDispatcher.execute(Command<R,C> command,
Member member)
Execute the specified command on the specified member.
|
<R> Map<Member,R> |
JGroupsCommandDispatcher.executeAll(Command<R,C> command,
Member... excludedMembers) |
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–2014 Paul Ferraro. All rights reserved.