trace

package
v0.0.0-...-d050cfb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const TRACE_V1 = 0
View Source
const TRACE_V2 = 1

Variables

View Source
var GoUnusedProtection__ int
View Source
var TAnnotationValue_BinaryValue_DEFAULT []byte
View Source
var TAnnotationValue_BoolValue_DEFAULT bool
View Source
var TAnnotationValue_ByteValue_DEFAULT int8
View Source
var TAnnotationValue_DoubleValue_DEFAULT float64
View Source
var TAnnotationValue_IntValue_DEFAULT int32
View Source
var TAnnotationValue_LongValue_DEFAULT int64
View Source
var TAnnotationValue_ShortValue_DEFAULT int16
View Source
var TAnnotationValue_StringValue_DEFAULT string
View Source
var TApiMetaData_Line_DEFAULT int32
View Source
var TApiMetaData_Type_DEFAULT int32
View Source
var TIntStringStringValue_StringValue1_DEFAULT string
View Source
var TIntStringStringValue_StringValue2_DEFAULT string
View Source
var TIntStringValue_StringValue_DEFAULT string
View Source
var TLongIntIntByteByteStringValue_ByteValue1_DEFAULT int8
View Source
var TLongIntIntByteByteStringValue_ByteValue2_DEFAULT int8
View Source
var TLongIntIntByteByteStringValue_IntValue2_DEFAULT int32
View Source
var TLongIntIntByteByteStringValue_StringValue_DEFAULT string
View Source
var TResult__Message_DEFAULT string
View Source
var TSpanChunk_ApplicationServiceType_DEFAULT int16
View Source
var TSpanChunk_EndPoint_DEFAULT string
View Source
var TSpanChunk_KeyTime_DEFAULT int64
View Source
var TSpanChunk_Version_DEFAULT int8 = 1
View Source
var TSpanEvent_Annotations_DEFAULT []*TAnnotation
View Source
var TSpanEvent_ApiId_DEFAULT int32
View Source
var TSpanEvent_AsyncId_DEFAULT int32
View Source
var TSpanEvent_AsyncSequence_DEFAULT int16
View Source
var TSpanEvent_Depth_DEFAULT int32 = -1
View Source
var TSpanEvent_DestinationId_DEFAULT string
View Source
var TSpanEvent_EndElapsed_DEFAULT int32 = 0
View Source
var TSpanEvent_EndPoint_DEFAULT string
View Source
var TSpanEvent_NextAsyncId_DEFAULT int32
View Source
var TSpanEvent_NextSpanId_DEFAULT int64 = -1
View Source
var TSpanEvent_RPC_DEFAULT string
View Source
var TSpanEvent_SpanId_DEFAULT int64
View Source
var TSpan_AcceptorHost_DEFAULT string
View Source
var TSpan_Annotations_DEFAULT []*TAnnotation
View Source
var TSpan_ApiId_DEFAULT int32
View Source
var TSpan_ApplicationServiceType_DEFAULT int16
View Source
var TSpan_Elapsed_DEFAULT int32 = 0
View Source
var TSpan_EndPoint_DEFAULT string
View Source
var TSpan_Err_DEFAULT int32
View Source
var TSpan_Flag_DEFAULT int16 = 0
View Source
var TSpan_LoggingTransactionInfo_DEFAULT int8
View Source
var TSpan_ParentApplicationName_DEFAULT string
View Source
var TSpan_ParentApplicationType_DEFAULT int16
View Source
var TSpan_ParentSpanId_DEFAULT int64 = -1
View Source
var TSpan_RPC_DEFAULT string
View Source
var TSpan_RemoteAddr_DEFAULT string
View Source
var TSpan_SpanEventList_DEFAULT []*TSpanEvent
View Source
var TSpan_Version_DEFAULT int8 = 1

Functions

This section is empty.

Types

type TAnnotation

type TAnnotation struct {
	Key   int32             `thrift:"key,1" db:"key" json:"key"`
	Value *TAnnotationValue `thrift:"value,2" db:"value" json:"value,omitempty"`
}

Attributes:

  • Key
  • Value

func NewTAnnotation

func NewTAnnotation() *TAnnotation

func (*TAnnotation) GetKey

func (p *TAnnotation) GetKey() int32

func (*TAnnotation) GetValue

func (p *TAnnotation) GetValue() *TAnnotationValue

func (*TAnnotation) IsSetValue

func (p *TAnnotation) IsSetValue() bool

func (*TAnnotation) Read

func (p *TAnnotation) Read(iprot thrift.TProtocol) error

func (*TAnnotation) ReadField1

func (p *TAnnotation) ReadField1(iprot thrift.TProtocol) error

func (*TAnnotation) ReadField2

func (p *TAnnotation) ReadField2(iprot thrift.TProtocol) error

func (*TAnnotation) String

func (p *TAnnotation) String() string

func (*TAnnotation) Write

func (p *TAnnotation) Write(oprot thrift.TProtocol) error

type TAnnotationValue

type TAnnotationValue struct {
	StringValue                   *string                         `thrift:"stringValue,1" db:"stringValue" json:"stringValue,omitempty"`
	BoolValue                     *bool                           `thrift:"boolValue,2" db:"boolValue" json:"boolValue,omitempty"`
	IntValue                      *int32                          `thrift:"intValue,3" db:"intValue" json:"intValue,omitempty"`
	LongValue                     *int64                          `thrift:"longValue,4" db:"longValue" json:"longValue,omitempty"`
	ShortValue                    *int16                          `thrift:"shortValue,5" db:"shortValue" json:"shortValue,omitempty"`
	DoubleValue                   *float64                        `thrift:"doubleValue,6" db:"doubleValue" json:"doubleValue,omitempty"`
	BinaryValue                   []byte                          `thrift:"binaryValue,7" db:"binaryValue" json:"binaryValue,omitempty"`
	ByteValue                     *int8                           `thrift:"byteValue,8" db:"byteValue" json:"byteValue,omitempty"`
	IntStringValue                *TIntStringValue                `thrift:"intStringValue,9" db:"intStringValue" json:"intStringValue,omitempty"`
	IntStringStringValue          *TIntStringStringValue          `thrift:"intStringStringValue,10" db:"intStringStringValue" json:"intStringStringValue,omitempty"`
	LongIntIntByteByteStringValue *TLongIntIntByteByteStringValue `thrift:"longIntIntByteByteStringValue,11" db:"longIntIntByteByteStringValue" json:"longIntIntByteByteStringValue,omitempty"`
	IntBooleanIntBooleanValue     *TIntBooleanIntBooleanValue     `thrift:"intBooleanIntBooleanValue,12" db:"intBooleanIntBooleanValue" json:"intBooleanIntBooleanValue,omitempty"`
}

