Uses of Class
org.jgroups.blocks.RequestOptions

Packages that use RequestOptions
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.blocks.mux   
 

Uses of RequestOptions in org.jgroups.blocks
 

Fields in org.jgroups.blocks declared as RequestOptions
protected  RequestOptions ReplicatedHashMap.call_options
           
protected  RequestOptions Request.options
           
 

Methods in org.jgroups.blocks that return RequestOptions
static RequestOptions RequestOptions.ASYNC()
           
 RequestOptions RequestOptions.clearFlags(Message.Flag... flags)
           
 RequestOptions RequestOptions.setAnycasting(boolean use_anycasting)
           
 RequestOptions RequestOptions.setExclusionList(Address... mbrs)
           
 RequestOptions RequestOptions.setFlags(Message.Flag... flags)
           
 RequestOptions RequestOptions.setMode(ResponseMode mode)
           
 RequestOptions RequestOptions.setRspFilter(RspFilter rsp_filter)
           
 RequestOptions RequestOptions.setScope(short scope)
           
 RequestOptions RequestOptions.setTimeout(long timeout)
           
static RequestOptions RequestOptions.SYNC()
           
 RequestOptions RequestOptions.useAnycastAddresses(boolean flag)
           
 

Methods in org.jgroups.blocks with parameters of type RequestOptions
<T> T
RpcDispatcher.callRemoteMethod(Address dest, MethodCall call, RequestOptions options)
          Invokes a method in a cluster member and - if blocking - returns the result
<T> T
RpcDispatcher.callRemoteMethod(Address dest, java.lang.String method_name, java.lang.Object[] args, java.lang.Class[] types, RequestOptions options)
          Invokes a method in a cluster member and - if blocking - returns the result
<T> RspList<T>
RpcDispatcher.callRemoteMethods(java.util.Collection<Address> dests, MethodCall method_call, RequestOptions options)
          Invokes a method in all members and expects responses from members contained in dests (or all members if dests is null).
<T> RspList<T>
RpcDispatcher.callRemoteMethods(java.util.Collection<Address> dests, java.lang.String method_name, java.lang.Object[] args, java.lang.Class[] types, RequestOptions options)
          Invokes a method in all members and expects responses from members contained in dests (or all members if dests is null).
<T> NotifyingFuture<RspList<T>>
RpcDispatcher.callRemoteMethodsWithFuture(java.util.Collection<Address> dests, MethodCall method_call, RequestOptions options)
          Invokes a method in all members and expects responses from members contained in dests (or all members if dests is null).
<T> NotifyingFuture<T>
RpcDispatcher.callRemoteMethodWithFuture(Address dest, MethodCall call, RequestOptions options)
          Invokes a method in a cluster member and - if blocking - returns the result
protected
<T> GroupRequest<T>
MessageDispatcher.cast(java.util.Collection<Address> dests, Message msg, RequestOptions options, boolean block_for_results)
           
<T> RspList<T>
MessageDispatcher.castMessage(java.util.Collection<Address> dests, Message msg, RequestOptions options)
          Sends a message to all members and expects responses from members in dests (if non-null).
<T> NotifyingFuture<RspList<T>>
MessageDispatcher.castMessageWithFuture(java.util.Collection<Address> dests, Message msg, RequestOptions options)
          Sends a message to all members and expects responses from members in dests (if non-null).
<T> T
MessageDispatcher.sendMessage(Message msg, RequestOptions opts)
          Sends a unicast message and - depending on the options - returns a result
<T> NotifyingFuture<T>
MessageDispatcher.sendMessageWithFuture(Message msg, RequestOptions options)
          Sends a unicast message to the target defined by msg.getDest() and returns a future
 void RequestCorrelator.sendRequest(long id, java.util.Collection<Address> dest_mbrs, Message msg, RspCollector coll, RequestOptions options)
          Sends a request to a group.
 

Constructors in org.jgroups.blocks with parameters of type RequestOptions
GroupRequest(Message msg, RequestCorrelator corr, Address target, RequestOptions options)
           
GroupRequest(Message msg, RequestCorrelator corr, java.util.Collection<Address> targets, RequestOptions options)
           
Request(Message request, RequestCorrelator corr, RequestOptions options)
           
RequestOptions(RequestOptions opts)
           
UnicastRequest(Message msg, Address target, RequestOptions options)
           
UnicastRequest(Message msg, RequestCorrelator corr, Address target, RequestOptions options)
           
 

Uses of RequestOptions in org.jgroups.blocks.mux
 

Methods in org.jgroups.blocks.mux with parameters of type RequestOptions
protected
<T> GroupRequest<T>
MuxMessageDispatcher.cast(java.util.Collection<Address> dests, Message msg, RequestOptions options, boolean blockForResults)
           
protected
<T> GroupRequest<T>
MuxRpcDispatcher.cast(java.util.Collection<Address> dests, Message msg, RequestOptions options, boolean blockForResults)
           
 void MuxRequestCorrelator.sendRequest(long requestId, java.util.Collection<Address> dest_mbrs, Message msg, RspCollector coll, RequestOptions options)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.