Package | Description |
---|---|
com.couchbase.client.core.endpoint | |
com.couchbase.client.core.node | |
com.couchbase.client.core.service | |
com.couchbase.client.core.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Endpoint
The parent interface for all endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyticsEndpoint |
class |
BaseEndpoint
This
BaseEndpoint implements all common logic for endpoints that wrap the IO layer. |
class |
KeyValueEndpoint |
class |
ManagerEndpoint |
class |
QueryEndpoint |
class |
SearchEndpoint |
class |
ViewEndpoint |
Modifier and Type | Class and Description |
---|---|
class |
Node |
Modifier and Type | Interface and Description |
---|---|
interface |
Service
The parent interface for all service implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyticsService |
class |
KeyValueService |
class |
ManagerService |
class |
QueryService |
class |
SearchService |
class |
ViewService |
Modifier and Type | Class and Description |
---|---|
class |
CompositeStateful<T,IN,OUT>
Represents a stateful component of one or more individual stateful elements.
|
class |
SingleStateful<S>
Represents a single stateful component.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeStateful.register(T identifier,
Stateful<IN> upstream)
Registers a stateful element with the composite.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.