Uses of Enum
org.jgroups.blocks.ResponseMode
Packages that use ResponseMode
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of ResponseMode in org.jgroups.blocks
Fields in org.jgroups.blocks declared as ResponseModeModifier and TypeFieldDescriptionprotected ResponseModeRequestOptions.modeThe mode of a request.Methods in org.jgroups.blocks that return ResponseModeModifier and TypeMethodDescriptionRequestOptions.getMode()RequestOptions.mode()static ResponseModeReturns the enum constant of this type with the specified name.static ResponseMode[]ResponseMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.blocks with parameters of type ResponseModeModifier and TypeMethodDescriptionRequestOptions.mode(ResponseMode mode) RequestOptions.setMode(ResponseMode mode) Constructors in org.jgroups.blocks with parameters of type ResponseModeModifierConstructorDescriptionRequestOptions(ResponseMode mode, long timeout) RequestOptions(ResponseMode mode, long timeout, boolean use_anycasting) RequestOptions(ResponseMode mode, long timeout, boolean use_anycasting, RspFilter rsp_filter) RequestOptions(ResponseMode mode, long timeout, boolean use_anycasting, RspFilter rsp_filter, short flags) RequestOptions(ResponseMode mode, long timeout, boolean use_anycasting, RspFilter rsp_filter, Message.Flag... flags)