Uses of Package
org.jgroups.protocols
Packages that use org.jgroups.protocols
Package
Description
Provides building blocks that are layered on top of channels.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
Provides useful functionality which cannot be assigned to any particular other package.
-
Classes in org.jgroups.protocols used by org.jgroups.blocksClassDescriptionGeneric transport - specific implementations should extend this abstract class.
-
Classes in org.jgroups.protocols used by org.jgroups.protocolsClassDescriptionShared base class for tcpip protocolsThe Discovery protocol layer retrieves the initial membership (used by the GMS when started by sending event FIND_INITIAL_MBRS down the stack).Failure detection based on simple heartbeat protocol.Task that periodically broadcasts a list of suspected members to the group.Measures the time for a message to travel from the channel to the transportThe PING protocol layer retrieves the initial membership (used by the GMS when started by sending event FIND_INITIAL_MBRS down the stack).Generic transport - specific implementations should extend this abstract class.Lighweight representation of the VectorTime clock suitable for network transport
-
Classes in org.jgroups.protocols used by org.jgroups.stackClassDescriptionGeneric transport - specific implementations should extend this abstract class.
-
Classes in org.jgroups.protocols used by org.jgroups.util