Uses of Package
com.couchbase.client.core.service
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.endpoint | |
com.couchbase.client.core.endpoint.analytics | |
com.couchbase.client.core.endpoint.config | |
com.couchbase.client.core.endpoint.kv | |
com.couchbase.client.core.endpoint.query | |
com.couchbase.client.core.endpoint.search | |
com.couchbase.client.core.endpoint.view | |
com.couchbase.client.core.message.internal | |
com.couchbase.client.core.node | |
com.couchbase.client.core.service | |
com.couchbase.client.core.tracing | |
com.couchbase.client.core.utils |
-
Classes in com.couchbase.client.core.service used by com.couchbase.client.core Class Description Service -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.config Class Description ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.config.loader Class Description ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.endpoint Class Description ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.endpoint.analytics Class Description ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.endpoint.config Class Description ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.endpoint.kv Class Description ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.endpoint.query Class Description ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.endpoint.search Class Description ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.endpoint.view Class Description ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.message.internal Class Description ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.node Class Description Service ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.service Class Description AbstractDynamicService Parent implementation of a dynamicService
.AbstractOnDemandService Abstract implementation of a service which enables and disables endpoints on demand.AbstractPoolingService Abstract implementation of a (fixed size) pooling Service.BucketServiceMapping Defines the relationship between a bucket and a service.EndpointStateZipper Calculates a merged state for all registered endpoints.PooledService A generic implementation of a service pool.Service Service.EndpointFactory A helper factory which generates endpoints.ServiceFactory ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.tracing Class Description ServiceType Represents the differentServiceType
s and how they map onto buckets. -
Classes in com.couchbase.client.core.service used by com.couchbase.client.core.utils Class Description ServiceType Represents the differentServiceType
s and how they map onto buckets.