Uses of Interface
org.jgroups.util.ProcessingQueue.Handler
Packages that use ProcessingQueue.Handler
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of ProcessingQueue.Handler in org.jgroups.protocols
Classes in org.jgroups.protocols that implement ProcessingQueue.Handler -
Uses of ProcessingQueue.Handler in org.jgroups.protocols.pbcast
Classes in org.jgroups.protocols.pbcast that implement ProcessingQueue.HandlerModifier and TypeClassDescriptionclassSTATE streams the state (written to an OutputStream) to the state requester in chunks (defined by chunk_size).classSTATE_SOCKhas the state provider create a server socket to which the state requester connects and from which the latter reads the state.classSTATE_TRANSFER protocol based on byte array transfer.classBase class for state transfer protocols which use streaming (or chunking) to transfer state between two members. -
Uses of ProcessingQueue.Handler in org.jgroups.util
Fields in org.jgroups.util declared as ProcessingQueue.HandlerMethods in org.jgroups.util with parameters of type ProcessingQueue.Handler