| Package | Description |
|---|---|
| org.springframework.data.aerospike.config | |
| org.springframework.data.aerospike.core |
| Modifier and Type | Method and Description |
|---|---|
AerospikeExceptionTranslator |
AbstractAerospikeDataConfiguration.aerospikeExceptionTranslator() |
| Modifier and Type | Method and Description |
|---|---|
AerospikeTemplate |
AbstractAerospikeDataConfiguration.aerospikeTemplate(com.aerospike.client.AerospikeClient aerospikeClient,
MappingAerospikeConverter mappingAerospikeConverter,
AerospikeMappingContext aerospikeMappingContext,
AerospikeExceptionTranslator aerospikeExceptionTranslator) |
ReactiveAerospikeTemplate |
AbstractReactiveAerospikeDataConfiguration.reactiveAerospikeTemplate(com.aerospike.client.AerospikeClient aerospikeClient,
MappingAerospikeConverter mappingAerospikeConverter,
AerospikeMappingContext aerospikeMappingContext,
AerospikeExceptionTranslator aerospikeExceptionTranslator,
com.aerospike.client.reactor.AerospikeReactorClient aerospikeReactorClient) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAerospikeExceptionTranslator |
| Constructor and Description |
|---|
AerospikeTemplate(com.aerospike.client.AerospikeClient client,
String namespace,
MappingAerospikeConverter converter,
AerospikeMappingContext mappingContext,
AerospikeExceptionTranslator exceptionTranslator)
Creates a new
AerospikeTemplate for the given
AerospikeClient. |
ReactiveAerospikeTemplate(com.aerospike.client.AerospikeClient client,
String namespace,
MappingAerospikeConverter converter,
AerospikeMappingContext mappingContext,
AerospikeExceptionTranslator exceptionTranslator,
com.aerospike.client.reactor.AerospikeReactorClient reactorClient) |
Copyright © 2012–2020 Aerospike, Inc. All rights reserved.