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