Uses of Interface
org.redisson.command.CommandAsyncExecutor
-
-
Uses of CommandAsyncExecutor in org.redisson
Fields in org.redisson declared as CommandAsyncExecutor Modifier and Type Field Description protected CommandAsyncExecutorRedisson. commandExecutorprotected CommandAsyncExecutorRedissonBuckets. commandExecutorprotected CommandAsyncExecutorRedissonObject. commandExecutorMethods in org.redisson that return CommandAsyncExecutor Modifier and Type Method Description CommandAsyncExecutorRedisson. getCommandExecutor()CommandAsyncExecutorRedissonKeys. getCommandExecutor()Methods in org.redisson with parameters of type CommandAsyncExecutor Modifier and Type Method Description static RedissonTopicRedissonTopic. createRaw(Codec codec, CommandAsyncExecutor commandExecutor, String name)static RedissonTopicRedissonTopic. createRaw(CommandAsyncExecutor commandExecutor, String name)RFuture<Long>RedissonObject. sizeInMemoryAsync(CommandAsyncExecutor commandExecutor, List<Object> keys) -
Uses of CommandAsyncExecutor in org.redisson.cache
Constructors in org.redisson.cache with parameters of type CommandAsyncExecutor Constructor Description LocalCacheListener(String name, CommandAsyncExecutor commandExecutor, RObject object, Codec codec, LocalCachedMapOptions<?,?> options, long cacheUpdateLogTime) -
Uses of CommandAsyncExecutor in org.redisson.command
Subinterfaces of CommandAsyncExecutor in org.redisson.command Modifier and Type Interface Description interfaceCommandExecutorClasses in org.redisson.command that implement CommandAsyncExecutor Modifier and Type Class Description classCommandAsyncServiceclassCommandBatchServiceclassCommandSyncServiceConstructors in org.redisson.command with parameters of type CommandAsyncExecutor Constructor Description CommandBatchService(CommandAsyncExecutor executor)CommandBatchService(CommandAsyncExecutor executor, BatchOptions options)CommandBatchService(CommandAsyncExecutor executor, BatchOptions options, RedissonObjectBuilder.ReferenceType referenceType)CommandBatchService(CommandAsyncExecutor executor, RedissonObjectBuilder.ReferenceType referenceType) -
Uses of CommandAsyncExecutor in org.redisson.connection
Constructors in org.redisson.connection with parameters of type CommandAsyncExecutor Constructor Description RedisClientEntry(RedisClient client, CommandAsyncExecutor commandExecutor, NodeType type) -
Uses of CommandAsyncExecutor in org.redisson.eviction
Constructors in org.redisson.eviction with parameters of type CommandAsyncExecutor Constructor Description EvictionScheduler(CommandAsyncExecutor executor)JCacheEvictionTask(String name, String timeoutSetName, String expiredChannelName, CommandAsyncExecutor executor)MapCacheEvictionTask(String name, String timeoutSetName, String maxIdleSetName, String expiredChannelName, String lastAccessTimeSetName, CommandAsyncExecutor executor)MultimapEvictionTask(String name, String timeoutSetName, CommandAsyncExecutor executor)ScoredSetEvictionTask(String name, CommandAsyncExecutor executor, long shiftInMilliseconds)TimeSeriesEvictionTask(String name, String timeoutSetName, CommandAsyncExecutor executor) -
Uses of CommandAsyncExecutor in org.redisson.executor
Methods in org.redisson.executor that return CommandAsyncExecutor Modifier and Type Method Description protected CommandAsyncExecutorTasksBatchService. getAddCommandExecutor()protected CommandAsyncExecutorTasksService. getAddCommandExecutor()Constructors in org.redisson.executor with parameters of type CommandAsyncExecutor Constructor Description RedissonExecutorRemoteService(Codec codec, String name, CommandAsyncExecutor commandExecutor, String executorId, ConcurrentMap<String,ResponseEntry> responses)ScheduledTasksService(Codec codec, String name, CommandAsyncExecutor commandExecutor, String redissonId, ConcurrentMap<String,ResponseEntry> responses)TasksBatchService(Codec codec, String name, CommandAsyncExecutor commandExecutor, String executorId, ConcurrentMap<String,ResponseEntry> responses)TasksRunnerService(CommandAsyncExecutor commandExecutor, RedissonClient redisson, Codec codec, String name, ConcurrentMap<String,ResponseEntry> responses)TasksService(Codec codec, String name, CommandAsyncExecutor commandExecutor, String executorId, ConcurrentMap<String,ResponseEntry> responses) -
Uses of CommandAsyncExecutor in org.redisson.liveobject
Constructors in org.redisson.liveobject with parameters of type CommandAsyncExecutor Constructor Description LiveObjectSearch(CommandAsyncExecutor commandExecutor) -
Uses of CommandAsyncExecutor in org.redisson.liveobject.core
Constructors in org.redisson.liveobject.core with parameters of type CommandAsyncExecutor Constructor Description AccessorInterceptor(CommandAsyncExecutor commandExecutor)LiveObjectInterceptor(CommandAsyncExecutor commandExecutor, RedissonLiveObjectService service, Class<?> entityClass, String idFieldName) -
Uses of CommandAsyncExecutor in org.redisson.liveobject.resolver
Methods in org.redisson.liveobject.resolver with parameters of type CommandAsyncExecutor Modifier and Type Method Description LongLongGenerator. resolve(Class<?> value, RId id, String idFieldName, CommandAsyncExecutor commandAsyncExecutor)ObjectRequiredIdResolver. resolve(Class<?> cls, RId annotation, String idFieldName, CommandAsyncExecutor commandAsyncExecutor)VRIdResolver. resolve(Class<?> cls, RId annotation, String idFieldName, CommandAsyncExecutor commandAsyncExecutor)RLiveObjectService instantiate the class and invokes this method to get a value used as the value for the field with RId annotation.StringUUIDGenerator. resolve(Class<?> value, RId id, String idFieldName, CommandAsyncExecutor commandAsyncExecutor) -
Uses of CommandAsyncExecutor in org.redisson.mapreduce
Constructors in org.redisson.mapreduce with parameters of type CommandAsyncExecutor Constructor Description RedissonCollectionMapReduce(RObject object, RedissonClient redisson, CommandAsyncExecutor commandExecutor)RedissonMapReduce(RObject object, RedissonClient redisson, CommandAsyncExecutor commandExecutor) -
Uses of CommandAsyncExecutor in org.redisson.reactive
Subinterfaces of CommandAsyncExecutor in org.redisson.reactive Modifier and Type Interface Description interfaceCommandReactiveExecutorClasses in org.redisson.reactive that implement CommandAsyncExecutor Modifier and Type Class Description classCommandReactiveBatchServiceclassCommandReactiveService -
Uses of CommandAsyncExecutor in org.redisson.redisnode
Constructors in org.redisson.redisnode with parameters of type CommandAsyncExecutor Constructor Description RedisNode(RedisClient client, CommandAsyncExecutor commandExecutor, NodeType type)RedissonBaseNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)RedissonClusterNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)RedissonMasterSlaveNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)RedissonSentinelMasterSlaveNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)RedissonSingleNode(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)SentinelRedisNode(RedisClient client, CommandAsyncExecutor commandAsyncService) -
Uses of CommandAsyncExecutor in org.redisson.remote
Fields in org.redisson.remote declared as CommandAsyncExecutor Modifier and Type Field Description protected CommandAsyncExecutorBaseRemoteService. commandExecutorConstructors in org.redisson.remote with parameters of type CommandAsyncExecutor Constructor Description AsyncRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, String cancelRequestMapName, BaseRemoteService remoteService)BaseRemoteService(Codec codec, String name, CommandAsyncExecutor commandExecutor, String executorId, ConcurrentMap<String,ResponseEntry> responses)ReactiveRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, String cancelRequestMapName, BaseRemoteService remoteService)RxRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, String cancelRequestMapName, BaseRemoteService remoteService)SyncRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, BaseRemoteService remoteService) -
Uses of CommandAsyncExecutor in org.redisson.rx
Subinterfaces of CommandAsyncExecutor in org.redisson.rx Modifier and Type Interface Description interfaceCommandRxExecutorClasses in org.redisson.rx that implement CommandAsyncExecutor Modifier and Type Class Description classCommandRxBatchServiceclassCommandRxServiceConstructors in org.redisson.rx with parameters of type CommandAsyncExecutor Constructor Description CommandRxBatchService(ConnectionManager connectionManager, CommandAsyncExecutor executor, BatchOptions options) -
Uses of CommandAsyncExecutor in org.redisson.transaction
Methods in org.redisson.transaction with parameters of type CommandAsyncExecutor Modifier and Type Method Description RFuture<Boolean>BaseTransactionalMap. deleteAsync(CommandAsyncExecutor commandExecutor)protected RFuture<Boolean>BaseTransactionalMap. deleteAsync(CommandAsyncExecutor commandExecutor, TransactionalOperation operation)RFuture<Boolean>BaseTransactionalSet. deleteAsync(CommandAsyncExecutor commandExecutor)protected RFuture<Boolean>BaseTransactionalSet. deleteAsync(CommandAsyncExecutor commandExecutor, TransactionalOperation operation)RFuture<Boolean>BaseTransactionalMap. touchAsync(CommandAsyncExecutor commandExecutor)RFuture<Boolean>BaseTransactionalSet. touchAsync(CommandAsyncExecutor commandExecutor)RFuture<Boolean>BaseTransactionalMap. unlinkAsync(CommandAsyncExecutor commandExecutor)RFuture<Boolean>BaseTransactionalSet. unlinkAsync(CommandAsyncExecutor commandExecutor) -
Uses of CommandAsyncExecutor in org.redisson.transaction.operation
Methods in org.redisson.transaction.operation with parameters of type CommandAsyncExecutor Modifier and Type Method Description voidDeleteOperation. commit(CommandAsyncExecutor commandExecutor)voidTouchOperation. commit(CommandAsyncExecutor commandExecutor)abstract voidTransactionalOperation. commit(CommandAsyncExecutor commandExecutor)voidUnlinkOperation. commit(CommandAsyncExecutor commandExecutor)voidDeleteOperation. rollback(CommandAsyncExecutor commandExecutor)voidTouchOperation. rollback(CommandAsyncExecutor commandExecutor)abstract voidTransactionalOperation. rollback(CommandAsyncExecutor commandExecutor)voidUnlinkOperation. rollback(CommandAsyncExecutor commandExecutor) -
Uses of CommandAsyncExecutor in org.redisson.transaction.operation.bucket
Methods in org.redisson.transaction.operation.bucket with parameters of type CommandAsyncExecutor Modifier and Type Method Description voidBucketCompareAndSetOperation. commit(CommandAsyncExecutor commandExecutor)voidBucketGetAndDeleteOperation. commit(CommandAsyncExecutor commandExecutor)voidBucketGetAndSetOperation. commit(CommandAsyncExecutor commandExecutor)voidBucketSetOperation. commit(CommandAsyncExecutor commandExecutor)voidBucketsTrySetOperation. commit(CommandAsyncExecutor commandExecutor)voidBucketTrySetOperation. commit(CommandAsyncExecutor commandExecutor)voidBucketCompareAndSetOperation. rollback(CommandAsyncExecutor commandExecutor)voidBucketGetAndDeleteOperation. rollback(CommandAsyncExecutor commandExecutor)voidBucketGetAndSetOperation. rollback(CommandAsyncExecutor commandExecutor)voidBucketSetOperation. rollback(CommandAsyncExecutor commandExecutor)voidBucketsTrySetOperation. rollback(CommandAsyncExecutor commandExecutor)voidBucketTrySetOperation. rollback(CommandAsyncExecutor commandExecutor)protected voidBucketsTrySetOperation. unlock(CommandAsyncExecutor commandExecutor) -
Uses of CommandAsyncExecutor in org.redisson.transaction.operation.map
Methods in org.redisson.transaction.operation.map with parameters of type CommandAsyncExecutor Modifier and Type Method Description voidMapOperation. commit(CommandAsyncExecutor commandExecutor)protected RLockMapOperation. getLock(RMap<?,?> map, CommandAsyncExecutor commandExecutor, Object key)protected RMap<Object,Object>MapOperation. getMap(CommandAsyncExecutor commandExecutor)voidMapOperation. rollback(CommandAsyncExecutor commandExecutor) -
Uses of CommandAsyncExecutor in org.redisson.transaction.operation.set
Methods in org.redisson.transaction.operation.set with parameters of type CommandAsyncExecutor Modifier and Type Method Description voidAddCacheOperation. commit(CommandAsyncExecutor commandExecutor)voidAddOperation. commit(CommandAsyncExecutor commandExecutor)voidMoveOperation. commit(CommandAsyncExecutor commandExecutor)voidRemoveCacheOperation. commit(CommandAsyncExecutor commandExecutor)voidRemoveOperation. commit(CommandAsyncExecutor commandExecutor)protected RLockSetOperation. getLock(RSet<?> setCache, CommandAsyncExecutor commandExecutor, Object value)protected RLockSetOperation. getLock(RSetCache<?> setCache, CommandAsyncExecutor commandExecutor, Object value)voidAddCacheOperation. rollback(CommandAsyncExecutor commandExecutor)voidAddOperation. rollback(CommandAsyncExecutor commandExecutor)voidMoveOperation. rollback(CommandAsyncExecutor commandExecutor)voidRemoveCacheOperation. rollback(CommandAsyncExecutor commandExecutor)voidRemoveOperation. rollback(CommandAsyncExecutor commandExecutor)
-