Uses of Enum
org.redisson.api.FunctionResult
Packages that use FunctionResult
-
Uses of FunctionResult in org.redisson
Methods in org.redisson with parameters of type FunctionResultModifier and TypeMethodDescription<R> RRedissonFuction.call(String key, FunctionMode mode, String name, FunctionResult returnType, List<Object> keys, Object... values) <R> RRedissonFuction.call(FunctionMode mode, String name, FunctionResult returnType) <R> RRedissonFuction.call(FunctionMode mode, String name, FunctionResult returnType, List<Object> keys, Object... values) <R> RFuture<R> RedissonFuction.callAsync(String key, FunctionMode mode, String name, FunctionResult returnType, List<Object> keys, Object... values) <R> RFuture<R> RedissonFuction.callAsync(FunctionMode mode, String name, FunctionResult returnType) <R> RFuture<R> RedissonFuction.callAsync(FunctionMode mode, String name, FunctionResult returnType, List<Object> keys, Object... values) -
Uses of FunctionResult in org.redisson.api
Methods in org.redisson.api that return FunctionResultModifier and TypeMethodDescriptionstatic FunctionResultReturns the enum constant of this type with the specified name.static FunctionResult[]FunctionResult.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api with parameters of type FunctionResultModifier and TypeMethodDescription<R> RRFunction.call(String key, FunctionMode mode, String name, FunctionResult returnType, List<Object> keys, Object... values) Executes function<R> RRFunction.call(FunctionMode mode, String name, FunctionResult returnType) Executes function<R> RRFunction.call(FunctionMode mode, String name, FunctionResult returnType, List<Object> keys, Object... values) Executes function<R> reactor.core.publisher.Mono<R> RFunctionReactive.call(String key, FunctionMode mode, String name, FunctionResult returnType, List<Object> keys, Object... values) Executes function<R> reactor.core.publisher.Mono<R> RFunctionReactive.call(FunctionMode mode, String name, FunctionResult returnType) Executes function<R> reactor.core.publisher.Mono<R> RFunctionReactive.call(FunctionMode mode, String name, FunctionResult returnType, List<Object> keys, Object... values) Executes function<R> io.reactivex.rxjava3.core.Maybe<R> RFunctionRx.call(String key, FunctionMode mode, String name, FunctionResult returnType, List<Object> keys, Object... values) Executes function<R> io.reactivex.rxjava3.core.Maybe<R> RFunctionRx.call(FunctionMode mode, String name, FunctionResult returnType) Executes function<R> io.reactivex.rxjava3.core.Maybe<R> RFunctionRx.call(FunctionMode mode, String name, FunctionResult returnType, List<Object> keys, Object... values) Executes function<R> RFuture<R> RFunctionAsync.callAsync(String key, FunctionMode mode, String name, FunctionResult returnType, List<Object> keys, Object... values) Executes function<R> RFuture<R> RFunctionAsync.callAsync(FunctionMode mode, String name, FunctionResult returnType) Executes function<R> RFuture<R> RFunctionAsync.callAsync(FunctionMode mode, String name, FunctionResult returnType, List<Object> keys, Object... values) Executes function