Package | Description |
---|---|
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 |
UNICAST
Deprecated.
Will be removed in 4.0
|
class |
UNICAST2
Deprecated.
Will be removed in 4.0
|
class |
UNICAST3
Reliable unicast protocol using a combination of positive and negative acks.
|
Modifier and Type | Method and Description |
---|---|
AgeOutCache.Handler |
AgeOutCache.getHandler() |
Modifier and Type | Method and Description |
---|---|
void |
AgeOutCache.setHandler(AgeOutCache.Handler handler) |
Constructor and Description |
---|
AgeOutCache(TimeScheduler timer,
long timeout,
AgeOutCache.Handler handler) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.