Class BucketConfigArbiter

java.lang.Object
com.couchbase.client.dcp.conductor.BucketConfigArbiter
All Implemented Interfaces:
BucketConfigSink, BucketConfigSource

public class BucketConfigArbiter extends Object implements BucketConfigSink, BucketConfigSource
Manages the bucket config stream.

Other components can listen to the stream by calling configs() or submit new configs by calling accept(HostAndPort, String).