| Package | Description |
|---|---|
| com.couchbase.client.core.message.dcp |
| Modifier and Type | Method and Description |
|---|---|
ConnectionType |
OpenConnectionRequest.type() |
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OpenConnectionRequest(String connectionName,
ConnectionType type,
int sequenceNumber,
String bucket,
String password) |
OpenConnectionRequest(String connectionName,
ConnectionType type,
String bucket) |
OpenConnectionRequest(String connectionName,
ConnectionType type,
String bucket,
String password) |
Copyright © 2016 Couchbase, Inc.. All rights reserved.