| 程序包 | 说明 |
|---|---|
| com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
| com.fr.third.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
UNICAST
Reliable unicast layer.
|
class |
UNICAST2
Reliable unicast layer.
|
class |
UNICAST3
Reliable unicast protocol using a combination of positive and negative acks.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AgeOutCache.Handler |
AgeOutCache.getHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AgeOutCache.setHandler(AgeOutCache.Handler handler) |
| 构造器和说明 |
|---|
AgeOutCache(TimeScheduler timer,
long timeout,
AgeOutCache.Handler handler) |