Skip navigation links

microprofile-opentracing-tck v3.0-RC4
A B C D E F G H I J L N O P R S T U V W 

A

activateSpan(Span) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestTracer
 
activeSpan() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestTracer
addChild(TestSpanTree.TreeNode<T>) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree.TreeNode
Add new child to this node.
addRootNode(TestSpanTree.TreeNode<TestSpan>) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree
Add a root span.
annotatedClassMethodExplicitlyNotTraced() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedClass
Method that we expect to not be Traced.
annotatedClassMethodExplicitlyNotTracedWithOpName() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedClass
Method that we expect to not be Traced.
annotatedClassMethodExplicitlyTraced() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedClass
Method that we expect to be Traced explicitly.
annotatedClassMethodExplicitlyTraced() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedClassWithOperationName
Method that we expect to be Traced explicitly.
annotatedClassMethodExplicitlyTraced() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestDisabledAnnotatedClass
Method that we expect to be Traced.
annotatedClassMethodExplicitlyTracedWithOperationName() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestDisabledAnnotatedClass
Method that we expect to be Traced with an operation name.
annotatedClassMethodImplicitlyNotTraced() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestDisabledAnnotatedClass
Method that we expect not to be Traced.
annotatedClassMethodImplicitlyTraced() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedClass
Method that we expect to be Traced implicitly.
annotatedClassMethodImplicitlyTraced() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedClassWithOperationName
Method that we expect to be Traced implicitly.
annotatedClassMethodImplicitlyTracedWithException() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedClass
Method that we expect to be Traced implicitly and throws an exception.
annotatedMethodExplicitlyNotTraced() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedMethods
Method that we expect to not be Traced.
annotatedMethodExplicitlyNotTracedWithOpName() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedMethods
Method that we expect to not be Traced with operation name.
annotatedMethodExplicitlyTraced() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedMethods
Method that we expect to be Traced.
annotatedMethodExplicitlyTracedWithOpName() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedMethods
Method that we expect to be Traced with operation name.
annotationException() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint to test a Traced annotation with an exception.
annotations() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint to test Traced annotations.
ApplicationUtils - Class in org.eclipse.microprofile.opentracing.tck.application
 
assertEqualErrorTrees(ConsumableTree<TestSpan>, ConsumableTree<TestSpan>) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
This wrapper method allows for potential post-processing, such as removing tags that we don't care to compare in returnedTree.
assertEqualTrees(ConsumableTree<TestSpan>, ConsumableTree<TestSpan>) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
This wrapper method allows for potential post-processing, such as removing tags that we don't care to compare in returnedTree.
asyncLocalSpan(AsyncResponse) - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Async endpoint which creates local span.

B

beforeEachTest() - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Before each test method, clear the tracer.
buildSpan(String) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestTracer

C

CLASS_OPERATION_NAME - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServicesWithOperationName
Traced operationName prefix.
classAndMethodOperationName() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServicesWithOperationName
Test class and endpoint with Traced annotation and operation name.
classOperationName() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServicesWithOperationName
Test class with Traced annotation and operation name.
clearTracer() - Method in class org.eclipse.microprofile.opentracing.tck.application.TracerWebService
Clear accumulated spans in the Tracer.
clientRegistrar(boolean) - Method in class org.eclipse.microprofile.opentracing.tck.application.TestClientRegistrarWebServices
Endpoint which uses ClientTracingRegistrar.configure(ClientBuilder) to create an outbound request to instrument a client for an outbound request.
clientRegistrarExecutor(boolean) - Method in class org.eclipse.microprofile.opentracing.tck.application.TestClientRegistrarWebServices
Endpoint which uses ClientTracingRegistrar.configure(ClientBuilder, java.util.concurrent.ExecutorService) to instrument a client for an outbound request.
ClientRegistrarTests - Class in org.eclipse.microprofile.opentracing.tck
 
ClientRegistrarTests() - Constructor for class org.eclipse.microprofile.opentracing.tck.ClientRegistrarTests
 
close() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestTracer
 
ConsumableTree<T> - Interface in org.eclipse.microprofile.opentracing.tck.tracer
Provide a way to visit all the nodes of a tree with a lambda.
context() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
createDeployment() - Static method in class org.eclipse.microprofile.opentracing.tck.ClientRegistrarTests
 
createDeployment() - Static method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Deploy the apps to test.
createDeployment() - Static method in class org.eclipse.microprofile.opentracing.tck.OpenTracingClassMethodNameClientTests
 
