Uses of Class
org.jgroups.protocols.Fragmentation
-
Packages that use Fragmentation Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of Fragmentation in org.jgroups.protocols
Subclasses of Fragmentation in org.jgroups.protocols Modifier and Type Class Description class
FRAG
Fragmentation layer.class
FRAG2
Fragmentation layer.class
FRAG3
Fragmentation protocol which uses less memory to store fragments thanFRAG2
.
When a message is fragmented, all fragments carry the size of the original message, their offset and length with respect to the original message and a fragment ID (to identify the fragment).
When the first fragment is received, the full message is created and each fragment copies its data into the full message at its offset and length.class
FRAG4
Fragmentation layer.Methods in org.jgroups.protocols with type parameters of type Fragmentation Modifier and Type Method Description <T extends Fragmentation>
TFragmentation. setFragSize(int f)
-