Class BaseBlockingRunnable
java.lang.Object
org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- All Implemented Interfaces:
Runnable,BlockingRunnable
- Direct Known Subclasses:
DefaultTopologyRunnable
Common logic to handle
CacheRpcCommand.- Since:
- 7.1
- Author:
- Pedro Ruivo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CacheRpcCommandprotected final BasePerCacheInboundInvocationHandlerprotected final Replyprotected Responseprotected final boolean -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseBlockingRunnable(BasePerCacheInboundInvocationHandler handler, CacheRpcCommand command, Reply reply, boolean sync) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected CompletionStage<CacheNotFoundResponse>protected voidonException(Throwable throwable) protected voidvoidrun()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.util.concurrent.BlockingRunnable
isReady
-
Field Details
-
handler
-
command
-
reply
-
sync
protected final boolean sync -
response
-
-
Constructor Details
-
BaseBlockingRunnable
protected BaseBlockingRunnable(BasePerCacheInboundInvocationHandler handler, CacheRpcCommand command, Reply reply, boolean sync)
-
-
Method Details