Attributes:

  • StringValue
  • BoolValue
  • IntValue
  • LongValue
  • ShortValue
  • DoubleValue
  • BinaryValue
  • ByteValue
  • IntStringValue
  • IntStringStringValue
  • LongIntIntByteByteStringValue
  • IntBooleanIntBooleanValue
var TAnnotation_Value_DEFAULT *TAnnotationValue

func NewTAnnotationValue

func NewTAnnotationValue() *TAnnotationValue

func (*TAnnotationValue) CountSetFieldsTAnnotationValue

func (p *TAnnotationValue) CountSetFieldsTAnnotationValue() int

func (*TAnnotationValue) GetBinaryValue

func (p *TAnnotationValue) GetBinaryValue() []byte

func (*TAnnotationValue) GetBoolValue

func (p *TAnnotationValue) GetBoolValue() bool

func (*TAnnotationValue) GetByteValue

func (p *TAnnotationValue) GetByteValue() int8

func (*TAnnotationValue) GetDoubleValue

func (p *TAnnotationValue) GetDoubleValue() float64

func (*TAnnotationValue) GetIntBooleanIntBooleanValue

func (p *TAnnotationValue) GetIntBooleanIntBooleanValue() *TIntBooleanIntBooleanValue

func (*TAnnotationValue) GetIntStringStringValue

func (p *TAnnotationValue) GetIntStringStringValue() *TIntStringStringValue

func (*TAnnotationValue) GetIntStringValue

func (p *TAnnotationValue) GetIntStringValue() *TIntStringValue

func (*TAnnotationValue) GetIntValue

func (p *TAnnotationValue) GetIntValue() int32

func (*TAnnotationValue) GetLongIntIntByteByteStringValue

func (p *TAnnotationValue) GetLongIntIntByteByteStringValue() *TLongIntIntByteByteStringValue

func (*TAnnotationValue) GetLongValue

func (p *TAnnotationValue) GetLongValue() int64

func (*TAnnotationValue) GetShortValue

func (p *TAnnotationValue) GetShortValue() int16

func (*TAnnotationValue) GetStringValue

func (p *TAnnotationValue) GetStringValue() string

func (*TAnnotationValue) IsSetBinaryValue

func (p *TAnnotationValue) IsSetBinaryValue() bool

func (*TAnnotationValue) IsSetBoolValue

func (p *TAnnotationValue) IsSetBoolValue() bool

func (*TAnnotationValue) IsSetByteValue

func (p *TAnnotationValue) IsSetByteValue() bool

func (*TAnnotationValue) IsSetDoubleValue

func (p *TAnnotationValue) IsSetDoubleValue() bool

func (*TAnnotationValue) IsSetIntBooleanIntBooleanValue

func (p *TAnnotationValue) IsSetIntBooleanIntBooleanValue() bool

func (*TAnnotationValue) IsSetIntStringStringValue

func (p *TAnnotationValue) IsSetIntStringStringValue() bool

func (*TAnnotationValue) IsSetIntStringValue

func (p *TAnnotationValue) IsSetIntStringValue() bool

func (*TAnnotationValue) IsSetIntValue

func (p *TAnnotationValue) IsSetIntValue() bool

func (*TAnnotationValue) IsSetLongIntIntByteByteStringValue

func (p *TAnnotationValue) IsSetLongIntIntByteByteStringValue() bool

func (*TAnnotationValue) IsSetLongValue

func (p *TAnnotationValue) IsSetLongValue() bool

func (*TAnnotationValue) IsSetShortValue

func (p *TAnnotationValue) IsSetShortValue() bool

func (*TAnnotationValue) IsSetStringValue

func (p *TAnnotationValue) IsSetStringValue() bool

func (*TAnnotationValue) Read

func (p *TAnnotationValue) Read(iprot thrift.TProtocol) error

func (*TAnnotationValue) ReadField1

func (p *TAnnotationValue) ReadField1(iprot thrift.TProtocol) error

func (*TAnnotationValue) ReadField10

func (p *TAnnotationValue) ReadField10(iprot thrift.TProtocol) error

func (*TAnnotationValue) ReadField11

func (p *TAnnotationValue) ReadField11(iprot thrift.TProtocol) error

func (*TAnnotationValue) ReadField12

func (p *TAnnotationValue) ReadField12(iprot thrift.TProtocol) error

func (*TAnnotationValue) ReadField2

func (p *TAnnotationValue) ReadField2(iprot thrift.TProtocol) error

func (*TAnnotationValue) ReadField3

func (p *TAnnotationValue) ReadField3(iprot thrift.TProtocol) error

func (*TAnnotationValue) ReadField4

func (p *TAnnotationValue) ReadField4(iprot thrift.TProtocol) error

func (*TAnnotationValue) ReadField5

func (p *TAnnotationValue) ReadField5(iprot thrift.TProtocol) error

func (*TAnnotationValue) ReadField6

func (p *TAnnotationValue) ReadField6(iprot thrift.TProtocol) error

func (*TAnnotationValue) ReadField7

func (p *TAnnotationValue) ReadField7(iprot thrift.TProtocol) error

func (*TAnnotationValue) ReadField8

func (p *TAnnotationValue) ReadField8(iprot thrift.TProtocol) error

func (*TAnnotationValue) ReadField9

func (p *TAnnotationValue) ReadField9(iprot thrift.TProtocol) error

func (*TAnnotationValue) String

func (p *TAnnotationValue) String() string

func (*TAnnotationValue) Write

func (p *TAnnotationValue) Write(oprot thrift.TProtocol) error

type TApiMetaData

type TApiMetaData struct {
	AgentId        string `thrift:"agentId,1" db:"agentId" json:"agentId"`
	AgentStartTime int64  `thrift:"agentStartTime,2" db:"agentStartTime" json:"agentStartTime"`
	// unused field # 3
	ApiId   int32  `thrift:"apiId,4" db:"apiId" json:"apiId"`
	ApiInfo string `thrift:"apiInfo,5" db:"apiInfo" json:"apiInfo"`
	Line    *int32 `thrift:"line,6" db:"line" json:"line,omitempty"`
	// unused fields # 7 to 9
	Type *int32 `thrift:"type,10" db:"type" json:"type,omitempty"`
}