createDeployment() - Static method in class org.eclipse.microprofile.opentracing.tck.OpenTracingDefaultClientTests
 
createDeployment() - Static method in class org.eclipse.microprofile.opentracing.tck.OpenTracingHTTPPathNameTests
 
createDeployment() - Static method in class org.eclipse.microprofile.opentracing.tck.OpenTracingSkipPatternTests
 
createExampleRuntimeException() - Static method in class org.eclipse.microprofile.opentracing.tck.application.ApplicationUtils
Create an example RuntimeException used by a web service.

D

deploymentURL - Variable in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Server app URL for the client tests.

E

ENDPOINT_OPERATION_NAME - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServicesWithOperationName
Explicit endpoint operation name.
equals(Object) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
equals(Object) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree
equals(Object) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree.TreeNode
error() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Returns HTTP 500 error.
exception() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Returns HTTP 500 error.
executeNested(String, int, int, int, boolean, boolean) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Execute the nested web service.
executeRemoteWebServiceRaw(String, String, Response.Status) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Execute a remote web service and return the content.
executeRemoteWebServiceRaw(String, String, Map<String, Object>, Response.Status) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Execute a remote web service and return the content.
executeRemoteWebServiceTracerTree() - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Execute a remote web service and return the span tree.
explicitlyTraced() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerSkipAllWebServices
 
extract(Format<C>, C) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestTracer

F

finish() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
finish(long) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan

G

getBaggageItem(String) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
getCachedOperationName() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Get the operation name of the span.
getChildren() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree.TreeNode
Return the child nodes.
getClasses() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestWebServicesApplication
getData() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree.TreeNode
Return the data in the node.
getEndpointMethod(Class<?>, String) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Get REST endpoint java method based on the mapping value in Path annotation.
getExpectedNestedServerSpan(String, String, int, int, int, boolean, boolean, boolean) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
The expected nested span layout.
getExpectedSpanTags(String, String, String, String, Map<String, Object>, int, String) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Create a tags collection for expected span tags.
getExpectedSpanTagsForError(String, String) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Create a tags collection for expected span tags with an error.
getFinishMicros() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
End time of the span.
getFoo(String, String) - Method in class org.eclipse.microprofile.opentracing.tck.application.WildcardClassService
 
getLogEntries() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Return a list of log entries.
getName() - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingClassMethodNameClientTests.TestConfiguration
 
getName() - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingHTTPPathNameTests.TestConfiguration
 
getName() - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingSkipPatternTests.TestConfiguration
 
getNestedQueryParameters(int, int, int, boolean, boolean) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
 
getOperationName(String, String, Class<?>, Method) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Get operation name depending on the spanKind.
getOperationName(String, String, Class<?>, Method) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingHTTPPathNameTests
 
getParentId() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Get the Parent ID of the span.
getProperties() - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingClassMethodNameClientTests.TestConfiguration
 
getProperties() - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingHTTPPathNameTests.TestConfiguration
 
getProperties() - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingSkipPatternTests.TestConfiguration
 
getPropertyNames() - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingClassMethodNameClientTests.TestConfiguration
 
getPropertyNames() - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingHTTPPathNameTests.TestConfiguration
 
getPropertyNames() - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingSkipPatternTests.TestConfiguration
 
getQueryString(Map<String, Object>) - Static method in class org.eclipse.microprofile.opentracing.tck.application.ApplicationUtils
Convert a map into a query string.
getRandomNumber() - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Get a random integer.
getRequestPath(String, String, Map<String, Object>) - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Create the full URL for the web service request.
getRootSpans() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree
Return a list of this tree's root spans.
getSpanId() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Get the Span ID.
getSpans() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestTracer
Get a list of accumulated spans.
getStartMicros() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Start time of the span.
getTags() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Return a map of tags.
getTraceId() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Get the trace ID of the span.
getTracer() - Method in class org.eclipse.microprofile.opentracing.tck.application.TracerWebService
Get details about completed spans.
getTwoParams(String, String, String) - Method in class org.eclipse.microprofile.opentracing.tck.application.WildcardClassService
 
getValue(String) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingClassMethodNameClientTests.TestConfiguration
 
getValue(String) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingHTTPPathNameTests.TestConfiguration
 
getValue(String) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingSkipPatternTests.TestConfiguration
 
