Uses of Class
com.aerospike.client.reactor.dto.KeyObject
Packages that use KeyObject
Package
Description
-
Uses of KeyObject in com.aerospike.client.reactor
Methods in com.aerospike.client.reactor that return types with arguments of type KeyObjectModifier and TypeMethodDescriptionfinal reactor.core.publisher.Mono<KeyObject>AerospikeReactorClient.execute(com.aerospike.client.Key key, String packageName, String functionName, com.aerospike.client.Value... functionArgs) final 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. -
Uses of KeyObject in com.aerospike.client.reactor.listeners
Constructor parameters in com.aerospike.client.reactor.listeners with type arguments of type KeyObjectModifierConstructorDescriptionReactorExecuteListener(reactor.core.publisher.MonoSink<KeyObject> sink) -
Uses of KeyObject in com.aerospike.client.reactor.retry
Methods in com.aerospike.client.reactor.retry that return types with arguments of type KeyObjectModifier and TypeMethodDescriptionfinal reactor.core.publisher.Mono<KeyObject>AerospikeReactorRetryClient.execute(com.aerospike.client.Key key, String packageName, String functionName, com.aerospike.client.Value... functionArgs) final 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)