Class GridEmbeddedFuture<A,​B>

  • All Implemented Interfaces:
    IgniteInternalFuture<A>
    Direct Known Subclasses:
    GridDhtEmbeddedFuture

    public class GridEmbeddedFuture<A,​B>
    extends GridFutureAdapter<A>
    Future which waits for embedded future to complete and then asynchronously executes provided closure with embedded future result.