Uses of Interface
redis.clients.jedis.providers.ConnectionProvider
Packages that use ConnectionProvider
Package
Description
This package contains the implementations of CommandExecutor interface.
This package contains the classes and interfaces related to RedisGraph module.
This package contains the implementations of ConnectionProvider interface.
This package contains the classes and interfaces related to RediSearch module.
This package contains the classes related to Aggregation commands in RediSearch module.
This package contains the utility classes.
-
Uses of ConnectionProvider in redis.clients.jedis
Fields in redis.clients.jedis declared as ConnectionProviderMethods in redis.clients.jedis with parameters of type ConnectionProviderModifier and TypeMethodDescriptionprotected final voidMultiNodePipelineBase.prepareGraphCommands(ConnectionProvider connectionProvider) Sub-classes must call this method, if graph commands are going to be used.Constructors in redis.clients.jedis with parameters of type ConnectionProviderModifierConstructorDescriptionScanIteration(ConnectionProvider connectionProvider, int batchCount, String match) ScanIteration(ConnectionProvider connectionProvider, int batchCount, String match, String type) UnifiedJedis(ConnectionProvider provider) UnifiedJedis(ConnectionProvider provider, int maxAttempts, Duration maxTotalRetriesDuration) -
Uses of ConnectionProvider in redis.clients.jedis.executors
Fields in redis.clients.jedis.executors declared as ConnectionProviderModifier and TypeFieldDescriptionprotected final ConnectionProviderDefaultCommandExecutor.providerprotected final ConnectionProviderRetryableCommandExecutor.providerConstructors in redis.clients.jedis.executors with parameters of type ConnectionProviderModifierConstructorDescriptionDefaultCommandExecutor(ConnectionProvider provider) RetryableCommandExecutor(ConnectionProvider provider, int maxAttempts, Duration maxTotalRetriesDuration) -
Uses of ConnectionProvider in redis.clients.jedis.graph
Fields in redis.clients.jedis.graph declared as ConnectionProviderConstructors in redis.clients.jedis.graph with parameters of type ConnectionProvider -
Uses of ConnectionProvider in redis.clients.jedis.providers
Classes in redis.clients.jedis.providers that implement ConnectionProviderModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of ConnectionProvider in redis.clients.jedis.search
Constructors in redis.clients.jedis.search with parameters of type ConnectionProviderModifierConstructorDescriptionFtSearchIteration(ConnectionProvider connectionProvider, int batchSize, String indexName, String query, FTSearchParams params) FTSearchParams.limit(int, int)will be ignored.FtSearchIteration(ConnectionProvider connectionProvider, int batchSize, String indexName, Query query) Query.limit(java.lang.Integer, java.lang.Integer)will be ignored. -
Uses of ConnectionProvider in redis.clients.jedis.search.aggr
Constructors in redis.clients.jedis.search.aggr with parameters of type ConnectionProviderModifierConstructorDescriptionFtAggregateIteration(ConnectionProvider connectionProvider, String indexName, AggregationBuilder aggr) CURSORmust be set. -
Uses of ConnectionProvider in redis.clients.jedis.util
Constructors in redis.clients.jedis.util with parameters of type ConnectionProviderModifierConstructorDescriptionprotectedJedisCommandIterationBase(ConnectionProvider connectionProvider, Builder<B> responseBuilder)