Package | Description |
---|---|
brown.tracingplane.bdl |
Library classes used by BDL-generated objects, including the
BDLContext implementation of
BaggageContext . |
brown.tracingplane.impl |
Implementations of
BaggageContext at several different points in the Tracing Plane. |
Class and Description |
---|
Bag
The BDL compiler generates classes that implement this interface, Bag.
|
BaggageHandler
Provides serialization, deserialization, branch, and merge logic for a bag type.
|
Brancher |
CounterImpl
Implements the special
SpecialTypes.Counter type based on the P-Counter CRDT; the counter BDL type uses this. |
CounterImpl.Handler
Provides branch, merge, and serialization logic for
CounterImpl |
Joiner |
Parser |
Parser.ElementParser |
Serializer |
Serializer.ElementSerializer
A serializer that only serializes data elements and not bags
|
SpecialTypes.Counter
A P-Counter CRDT, corresponding to the
counter BDL type |
Struct.StructHandler |
Struct.StructReader |
Struct.StructSizer |
Struct.StructWriter |
Class and Description |
---|
Bag
The BDL compiler generates classes that implement this interface, Bag.
|
BaggageHandler
Provides serialization, deserialization, branch, and merge logic for a bag type.
|