Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.client | |
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Class and Description |
---|---|
class |
Cache<K,V>
Simple cache which maintains keys and value.
|
class |
GridFile
Subclass of File to iterate through directories and files in a grid
|
class |
GridFilesystem
Entry point for GridFile and GridInputStream / GridOutputStream
|
class |
GridInputStream |
class |
GridOutputStream |
class |
PartitionedHashMap<K,V>
Hashmap which distributes its keys and values across the cluster.
|
class |
ReplCache<K,V>
Cache which allows for replication factors per data items; the factor determines how many replicas
of a key/value we create across the cluster.
See doc/design/ReplCache.txt for details. |
Modifier and Type | Class and Description |
---|---|
class |
StompConnection
STOMP client to access the STOMP [1] protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
BPING
Broadcast PING.
|
class |
BSH
Beanshell (www.beanshell.org) interpreter class.
|
class |
COUNTER
Protocol which is used by
CounterService to provide a distributed atomic counter |
class |
DAISYCHAIN
Implementation of daisy chaining.
|
class |
FD_ICMP
Protocol which uses InetAddress.isReachable() to check whether a given host
is up or not, taking 1 argument; the host name of the host to be pinged.
|
class |
HTOTAL
Implementation of UTO-TCP as designed by EPFL.
|
class |
PRIO
This protocol will provide message sending and receiving prioritization.
|
class |
RATE_LIMITER
Protocol which sends at most max_bytes in time_period milliseconds.
|
class |
RSVP
Protocol which implements synchronous messages (https://issues.jboss.org/browse/JGRP-1389).
|
class |
SHUFFLE
Reorders messages by buffering them and shuffling the result after TIMEOUT ms.
|
class |
STOMP
Protocol which provides STOMP (http://stomp.codehaus.org/) support.
|
class |
TCP_NIO
Transport using NIO
|
class |
TUNNEL
Replacement for UDP.
|
Modifier and Type | Field and Description |
---|---|
protected int |
TP.bundler_capacity |
Modifier and Type | Method and Description |
---|---|
void |
SCOPE.removeAllQueues() |
Modifier and Type | Class and Description |
---|---|
class |
HashedTimingWheel
Implementation of
TimeScheduler . |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.