Package | Description |
---|---|
com.couchbase.client.core |
Couchbase Core IO - Domain Model and Architecture
|
com.couchbase.client.core.config | |
com.couchbase.client.core.endpoint.query | |
com.couchbase.client.core.message | |
com.couchbase.client.core.message.observe | |
com.couchbase.client.core.tracing | |
com.couchbase.client.core.utils |
Modifier and Type | Class and Description |
---|---|
class |
CoreContext
The
CoreContext contains required assets which are shared on a per-core basis. |
Modifier and Type | Method and Description |
---|---|
void |
CouchbaseException.details(ResponseStatusDetails responseStatusDetails) |
Modifier and Type | Method and Description |
---|---|
void |
BucketConfig.useAlternateNetwork(String useAlternateNetwork)
Setter to set if external networking should be used or not.
|
void |
NodeInfo.useAlternateNetwork(String useAlternateNetwork)
Setter to set if external networking should be used or not.
|
Modifier and Type | Method and Description |
---|---|
ByteBuf |
QueryHandlerV2.getResponseContent() |
Modifier and Type | Method and Description |
---|---|
boolean |
CouchbaseRequest.isActive()
Checks if the request is unsubscribed on a timeout
|
void |
CouchbaseRequest.subscriber(rx.Subscriber subscriber)
Optionally add subscriber to check for the timeouts
|
Modifier and Type | Class and Description |
---|---|
class |
Observe
Utility class to handle observe calls and polling logic.
|
class |
ObserveViaCAS
Utility class to handle observe calls and polling logic.
|
class |
ObserveViaMutationToken
Document observe through mutation token information.
|
Modifier and Type | Class and Description |
---|---|
class |
RingBufferMonitor
Stores diagnostics on the main ringbuffer to provide additional context to BackpressureExceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
Blocking
Contains various utility methods related to blocking operations.
|
Copyright © 2018 Couchbase, Inc.. All rights reserved.