public abstract class AbstractCQLSliceFunction extends Object implements CQLSliceFunction
| Constructor and Description |
|---|
AbstractCQLSliceFunction(com.datastax.oss.driver.api.core.CqlSession session,
com.datastax.oss.driver.api.core.cql.PreparedStatement getSlice) |
| Modifier and Type | Method and Description |
|---|---|
protected static EntryList |
fromResultSet(com.datastax.oss.driver.api.core.cql.AsyncResultSet resultSet,
StaticArrayEntry.GetColVal<io.vavr.Tuple3<StaticBuffer,StaticBuffer,com.datastax.oss.driver.api.core.cql.Row>,StaticBuffer> getter) |
protected abstract EntryList |
getSlice(CompletableFuture<com.datastax.oss.driver.api.core.cql.AsyncResultSet> completableFutureSlice) |
EntryList |
getSlice(KeySliceQuery query,
StoreTransaction txh) |
public AbstractCQLSliceFunction(com.datastax.oss.driver.api.core.CqlSession session,
com.datastax.oss.driver.api.core.cql.PreparedStatement getSlice)
public EntryList getSlice(KeySliceQuery query, StoreTransaction txh) throws BackendException
getSlice in interface CQLSliceFunctionBackendExceptionprotected static EntryList fromResultSet(com.datastax.oss.driver.api.core.cql.AsyncResultSet resultSet, StaticArrayEntry.GetColVal<io.vavr.Tuple3<StaticBuffer,StaticBuffer,com.datastax.oss.driver.api.core.cql.Row>,StaticBuffer> getter)
protected abstract EntryList getSlice(CompletableFuture<com.datastax.oss.driver.api.core.cql.AsyncResultSet> completableFutureSlice) throws BackendException
BackendExceptionCopyright © 2012–2022. All rights reserved.