@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
bucket, creationTime, incrementRetryCount, observable, password, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
bucket, incrementRetryCount, observable, password
creationTime
public 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 © 2014 Couchbase, Inc.