Attributes:

  • AgentId
  • AgentStartTime
  • ApiId
  • ApiInfo
  • Line
  • Type

func NewTApiMetaData

func NewTApiMetaData() *TApiMetaData

func (*TApiMetaData) GetAgentId

func (p *TApiMetaData) GetAgentId() string

func (*TApiMetaData) GetAgentStartTime

func (p *TApiMetaData) GetAgentStartTime() int64

func (*TApiMetaData) GetApiId

func (p *TApiMetaData) GetApiId() int32

func (*TApiMetaData) GetApiInfo

func (p *TApiMetaData) GetApiInfo() string

func (*TApiMetaData) GetLine

func (p *TApiMetaData) GetLine() int32

func (*TApiMetaData) GetType

func (p *TApiMetaData) GetType() int32

func (*TApiMetaData) IsSetLine

func (p *TApiMetaData) IsSetLine() bool

func (*TApiMetaData) IsSetType

func (p *TApiMetaData) IsSetType() bool

func (*TApiMetaData) Read

func (p *TApiMetaData) Read(iprot thrift.TProtocol) error

func (*TApiMetaData) ReadField1

func (p *TApiMetaData) ReadField1(iprot thrift.TProtocol) error

func (*TApiMetaData) ReadField10

func (p *TApiMetaData) ReadField10(iprot thrift.TProtocol) error

func (*TApiMetaData) ReadField2

func (p *TApiMetaData) ReadField2(iprot thrift.TProtocol) error

func (*TApiMetaData) ReadField4

func (p *TApiMetaData) ReadField4(iprot thrift.TProtocol) error

func (*TApiMetaData) ReadField5

func (p *TApiMetaData) ReadField5(iprot thrift.TProtocol) error

func (*TApiMetaData) ReadField6

func (p *TApiMetaData) ReadField6(iprot thrift.TProtocol) error

func (*TApiMetaData) String

func (p *TApiMetaData) String() string

func (*TApiMetaData) Write

func (p *TApiMetaData) Write(oprot thrift.TProtocol) error

type TIntBooleanIntBooleanValue

type TIntBooleanIntBooleanValue struct {
	IntValue1  int32 `thrift:"intValue1,1" db:"intValue1" json:"intValue1"`
	BoolValue1 bool  `thrift:"boolValue1,2" db:"boolValue1" json:"boolValue1"`
	IntValue2  int32 `thrift:"intValue2,3" db:"intValue2" json:"intValue2"`
	BoolValue2 bool  `thrift:"boolValue2,4" db:"boolValue2" json:"boolValue2"`
}

Attributes:

  • IntValue1
  • BoolValue1
  • IntValue2
  • BoolValue2
var TAnnotationValue_IntBooleanIntBooleanValue_DEFAULT *TIntBooleanIntBooleanValue

func NewTIntBooleanIntBooleanValue

func NewTIntBooleanIntBooleanValue() *TIntBooleanIntBooleanValue

func (*TIntBooleanIntBooleanValue) GetBoolValue1

func (p *TIntBooleanIntBooleanValue) GetBoolValue1() bool

func (*TIntBooleanIntBooleanValue) GetBoolValue2

func (p *TIntBooleanIntBooleanValue) GetBoolValue2() bool

func (*TIntBooleanIntBooleanValue) GetIntValue1

func (p *TIntBooleanIntBooleanValue) GetIntValue1() int32

func (*TIntBooleanIntBooleanValue) GetIntValue2

func (p *TIntBooleanIntBooleanValue) GetIntValue2() int32

func (*TIntBooleanIntBooleanValue) Read

func (*TIntBooleanIntBooleanValue) ReadField1

func (p *TIntBooleanIntBooleanValue) ReadField1(iprot thrift.TProtocol) error

func (*TIntBooleanIntBooleanValue) ReadField2

func (p *TIntBooleanIntBooleanValue) ReadField2(iprot thrift.TProtocol) error

func (*TIntBooleanIntBooleanValue) ReadField3

func (p *TIntBooleanIntBooleanValue) ReadField3(iprot thrift.TProtocol) error

func (*TIntBooleanIntBooleanValue) ReadField4

func (p *TIntBooleanIntBooleanValue) ReadField4(iprot thrift.TProtocol) error

func (*TIntBooleanIntBooleanValue) String

func (p *TIntBooleanIntBooleanValue) String() string

func (*TIntBooleanIntBooleanValue) Write

type TIntStringStringValue

type TIntStringStringValue struct {
	IntValue     int32   `thrift:"intValue,1" db:"intValue" json:"intValue"`
	StringValue1 *string `thrift:"stringValue1,2" db:"stringValue1" json:"stringValue1,omitempty"`
	StringValue2 *string `thrift:"stringValue2,3" db:"stringValue2" json:"stringValue2,omitempty"`
}

Attributes:

  • IntValue
  • StringValue1
  • StringValue2
var TAnnotationValue_IntStringStringValue_DEFAULT *TIntStringStringValue

func NewTIntStringStringValue

func NewTIntStringStringValue() *TIntStringStringValue

func (*TIntStringStringValue) GetIntValue

func (p *TIntStringStringValue) GetIntValue() int32

func (*TIntStringStringValue) GetStringValue1

func (p *TIntStringStringValue) GetStringValue1() string

func (*TIntStringStringValue) GetStringValue2

func (p *TIntStringStringValue) GetStringValue2() string

func (*TIntStringStringValue) IsSetStringValue1

func (p *TIntStringStringValue) IsSetStringValue1() bool

func (*TIntStringStringValue) IsSetStringValue2

func (p *TIntStringStringValue) IsSetStringValue2() bool

func (*TIntStringStringValue) Read

func (*TIntStringStringValue) ReadField1

func (p *TIntStringStringValue) ReadField1(iprot thrift.TProtocol) error

func (*TIntStringStringValue) ReadField2

func (p *TIntStringStringValue) ReadField2(iprot thrift.TProtocol) error

func (*TIntStringStringValue) ReadField3

func (p *TIntStringStringValue) ReadField3(iprot thrift.TProtocol) error

func (*TIntStringStringValue) String

func (p *TIntStringStringValue) String() string

