@Deprecated public class DistributionTracesImpl extends java.lang.Object implements DistributionTraces
| Constructor and Description |
|---|
DistributionTracesImpl()
Deprecated.
|
DistributionTracesImpl(byte[] tracesBytes)
Deprecated.
|
| 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
|
static void |
main(java.lang.String[] args)
Deprecated.
|
void |
setDestinationsToReach(byte[] toReach)
Deprecated.
Setting the destinations to reach
|
void |
setDestinationsTraversedSoFar(byte[] traversedSoFar)
Deprecated.
Setting the destinations traversed so far
|
public DistributionTracesImpl()
public DistributionTracesImpl(byte[] tracesBytes)
public void setDestinationsTraversedSoFar(byte[] traversedSoFar)
DistributionTracessetDestinationsTraversedSoFar in interface DistributionTracespublic byte[] getDestinationsTraversedSoFar()
getDestinationsTraversedSoFar in interface DistributionTracespublic void setDestinationsToReach(byte[] toReach)
setDestinationsToReach in interface DistributionTracespublic byte[] getDestinationsToReach()
getDestinationsToReach in interface DistributionTracespublic byte[] getBytes()
DistributionTracesgetBytes in interface DistributionTracespublic static void main(java.lang.String[] args)