Class BlockManagerMaster.BlockRequestHandler

  • Enclosing class:
    BlockManagerMaster

    public static final class BlockManagerMaster.BlockRequestHandler
    extends java.lang.Object
    The handler of block location requests.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<java.lang.String> getLocationFuture()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLocationFuture

        public java.util.concurrent.CompletableFuture<java.lang.String> getLocationFuture()
        Returns:
        the future of the block location.