public class AddServiceRequest extends AbstractCouchbaseRequest implements InternalRequest
Constructor and Description |
---|
AddServiceRequest(ServiceType type,
String bucket,
String password,
int port,
NetworkAddress hostname) |
AddServiceRequest(ServiceType type,
String bucket,
String username,
String password,
int port,
NetworkAddress hostname) |
Modifier and Type | Method and Description |
---|---|
NetworkAddress |
hostname() |
int |
port() |
String |
toString() |
ServiceType |
type() |
bucket, creationTime, dispatchHostname, dispatchHostname, incrementRetryCount, isActive, maxRetryDuration, maxRetryDuration, observable, password, retryAfter, retryAfter, retryCount, retryDelay, retryDelay, subscriber, username
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
bucket, dispatchHostname, dispatchHostname, incrementRetryCount, isActive, maxRetryDuration, maxRetryDuration, observable, password, retryAfter, retryAfter, retryCount, retryDelay, retryDelay, subscriber, username
creationTime
public AddServiceRequest(ServiceType type, String bucket, String password, int port, NetworkAddress hostname)
public AddServiceRequest(ServiceType type, String bucket, String username, String password, int port, NetworkAddress hostname)
public ServiceType type()
public NetworkAddress hostname()
public int port()
public String toString()
toString
in class AbstractCouchbaseRequest
Copyright © 2017 Couchbase, Inc.. All rights reserved.