Interface CqlClient

  • All Superinterfaces:
    java.lang.AutoCloseable
    All Known Implementing Classes:
    CqlClientImpl, ThrowingCqlClient

    public interface CqlClient
    extends java.lang.AutoCloseable
    • Method Detail

      • executeQuery

        <V> com.google.common.util.concurrent.ListenableFuture<V> executeQuery​(CqlQuerySpec<V> querySpec)
      • close

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

        boolean isValid()