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.org.jgroups.protocols.relay -
-
Uses of UNICAST3 in org.jgroups.protocols
Methods in org.jgroups.protocols that return UNICAST3 Modifier and Type Method Description UNICAST3
UNICAST3. logNotFoundMsgs(boolean l)
UNICAST3
UNICAST3. loopback(boolean b)
UNICAST3
UNICAST3. sendsCanBlock(boolean s)
UNICAST3
UNICAST3. setAckThreshold(int a)
UNICAST3
UNICAST3. setConnCloseTimeout(long c)
UNICAST3
UNICAST3. setConnExpiryTimeout(long c)
UNICAST3
UNICAST3. setMaxRetransmitTime(long max_retransmit_time)
UNICAST3
UNICAST3. setMaxXmitReqSize(int m)
UNICAST3
UNICAST3. setSyncMinInterval(long s)
UNICAST3
UNICAST3. setXmitInterval(long i)
UNICAST3
UNICAST3. setXmitsEnabled(boolean b)
UNICAST3
UNICAST3. setXmitTableMaxCompactionTime(long x)
UNICAST3
UNICAST3. setXmitTableMsgsPerRow(int n)
UNICAST3
UNICAST3. setXmitTableNumRows(int n)
UNICAST3
UNICAST3. setXmitTableResizeFactor(double x)
-
Uses of UNICAST3 in org.jgroups.protocols.relay
Fields in org.jgroups.protocols.relay declared as UNICAST3 Modifier and Type Field Description protected UNICAST3
RELAY3. unicast
-