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