getWebServiceURL(URL, String, String) - Static method in class org.eclipse.microprofile.opentracing.tck.application.ApplicationUtils
Create web service URL.
getWebServiceURL(String, String) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Create web service URL.
getWebServiceURL(String, String, Map<String, Object>) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Create web service URL.

H

hashCode() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
hashCode() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree
hashCode() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree.TreeNode

I

inject(SpanContext, Format<C>, C) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestTracer

J

JAXRS_COMPONENT - Static variable in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
 

L

LOCAL_SPAN_TAG_KEY - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
The key of a simulated span tag.
LOCAL_SPAN_TAG_VALUE - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
The value of a simulated span tag.
localSpan() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Endpoint which creates local span.
log(Map<String, ?>) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
log(long, Map<String, ?>) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
log(String) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
log(long, String) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan

N

nested(int, int, String, boolean, boolean) - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service call that calls itself nestDepth - 1 times.
nestedPath() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerSkipAllWebServices
 
notTraced() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Shouldn't create a span.

O

ok() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestClientRegistrarWebServices
 
OpenTracingBaseTests - Class in org.eclipse.microprofile.opentracing.tck
 
OpenTracingBaseTests() - Constructor for class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
 
OpenTracingClassMethodNameClientTests - Class in org.eclipse.microprofile.opentracing.tck
 
OpenTracingClassMethodNameClientTests() - Constructor for class org.eclipse.microprofile.opentracing.tck.OpenTracingClassMethodNameClientTests
 
OpenTracingClassMethodNameClientTests.TestConfiguration - Class in org.eclipse.microprofile.opentracing.tck
 
OpenTracingClientBaseTests - Class in org.eclipse.microprofile.opentracing.tck
Opentracing TCK tests.
OpenTracingClientBaseTests() - Constructor for class org.eclipse.microprofile.opentracing.tck.OpenTracingClientBaseTests
 
OpenTracingDefaultClientTests - Class in org.eclipse.microprofile.opentracing.tck
 
OpenTracingDefaultClientTests() - Constructor for class org.eclipse.microprofile.opentracing.tck.OpenTracingDefaultClientTests
 
OpenTracingHTTPPathNameTests - Class in org.eclipse.microprofile.opentracing.tck
 
OpenTracingHTTPPathNameTests() - Constructor for class org.eclipse.microprofile.opentracing.tck.OpenTracingHTTPPathNameTests
 
OpenTracingHTTPPathNameTests.TestConfiguration - Class in org.eclipse.microprofile.opentracing.tck
 
OpenTracingSkipPatternTests - Class in org.eclipse.microprofile.opentracing.tck
 
OpenTracingSkipPatternTests() - Constructor for class org.eclipse.microprofile.opentracing.tck.OpenTracingSkipPatternTests
 
OpenTracingSkipPatternTests.TestConfiguration - Class in org.eclipse.microprofile.opentracing.tck
 
OPERATION_NAME - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedClassWithOperationName
Operation name for this class.
operationName() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Traced with an explicit operation name.
org.eclipse.microprofile.opentracing.tck - package org.eclipse.microprofile.opentracing.tck
 
org.eclipse.microprofile.opentracing.tck.application - package org.eclipse.microprofile.opentracing.tck.application
 
org.eclipse.microprofile.opentracing.tck.tracer - package org.eclipse.microprofile.opentracing.tck.tracer
 

P

PARAM_ASYNC - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Query parameter whether to use async requests.
PARAM_FAIL_NEST - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Query parameter whether to fail the nested call.
PARAM_NEST_BREADTH - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Query parameter for the breadth of nesting.
PARAM_NEST_DEPTH - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Query parameter for the number of nested calls.
PARAM_UNIQUE_ID - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Query parameter that's a unique ID propagated down nested calls.

R

REST_ANNOTATION_EXCEPTION - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint to test a Traced annotation with an exception.
REST_ANNOTATIONS - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint to test Traced annotations.
REST_ASYNC_LOCAL_SPAN - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Async web service endpoint that creates local span.
REST_CLEAR_TRACER - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TracerWebService
Web service endpoint for the clearTracer call.
REST_CLIENT_BUILDER - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestClientRegistrarWebServices
 
REST_CLIENT_BUILDER_EXECUTOR - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestClientRegistrarWebServices
 
REST_ERROR - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint that will return HTTP 500.
REST_EXCEPTION - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service that throws an unhandled exception and return HTTP 500.
REST_EXPLICITLY_TRACED - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerSkipAllWebServices
 
