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.
|
Modifier and Type | Method and Description |
---|---|
RequestEvent |
RequestEventFactory.newInstance() |
RequestEvent |
RequestEvent.setRequest(CouchbaseRequest request)
Set the new request as a payload for this event.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestHandler.onEvent(RequestEvent event,
long sequence,
boolean endOfBatch) |
Copyright © 2018 Couchbase, Inc.. All rights reserved.