Index

C E I O S 
All Classes|All Packages

C

createActiveQueueingSpan(String, String) - Method in class org.zalando.opentracing.sqs.SQSTracing
Create and activate an OpenTracing span for a message about to be published into a queue.
createQueueingSpan(String, String, boolean) - Method in class org.zalando.opentracing.sqs.SQSTracing
Create an OpenTracing span for a message about to be published into a queue.

E

extractFrom(ReceiveMessageResult) - Method in class org.zalando.opentracing.sqs.SQSTracing
Extracts all span contexts from the given batch of retrieved SQS messages (AWS SDK 1.0).
extractFrom(ReceiveMessageResponse) - Method in class org.zalando.opentracing.sqs.SQSTracing
Extracts all span contexts from the given batch of retrieved SQS messages (AWS SDK 2.0).

I

injectInto(SendMessageBatchRequest) - Method in class org.zalando.opentracing.sqs.SQSTracing
Injects the currently active span context into the whole batch of messages to send over SQS (AWS SDK 1.0).
injectInto(SendMessageBatchRequestEntry, SpanContext) - Method in class org.zalando.opentracing.sqs.SQSTracing
Injects the given span context into the entry of a batch of messages to send over SQS (AWS SDK 1.0).
injectInto(SendMessageBatchRequest, SpanContext) - Method in class org.zalando.opentracing.sqs.SQSTracing
Injects the given span context into the whole batch of messages to send over SQS (AWS SDK 1.0).
injectInto(SendMessageRequest) - Method in class org.zalando.opentracing.sqs.SQSTracing
Injects the currently active span context into a single-message SQS send request (AWS SDK 1.0).
injectInto(SendMessageRequest, SpanContext) - Method in class org.zalando.opentracing.sqs.SQSTracing
Injects the given span context into a single-message SQS send request (AWS SDK 1.0).
injectInto(SendMessageBatchRequest) - Method in class org.zalando.opentracing.sqs.SQSTracing
Injects the currently active span context into a whole batch of messages to send over SQS (AWS SDK 2.0).
injectInto(SendMessageBatchRequestEntry, SpanContext) - Method in class org.zalando.opentracing.sqs.SQSTracing
Injects the given span context into the entry of a batch of messages to send over SQS (AWS SDK 2.0).
injectInto(SendMessageBatchRequest, SpanContext) - Method in class org.zalando.opentracing.sqs.SQSTracing
Injects the given span context into a whole batch of messages to send over SQS (AWS SDK 2.0).
injectInto(SendMessageRequest) - Method in class org.zalando.opentracing.sqs.SQSTracing
Injects the currently active span context into a single-message SQS send request (AWS SDK 2.0).
injectInto(SendMessageRequest, SpanContext) - Method in class org.zalando.opentracing.sqs.SQSTracing
Injects the given span context into a single-message SQS send request (AWS SDK 2.0).

O

org.zalando.opentracing.sqs - package org.zalando.opentracing.sqs
 

S

SQSTracing - Class in org.zalando.opentracing.sqs
Utility for injecting OpenTracing-based tracing information into SQS messages, as well as extracting it again from SQS messages.
SQSTracing(Tracer) - Constructor for class org.zalando.opentracing.sqs.SQSTracing
Initializes this utility for a given tracer implementation.
SQSTracing(Tracer, String) - Constructor for class org.zalando.opentracing.sqs.SQSTracing
Initializes this utility for a given tracer implementation.
C E I O S 
All Classes|All Packages