Uses of Class
org.jgroups.protocols.ReliableUnicast.State
-
Packages that use ReliableUnicast.State Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of ReliableUnicast.State in org.jgroups.protocols
Fields in org.jgroups.protocols declared as ReliableUnicast.State Modifier and Type Field Description protected ReliableUnicast.State
ReliableUnicast.Entry. state
Methods in org.jgroups.protocols that return ReliableUnicast.State Modifier and Type Method Description protected ReliableUnicast.State
ReliableUnicast.Entry. state()
static ReliableUnicast.State
ReliableUnicast.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReliableUnicast.State[]
ReliableUnicast.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.protocols with parameters of type ReliableUnicast.State Modifier and Type Method Description protected ReliableUnicast.Entry
ReliableUnicast.Entry. state(ReliableUnicast.State s)
-