Class FutureImpl

  • All Implemented Interfaces:
    java.util.concurrent.Future<IvMObjectValues>

    public class FutureImpl
    extends java.lang.Object
    implements java.util.concurrent.Future<IvMObjectValues>
    • Constructor Detail

      • FutureImpl

        public FutureImpl()
    • Method Detail

      • cancel

        public boolean cancel​(boolean mayInterruptIfRunning)
        Specified by:
        cancel in interface java.util.concurrent.Future<IvMObjectValues>
      • get

        public IvMObjectValues get()
                            throws java.lang.InterruptedException
        Specified by:
        get in interface java.util.concurrent.Future<IvMObjectValues>
        Throws:
        java.lang.InterruptedException
      • get

        public IvMObjectValues get​(long timeout,
                                   java.util.concurrent.TimeUnit unit)
                            throws java.lang.InterruptedException,
                                   java.util.concurrent.TimeoutException
        Specified by:
        get in interface java.util.concurrent.Future<IvMObjectValues>
        Throws:
        java.lang.InterruptedException
        java.util.concurrent.TimeoutException
      • isCancelled

        public boolean isCancelled()
        Specified by:
        isCancelled in interface java.util.concurrent.Future<IvMObjectValues>
      • isDone

        public boolean isDone()
        Specified by:
        isDone in interface java.util.concurrent.Future<IvMObjectValues>
      • isAllObjectsPresent

        public boolean isAllObjectsPresent()
                                    throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • set

        public void set​(IvMObjectValues result,
                        boolean allObjectsPresent)