Uses of Class
org.redisson.remote.RequestId
-
Packages that use RequestId Package Description org.redisson org.redisson.executor org.redisson.remote -
-
Uses of RequestId in org.redisson
Methods in org.redisson with parameters of type RequestId Modifier and Type Method Description protected RFuture<Boolean>
RedissonRemoteService. removeAsync(String requestQueueName, RequestId taskId)
-
Uses of RequestId in org.redisson.executor
Methods in org.redisson.executor that return RequestId Modifier and Type Method Description protected RequestId
ScheduledTasksService. generateRequestId()
protected RequestId
TasksService. generateRequestId()
RequestId
RedissonExecutorFutureReference. getRequestId()
RequestId
RemotePromise. getRequestId()
Methods in org.redisson.executor with parameters of type RequestId Modifier and Type Method Description RFuture<Boolean>
TasksService. cancelExecutionAsync(RequestId requestId)
protected RFuture<Boolean>
ScheduledTasksService. removeAsync(String requestQueueName, RequestId taskId)
protected RFuture<Boolean>
TasksService. removeAsync(String requestQueueName, RequestId taskId)
void
ScheduledTasksService. setRequestId(RequestId requestId)
Constructors in org.redisson.executor with parameters of type RequestId Constructor Description RedissonExecutorFuture(RPromise<V> promise, RequestId taskId)
RedissonExecutorFutureReference(RequestId requestId, RExecutorFuture<?> referent, ReferenceQueue<? super RExecutorFuture<?>> q, RPromise<?> promise)
RemotePromise(RequestId requestId)
-
Uses of RequestId in org.redisson.remote
Methods in org.redisson.remote that return RequestId Modifier and Type Method Description protected RequestId
BaseRemoteService. generateRequestId()
Methods in org.redisson.remote that return types with arguments of type RequestId Modifier and Type Method Description Map<RequestId,List<ResponseEntry.Result>>
ResponseEntry. getResponses()
Methods in org.redisson.remote with parameters of type RequestId Modifier and Type Method Description protected String
BaseRemoteService. getAckName(RequestId requestId)
protected <T extends RRemoteServiceResponse>
RPromise<T>BaseRemoteProxy. pollResponse(long timeout, RequestId requestId, boolean insertFirst)
protected abstract RFuture<Boolean>
BaseRemoteService. removeAsync(String requestQueueName, RequestId taskId)
protected <T> void
BaseRemoteService. scheduleCheck(String mapName, RequestId requestId, RPromise<T> cancelRequest)
protected RFuture<RemoteServiceAck>
BaseRemoteProxy. tryPollAckAgainAsync(RemoteInvocationOptions optionsCopy, String ackName, RequestId requestId)
-