public class NoopSpan extends AbstractAuditSpanImpl
| Modifier and Type | Class and Description |
|---|---|
static interface |
NoopSpan.SpanActivationCallbacks
Activation callbacks.
|
| Modifier and Type | Field and Description |
|---|---|
static NoopSpan |
INSTANCE
Static public instance.
|
| Modifier | Constructor and Description |
|---|---|
protected |
NoopSpan() |
protected |
NoopSpan(String spanId,
String operationName,
String path1,
String path2,
NoopSpan.SpanActivationCallbacks activationCallbacks)
Create a no-op span.
|
| Modifier and Type | Method and Description |
|---|---|
AuditSpanS3A |
activate() |
void |
deactivate() |
String |
toString() |
close, getOperationName, getSpanId, getTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitafterAttempt, afterError, afterResponse, beforeAttempt, beforeExecution, beforeMarshalling, beforeRequest, beforeUnmarshalling, requestCreatedpublic static final NoopSpan INSTANCE
protected NoopSpan(String spanId, String operationName, String path1, String path2, NoopSpan.SpanActivationCallbacks activationCallbacks)
spanId - span IDoperationName - operation namepath1 - pathpath2 - path 2activationCallbacks - Activation callbacks.protected NoopSpan()
public AuditSpanS3A activate()
activate in interface org.apache.hadoop.fs.store.audit.AuditSpanactivate in class AbstractAuditSpanImplpublic void deactivate()
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.