Uses of Class
org.jgroups.blocks.ResponseMode
-
Packages that use ResponseMode Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of ResponseMode in org.jgroups.blocks
Fields in org.jgroups.blocks declared as ResponseMode Modifier and Type Field Description protected ResponseMode
RequestOptions. mode
The mode of a request.Methods in org.jgroups.blocks that return ResponseMode Modifier and Type Method Description ResponseMode
RequestOptions. getMode()
ResponseMode
RequestOptions. mode()
static ResponseMode
ResponseMode. valueOf(java.lang.String name)
Returns 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 ResponseMode Modifier and Type Method Description RequestOptions
RequestOptions. mode(ResponseMode mode)
RequestOptions
RequestOptions. setMode(ResponseMode mode)
Constructors in org.jgroups.blocks with parameters of type ResponseMode Constructor Description RequestOptions(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)
-