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 CommandAsyncExecutor
Redisson. commandExecutor
protected CommandAsyncExecutor
RedissonBuckets. commandExecutor
protected CommandAsyncExecutor
RedissonObject. commandExecutor
Methods in org.redisson that return CommandAsyncExecutor Modifier and Type Method Description CommandAsyncExecutor
Redisson. getCommandExecutor()
CommandAsyncExecutor
RedissonKeys. getCommandExecutor()
Methods in org.redisson with parameters of type CommandAsyncExecutor Modifier and Type Method Description static RedissonTopic
RedissonTopic. createRaw(Codec codec, CommandAsyncExecutor commandExecutor, String name)
static RedissonTopic
RedissonTopic. 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 interface
CommandExecutor
Classes in org.redisson.command that implement CommandAsyncExecutor Modifier and Type Class Description class
CommandAsyncService
class
CommandBatchService
class
CommandSyncService
Constructors 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 CommandAsyncExecutor
TasksBatchService. getAddCommandExecutor()
protected CommandAsyncExecutor
TasksService. 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 Long
LongGenerator. resolve(Class<?> value, RId id, String idFieldName, CommandAsyncExecutor commandAsyncExecutor)
Object
RequiredIdResolver. resolve(Class<?> cls, RId annotation, String idFieldName, CommandAsyncExecutor commandAsyncExecutor)
V
RIdResolver. 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.String
UUIDGenerator. 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 interface
CommandReactiveExecutor
Classes in org.redisson.reactive that implement CommandAsyncExecutor Modifier and Type Class Description class
CommandReactiveBatchService
class
CommandReactiveService
-
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 CommandAsyncExecutor
BaseRemoteService. commandExecutor
Constructors 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 interface
CommandRxExecutor
Classes in org.redisson.rx that implement CommandAsyncExecutor Modifier and Type Class Description class
CommandRxBatchService
class
CommandRxService
Constructors 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 void
DeleteOperation. commit(CommandAsyncExecutor commandExecutor)
void
TouchOperation. commit(CommandAsyncExecutor commandExecutor)
abstract void
TransactionalOperation. commit(CommandAsyncExecutor commandExecutor)
void
UnlinkOperation. commit(CommandAsyncExecutor commandExecutor)
void
DeleteOperation. rollback(CommandAsyncExecutor commandExecutor)
void
TouchOperation. rollback(CommandAsyncExecutor commandExecutor)
abstract void
TransactionalOperation. rollback(CommandAsyncExecutor commandExecutor)
void
UnlinkOperation. 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 void
BucketCompareAndSetOperation. commit(CommandAsyncExecutor commandExecutor)
void
BucketGetAndDeleteOperation. commit(CommandAsyncExecutor commandExecutor)
void
BucketGetAndSetOperation. commit(CommandAsyncExecutor commandExecutor)
void
BucketSetOperation. commit(CommandAsyncExecutor commandExecutor)
void
BucketsTrySetOperation. commit(CommandAsyncExecutor commandExecutor)
void
BucketTrySetOperation. commit(CommandAsyncExecutor commandExecutor)
void
BucketCompareAndSetOperation. rollback(CommandAsyncExecutor commandExecutor)
void
BucketGetAndDeleteOperation. rollback(CommandAsyncExecutor commandExecutor)
void
BucketGetAndSetOperation. rollback(CommandAsyncExecutor commandExecutor)
void
BucketSetOperation. rollback(CommandAsyncExecutor commandExecutor)
void
BucketsTrySetOperation. rollback(CommandAsyncExecutor commandExecutor)
void
BucketTrySetOperation. rollback(CommandAsyncExecutor commandExecutor)
protected void
BucketsTrySetOperation. 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 void
MapOperation. commit(CommandAsyncExecutor commandExecutor)
protected RLock
MapOperation. getLock(RMap<?,?> map, CommandAsyncExecutor commandExecutor, Object key)
protected RMap<Object,Object>
MapOperation. getMap(CommandAsyncExecutor commandExecutor)
void
MapOperation. 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 void
AddCacheOperation. commit(CommandAsyncExecutor commandExecutor)
void
AddOperation. commit(CommandAsyncExecutor commandExecutor)
void
MoveOperation. commit(CommandAsyncExecutor commandExecutor)
void
RemoveCacheOperation. commit(CommandAsyncExecutor commandExecutor)
void
RemoveOperation. commit(CommandAsyncExecutor commandExecutor)
protected RLock
SetOperation. getLock(RSet<?> setCache, CommandAsyncExecutor commandExecutor, Object value)
protected RLock
SetOperation. getLock(RSetCache<?> setCache, CommandAsyncExecutor commandExecutor, Object value)
void
AddCacheOperation. rollback(CommandAsyncExecutor commandExecutor)
void
AddOperation. rollback(CommandAsyncExecutor commandExecutor)
void
MoveOperation. rollback(CommandAsyncExecutor commandExecutor)
void
RemoveCacheOperation. rollback(CommandAsyncExecutor commandExecutor)
void
RemoveOperation. rollback(CommandAsyncExecutor commandExecutor)
-