Package | Description |
---|---|
org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.blocks.atomic | |
org.jgroups.blocks.executor | |
org.jgroups.blocks.locking | |
org.jgroups.demos |
Provides demonstrations of JGroups functionality.
|
org.jgroups.jmx | |
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.stack |
Support for managing protocol stacks.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JChannel.init(JChannel ch) |
Constructor and Description |
---|
JChannel(JChannel ch)
Creates a channel with the same configuration as the channel passed to this constructor.
|
Constructor and Description |
---|
ReplicatedTree(JChannel channel)
Expects an already connected channel.
|
Modifier and Type | Field and Description |
---|---|
protected JChannel |
CounterService.ch |
Modifier and Type | Method and Description |
---|---|
void |
CounterService.setChannel(JChannel ch) |
Constructor and Description |
---|
CounterService(JChannel ch) |
Modifier and Type | Field and Description |
---|---|
protected JChannel |
ExecutionService.ch |
protected JChannel |
ExecutionRunner.ch |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionService.setChannel(JChannel ch) |
void |
ExecutionRunner.setChannel(JChannel ch) |
Constructor and Description |
---|
ExecutionRunner(JChannel channel) |
ExecutionService.DistributedFuture(JChannel channel,
Lock unfinishedLock,
Condition condition,
Set<Future<?>> futuresToFinish,
Callable<V> callable)
Creates a FutureTask that will upon running, execute the
given Callable.
|
ExecutionService.DistributedFuture(JChannel channel,
Lock unfinishedLock,
Condition condition,
Set<Future<?>> futuresToFinish,
Runnable runnable,
V result)
Creates a FutureTask that will upon running, execute the
given Runnable, and arrange that get will return the
given result on successful completion.
|
ExecutionService(JChannel ch) |
Modifier and Type | Field and Description |
---|---|
protected JChannel |
LockService.ch |
Modifier and Type | Method and Description |
---|---|
void |
LockService.setChannel(JChannel ch) |
Constructor and Description |
---|
LockService(JChannel ch) |
Modifier and Type | Field and Description |
---|---|
protected JChannel |
RelayDemoRpc.ch |
protected JChannel |
LockServiceDemo.ch |
protected JChannel |
ExecutionServiceDemo.ch |
Modifier and Type | Method and Description |
---|---|
void |
ReplicatedHashMapDemo.start(JChannel channel) |
Modifier and Type | Method and Description |
---|---|
static void |
JmxConfigurator.registerChannel(JChannel channel,
MBeanServer server,
String name)
Registers an already created channel with the given MBeanServer.
|
static void |
JmxConfigurator.registerChannel(JChannel channel,
MBeanServer server,
String domain,
String cluster_name,
boolean register_protocols)
Registers an already created channel with the given MBeanServer.
|
static void |
JmxConfigurator.unregisterChannel(JChannel c,
MBeanServer server,
String clusterName) |
static void |
JmxConfigurator.unregisterChannel(JChannel c,
MBeanServer server,
String domain,
String clusterName) |
static DynamicMBean |
JmxConfigurator.wrap(JChannel ch)
Wrap JChannel with DynamicMBean interface.
|
Modifier and Type | Field and Description |
---|---|
protected JChannel |
RELAY.bridge
The bridge between the two local clusters, usually based on a TCP config
|
Modifier and Type | Method and Description |
---|---|
JChannel |
ProtocolStack.getChannel() |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolStack.setChannel(JChannel ch) |
Constructor and Description |
---|
ProtocolStack(JChannel channel) |
Modifier and Type | Method and Description |
---|---|
static JChannel |
Util.createChannel(Protocol... prots) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Util.isCoordinator(JChannel ch) |
static void |
Util.registerChannel(JChannel channel,
String name) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.