| 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 |
|---|---|
<C> CommandDispatcher<C> |
CommandDispatcherFactory.createCommandDispatcher(String id,
C context,
Stateful stateful,
MembershipListener membershipListener)
Create a new dispatcher for remote command execution.
|
| Modifier and Type | Method and Description |
|---|---|
<C> CommandDispatcher<C> |
JGroupsCommandDispatcherFactory.createCommandDispatcher(String id,
C context,
Stateful stateful,
MembershipListener membershipListener) |
| Constructor and Description |
|---|
JGroupsCommandDispatcher(String id,
org.jgroups.Channel channel,
long timeout,
C context,
Stateful stateful,
MembershipListener membershipListener)
Constructs a new ChannelCommandDispatcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedLockManager |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedStateManager<Z,D extends Database<Z>> |
Copyright © 2004–2014 Paul Ferraro. All rights reserved.