func (*TIntStringStringValue) Write

func (p *TIntStringStringValue) Write(oprot thrift.TProtocol) error

type TIntStringValue

type TIntStringValue struct {
	IntValue    int32   `thrift:"intValue,1" db:"intValue" json:"intValue"`
	StringValue *string `thrift:"stringValue,2" db:"stringValue" json:"stringValue,omitempty"`
}

Attributes:

  • IntValue
  • StringValue
var TAnnotationValue_IntStringValue_DEFAULT *TIntStringValue
var TSpanEvent_ExceptionInfo_DEFAULT *TIntStringValue
var TSpan_ExceptionInfo_DEFAULT *TIntStringValue

func NewTIntStringValue

func NewTIntStringValue() *TIntStringValue

func (*TIntStringValue) GetIntValue

func (p *TIntStringValue) GetIntValue() int32

func (*TIntStringValue) GetStringValue

func (p *TIntStringValue) GetStringValue() string

func (*TIntStringValue) IsSetStringValue

func (p *TIntStringValue) IsSetStringValue() bool

func (*TIntStringValue) Read

func (p *TIntStringValue) Read(iprot thrift.TProtocol) error

func (*TIntStringValue) ReadField1

func (p *TIntStringValue) ReadField1(iprot thrift.TProtocol) error

func (*TIntStringValue) ReadField2

func (p *TIntStringValue) ReadField2(iprot thrift.TProtocol) error

func (*TIntStringValue) String

func (p *TIntStringValue) String() string

func (*TIntStringValue) Write

func (p *TIntStringValue) Write(oprot thrift.TProtocol) error

type TLongIntIntByteByteStringValue

type TLongIntIntByteByteStringValue struct {
	LongValue   int64   `thrift:"longValue,1" db:"longValue" json:"longValue"`
	IntValue1   int32   `thrift:"intValue1,2" db:"intValue1" json:"intValue1"`
	IntValue2   *int32  `thrift:"intValue2,3" db:"intValue2" json:"intValue2,omitempty"`
	ByteValue1  *int8   `thrift:"byteValue1,4" db:"byteValue1" json:"byteValue1,omitempty"`
	ByteValue2  *int8   `thrift:"byteValue2,5" db:"byteValue2" json:"byteValue2,omitempty"`
	StringValue *string `thrift:"stringValue,6" db:"stringValue" json:"stringValue,omitempty"`
}

Attributes:

  • LongValue
  • IntValue1
  • IntValue2
  • ByteValue1
  • ByteValue2
  • StringValue
var TAnnotationValue_LongIntIntByteByteStringValue_DEFAULT *TLongIntIntByteByteStringValue

func NewTLongIntIntByteByteStringValue

func NewTLongIntIntByteByteStringValue() *TLongIntIntByteByteStringValue

func (*TLongIntIntByteByteStringValue) GetByteValue1

func (p *TLongIntIntByteByteStringValue) GetByteValue1() int8

func (*TLongIntIntByteByteStringValue) GetByteValue2

func (p *TLongIntIntByteByteStringValue) GetByteValue2() int8

func (*TLongIntIntByteByteStringValue) GetIntValue1

func (p *TLongIntIntByteByteStringValue) GetIntValue1() int32

func (*TLongIntIntByteByteStringValue) GetIntValue2

func (p *TLongIntIntByteByteStringValue) GetIntValue2() int32

func (*TLongIntIntByteByteStringValue) GetLongValue

func (p *TLongIntIntByteByteStringValue) GetLongValue() int64

func (*TLongIntIntByteByteStringValue) GetStringValue

func (p *TLongIntIntByteByteStringValue) GetStringValue() string

func (*TLongIntIntByteByteStringValue) IsSetByteValue1

func (p *TLongIntIntByteByteStringValue) IsSetByteValue1() bool

func (*TLongIntIntByteByteStringValue) IsSetByteValue2

func (p *TLongIntIntByteByteStringValue) IsSetByteValue2() bool

func (*TLongIntIntByteByteStringValue) IsSetIntValue2

func (p *TLongIntIntByteByteStringValue) IsSetIntValue2() bool

func (*TLongIntIntByteByteStringValue) IsSetStringValue

func (p *TLongIntIntByteByteStringValue) IsSetStringValue() bool

func (*TLongIntIntByteByteStringValue) Read

func (*TLongIntIntByteByteStringValue) ReadField1

func (*TLongIntIntByteByteStringValue) ReadField2

func (*TLongIntIntByteByteStringValue) ReadField3

func (*TLongIntIntByteByteStringValue) ReadField4

func (*TLongIntIntByteByteStringValue) ReadField5

func (*TLongIntIntByteByteStringValue) ReadField6

func (*TLongIntIntByteByteStringValue) String

func (*TLongIntIntByteByteStringValue) Write

type TResult_

type TResult_ struct {
	Success bool    `thrift:"success,1" db:"success" json:"success"`
	Message *string `thrift:"message,2" db:"message" json:"message,omitempty"`
}

Attributes:

  • Success
  • Message

func NewTResult_

func NewTResult_() *TResult_

func (*TResult_) GetMessage

func (p *TResult_) GetMessage() string

func (*TResult_) GetSuccess

func (p *TResult_) GetSuccess() bool

func (*TResult_) IsSetMessage

func (p *TResult_) IsSetMessage() bool

func (*TResult_) Read

func (p *TResult_) Read(iprot thrift.TProtocol) error

func (*TResult_) ReadField1

func (p *TResult_) ReadField1(iprot thrift.TProtocol) error

func (*TResult_) ReadField2

func (p *TResult_) ReadField2(iprot thrift.TProtocol) error

func (*TResult_) String

func (p *TResult_) String() string

func (*TResult_) Write

func (p *TResult_) Write(oprot thrift.TProtocol) error

type TSpan

