public class UpsertDesignDocumentRequest extends AbstractCouchbaseRequest implements ViewRequest
Constructor and Description |
---|
UpsertDesignDocumentRequest(String name,
String body,
boolean development,
String bucket,
String password) |
UpsertDesignDocumentRequest(String name,
String body,
boolean development,
String bucket,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterSpanSet(io.opentracing.Span span)
Use this method to add custom span values on insert.
|
String |
body() |
boolean |
development() |
String |
name() |
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, toString, 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 UpsertDesignDocumentRequest(String name, String body, boolean development, String bucket, String password)
protected void afterSpanSet(io.opentracing.Span span)
AbstractCouchbaseRequest
afterSpanSet
in class AbstractCouchbaseRequest
public String name()
public boolean development()
public String body()
Copyright © 2021 Couchbase, Inc.. All rights reserved.