Package | Description |
---|---|
brown.tracingplane.impl |
Implementations of
BaggageContext at several different points in the Tracing Plane. |
Modifier and Type | Field and Description |
---|---|
java.util.Map<BagKey,NestedBaggageContext> |
NestedBaggageContext.children |
Modifier and Type | Method and Description |
---|---|
NestedBaggageContext |
NestedBaggageContext.branch() |
NestedBaggageContext |
NestedBaggageContextProvider.branch(NestedBaggageContext from) |
NestedBaggageContext |
NestedBaggageContextProvider.deserialize(byte[] serialized,
int offset,
int length) |
NestedBaggageContext |
NestedBaggageContextProvider.deserialize(java.nio.ByteBuffer buf) |
NestedBaggageContext |
NestedBaggageContextProvider.join(NestedBaggageContext left,
NestedBaggageContext right) |
NestedBaggageContext |
NestedBaggageContextProvider.newInstance() |
Modifier and Type | Method and Description |
---|---|
NestedBaggageContext |
NestedBaggageContextProvider.branch(NestedBaggageContext from) |
void |
NestedBaggageContextProvider.discard(NestedBaggageContext baggage) |
NestedBaggageContext |
NestedBaggageContextProvider.join(NestedBaggageContext left,
NestedBaggageContext right) |
void |
NestedBaggageContext.mergeWith(NestedBaggageContext right) |
byte[] |
NestedBaggageContextProvider.serialize(NestedBaggageContext baggage) |
byte[] |
NestedBaggageContextProvider.serialize(NestedBaggageContext baggage,
int maximumSerializedSize) |