@InterfaceAudience.Public @InterfaceStability.Evolving public interface TraceAdminProtocol
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static long | versionID | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| 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. | 
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.Copyright © 2016 Apache Software Foundation. All rights reserved.