| Package | Description |
|---|---|
| org.springframework.data.aerospike.config | |
| org.springframework.data.aerospike.query |
| Modifier and Type | Method and Description |
|---|---|
StatementBuilder |
AerospikeDataConfigurationSupport.statementBuilder(IndexesCache indexesCache) |
| Modifier and Type | Method and Description |
|---|---|
QueryEngine |
AbstractAerospikeDataConfiguration.queryEngine(com.aerospike.client.AerospikeClient aerospikeClient,
StatementBuilder statementBuilder) |
ReactorQueryEngine |
AbstractReactiveAerospikeDataConfiguration.reactorQueryEngine(com.aerospike.client.reactor.AerospikeReactorClient aerospikeReactorClient,
StatementBuilder statementBuilder) |
| Constructor and Description |
|---|
QueryEngine(com.aerospike.client.AerospikeClient client,
StatementBuilder statementBuilder,
com.aerospike.client.policy.QueryPolicy queryPolicy) |
ReactorQueryEngine(com.aerospike.client.reactor.IAerospikeReactorClient client,
StatementBuilder statementBuilder,
com.aerospike.client.policy.QueryPolicy queryPolicy) |
Copyright © 2020–2021 Aerospike, Inc. All rights reserved.