| 程序包 | 说明 |
|---|---|
| com.fr.third.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
| com.fr.third.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
NAKACK2.Counter |
| 限定符和类型 | 类和说明 |
|---|---|
protected class |
Table.Counter |
protected class |
Table.Dump |
protected class |
Table.Getter |
protected class |
Table.HighestDeliverable |
protected class |
Table.Missing |
protected class |
Table.Remover |
protected class |
Table.RemoverOnAdd |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Table.forEach(long from,
long to,
Table.Visitor<T> visitor)
Iterates over the matrix with range [from .. to] (including from and to), and calls
visit(long, Object, int, int). |