Class AsyncCluster


  • public class AsyncCluster
    extends Object
    The AsyncCluster is the main entry point when connecting to a Couchbase cluster.

    Note that most of the time you want to use the blocking Cluster or the powerful reactive ReactiveCluster API instead. Use this API if you know what you are doing and you want to build low-level, even faster APIs on top.