@InterfaceStability.Experimental @InterfaceAudience.Private public class OpenConnectionRequest extends AbstractDCPRequest
Initiate logical DCP channel.
DEFAULT_PARTITION| 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) |
OpenConnectionRequest(String connectionName,
String bucket) |
OpenConnectionRequest(String connectionName,
String bucket,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
connectionName() |
int |
sequenceNumber() |
ConnectionType |
type() |
partition, partition, toStringbucket, creationTime, incrementRetryCount, observable, passwordclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbucket, incrementRetryCount, observable, passwordcreationTimepublic OpenConnectionRequest(String connectionName, String bucket, String password)
public OpenConnectionRequest(String connectionName, ConnectionType type, String bucket)
public OpenConnectionRequest(String connectionName, ConnectionType type, String bucket, String password)
public OpenConnectionRequest(String connectionName, ConnectionType type, int sequenceNumber, String bucket, String password)
public int sequenceNumber()
public String connectionName()
public ConnectionType type()
Copyright © 2016 Couchbase, Inc.. All rights reserved.