|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Evolving public interface TraceAdminProtocol
Protocol interface that provides tracing.
| Field Summary | |
|---|---|
static long |
versionID
|
| Method Summary | |
|---|---|
long |
addSpanReceiver(SpanReceiverInfo desc)
Add a new trace span receiver. |
SpanReceiverInfo[] |
listSpanReceivers()
List the currently active trace span receivers. |
void |
removeSpanReceiver(long spanReceiverId)
Remove a trace span receiver. |
| Field Detail |
|---|
static final long versionID
| Method Detail |
|---|
SpanReceiverInfo[] listSpanReceivers()
throws IOException
IOException - On error.
long addSpanReceiver(SpanReceiverInfo desc)
throws IOException
desc - The span receiver description.
IOException - On error.
void removeSpanReceiver(long spanReceiverId)
throws IOException
spanReceiverId - The id of the span receiver to remove.
IOException - On error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||