Package | Description |
---|---|
brown.tracingplane |
Provides the main
BaggageContext and BaggageProvider interfaces of the Tracing Plane |
brown.tracingplane.impl |
Implementations of
BaggageContext at several different points in the Tracing Plane. |
Modifier and Type | Method and Description |
---|---|
static TransitLayer |
DefaultTransitLayer.get() |
TransitLayer |
TransitLayerFactory.transitlayer()
Instantiate the
TransitLayer implementation that this factory provides. |
Modifier and Type | Class and Description |
---|---|
class |
NoOpTransitLayer
A
TransitLayer that does nothing. |
class |
ThreadLocalTransitLayer
A straightforward
TransitLayer implementation based on thread-local storage. |
Modifier and Type | Method and Description |
---|---|
TransitLayer |
ThreadLocalTransitLayerFactory.transitlayer() |
TransitLayer |
NoOpTransitLayerFactory.transitlayer() |