|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Experimental | |
---|---|
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.protocols.tom | |
org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. |
Uses of Experimental in org.jgroups.blocks |
---|
Classes in org.jgroups.blocks with annotations of type Experimental | |
---|---|
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. |
Uses of Experimental in org.jgroups.client |
---|
Classes in org.jgroups.client with annotations of type Experimental | |
---|---|
class |
StompConnection
STOMP client to access the STOMP [1] protocol. |
Uses of Experimental in org.jgroups.protocols |
---|
Classes in org.jgroups.protocols with annotations of type Experimental | |
---|---|
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 |
SWIFT_PING
Discovery protocol based on Openstack Swift (object storage). |
class |
TCP_NIO
Transport using NIO |
class |
TUNNEL
Replacement for UDP. |
Fields in org.jgroups.protocols with annotations of type Experimental | |
---|---|
protected int |
TP.bundler_capacity
|
Methods in org.jgroups.protocols with annotations of type Experimental | |
---|---|
void |
SCOPE.removeAllQueues()
|
Uses of Experimental in org.jgroups.protocols.tom |
---|
Classes in org.jgroups.protocols.tom with annotations of type Experimental | |
---|---|
class |
TOA
Total Order Anycast with three communication steps (based on Skeen's Algorithm). |
Uses of Experimental in org.jgroups.util |
---|
Classes in org.jgroups.util with annotations of type Experimental | |
---|---|
class |
HashedTimingWheel
Implementation of TimeScheduler . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |