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.protocols.relay | |
org.jgroups.protocols.relay.config | |
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 |
---|---|
JChannel |
JChannel.name(String name) |
JChannel |
JChannel.receiver(Receiver r) |
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 |
ExecutionRunner.ch |
protected JChannel |
ExecutionService.ch |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionRunner.setChannel(JChannel ch) |
void |
ExecutionService.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 |
ExecutionServiceDemo.ch |
protected JChannel |
LockServiceDemo.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 | Field and Description |
---|---|
protected JChannel |
Relayer.Bridge.channel |
Modifier and Type | Method and Description |
---|---|
JChannel |
Relayer.Route.bridge() |
JChannel |
RELAY2.getBridge(String site_name)
Returns the bridge channel to a given site
|
Modifier and Type | Method and Description |
---|---|
Relayer.Route |
Relayer.Route.bridge(JChannel new_bridge) |
protected void |
Relayer.Bridge.changeStatusToUp(short id,
JChannel bridge,
Address site_master) |
protected void |
Relayer.setRoute(short site,
JChannel bridge,
SiteMaster site_master,
RELAY2.RouteStatus status) |
Constructor and Description |
---|
Relayer.Bridge(JChannel ch,
String cluster_name,
String channel_name,
AddressGenerator addr_generator) |
Relayer.Route(Address site_master,
JChannel bridge) |
Relayer.Route(Address site_master,
JChannel bridge,
RELAY2.RouteStatus status) |
Modifier and Type | Method and Description |
---|---|
abstract JChannel |
RelayConfig.BridgeConfig.createChannel() |
JChannel |
RelayConfig.PropertiesBridgeConfig.createChannel() |
JChannel |
RelayConfig.ProgrammaticBridgeConfig.createChannel() |
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 © 2015 JBoss, a division of Red Hat. All rights reserved.