Interface CodeFuture<V>

Type Parameters:
V - the type of the value computed by the transaction
All Known Subinterfaces:
ConstructorFuture, MethodFuture

public interface CodeFuture<V>
The future of a transaction that executes code in a node.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Waits if necessary for the transaction to complete, and then retrieves its result.
    Yields the reference of the request of the transaction.