Class BaseBlockingRunnable

  • All Implemented Interfaces:
    java.lang.Runnable, BlockingRunnable
    Direct Known Subclasses:
    DefaultTopologyRunnable

    public abstract class BaseBlockingRunnable
    extends java.lang.Object
    implements BlockingRunnable
    Common logic to handle CacheRpcCommand.
    Since:
    7.1
    Author:
    Pedro Ruivo
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • onFinally

        protected void onFinally()
      • onException

        protected void onException​(java.lang.Throwable throwable)
      • afterInvoke

        protected void afterInvoke()
      • beforeInvoke

        protected java.util.concurrent.CompletableFuture<Response> beforeInvoke()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object