Uses of Class
org.infinispan.remoting.LocalInvocation
-
Packages that use LocalInvocation Package Description org.infinispan.remoting Remote communication between cache instances. -
-
Uses of LocalInvocation in org.infinispan.remoting
Methods in org.infinispan.remoting that return LocalInvocation Modifier and Type Method Description static LocalInvocation
LocalInvocation. newInstance(ResponseGenerator responseGenerator, org.infinispan.commands.remote.CacheRpcCommand command, CommandsFactory commandsFactory, Address self)
static LocalInvocation
LocalInvocation. newInstanceFromCache(Cache<?,?> cache, org.infinispan.commands.remote.CacheRpcCommand command)
-