Uses of Interface
org.jgroups.util.Table.Visitor
-
Packages that use Table.Visitor 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 org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Table.Visitor in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Table.Visitor Modifier and Type Field Description protected static Table.Visitor<Message>UNICAST3. DECR -
Uses of Table.Visitor in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as Table.Visitor Modifier and Type Field Description protected static Table.Visitor<Message>NAKACK2. DECR -
Uses of Table.Visitor in org.jgroups.util
Classes in org.jgroups.util that implement Table.Visitor Modifier and Type Class Description protected classTable.HighestDeliverableprotected classTable.Missingprotected classTable.NumDeliverableprotected classTable.Remover<R>Methods in org.jgroups.util with parameters of type Table.Visitor Modifier and Type Method Description voidTable. forEach(long from, long to, Table.Visitor<T> visitor)Iterates over the matrix with range [from ..
-