Uses of Interface
org.nuxeo.ecm.core.redis.RedisExecutor
-
Packages that use RedisExecutor Package Description org.nuxeo.ecm.core.redis org.nuxeo.ecm.core.redis.contribs org.nuxeo.importer.stream.consumer -
-
Uses of RedisExecutor in org.nuxeo.ecm.core.redis
Classes in org.nuxeo.ecm.core.redis that implement RedisExecutor Modifier and Type Class Description class
RedisAbstractExecutor
Abstract implementation of aRedisExecutor
.class
RedisFailoverExecutor
class
RedisPoolExecutor
Fields in org.nuxeo.ecm.core.redis declared as RedisExecutor Modifier and Type Field Description protected RedisExecutor
RedisComponent. executor
protected RedisExecutor
RedisFailoverExecutor. executor
Methods in org.nuxeo.ecm.core.redis that return RedisExecutor Modifier and Type Method Description protected abstract RedisExecutor
RedisPoolDescriptor. newExecutor()
RedisExecutor
RedisSentinelDescriptor. newExecutor()
RedisExecutor
RedisServerDescriptor. newExecutor()
Constructors in org.nuxeo.ecm.core.redis with parameters of type RedisExecutor Constructor Description RedisFailoverExecutor(int timeout, RedisExecutor base)
-
Uses of RedisExecutor in org.nuxeo.ecm.core.redis.contribs
Fields in org.nuxeo.ecm.core.redis.contribs declared as RedisExecutor Modifier and Type Field Description protected RedisExecutor
RedisPubSubProvider.Dispatcher. redisExecutor
protected RedisExecutor
RedisTransientStore. redisExecutor
-
Uses of RedisExecutor in org.nuxeo.importer.stream.consumer
Fields in org.nuxeo.importer.stream.consumer declared as RedisExecutor Modifier and Type Field Description protected RedisExecutor
RedisDocumentMessageConsumer. redisExecutor
-