Skip navigation links
A B C E F G H I L N O P R S T U V 

A

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.
asyncLocalSpan(AsyncResponse) - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Async endpoint which creates local span.

B

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.
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.OpentracingClientTests
Deploy the apps to test.
createExampleRuntimeException() - Static method in class org.eclipse.microprofile.opentracing.tck.application.TestWebServicesApplication
Create an example RuntimeException used by a web service.

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.
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.
getFinishMicros() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
End time of the span.
getLogEntries() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Return a list of log entries.
getParentId() - Method in class org.eclipse.microprofile.opentracing.tck.tracer.TestSpan
Get the Parent ID of the span.
getQueryString(Map<String, Object>) - Static method in class org.eclipse.microprofile.opentracing.tck.application.TestWebServicesApplication
Convert a map into a query string.
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.
getWebServiceURL(URL, String, String) - Static method in class org.eclipse.microprofile.opentracing.tck.application.TestWebServicesApplication
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

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.
notTraced() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Shouldn't create a span.

O

OpentracingClientTests - Class in org.eclipse.microprofile.opentracing.tck
Opentracing TCK tests.
OpentracingClientTests() - Constructor for class org.eclipse.microprofile.opentracing.tck.OpentracingClientTests
 
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_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_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_NOT_TRACED - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint that's not traced.
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_SIMPLE_TEST - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Web service endpoint for the simpleTest call.
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_TRACER_SERVICE_PATH - Static variable in class org.eclipse.microprofile.opentracing.tck.application.TracerWebService
Web service exposing tracer related endpoints.

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
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.
simpleTest() - Method in class org.eclipse.microprofile.opentracing.tck.application.TestServerWebServices
Simple JAXRS endpoint.
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.TestWebServicesApplication
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
 
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
 
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.TestWebServicesApplication
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.
A B C E F G H I L N O P R S T U V 
Skip navigation links

Copyright © 2018 Eclipse Foundation. All rights reserved.