Interface IFuture<T>

All Superinterfaces:
AsyncFuture<T>, Future<T>
All Known Implementing Classes:
AbstractFuture, LocalCacheImplAsyncOperationsFuture, LRMIFuture, SettableFuture

public interface IFuture<T> extends AsyncFuture<T>
An internal interface extending the AsyncFuture. Internally used.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setResult(Object result)
    The result has no type since it can be an exception or the real result

    Methods inherited from interface com.gigaspaces.async.AsyncFuture

    setListener

    Methods inherited from interface java.util.concurrent.Future

    cancel, get, get, isCancelled, isDone
  • Method Details

    • setResult

      void setResult(Object result)
      The result has no type since it can be an exception or the real result