Skip navigation links
B C D P R S T U 

B

bigSegmentStore() - Static method in class com.launchdarkly.sdk.server.integrations.Redis
Returns a builder object for creating a Redis-backed Big Segment store.

C

com.launchdarkly.sdk.server.integrations - package com.launchdarkly.sdk.server.integrations
 
connectTimeout(Duration) - Method in class com.launchdarkly.sdk.server.integrations.RedisStoreBuilder
Optional override which sets the connection timeout for the underlying Jedis pool which otherwise defaults to Protocol.DEFAULT_TIMEOUT milliseconds.

D

database(Integer) - Method in class com.launchdarkly.sdk.server.integrations.RedisStoreBuilder
Specifies the database number to use.
dataStore() - Static method in class com.launchdarkly.sdk.server.integrations.Redis
Returns a builder object for creating a Redis-backed persistent data store.
DEFAULT_PREFIX - Static variable in class com.launchdarkly.sdk.server.integrations.RedisStoreBuilder
The default value for prefix(String).
DEFAULT_URI - Static variable in class com.launchdarkly.sdk.server.integrations.RedisStoreBuilder
The default value for the Redis URI: redis://localhost:6379
describeConfiguration(ClientContext) - Method in class com.launchdarkly.sdk.server.integrations.RedisStoreBuilder
 

P

password(String) - Method in class com.launchdarkly.sdk.server.integrations.RedisStoreBuilder
Specifies a password that will be sent to Redis in an AUTH command.
poolConfig(JedisPoolConfig) - Method in class com.launchdarkly.sdk.server.integrations.RedisStoreBuilder
Optional override if you wish to specify your own configuration to the underlying Jedis pool.
prefix(String) - Method in class com.launchdarkly.sdk.server.integrations.RedisStoreBuilder
Optionally configures the namespace prefix for all keys stored in Redis.

R

Redis - Class in com.launchdarkly.sdk.server.integrations
Integration between the LaunchDarkly SDK and Redis.
RedisStoreBuilder<T> - Class in com.launchdarkly.sdk.server.integrations
A builder for configuring the Redis-based persistent data store and/or Big Segment store.

S

socketTimeout(Duration) - Method in class com.launchdarkly.sdk.server.integrations.RedisStoreBuilder
Optional override which sets the connection timeout for the underlying Jedis pool which otherwise defaults to Protocol.DEFAULT_TIMEOUT milliseconds.

T

tls(boolean) - Method in class com.launchdarkly.sdk.server.integrations.RedisStoreBuilder
Optionally enables TLS for secure connections to Redis.

U

uri(URI) - Method in class com.launchdarkly.sdk.server.integrations.RedisStoreBuilder
Specifies a Redis host URI other than DEFAULT_URI.
B C D P R S T U 
Skip navigation links