Class PlainTransportFuture<V extends TransportResponse>

    • Method Summary

      Modifier and Type Method Description
      java.lang.String executor()  
      void handleException​(TransportException exp)  
      void handleResponse​(V response)  
      V read​(StreamInput in)
      Read V-type value from a stream.
      java.lang.String toString()  
      V txGet()
      Waits if necessary for the computation to complete, and then retrieves its result.
      V txGet​(long timeout, java.util.concurrent.TimeUnit unit)
      Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.concurrent.Future

        cancel, get, get, isCancelled, isDone