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