type TSpan struct {
	AgentId         string `thrift:"agentId,1" db:"agentId" json:"agentId"`
	ApplicationName string `thrift:"applicationName,2" db:"applicationName" json:"applicationName"`
	AgentStartTime  int64  `thrift:"agentStartTime,3" db:"agentStartTime" json:"agentStartTime"`
	TransactionId   []byte `thrift:"transactionId,4" db:"transactionId" json:"transactionId"`
	// unused fields # 5 to 6
	SpanId                int64          `thrift:"spanId,7" db:"spanId" json:"spanId"`
	ParentSpanId          int64          `thrift:"parentSpanId,8" db:"parentSpanId" json:"parentSpanId,omitempty"`
	StartTime             int64          `thrift:"startTime,9" db:"startTime" json:"startTime"`
	Elapsed               int32          `thrift:"elapsed,10" db:"elapsed" json:"elapsed,omitempty"`
	RPC                   *string        `thrift:"rpc,11" db:"rpc" json:"rpc,omitempty"`
	ServiceType           int16          `thrift:"serviceType,12" db:"serviceType" json:"serviceType"`
	EndPoint              *string        `thrift:"endPoint,13" db:"endPoint" json:"endPoint,omitempty"`
	RemoteAddr            *string        `thrift:"remoteAddr,14" db:"remoteAddr" json:"remoteAddr,omitempty"`
	Annotations           []*TAnnotation `thrift:"annotations,15" db:"annotations" json:"annotations,omitempty"`
	Flag                  int16          `thrift:"flag,16" db:"flag" json:"flag,omitempty"`
	Err                   *int32         `thrift:"err,17" db:"err" json:"err,omitempty"`
	SpanEventList         []*TSpanEvent  `thrift:"spanEventList,18" db:"spanEventList" json:"spanEventList,omitempty"`
	ParentApplicationName *string        `thrift:"parentApplicationName,19" db:"parentApplicationName" json:"parentApplicationName,omitempty"`
	ParentApplicationType *int16         `thrift:"parentApplicationType,20" db:"parentApplicationType" json:"parentApplicationType,omitempty"`
	AcceptorHost          *string        `thrift:"acceptorHost,21" db:"acceptorHost" json:"acceptorHost,omitempty"`
	// unused fields # 22 to 24
	ApiId         *int32           `thrift:"apiId,25" db:"apiId" json:"apiId,omitempty"`
	ExceptionInfo *TIntStringValue `thrift:"exceptionInfo,26" db:"exceptionInfo" json:"exceptionInfo,omitempty"`
	// unused fields # 27 to 29
	ApplicationServiceType *int16 `thrift:"applicationServiceType,30" db:"applicationServiceType" json:"applicationServiceType,omitempty"`
	LoggingTransactionInfo *int8  `thrift:"loggingTransactionInfo,31" db:"loggingTransactionInfo" json:"loggingTransactionInfo,omitempty"`
	Version                int8   `thrift:"version,32" db:"version" json:"version,omitempty"`
}

Attributes:

  • AgentId
  • ApplicationName
  • AgentStartTime
  • TransactionId
  • SpanId
  • ParentSpanId
  • StartTime
  • Elapsed
  • RPC
  • ServiceType
  • EndPoint
  • RemoteAddr
  • Annotations
  • Flag
  • Err
  • SpanEventList
  • ParentApplicationName
  • ParentApplicationType
  • AcceptorHost
  • ApiId
  • ExceptionInfo
  • ApplicationServiceType
  • LoggingTransactionInfo
  • Version

func NewTSpan

func NewTSpan() *TSpan

func (*TSpan) GetAcceptorHost

func (p *TSpan) GetAcceptorHost() string

func (*TSpan) GetAgentId

func (p *TSpan) GetAgentId() string

func (*TSpan) GetAgentStartTime

func (p *TSpan) GetAgentStartTime() int64

func (*TSpan) GetAnnotations

func (p *TSpan) GetAnnotations() []*TAnnotation

func (*TSpan) GetApiId

func (p *TSpan) GetApiId() int32

func (*TSpan) GetApplicationName

func (p *TSpan) GetApplicationName() string

func (*TSpan) GetApplicationServiceType

func (p *TSpan) GetApplicationServiceType() int16

func (*TSpan) GetElapsed

func (p *TSpan) GetElapsed() int32

func (*TSpan) GetEndPoint

func (p *TSpan) GetEndPoint() string

func (*TSpan) GetErr

func (p *TSpan) GetErr() int32

func (*TSpan) GetExceptionInfo

func (p *TSpan) GetExceptionInfo() *TIntStringValue

func (*TSpan) GetFlag

func (p *TSpan) GetFlag() int16

func (*TSpan) GetLoggingTransactionInfo

func (p *TSpan) GetLoggingTransactionInfo() int8

func (*TSpan) GetParentApplicationName

func (p *TSpan) GetParentApplicationName() string

func (*TSpan) GetParentApplicationType

func (p *TSpan) GetParentApplicationType() int16

func (*TSpan) GetParentSpanId

func (p *TSpan) GetParentSpanId() int64

func (*TSpan) GetRPC

func (p *TSpan) GetRPC() string

func (*TSpan) GetRemoteAddr

func (p *TSpan) GetRemoteAddr() string

func (*TSpan) GetServiceType

func (p *TSpan) GetServiceType() int16

func (*TSpan) GetSpanEventList

func (p *TSpan) GetSpanEventList() []*TSpanEvent

func (*TSpan) GetSpanId

func (p *TSpan) GetSpanId() int64

func (*TSpan) GetStartTime

func (p *TSpan) GetStartTime() int64

func (*TSpan) GetTransactionId

func (p *TSpan) GetTransactionId() []byte

func (*TSpan) GetVersion

func (p *TSpan) GetVersion() int8

func (*TSpan) IsSetAcceptorHost

func (p *TSpan) IsSetAcceptorHost() bool

func (*TSpan) IsSetAnnotations

func (p *TSpan) IsSetAnnotations() bool

func (*TSpan) IsSetApiId

func (p *TSpan) IsSetApiId() bool

func (*TSpan) IsSetApplicationServiceType

func (p *TSpan) IsSetApplicationServiceType() bool

func (*TSpan) IsSetElapsed

func (p *TSpan) IsSetElapsed() bool

func (*TSpan) IsSetEndPoint

func (p *TSpan) IsSetEndPoint() bool

func (*TSpan) IsSetErr

func (p *TSpan) IsSetErr() bool

func (*TSpan) IsSetExceptionInfo

func (p *TSpan) IsSetExceptionInfo() bool

func (*TSpan) IsSetFlag

func (p *TSpan) IsSetFlag() bool

func (*TSpan) IsSetLoggingTransactionInfo

func (p *TSpan) IsSetLoggingTransactionInfo() bool

func (*TSpan) IsSetParentApplicationName

func (p *TSpan) IsSetParentApplicationName() bool

