Package org.infinispan.commands.remote
Class BaseRpcInvokingCommand
- java.lang.Object
-
- org.infinispan.commands.remote.BaseRpcCommand
-
- org.infinispan.commands.remote.BaseRpcInvokingCommand
-
- All Implemented Interfaces:
CacheRpcCommand
,ReplicableCommand
- Direct Known Subclasses:
SingleRpcCommand
@Deprecated public abstract class BaseRpcInvokingCommand extends BaseRpcCommand
Deprecated.Since 9.0, it will be removed soonBase class for RPC commands.- Author:
- Mircea.Markus@jboss.com
-
-
Field Summary
Fields Modifier and Type Field Description protected InvocationContextFactory
icf
Deprecated.protected AsyncInterceptorChain
interceptorChain
Deprecated.-
Fields inherited from class org.infinispan.commands.remote.BaseRpcCommand
cacheName
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseRpcInvokingCommand(ByteString cacheName)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
init(AsyncInterceptorChain interceptorChain, InvocationContextFactory icf)
Deprecated.protected Object
processVisitableCommand(ReplicableCommand cacheCommand)
Deprecated.protected CompletableFuture<Object>
processVisitableCommandAsync(ReplicableCommand cacheCommand)
Deprecated.-
Methods inherited from class org.infinispan.commands.remote.BaseRpcCommand
canBlock, getCacheName, getOrigin, setOrigin, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, invoke, invokeAsync, isReturnValueExpected, isSuccessful, perform, readFrom, writeTo
-
-
-
-
Field Detail
-
interceptorChain
protected AsyncInterceptorChain interceptorChain
Deprecated.
-
icf
protected InvocationContextFactory icf
Deprecated.
-
-
Constructor Detail
-
BaseRpcInvokingCommand
protected BaseRpcInvokingCommand(ByteString cacheName)
Deprecated.
-
-
Method Detail
-
init
public void init(AsyncInterceptorChain interceptorChain, InvocationContextFactory icf)
Deprecated.
-
processVisitableCommand
protected final Object processVisitableCommand(ReplicableCommand cacheCommand) throws Throwable
Deprecated.- Throws:
Throwable
-
processVisitableCommandAsync
protected final CompletableFuture<Object> processVisitableCommandAsync(ReplicableCommand cacheCommand) throws Throwable
Deprecated.- Throws:
Throwable
-
-