Package | Description |
---|---|
brown.tracingplane.impl |
Implementations of
BaggageContext at several different points in the Tracing Plane. |
Modifier and Type | Method and Description |
---|---|
AtomContext |
AtomContext.branch() |
AtomContext |
AtomContextProvider.branch(AtomContext from) |
AtomContext |
AtomContextProvider.deserialize(byte[] serialized,
int offset,
int length) |
AtomContext |
AtomContextProvider.deserialize(java.nio.ByteBuffer buf) |
AtomContext |
AtomContextProvider.join(AtomContext left,
AtomContext right) |
AtomContext |
AtomContext.merge(AtomContext other) |
AtomContext |
AtomContextProvider.newInstance() |
Modifier and Type | Method and Description |
---|---|
AtomContext |
AtomContextProvider.branch(AtomContext from) |
void |
AtomContextProvider.discard(AtomContext baggageContext) |
AtomContext |
AtomContextProvider.join(AtomContext left,
AtomContext right) |
AtomContext |
AtomContext.merge(AtomContext other) |
byte[] |
AtomContextProvider.serialize(AtomContext baggageContext) |
byte[] |
AtomContextProvider.serialize(AtomContext baggageContext,
int maximumSerializedSize) |