func (*TSpan) IsSetParentApplicationType

func (p *TSpan) IsSetParentApplicationType() bool

func (*TSpan) IsSetParentSpanId

func (p *TSpan) IsSetParentSpanId() bool

func (*TSpan) IsSetRPC

func (p *TSpan) IsSetRPC() bool

func (*TSpan) IsSetRemoteAddr

func (p *TSpan) IsSetRemoteAddr() bool

func (*TSpan) IsSetSpanEventList

func (p *TSpan) IsSetSpanEventList() bool

func (*TSpan) IsSetVersion

func (p *TSpan) IsSetVersion() bool

func (*TSpan) Read

func (p *TSpan) Read(iprot thrift.TProtocol) error

func (*TSpan) ReadField1

func (p *TSpan) ReadField1(iprot thrift.TProtocol) error

func (*TSpan) ReadField10

func (p *TSpan) ReadField10(iprot thrift.TProtocol) error

func (*TSpan) ReadField11

func (p *TSpan) ReadField11(iprot thrift.TProtocol) error

func (*TSpan) ReadField12

func (p *TSpan) ReadField12(iprot thrift.TProtocol) error

func (*TSpan) ReadField13

func (p *TSpan) ReadField13(iprot thrift.TProtocol) error

func (*TSpan) ReadField14

func (p *TSpan) ReadField14(iprot thrift.TProtocol) error

func (*TSpan) ReadField15

func (p *TSpan) ReadField15(iprot thrift.TProtocol) error

func (*TSpan) ReadField16

func (p *TSpan) ReadField16(iprot thrift.TProtocol) error

func (*TSpan) ReadField17

func (p *TSpan) ReadField17(iprot thrift.TProtocol) error

func (*TSpan) ReadField18

func (p *TSpan) ReadField18(iprot thrift.TProtocol) error

func (*TSpan) ReadField19

func (p *TSpan) ReadField19(iprot thrift.TProtocol) error

func (*TSpan) ReadField2

func (p *TSpan) ReadField2(iprot thrift.TProtocol) error

func (*TSpan) ReadField20

func (p *TSpan) ReadField20(iprot thrift.TProtocol) error

func (*TSpan) ReadField21

func (p *TSpan) ReadField21(iprot thrift.TProtocol) error

func (*TSpan) ReadField25

func (p *TSpan) ReadField25(iprot thrift.TProtocol) error

func (*TSpan) ReadField26

func (p *TSpan) ReadField26(iprot thrift.TProtocol) error

func (*TSpan) ReadField3

func (p *TSpan) ReadField3(iprot thrift.TProtocol) error

func (*TSpan) ReadField30

func (p *TSpan) ReadField30(iprot thrift.TProtocol) error

func (*TSpan) ReadField31

func (p *TSpan) ReadField31(iprot thrift.TProtocol) error

func (*TSpan) ReadField32

func (p *TSpan) ReadField32(iprot thrift.TProtocol) error

func (*TSpan) ReadField4

func (p *TSpan) ReadField4(iprot thrift.TProtocol) error

func (*TSpan) ReadField7

func (p *TSpan) ReadField7(iprot thrift.TProtocol) error

func (*TSpan) ReadField8

func (p *TSpan) ReadField8(iprot thrift.TProtocol) error

func (*TSpan) ReadField9

func (p *TSpan) ReadField9(iprot thrift.TProtocol) error

func (*TSpan) String

func (p *TSpan) String() string

func (*TSpan) Write

func (p *TSpan) Write(oprot thrift.TProtocol) error

type TSpanChunk

type TSpanChunk struct {
	AgentId         string `thrift:"agentId,1" db:"agentId" json:"agentId"`
	ApplicationName string `thrift:"applicationName,2" db:"applicationName" json:"applicationName"`
	AgentStartTime  int64  `thrift:"agentStartTime,3" db:"agentStartTime" json:"agentStartTime"`
	ServiceType     int16  `thrift:"serviceType,4" db:"serviceType" json:"serviceType"`
	TransactionId   []byte `thrift:"transactionId,5" db:"transactionId" json:"transactionId"`
	// unused fields # 6 to 7
	SpanId                 int64         `thrift:"spanId,8" db:"spanId" json:"spanId"`
	EndPoint               *string       `thrift:"endPoint,9" db:"endPoint" json:"endPoint,omitempty"`
	SpanEventList          []*TSpanEvent `thrift:"spanEventList,10" db:"spanEventList" json:"spanEventList"`
	ApplicationServiceType *int16        `thrift:"applicationServiceType,11" db:"applicationServiceType" json:"applicationServiceType,omitempty"`
	KeyTime                *int64        `thrift:"keyTime,12" db:"keyTime" json:"keyTime,omitempty"`
	Version                int8          `thrift:"version,13" db:"version" json:"version,omitempty"`
}

Attributes:

  • AgentId
  • ApplicationName
  • AgentStartTime
  • ServiceType
  • TransactionId
  • SpanId
  • EndPoint
  • SpanEventList
  • ApplicationServiceType
  • KeyTime
  • Version

func NewTSpanChunk

func NewTSpanChunk() *TSpanChunk

func (*TSpanChunk) GetAgentId

func (p *TSpanChunk) GetAgentId() string

func (*TSpanChunk) GetAgentStartTime

func (p *TSpanChunk) GetAgentStartTime() int64

func (*TSpanChunk) GetApplicationName

func (p *TSpanChunk) GetApplicationName() string

func (*TSpanChunk) GetApplicationServiceType

func (p *TSpanChunk) GetApplicationServiceType() int16

func (*TSpanChunk) GetEndPoint

func (p *TSpanChunk) GetEndPoint() string

func (*TSpanChunk) GetKeyTime

func (p *TSpanChunk) GetKeyTime() int64

func (*TSpanChunk) GetServiceType

func (p *TSpanChunk) GetServiceType() int16

func (*TSpanChunk) GetSpanEventList

func (p *TSpanChunk) GetSpanEventList() []*TSpanEvent

func (*TSpanChunk) GetSpanId

func (p *TSpanChunk) GetSpanId() int64

func (*TSpanChunk) GetTransactionId

func (p *TSpanChunk) GetTransactionId() []byte

func (*TSpanChunk) GetVersion

func (p *TSpanChunk) GetVersion() int8

func (*TSpanChunk) IsSetApplicationServiceType

