Uses of Interface
com.couchbase.client.core.ClusterFacade
-
Packages that use ClusterFacade Package Description com.couchbase.client.core Couchbase Core IO - Domain Model and Architecture ================================================= This documentation describes the domain model of the core package, covers important architecture and design decisions and provides a solid introduction on the inner workings.com.couchbase.client.core.config com.couchbase.client.core.config.loader com.couchbase.client.core.config.refresher com.couchbase.client.core.message.observe com.couchbase.client.core.message.stat com.couchbase.client.core.utils -
-
Uses of ClusterFacade in com.couchbase.client.core
Classes in com.couchbase.client.core that implement ClusterFacade Modifier and Type Class Description class
CouchbaseCore
The general implementation of aClusterFacade
.Constructors in com.couchbase.client.core with parameters of type ClusterFacade Constructor Description ResponseHandler(CoreEnvironment environment, ClusterFacade cluster, ConfigurationProvider provider)
Creates a newResponseHandler
. -
Uses of ClusterFacade in com.couchbase.client.core.config
Constructors in com.couchbase.client.core.config with parameters of type ClusterFacade Constructor Description DefaultConfigurationProvider(ClusterFacade cluster, CoreEnvironment environment)
Create a newDefaultConfigurationProvider
.DefaultConfigurationProvider(ClusterFacade cluster, CoreEnvironment environment, List<Loader> loaderChain, Map<LoaderType,Refresher> refreshers)
Create a newDefaultConfigurationProvider
. -
Uses of ClusterFacade in com.couchbase.client.core.config.loader
Methods in com.couchbase.client.core.config.loader that return ClusterFacade Modifier and Type Method Description protected ClusterFacade
AbstractLoader. cluster()
Returns theClusterFacade
for child implementations.Constructors in com.couchbase.client.core.config.loader with parameters of type ClusterFacade Constructor Description AbstractLoader(LoaderType loaderType, ServiceType serviceType, ClusterFacade cluster, CoreEnvironment environment)
Create a newAbstractLoader
.CarrierLoader(ClusterFacade cluster, CoreEnvironment environment)
Creates a newCarrierLoader
.HttpLoader(ClusterFacade cluster, CoreEnvironment environment)
Creates a newHttpLoader
. -
Uses of ClusterFacade in com.couchbase.client.core.config.refresher
Methods in com.couchbase.client.core.config.refresher that return ClusterFacade Modifier and Type Method Description protected ClusterFacade
AbstractRefresher. cluster()
Returns the cluster reference.Constructors in com.couchbase.client.core.config.refresher with parameters of type ClusterFacade Constructor Description AbstractRefresher(CoreEnvironment env, ClusterFacade cluster)
Creates a newAbstractRefresher
.CarrierRefresher(CoreEnvironment environment, ClusterFacade cluster)
Creates a newCarrierRefresher
.HttpRefresher(CoreEnvironment env, ClusterFacade cluster)
-
Uses of ClusterFacade in com.couchbase.client.core.message.observe
Methods in com.couchbase.client.core.message.observe with parameters of type ClusterFacade Modifier and Type Method Description static rx.Observable<Boolean>
Observe. call(ClusterFacade core, String bucket, String id, long cas, boolean remove, MutationToken token, Observe.PersistTo persistTo, Observe.ReplicateTo replicateTo, Delay delay, RetryStrategy retryStrategy)
static rx.Observable<Boolean>
Observe. call(ClusterFacade core, String bucket, String id, long cas, boolean remove, MutationToken token, Observe.PersistTo persistTo, Observe.ReplicateTo replicateTo, Delay delay, RetryStrategy retryStrategy, io.opentracing.Span parent)
static rx.Observable<Boolean>
Observe. call(ClusterFacade core, String bucket, String id, long cas, boolean remove, Observe.PersistTo persistTo, Observe.ReplicateTo replicateTo, RetryStrategy retryStrategy)
static rx.Observable<Boolean>
Observe. call(ClusterFacade core, String bucket, String id, long cas, boolean remove, Observe.PersistTo persistTo, Observe.ReplicateTo replicateTo, RetryStrategy retryStrategy, io.opentracing.Span parent)
static rx.Observable<Boolean>
Observe. call(ClusterFacade core, String bucket, String id, long cas, boolean remove, Observe.PersistTo persistTo, Observe.ReplicateTo replicateTo, Delay delay, RetryStrategy retryStrategy)
static rx.Observable<Boolean>
Observe. call(ClusterFacade core, String bucket, String id, long cas, boolean remove, Observe.PersistTo persistTo, Observe.ReplicateTo replicateTo, Delay delay, RetryStrategy retryStrategy, io.opentracing.Span parent)
static rx.Observable<Boolean>
ObserveViaCAS. call(ClusterFacade core, String bucket, String id, long cas, boolean remove, Observe.PersistTo persistTo, Observe.ReplicateTo replicateTo, Delay delay, RetryStrategy retryStrategy, io.opentracing.Span parent)
static rx.Observable<Boolean>
ObserveViaMutationToken. call(ClusterFacade core, String bucket, String id, MutationToken token, Observe.PersistTo persistTo, Observe.ReplicateTo replicateTo, Delay delay, RetryStrategy retryStrategy, io.opentracing.Span parent, long cas)
-
Uses of ClusterFacade in com.couchbase.client.core.message.stat
Methods in com.couchbase.client.core.message.stat with parameters of type ClusterFacade Modifier and Type Method Description static rx.Observable<StatResponse>
Stat. call(ClusterFacade core, String bucket, String key)
-
Uses of ClusterFacade in com.couchbase.client.core.utils
Methods in com.couchbase.client.core.utils with parameters of type ClusterFacade Modifier and Type Method Description static rx.Single<PingReport>
HealthPinger. ping(CoreEnvironment env, String bucket, String password, String username, ClusterFacade core, String id, long timeout, TimeUnit timeUnit, ServiceType... types)
Performs a service ping against all or (if given) the services provided.
-