Uses of Class
org.jgroups.protocols.pbcast.StreamingStateTransfer
Packages that use StreamingStateTransfer
-
Uses of StreamingStateTransfer in org.jgroups.protocols.pbcast
Subclasses of StreamingStateTransfer in org.jgroups.protocols.pbcastModifier 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.