Uses of Class
org.redisson.remote.RequestId
Packages that use RequestId
-
Uses of RequestId in org.redisson
Methods in org.redisson with parameters of type RequestIdModifier and TypeMethodDescriptionprotected CompletableFuture<Boolean>RedissonRemoteService.removeAsync(String requestQueueName, RequestId taskId) -
Uses of RequestId in org.redisson.executor
Methods in org.redisson.executor that return RequestIdModifier and TypeMethodDescriptionprotected RequestIdScheduledTasksService.generateRequestId()protected RequestIdTasksService.generateRequestId()RedissonExecutorFutureReference.getRequestId()RemotePromise.getRequestId()Methods in org.redisson.executor with parameters of type RequestIdModifier and TypeMethodDescriptionTasksService.cancelExecutionAsync(RequestId requestId) protected CompletableFuture<Boolean>ScheduledTasksService.removeAsync(String requestQueueName, RequestId taskId) protected CompletableFuture<Boolean>TasksService.removeAsync(String requestQueueName, RequestId taskId) voidScheduledTasksService.setRequestId(RequestId requestId) Constructors in org.redisson.executor with parameters of type RequestIdModifierConstructorDescriptionRedissonExecutorFuture(CompletableFuture<V> promise, RequestId taskId) RedissonExecutorFutureReference(RequestId requestId, RExecutorFuture<?> referent, ReferenceQueue<? super RExecutorFuture<?>> q, CompletableFuture<?> promise) RemotePromise(RequestId requestId) -
Uses of RequestId in org.redisson.remote
Methods in org.redisson.remote that return RequestIdMethods in org.redisson.remote that return types with arguments of type RequestIdMethods in org.redisson.remote with parameters of type RequestIdModifier and TypeMethodDescriptionprotected StringBaseRemoteService.getAckName(RequestId requestId) protected final <T extends RRemoteServiceResponse>
CompletableFuture<T>BaseRemoteProxy.pollResponse(long timeout, RequestId requestId, boolean insertFirst) protected abstract CompletableFuture<Boolean>BaseRemoteService.removeAsync(String requestQueueName, RequestId taskId) protected <T> voidBaseRemoteService.scheduleCheck(String mapName, RequestId requestId, CompletableFuture<T> cancelRequest) protected CompletionStage<RemoteServiceAck>BaseRemoteProxy.tryPollAckAgainAsync(RemoteInvocationOptions optionsCopy, String ackName, RequestId requestId)