Uses of Enum Class
org.jgroups.protocols.raft.REDIRECT.RequestType
Packages that use REDIRECT.RequestType
-
Uses of REDIRECT.RequestType in org.jgroups.protocols.raft
Subclasses with type arguments of type REDIRECT.RequestType in org.jgroups.protocols.raftMethods in org.jgroups.protocols.raft that return REDIRECT.RequestTypeModifier and TypeMethodDescriptionstatic REDIRECT.RequestTypeReturns the enum constant of this class with the specified name.static REDIRECT.RequestType[]REDIRECT.RequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jgroups.protocols.raft with parameters of type REDIRECT.RequestTypeModifierConstructorDescriptionRedirectHeader(REDIRECT.RequestType type, int corr_id, boolean exception)