Uses of Class
org.jgroups.protocols.FRAG.FragmentationTable
-
Packages that use FRAG.FragmentationTable Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of FRAG.FragmentationTable in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type FRAG.FragmentationTable Modifier and Type Field Description private java.util.HashMap<Address,FRAG.FragmentationTable>FRAG.FragmentationList. frag_tablesMethods in org.jgroups.protocols that return FRAG.FragmentationTable Modifier and Type Method Description FRAG.FragmentationTableFRAG.FragmentationList. get(Address sender)returns a fragmentation table for this sender returns null if the sender doesn't have a fragmentation tableMethods in org.jgroups.protocols with parameters of type FRAG.FragmentationTable Modifier and Type Method Description voidFRAG.FragmentationList. add(Address sender, FRAG.FragmentationTable table)Adds a fragmentation table for this particular sender If this sender already has a fragmentation table, an IllegalArgumentException will be thrown.
-