public class AWSRequestAnalyzer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AWSRequestAnalyzer.RequestInfo
Info about a request.
|
| Constructor and Description |
|---|
AWSRequestAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
<T extends com.amazonaws.AmazonWebServiceRequest> |
analyze(T request)
Given an AWS request, try to analyze it to operation,
read/write and path.
|
static boolean |
isRequestNotAlwaysInSpan(Object request)
Predicate which returns true if the request is of a kind which
could be outside a span because of how the AWS SDK generates them.
|
public <T extends com.amazonaws.AmazonWebServiceRequest> AWSRequestAnalyzer.RequestInfo analyze(T request)
T - type of request.request - request.public static final boolean isRequestNotAlwaysInSpan(Object request)
request - requestCopyright © 2008–2022 Apache Software Foundation. All rights reserved.