Interface Node.CodeSupplier<V extends StorageValue>

Type Parameters:
V - the type of the value computed by the transaction
Enclosing interface:
Node

public static interface Node.CodeSupplier<V extends StorageValue>
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.
  • Method Details