Package org.infinispan.remoting
Class LocalInvocation
- java.lang.Object
-
- org.infinispan.remoting.LocalInvocation
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
apply(Object retVal)
Response
call()
CompletableFuture<Response>
callAsync()
boolean
equals(Object o)
int
hashCode()
static LocalInvocation
newInstance(ResponseGenerator responseGenerator, org.infinispan.commands.remote.CacheRpcCommand command, CommandsFactory commandsFactory, Address self)
static LocalInvocation
newInstanceFromCache(Cache<?,?> cache, org.infinispan.commands.remote.CacheRpcCommand command)
-
-
-
Method Detail
-
newInstanceFromCache
public static LocalInvocation newInstanceFromCache(Cache<?,?> cache, org.infinispan.commands.remote.CacheRpcCommand command)
-
newInstance
public static LocalInvocation newInstance(ResponseGenerator responseGenerator, org.infinispan.commands.remote.CacheRpcCommand command, CommandsFactory commandsFactory, Address self)
-
callAsync
public CompletableFuture<Response> callAsync()
-
-