| Package | Description |
|---|---|
| org.springframework.data.aerospike.config | |
| org.springframework.data.aerospike.core |
| Modifier and Type | Method and Description |
|---|---|
ReactiveQueryEngine |
AbstractReactiveAerospikeDataConfiguration.reactiveQueryEngine() |
| Modifier and Type | Method and Description |
|---|---|
ReactiveAerospikeOperations |
AbstractReactiveAerospikeDataConfiguration.reactiveAerospikeTemplate(ReactiveQueryEngine queryEngine,
MappingAerospikeConverter mappingAerospikeConverter,
AerospikeMappingContext aerospikeMappingContext,
AerospikeExceptionTranslator aerospikeExceptionTranslator) |
| Modifier and Type | Method and Description |
|---|---|
ReactiveQueryEngine |
ReactiveAerospikeOperations.getEngine() |
| Constructor and Description |
|---|
ReactiveAerospikeTemplate(ReactiveQueryEngine queryEngine,
java.lang.String namespace,
MappingAerospikeConverter converter,
AerospikeMappingContext mappingContext,
AerospikeExceptionTranslator exceptionTranslator)
Creates a new
ReactiveAerospikeTemplate for the given
AerospikeClient. |