Package s2.client

Class ReadSession

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class ReadSession
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.common.util.concurrent.ListenableFuture<java.lang.Void> awaitCompletion()  
      void close()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • awaitCompletion

        public com.google.common.util.concurrent.ListenableFuture<java.lang.Void> awaitCompletion()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable