@Private
@Unstable
public interface AuditSpanSource<T extends AuditSpan>
| Modifier and Type | Method | Description |
|---|---|---|
T |
createSpan(java.lang.String operation,
java.lang.String path1,
java.lang.String path2) |
Create a span for an operation.
|
T createSpan(java.lang.String operation, @Nullable java.lang.String path1, @Nullable java.lang.String path2) throws java.io.IOException
StoreStatisticNames or
StreamStatisticNames.operation - operation name.path1 - first path of operationpath2 - second path of operationjava.io.IOException - failureCopyright © 2008–2025 Apache Software Foundation. All rights reserved.