Package com.couchbase.client.core.config.loader

  • Interface Summary
    Interface Description
    BucketLoader
    The BucketLoader is responsible for initially loading a fresh configuration from the cluster.
  • Class Summary
    Class Description
    BaseBucketLoader
    The BaseBucketLoader contains all common functionality needed for the actual loader implementations.
    ClusterManagerBucketLoader
    This loader is responsible for loading a config from the cluster manager.
    GlobalLoader
    The GlobalLoader is different to the bucket-based loaders in that it tries to fetch a cluster global configuration which is not bound to a specific bucket.
    KeyValueBucketLoader
    This loader is responsible for initially loading a configuration through the kv protocol.