Package | Description |
---|---|
brown.tracingplane.baggageprotocol |
Defines an encoding scheme for nested data structures using atoms.
|
Modifier and Type | Field and Description |
---|---|
BagOptions.MergeBehavior |
BagOptions.merge |
BagOptions.MergeBehavior |
AtomPrefixTypes.BagOptionsInPrefix.merge |
Modifier and Type | Method and Description |
---|---|
static BagOptions.MergeBehavior |
BagOptions.MergeBehavior.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BagOptions.MergeBehavior[] |
BagOptions.MergeBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BagOptions |
BagOptions.create(BagOptions.MergeBehavior mergeBehavior) |
Constructor and Description |
---|
BagOptionsInPrefix(int id,
BagOptions.MergeBehavior merge) |