| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.events.tracing | |
| com.qeagle.devtools.protocol.types.tracing |
| Modifier and Type | Method and Description |
|---|---|
void |
Tracing.start(String categories,
String options,
Double bufferUsageReportingInterval,
StartTransferMode transferMode,
StreamFormat streamFormat,
StreamCompression streamCompression,
TraceConfig traceConfig)
Start trace events collection.
|
| Modifier and Type | Method and Description |
|---|---|
StreamFormat |
TracingComplete.getTraceFormat()
Trace data format of returned stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TracingComplete.setTraceFormat(StreamFormat traceFormat)
Trace data format of returned stream.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamFormat |
StreamFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamFormat[] |
StreamFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.