-
Methods in com.aerospike.client.reactor that return types with arguments of type KeyObject
| Modifier and Type |
Method |
Description |
reactor.core.publisher.Mono<KeyObject> |
AerospikeReactorClient.execute(com.aerospike.client.Key key,
String packageName,
String functionName,
com.aerospike.client.Value... functionArgs) |
|
reactor.core.publisher.Mono<KeyObject> |
AerospikeReactorClient.execute(com.aerospike.client.policy.WritePolicy policy,
com.aerospike.client.Key key,
String packageName,
String functionName,
com.aerospike.client.Value... functionArgs) |
|
reactor.core.publisher.Mono<KeyObject> |
IAerospikeReactorClient.execute(com.aerospike.client.Key key,
String packageName,
String functionName,
com.aerospike.client.Value... functionArgs) |
Reactively execute user defined function on server.
|
reactor.core.publisher.Mono<KeyObject> |
IAerospikeReactorClient.execute(com.aerospike.client.policy.WritePolicy policy,
com.aerospike.client.Key key,
String packageName,
String functionName,
com.aerospike.client.Value... functionArgs) |
Reactively execute user defined function on server.
|
-
-
Methods in com.aerospike.client.reactor.retry that return types with arguments of type KeyObject
| Modifier and Type |
Method |
Description |
reactor.core.publisher.Mono<KeyObject> |
AerospikeReactorRetryClient.execute(com.aerospike.client.Key key,
String packageName,
String functionName,
com.aerospike.client.Value... functionArgs) |
|
reactor.core.publisher.Mono<KeyObject> |
AerospikeReactorRetryClient.execute(com.aerospike.client.policy.WritePolicy policy,
com.aerospike.client.Key key,
String packageName,
String functionName,
com.aerospike.client.Value... functionArgs) |
|