Package | Description |
---|---|
brown.tracingplane.impl |
Implementations of
BaggageContext at several different points in the Tracing Plane. |
Class and Description |
---|
AtomContext
A minimal implementation of
BaggageContext based on atoms and lexicographic merge, but providing no read or
write methods to the atoms themselves. |
BDLContext
The full-featured
BaggageContext implementation used by the tracing plane using atoms and the baggage
protocol, intended for use in conjunction with BDL-compiled accessor classes. |
BDLContextUtils.BaggageAccessListener
Utility for seeing who accesses baggage and where
|
NestedBaggageContext
An implementation of
BaggageContext that interprets atoms using the baggage protocol, which specifies a data
layout for nested bags. |