Package zipkin2.codec
Class ProtobufSpanDecoder
java.lang.Object
zipkin2.codec.ProtobufSpanDecoder
public class ProtobufSpanDecoder extends Object
- 
Constructor SummaryConstructors Constructor Description ProtobufSpanDecoder()
- 
Method SummaryModifier and Type Method Description static List<Span>decodeList(byte[] spans)static List<Span>decodeList(com.google.protobuf.CodedInputStream input)static List<Span>decodeList(ByteBuffer spans)static SpandecodeOne(com.google.protobuf.CodedInputStream input)
- 
Constructor Details- 
ProtobufSpanDecoderpublic ProtobufSpanDecoder()
 
- 
- 
Method Details