Class SpanWrapperUtil
- java.lang.Object
-
- com.couchbase.client.core.transaction.support.SpanWrapperUtil
-
-
Field Summary
Fields Modifier and Type Field Description static StringDB_COUCHBASEstatic StringDB_COUCHBASE_TRANSACTIONS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SpanWrapperbasic(SpanWrapper span, String op)static SpanWrappercreateOp(CoreTransactionAttemptContext ctx, RequestTracer tracer, CollectionIdentifier collection, String id, String op, SpanWrapper attemptSpan)
-
-
-
Field Detail
-
DB_COUCHBASE
public static final String DB_COUCHBASE
- See Also:
- Constant Field Values
-
DB_COUCHBASE_TRANSACTIONS
public static final String DB_COUCHBASE_TRANSACTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
basic
public static SpanWrapper basic(SpanWrapper span, String op)
-
createOp
public static SpanWrapper createOp(@Nullable CoreTransactionAttemptContext ctx, RequestTracer tracer, @Nullable CollectionIdentifier collection, @Nullable String id, String op, @Nullable SpanWrapper attemptSpan)
-
-