Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Field and Description |
---|---|
protected ResponseMode |
RequestOptions.mode
The mode of a request.
|
Modifier and Type | Method and Description |
---|---|
ResponseMode |
RequestOptions.getMode() |
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.
|
Modifier and Type | Method and Description |
---|---|
RequestOptions |
RequestOptions.setMode(ResponseMode mode) |
Constructor and 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,
Message.Flag... flags) |
RequestOptions(ResponseMode mode,
long timeout,
boolean use_anycasting,
RspFilter rsp_filter,
short flags) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.