Class FutureOffset

java.lang.Object
io.deephaven.integrations.learn.FutureOffset

public class FutureOffset extends Object
FutureOffset pairs a deferred calculation with an offset, an index that indicates the location in the calculated result.
  • Method Details

    • getOffset

      public int getOffset()
      Gets the offset.
      Returns:
      the offset, indicating where in the calculated result to find the result for a given row index.
    • getFuture

      public Future getFuture()
      Gets the deferred calculation.
      Returns:
      the deferred calculation.
    • clear

      public void clear()
      Resets the future.