func (p *TSpanChunk) IsSetApplicationServiceType() bool

func (*TSpanChunk) IsSetEndPoint

func (p *TSpanChunk) IsSetEndPoint() bool

func (*TSpanChunk) IsSetKeyTime

func (p *TSpanChunk) IsSetKeyTime() bool

func (*TSpanChunk) IsSetVersion

func (p *TSpanChunk) IsSetVersion() bool

func (*TSpanChunk) Read

func (p *TSpanChunk) Read(iprot thrift.TProtocol) error

func (*TSpanChunk) ReadField1

func (p *TSpanChunk) ReadField1(iprot thrift.TProtocol) error

func (*TSpanChunk) ReadField10

func (p *TSpanChunk) ReadField10(iprot thrift.TProtocol) error

func (*TSpanChunk) ReadField11

func (p *TSpanChunk) ReadField11(iprot thrift.TProtocol) error

func (*TSpanChunk) ReadField12

func (p *TSpanChunk) ReadField12(iprot thrift.TProtocol) error

func (*TSpanChunk) ReadField13

func (p *TSpanChunk) ReadField13(iprot thrift.TProtocol) error

func (*TSpanChunk) ReadField2

func (p *TSpanChunk) ReadField2(iprot thrift.TProtocol) error

func (*TSpanChunk) ReadField3

func (p *TSpanChunk) ReadField3(iprot thrift.TProtocol) error

func (*TSpanChunk) ReadField4

func (p *TSpanChunk) ReadField4(iprot thrift.TProtocol) error

func (*TSpanChunk) ReadField5

func (p *TSpanChunk) ReadField5(iprot thrift.TProtocol) error

func (*TSpanChunk) ReadField8

func (p *TSpanChunk) ReadField8(iprot thrift.TProtocol) error

func (*TSpanChunk) ReadField9

func (p *TSpanChunk) ReadField9(iprot thrift.TProtocol) error

func (*TSpanChunk) String

func (p *TSpanChunk) String() string

func (*TSpanChunk) Write

func (p *TSpanChunk) Write(oprot thrift.TProtocol) error

type TSpanEvent

type TSpanEvent struct {
	// unused fields # 1 to 6
	SpanId       *int64         `thrift:"spanId,7" db:"spanId" json:"spanId,omitempty"`
	Sequence     int16          `thrift:"sequence,8" db:"sequence" json:"sequence"`
	StartElapsed int32          `thrift:"startElapsed,9" db:"startElapsed" json:"startElapsed"`
	EndElapsed   int32          `thrift:"endElapsed,10" db:"endElapsed" json:"endElapsed,omitempty"`
	RPC          *string        `thrift:"rpc,11" db:"rpc" json:"rpc,omitempty"`
	ServiceType  int16          `thrift:"serviceType,12" db:"serviceType" json:"serviceType"`
	EndPoint     *string        `thrift:"endPoint,13" db:"endPoint" json:"endPoint,omitempty"`
	Annotations  []*TAnnotation `thrift:"annotations,14" db:"annotations" json:"annotations,omitempty"`
	Depth        int32          `thrift:"depth,15" db:"depth" json:"depth,omitempty"`
	NextSpanId   int64          `thrift:"nextSpanId,16" db:"nextSpanId" json:"nextSpanId,omitempty"`
	// unused fields # 17 to 19
	DestinationId *string `thrift:"destinationId,20" db:"destinationId" json:"destinationId,omitempty"`
	// unused fields # 21 to 24
	ApiId         *int32           `thrift:"apiId,25" db:"apiId" json:"apiId,omitempty"`
	ExceptionInfo *TIntStringValue `thrift:"exceptionInfo,26" db:"exceptionInfo" json:"exceptionInfo,omitempty"`
	// unused fields # 27 to 29
	AsyncId       *int32 `thrift:"asyncId,30" db:"asyncId" json:"asyncId,omitempty"`
	NextAsyncId   *int32 `thrift:"nextAsyncId,31" db:"nextAsyncId" json:"nextAsyncId,omitempty"`
	AsyncSequence *int16 `thrift:"asyncSequence,32" db:"asyncSequence" json:"asyncSequence,omitempty"`
}

Attributes:

  • SpanId
  • Sequence
  • StartElapsed
  • EndElapsed
  • RPC
  • ServiceType
  • EndPoint
  • Annotations
  • Depth
  • NextSpanId
  • DestinationId
  • ApiId
  • ExceptionInfo
  • AsyncId
  • NextAsyncId
  • AsyncSequence

func NewTSpanEvent

func NewTSpanEvent() *TSpanEvent

func (*TSpanEvent) GetAnnotations

func (p *TSpanEvent) GetAnnotations() []*TAnnotation

func (*TSpanEvent) GetApiId

func (p *TSpanEvent) GetApiId() int32

func (*TSpanEvent) GetAsyncId

func (p *TSpanEvent) GetAsyncId() int32

func (*TSpanEvent) GetAsyncSequence

func (p *TSpanEvent) GetAsyncSequence() int16

func (*TSpanEvent) GetDepth

func (p *TSpanEvent) GetDepth() int32

func (*TSpanEvent) GetDestinationId

func (p *TSpanEvent) GetDestinationId() string

func (*TSpanEvent) GetEndElapsed

func (p *TSpanEvent) GetEndElapsed() int32

func (*TSpanEvent) GetEndPoint

func (p *TSpanEvent) GetEndPoint() string

func (*TSpanEvent) GetExceptionInfo

func (p *TSpanEvent) GetExceptionInfo() *TIntStringValue

func (*TSpanEvent) GetNextAsyncId

func (p *TSpanEvent) GetNextAsyncId() int32

func (*TSpanEvent) GetNextSpanId

func (p *TSpanEvent) GetNextSpanId() int64

func (*TSpanEvent) GetRPC

func (p *TSpanEvent) GetRPC() string

func (*TSpanEvent) GetSequence

func (p *TSpanEvent) GetSequence() int16

func (*TSpanEvent) GetServiceType

func (p *TSpanEvent) GetServiceType() int16

func (*TSpanEvent) GetSpanId

func (p *TSpanEvent) GetSpanId() int64

func (*TSpanEvent) GetStartElapsed

func (p *TSpanEvent) GetStartElapsed() int32

func (*TSpanEvent) IsSetAnnotations

func (p *TSpanEvent) IsSetAnnotations() bool

