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 classRedisAbstractExecutorAbstract implementation of aRedisExecutor.classRedisFailoverExecutorclassRedisPoolExecutorFields in org.nuxeo.ecm.core.redis declared as RedisExecutor Modifier and Type Field Description protected RedisExecutorRedisComponent. executorprotected RedisExecutorRedisFailoverExecutor. executorMethods in org.nuxeo.ecm.core.redis that return RedisExecutor Modifier and Type Method Description protected abstract RedisExecutorRedisPoolDescriptor. newExecutor()RedisExecutorRedisSentinelDescriptor. newExecutor()RedisExecutorRedisServerDescriptor. 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 RedisExecutorRedisPubSubProvider.Dispatcher. redisExecutorprotected RedisExecutorRedisTransientStore. 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 RedisExecutorRedisDocumentMessageConsumer. redisExecutor
-