REST_FOO_PATH - Static variable in class org.eclipse.microprofile.opentracing.tck.application.WildcardClassService
 
REST_GET_TRACER - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TracerWebService
Web service endpoint for the getTracer call.
REST_LOCAL_SPAN - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint that creates local span.
REST_NESTED - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint that will call itself some number of times.
REST_NESTED_PATH - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerSkipAllWebServices
 
REST_NOT_TRACED - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint that's not traced.
REST_OK - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestClientRegistrarWebServices
 
REST_OPERATION_CLASS_AND_METHOD_OP_NAME - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServicesWithOperationName
Web service endpoint with an explicit operation name on the class and endpoint.
REST_OPERATION_CLASS_OP_NAME - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServicesWithOperationName
Web service endpoint with an explicit operation name on the class.
REST_OPERATION_NAME - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint with an explicit operation name.
REST_SERVICE_PATH - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestClientRegistrarWebServices
 
REST_SERVICE_PATH - Static variable in class org.eclipse.microprofile.opentracing.tck.application.WildcardClassService
 
REST_SIMPLE_PATH - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerSkipAllWebServices
 
REST_SIMPLE_TEST - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint for the simpleTest call.
REST_SKIP_SIMPLE - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint which should not be traced
REST_TEST_SERVICE_PATH - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
The path to this set of web services.
REST_TEST_SERVICE_PATH_WITH_OP_NAME - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServicesWithOperationName
The path to this set of web services.
REST_TEST_SKIP_SERVICE_PATH - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerSkipAllWebServices
 
REST_TRACER_SERVICE_PATH - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TracerWebService
Web service exposing tracer related endpoints.
REST_TWO_IDS - Static variable in class org.eclipse.microprofile.opentracing.tck.application.WildcardClassService
 

S

scopeManager() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestTracer
setBaggageItem(String, String) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
setCachedOperationName(String) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Set the operation name of the span.
setFinishMicros(long) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Set the finish time of the span.
setLogEntries(List<Map<String, ?>>) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Set the list of log entries
setOperationName(String) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
setParentId(long) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Set the parent ID of the span.
setSpanId(long) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Set the span ID.
setSpans(List<TestSpan>) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestTracer
Set the list of spans.
setStartMicros(long) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Set the start time of the span.
setTag(String, String) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
setTag(String, boolean) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
setTag(String, Number) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
setTag(Tag<T>, T) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
 
setTags(Map<String, Object>) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Set the map of tags.
setTraceId(long) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Set the trace ID of the span.
simplePath() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerSkipAllWebServices
 
simpleTest() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Simple JAXRS endpoint.
skipSimple() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Endpoint which creates local span.
spanTree() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestTracer
Convert the list of spans into a tree.

T

TEST_WEB_SERVICES_CONTEXT_ROOT - Static variable in class org.eclipse.microprofile.opentracing.tck.application.ApplicationUtils
The context root of JAXRS web services.
TestAnnotatedClass - Class in org.eclipse.microprofile.opentracing.tck.application
Injectable class with the Traced annotation.
TestAnnotatedClass() - Constructor for class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedClass
 
TestAnnotatedClassWithOperationName - Class in org.eclipse.microprofile.opentracing.tck.application
Injectable class with the Traced annotation and operation name.
TestAnnotatedClassWithOperationName() - Constructor for class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedClassWithOperationName
 
TestAnnotatedMethods - Class in org.eclipse.microprofile.opentracing.tck.application
Injectable class without the Traced annotation on the class.
TestAnnotatedMethods() - Constructor for class org.eclipse.microprofile.opentracing.tck.application.TestAnnotatedMethods
 
testClientRegistrar() - Method in class org.eclipse.microprofile.opentracing.tck.ClientRegistrarTests
 
testClientRegistrar(String, boolean) - Method in class org.eclipse.microprofile.opentracing.tck.ClientRegistrarTests
 
testClientRegistrarAsync() - Method in class org.eclipse.microprofile.opentracing.tck.ClientRegistrarTests
 
testClientRegistrarExecutor() - Method in class org.eclipse.microprofile.opentracing.tck.ClientRegistrarTests
 
testClientRegistrarExecutorAsync() - Method in class org.eclipse.microprofile.opentracing.tck.ClientRegistrarTests
 
TestClientRegistrarWebServices - Class in org.eclipse.microprofile.opentracing.tck.application
 
TestClientRegistrarWebServices() - Constructor for class org.eclipse.microprofile.opentracing.tck.application.TestClientRegistrarWebServices
 