func (*TSpanEvent) IsSetApiId

func (p *TSpanEvent) IsSetApiId() bool

func (*TSpanEvent) IsSetAsyncId

func (p *TSpanEvent) IsSetAsyncId() bool

func (*TSpanEvent) IsSetAsyncSequence

func (p *TSpanEvent) IsSetAsyncSequence() bool

func (*TSpanEvent) IsSetDepth

func (p *TSpanEvent) IsSetDepth() bool

func (*TSpanEvent) IsSetDestinationId

func (p *TSpanEvent) IsSetDestinationId() bool

func (*TSpanEvent) IsSetEndElapsed

func (p *TSpanEvent) IsSetEndElapsed() bool

func (*TSpanEvent) IsSetEndPoint

func (p *TSpanEvent) IsSetEndPoint() bool

func (*TSpanEvent) IsSetExceptionInfo

func (p *TSpanEvent) IsSetExceptionInfo() bool

func (*TSpanEvent) IsSetNextAsyncId

func (p *TSpanEvent) IsSetNextAsyncId() bool

func (*TSpanEvent) IsSetNextSpanId

func (p *TSpanEvent) IsSetNextSpanId() bool

func (*TSpanEvent) IsSetRPC

func (p *TSpanEvent) IsSetRPC() bool

func (*TSpanEvent) IsSetSpanId

func (p *TSpanEvent) IsSetSpanId() bool

func (*TSpanEvent) Read

func (p *TSpanEvent) Read(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField10

func (p *TSpanEvent) ReadField10(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField11

func (p *TSpanEvent) ReadField11(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField12

func (p *TSpanEvent) ReadField12(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField13

func (p *TSpanEvent) ReadField13(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField14

func (p *TSpanEvent) ReadField14(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField15

func (p *TSpanEvent) ReadField15(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField16

func (p *TSpanEvent) ReadField16(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField20

func (p *TSpanEvent) ReadField20(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField25

func (p *TSpanEvent) ReadField25(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField26

func (p *TSpanEvent) ReadField26(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField30

func (p *TSpanEvent) ReadField30(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField31

func (p *TSpanEvent) ReadField31(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField32

func (p *TSpanEvent) ReadField32(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField7

func (p *TSpanEvent) ReadField7(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField8

func (p *TSpanEvent) ReadField8(iprot thrift.TProtocol) error

func (*TSpanEvent) ReadField9

func (p *TSpanEvent) ReadField9(iprot thrift.TProtocol) error

func (*TSpanEvent) String

func (p *TSpanEvent) String() string

func (*TSpanEvent) Write

func (p *TSpanEvent) Write(oprot thrift.TProtocol) error

type TSqlMetaData

type TSqlMetaData struct {
	AgentId        string `thrift:"agentId,1" db:"agentId" json:"agentId"`
	AgentStartTime int64  `thrift:"agentStartTime,2" db:"agentStartTime" json:"agentStartTime"`
	// unused field # 3
	SqlId int32  `thrift:"sqlId,4" db:"sqlId" json:"sqlId"`
	Sql   string `thrift:"sql,5" db:"sql" json:"sql"`
}

Attributes:

  • AgentId
  • AgentStartTime
  • SqlId
  • Sql

func NewTSqlMetaData

func NewTSqlMetaData() *TSqlMetaData

func (*TSqlMetaData) GetAgentId

func (p *TSqlMetaData) GetAgentId() string

func (*TSqlMetaData) GetAgentStartTime

func (p *TSqlMetaData) GetAgentStartTime() int64

func (*TSqlMetaData) GetSql

func (p *TSqlMetaData) GetSql() string

func (*TSqlMetaData) GetSqlId

func (p *TSqlMetaData) GetSqlId() int32

func (*TSqlMetaData) Read

func (p *TSqlMetaData) Read(iprot thrift.TProtocol) error

func (*TSqlMetaData) ReadField1

func (p *TSqlMetaData) ReadField1(iprot thrift.TProtocol) error

func (*TSqlMetaData) ReadField2

func (p *TSqlMetaData) ReadField2(iprot thrift.TProtocol) error

func (*TSqlMetaData) ReadField4

func (p *TSqlMetaData) ReadField4(iprot thrift.TProtocol) error

func (*TSqlMetaData) ReadField5

func (p *TSqlMetaData) ReadField5(iprot thrift.TProtocol) error

func (*TSqlMetaData) String

func (p *TSqlMetaData) String() string

func (*TSqlMetaData) Write

func (p *TSqlMetaData) Write(oprot thrift.TProtocol) error

type TStringMetaData

type TStringMetaData struct {
	AgentId        string `thrift:"agentId,1" db:"agentId" json:"agentId"`
	AgentStartTime int64  `thrift:"agentStartTime,2" db:"agentStartTime" json:"agentStartTime"`
	// unused field # 3
	StringId    int32  `thrift:"stringId,4" db:"stringId" json:"stringId"`
	StringValue string `thrift:"stringValue,5" db:"stringValue" json:"stringValue"`
}

Attributes:

  • AgentId
  • AgentStartTime
  • StringId
  • StringValue

func NewTStringMetaData

func NewTStringMetaData() *TStringMetaData

func (*TStringMetaData) GetAgentId

func (p *TStringMetaData) GetAgentId() string

func (*TStringMetaData) GetAgentStartTime

func (p *TStringMetaData) GetAgentStartTime() int64

func (*TStringMetaData) GetStringId

func (p *TStringMetaData) GetStringId() int32

func (*TStringMetaData) GetStringValue

func (p *TStringMetaData) GetStringValue() string

func (*TStringMetaData) Read

func (p *TStringMetaData) Read(iprot thrift.TProtocol) error

func (*TStringMetaData) ReadField1

func (p *TStringMetaData) ReadField1(iprot thrift.TProtocol) error

func (*TStringMetaData) ReadField2

func (p *TStringMetaData) ReadField2(iprot thrift.TProtocol) error

func (*TStringMetaData) ReadField4

func (p *TStringMetaData) ReadField4(iprot thrift.TProtocol) error

func (*TStringMetaData) ReadField5

func (p *TStringMetaData) ReadField5(iprot thrift.TProtocol) error

func (*TStringMetaData) String

func (p *TStringMetaData) String() string

func (*TStringMetaData) Write

func (p *TStringMetaData) Write(oprot thrift.TProtocol) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL