Package | Description |
---|---|
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.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Class and Description |
---|---|
protected class |
FILE_PING.InfoWriter
Class which calls writeAll() a few times.
|
protected class |
MERGE3.InfoSender |
protected class |
MERGE3.ViewConsistencyChecker |
Modifier and Type | Class and Description |
---|---|
protected class |
STABLE.StableTask
Mcast periodic STABLE message.
|
Modifier and Type | Method and Description |
---|---|
default Future<?> |
TimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals.
|
Future<?> |
TimeScheduler3.scheduleWithDynamicInterval(TimeScheduler.Task work,
boolean can_block)
Schedule a task for execution at varying intervals.
|
Future<?> |
TimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task,
boolean can_block) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.