TestConfiguration() - Constructor for class org.eclipse.microprofile.opentracing.tck.OpenTracingClassMethodNameClientTests.TestConfiguration
 
TestConfiguration() - Constructor for class org.eclipse.microprofile.opentracing.tck.OpenTracingHTTPPathNameTests.TestConfiguration
 
TestConfiguration() - Constructor for class org.eclipse.microprofile.opentracing.tck.OpenTracingSkipPatternTests.TestConfiguration
 
TestDisabledAnnotatedClass - Class in org.eclipse.microprofile.opentracing.tck.application
Injectable class with the Traced annotation disabled on the class but not on methods.
TestDisabledAnnotatedClass() - Constructor for class org.eclipse.microprofile.opentracing.tck.application.TestDisabledAnnotatedClass
 
testMultithreadedNestedSpans(String, int, int, int, boolean, boolean) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
 
testNestedSpans(String, int, int, int, boolean, boolean) - Method in class org.eclipse.microprofile.opentracing.tck.OpenTracingBaseTests
Do the actual testing and assertion of a nested call.
TestServerSkipAllWebServices - Class in org.eclipse.microprofile.opentracing.tck.application
Test JAXRS web service which should not be traced.
TestServerSkipAllWebServices() - Constructor for class org.eclipse.microprofile.opentracing.tck.application.TestServerSkipAllWebServices
 
TestServerWebServices - Class in org.eclipse.microprofile.opentracing.tck.application
Test JAXRS web services.
TestServerWebServices() - Constructor for class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
 
TestServerWebServicesWithOperationName - Class in org.eclipse.microprofile.opentracing.tck.application
Test JAXRS web services.
TestServerWebServicesWithOperationName() - Constructor for class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServicesWithOperationName
 
TestSpan - Class in org.eclipse.microprofile.opentracing.tck.tracer
Test Tracer.
TestSpan() - Constructor for class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Create blank span.
TestSpan(String, Map<String, Object>, List<Map<String, ?>>) - Constructor for class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Create span with a particular kind and operation name.
TestSpanTree - Class in org.eclipse.microprofile.opentracing.tck.tracer
Represents a tree of spans.
TestSpanTree() - Constructor for class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree
Create a tree with the default JSON display node name.
TestSpanTree(String) - Constructor for class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree
Create a tree with a particular JSON display node name.
TestSpanTree(TestSpanTree.TreeNode<TestSpan>...) - Constructor for class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree
Create a tree with a particular JSON display node name.
TestSpanTree.TreeNode<T> - Class in org.eclipse.microprofile.opentracing.tck.tracer
Generic tree structure.
TestTracer - Class in org.eclipse.microprofile.opentracing.tck.tracer
Test Tracer.
TestTracer() - Constructor for class org.eclipse.microprofile.opentracing.tck.tracer.TestTracer
 
TestWebServicesApplication - Class in org.eclipse.microprofile.opentracing.tck.application
Test web services JAXRS application.
TestWebServicesApplication() - Constructor for class org.eclipse.microprofile.opentracing.tck.application.TestWebServicesApplication
 
toJSON(String, int, String) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree.TreeNode
Return JSON representation.
toString() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
toString() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree
toString() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree.TreeNode
TracerWebService - Class in org.eclipse.microprofile.opentracing.tck.application
 
TracerWebService() - Constructor for class org.eclipse.microprofile.opentracing.tck.application.TracerWebService
 
TreeNode(T, TestSpanTree.TreeNode<T>...) - Constructor for class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree.TreeNode
Create a new node.

U

urlEncode(String) - Static method in class org.eclipse.microprofile.opentracing.tck.application.ApplicationUtils
URL-encode text.

V

visitTree(Consumer<? super T>) - Method in interface org.eclipse.microprofile.opentracing.tck.tracer.ConsumableTree
Recursively visit all nodes with the lambda.
visitTree(Consumer<? super T>) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree.TreeNode
Recursively visit all nodes with the lambda.
visitTree(Consumer<? super TestSpan>) - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpanTree
Visit every TestSpan in this tree with the visitor lambda.

W

WildcardClassService - Class in org.eclipse.microprofile.opentracing.tck.application
 
WildcardClassService() - Constructor for class org.eclipse.microprofile.opentracing.tck.application.WildcardClassService
 
A B C D E F G H I J L N O P R S T U V W 
Skip navigation links

microprofile-opentracing-tck v3.0-RC4

Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.