Class ResultSetFutureCall<V>

  • All Implemented Interfaces:
    java.lang.Cloneable, Call.Mapper<com.datastax.driver.core.ResultSet,​V>

    public abstract class ResultSetFutureCall<V>
    extends Call.Base<V>
    implements Call.Mapper<com.datastax.driver.core.ResultSet,​V>
    Future call pattern that takes advantage of special 'get' hooks on ResultSetFuture.