Uses of Class
org.jgroups.protocols.UNICAST3
-
Packages that use UNICAST3 Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of UNICAST3 in org.jgroups.protocols
Methods in org.jgroups.protocols with type parameters of type UNICAST3 Modifier and Type Method Description <T extends UNICAST3>
TUNICAST3. setXmitInterval(long interval)
Methods in org.jgroups.protocols that return UNICAST3 Modifier and Type Method Description UNICAST3
UNICAST3. setAckThreshold(int ack_threshold)
UNICAST3
UNICAST3. setXmitTableMsgsPerRow(int xmit_table_msgs_per_row)
UNICAST3
UNICAST3. setXmitTableNumRows(int xmit_table_num_rows)
-