Uses of Interface
org.jgroups.util.ProcessingQueue.Handler
-
Packages that use ProcessingQueue.Handler Package Description org.jgroups.protocols.pbcast org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of ProcessingQueue.Handler in org.jgroups.protocols.pbcast
Classes in org.jgroups.protocols.pbcast that implement ProcessingQueue.Handler Modifier and Type Class Description class
STATE
STATE streams the state (written to an OutputStream) to the state requester in chunks (defined by chunk_size).class
STATE_SOCK
STATE_SOCK
has the state provider create a server socket to which the state requester connects and from which the latter reads the state.class
STATE_TRANSFER
STATE_TRANSFER protocol based on byte array transfer.class
StreamingStateTransfer
Base 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.Handler Modifier and Type Field Description protected ProcessingQueue.Handler<T>
ProcessingQueue. handler
Methods in org.jgroups.util with parameters of type ProcessingQueue.Handler Modifier and Type Method Description ProcessingQueue<T>
ProcessingQueue. setHandler(ProcessingQueue.Handler<T> handler)
-