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.demos |
Provides demonstrations of JGroups functionality.
|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
Channel.discard_own_messages |
protected boolean |
JChannel.stats
Collect statistics
|
Modifier and Type | Method and Description |
---|---|
String |
JChannel.getAddressAsString() |
String |
JChannel.getAddressAsUUID() |
String |
JChannel.getClusterName() |
int |
JChannel.getNumberOfTasksInTimer() |
long |
JChannel.getReceivedBytes() |
long |
JChannel.getReceivedMessages() |
long |
JChannel.getSentBytes() |
long |
JChannel.getSentMessages() |
int |
JChannel.getTimerThreads() |
static String |
JChannel.getVersion() |
String |
JChannel.getViewAsString() |
boolean |
JChannel.isConnected() |
boolean |
JChannel.isOpen() |
void |
JChannel.setName(String name) |
Modifier and Type | Method and Description |
---|---|
int |
ReplCache.getClusterSize() |
String |
ReplCache.getLocalAddressAsString() |
String |
PartitionedHashMap.getLocalAddressAsString() |
int |
Cache.getSize() |
String |
ReplCache.getView() |
String |
PartitionedHashMap.getView() |
boolean |
ReplCache.isL1CacheEnabled() |
boolean |
PartitionedHashMap.isL1CacheEnabled() |
boolean |
Cache.isReapingEnabled() |
Modifier and Type | Method and Description |
---|---|
void |
JmxDemo.foobar() |
int |
JmxDemo.getAccountNumber() |
int |
JmxDemo.getMaxAge() |
static int |
JmxDemo.getMyFoo() |
String |
JmxDemo.getNumberAsString() |
static boolean |
JmxDemo.isFlag() |
void |
JmxDemo.setAccountNumber(int num) |
void |
JmxDemo.setMaxAge(int age) |
void |
JmxDemo.setMyNumber(long new_number) |
void |
JmxDemo.setNumber(int num) |
void |
JmxDemo.setOtherNumber(int num) |
Modifier and Type | Field and Description |
---|---|
protected String |
TP.channel_name
The name of the group to which this member is connected.
|
protected String |
STOMP.endpoint |
protected boolean |
Discovery.force_sending_discovery_rsps |
protected boolean |
RELAY.is_coord |
protected boolean |
Discovery.is_coord |
protected boolean |
CENTRAL_LOCK.is_coord |
protected boolean |
CENTRAL_EXECUTOR.is_coord |
int |
DAISYCHAIN.msgs_forwarded |
int |
DAISYCHAIN.msgs_sent |
protected int |
RATE_LIMITER.num_blockings |
protected long |
TP.num_bytes_received |
protected long |
TP.num_bytes_sent |
protected long |
RATE_LIMITER.num_bytes_sent
Keeps track of the number of bytes sent in the current time period
|
protected int |
Discovery.num_discovery_requests |
protected int |
FD_ALL.num_heartbeats_received |
protected int |
FD_ALL.num_heartbeats_sent |
protected long |
TP.num_incoming_msgs_received |
protected int |
MERGE2.num_inconsistent_views |
protected int |
MERGE2.num_merge_events |
protected long |
TP.num_msgs_received |
protected long |
TP.num_msgs_sent |
protected long |
TP.num_oob_msgs_received |
protected int |
FD_ALL.num_suspect_events |
protected long |
RATE_LIMITER.total_block_time |
Modifier and Type | Field and Description |
---|---|
protected AtomicBoolean |
StreamingStateTransfer.barrier_closed
Used to prevent spurious open and close barrier calls
|
protected AtomicBoolean |
STATE_TRANSFER.barrier_closed
Used to prevent spurious open and close barrier calls
|
protected int |
NAKACK.num_messages_received |
protected int |
NAKACK.num_messages_sent |
protected boolean |
STABLE.suspended
When true, don't take part in garbage collection: neither send STABLE messages nor handle STABILITY messages
|
Modifier and Type | Method and Description |
---|---|
boolean |
GossipRouter.isRunning() |
boolean |
GossipRouter.isStarted() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.