public interface RawAndTypeMapDefaultImpl extends TypedMapAware, StatementTypeAware
LOGGER| Modifier and Type | Method and Description |
|---|---|
BoundStatement |
boundStatement() |
Object[] |
encodedBoundValues() |
default CompletableFuture<info.archinnov.achilles.type.tuples.Tuple2<info.archinnov.achilles.type.TypedMap,ExecutionInfo>> |
getTypedMapAsyncWithStats()
|
default CompletableFuture<info.archinnov.achilles.type.tuples.Tuple2<List<info.archinnov.achilles.type.TypedMap>,ExecutionInfo>> |
getTypedMapsAsyncWithStats()
|
AbstractEntityProperty<?> |
meta() |
CassandraOptions |
options() |
RuntimeEngine |
runtimeEngine() |
default Iterator<info.archinnov.achilles.type.TypedMap> |
typedMapIterator()
Execute the SELECT action and return an
Iterator<TypedMap>
WARNING: this method performs a blocking call to the underlying async query |
default info.archinnov.achilles.type.tuples.Tuple2<Iterator<info.archinnov.achilles.type.TypedMap>,ExecutionInfo> |
typedMapIteratorWithExecutionInfo()
Execute the SELECT action and return a
Tuple2<Iterator<TypedMap>, ExecutionInfo>
WARNING: this method performs a blocking call to the underlying async query |
getTypedMap, getTypedMapAsync, getTypedMaps, getTypedMapsAsync, getTypedMapsWithStats, getTypedMapWithStats, mapResultSetToTypedMaps, mapRowToTypedMapextractCauseFromExecutionExceptiongetOperationTypeRuntimeEngine runtimeEngine()
AbstractEntityProperty<?> meta()
BoundStatement boundStatement()
Object[] encodedBoundValues()
CassandraOptions options()
default CompletableFuture<info.archinnov.achilles.type.tuples.Tuple2<List<info.archinnov.achilles.type.TypedMap>,ExecutionInfo>> getTypedMapsAsyncWithStats()
TypedMapAwaregetTypedMapsAsyncWithStats in interface TypedMapAwaredefault CompletableFuture<info.archinnov.achilles.type.tuples.Tuple2<info.archinnov.achilles.type.TypedMap,ExecutionInfo>> getTypedMapAsyncWithStats()
TypedMapAwaregetTypedMapAsyncWithStats in interface TypedMapAwaredefault Iterator<info.archinnov.achilles.type.TypedMap> typedMapIterator()
TypedMapAwareIterator<TypedMap>
typedMapIterator in interface TypedMapAwaredefault info.archinnov.achilles.type.tuples.Tuple2<Iterator<info.archinnov.achilles.type.TypedMap>,ExecutionInfo> typedMapIteratorWithExecutionInfo()
TypedMapAwareTuple2<Iterator<TypedMap>, ExecutionInfo>
typedMapIteratorWithExecutionInfo in interface TypedMapAwareCopyright © 2012-2021. All Rights Reserved.