Module: LaunchDarkly::Impl Private

Included in:
LDClient
Defined in:
lib/ldclient-rb/impl.rb,
lib/ldclient-rb/impl/big_segments.rb,
lib/ldclient-rb/impl/broadcaster.rb,
lib/ldclient-rb/impl/cache_store.rb,
lib/ldclient-rb/impl/context.rb,
lib/ldclient-rb/impl/context_filter.rb,
lib/ldclient-rb/impl/data_source.rb,
lib/ldclient-rb/impl/data_store.rb,
lib/ldclient-rb/impl/data_system.rb,
lib/ldclient-rb/impl/dependency_tracker.rb,
lib/ldclient-rb/impl/diagnostic_events.rb,
lib/ldclient-rb/impl/evaluation_with_hook_result.rb,
lib/ldclient-rb/impl/evaluator.rb,
lib/ldclient-rb/impl/evaluator_bucketing.rb,
lib/ldclient-rb/impl/evaluator_helpers.rb,
lib/ldclient-rb/impl/evaluator_operators.rb,
lib/ldclient-rb/impl/event_sender.rb,
lib/ldclient-rb/impl/event_summarizer.rb,
lib/ldclient-rb/impl/event_types.rb,
lib/ldclient-rb/impl/expiring_cache.rb,
lib/ldclient-rb/impl/flag_tracker.rb,
lib/ldclient-rb/impl/memoized_value.rb,
lib/ldclient-rb/impl/non_blocking_thread_pool.rb,
lib/ldclient-rb/impl/repeating_task.rb,
lib/ldclient-rb/impl/sampler.rb,
lib/ldclient-rb/impl/simple_lru_cache.rb,
lib/ldclient-rb/impl/store_client_wrapper.rb,
lib/ldclient-rb/impl/store_data_set_sorter.rb,
lib/ldclient-rb/impl/unbounded_pool.rb,
lib/ldclient-rb/impl/util.rb,
lib/ldclient-rb/impl/data_source/null_processor.rb,
lib/ldclient-rb/impl/data_source/polling.rb,
lib/ldclient-rb/impl/data_source/requestor.rb,
lib/ldclient-rb/impl/data_source/status_provider.rb,
lib/ldclient-rb/impl/data_source/stream.rb,
lib/ldclient-rb/impl/data_store/data_kind.rb,
lib/ldclient-rb/impl/data_store/feature_store_client_wrapper.rb,
lib/ldclient-rb/impl/data_store/in_memory_feature_store.rb,
lib/ldclient-rb/impl/data_store/status_provider.rb,
lib/ldclient-rb/impl/data_store/store.rb,
lib/ldclient-rb/impl/data_system/fdv1.rb,
lib/ldclient-rb/impl/data_system/fdv2.rb,
lib/ldclient-rb/impl/data_system/polling.rb,
lib/ldclient-rb/impl/data_system/protocolv2.rb,
lib/ldclient-rb/impl/integrations/consul_impl.rb,
lib/ldclient-rb/impl/integrations/dynamodb_impl.rb,
lib/ldclient-rb/impl/integrations/file_data_source.rb,
lib/ldclient-rb/impl/integrations/redis_impl.rb,
lib/ldclient-rb/impl/migrations/migrator.rb,
lib/ldclient-rb/impl/migrations/tracker.rb,
lib/ldclient-rb/impl/model/clause.rb,
lib/ldclient-rb/impl/model/feature_flag.rb,
lib/ldclient-rb/impl/model/preprocessed_data.rb,
lib/ldclient-rb/impl/model/segment.rb,
lib/ldclient-rb/impl/model/serialization.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Internal implementation classes. Everything in this module should be considered unsupported and subject to change.

Since:

  • 5.5.0

Defined Under Namespace

Modules: Context, DataSource, DataStore, EvaluatorBucketing, EvaluatorHelpers, EvaluatorOperators, Integrations, Migrations, Model, Util Classes: BigSegmentMembershipResult, BigSegmentStoreManager, BigSegmentStoreStatusProviderImpl, Broadcaster, ContextFilter, CustomEvent, DebugEvent, DependencyTracker, DiagnosticAccumulator, EvalEvent, EvaluationException, EvaluationWithHookResult, Evaluator, EvaluatorStack, EvaluatorState, Event, EventSender, EventSenderResult, EventSummarizer, EventSummary, EventSummaryFlagInfo, EventSummaryFlagVariationCounter, ExpiringCache, FeatureStoreClientWrapper, FeatureStoreDataSetSorter, FlagTracker, IdentifyEvent, IndexEvent, InvalidReferenceException, MemoizedValue, MigrationOpEvent, NonBlockingThreadPool, PrerequisiteEvalRecord, RepeatingTask, Sampler, SimpleLRUCacheSet, ThreadSafeMemoryStore, UnboundedPool