Class and Description |
---|
com.launchdarkly.client.TestFeatureStore
Will be replaced by a file-based test fixture.
|
Field and Description |
---|
com.launchdarkly.client.RedisFeatureStoreBuilder.DEFAULT_CACHE_TIME_SECONDS |
Method and Description |
---|
com.launchdarkly.client.LDClientInterface.allFlags(LDUser)
Use
LDClientInterface.allFlagsState(com.launchdarkly.client.LDUser, com.launchdarkly.client.FlagsStateOption...) instead. Current versions of the client-side SDK will not
generate analytics events correctly if you pass the result of allFlags() . |
com.launchdarkly.client.RedisFeatureStoreBuilder.asyncRefresh(boolean) |
com.launchdarkly.client.RedisFeatureStoreBuilder.cacheTime(long, TimeUnit) |
com.launchdarkly.client.LDConfig.Builder.featureStore(FeatureStore) |
com.launchdarkly.client.RedisFeatureStoreBuilder.refreshStaleValues(boolean) |
com.launchdarkly.client.LDConfig.Builder.samplingInterval(int)
This feature will be removed in a future version of the SDK.
|