@Deprecated
public interface DistributionTraces
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Deprecated.
Get a byte stream representation of the distribution traces
|
byte[] |
getDestinationsToReach()
Deprecated.
Get the destinations to reach
|
byte[] |
getDestinationsTraversedSoFar()
Deprecated.
Get the destinations traversed so far
|
void |
setDestinationsToReach(byte[] toReach)
Deprecated.
Setting the destinations to reach
|
void |
setDestinationsTraversedSoFar(byte[] traversedSoFar)
Deprecated.
Setting the destinations traversed so far
|
void setDestinationsTraversedSoFar(byte[] traversedSoFar)
byte[] getDestinationsTraversedSoFar()
void setDestinationsToReach(byte[] toReach)
byte[] getDestinationsToReach()
byte[] getBytes()