command

package
v0.0.0-...-62f52bb Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2021 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int
View Source
var TActiveThreadDump_EntryPoint_DEFAULT string
View Source
var TActiveThreadDump_TransactionId_DEFAULT string
View Source
var TActiveThreadLightDump_EntryPoint_DEFAULT string
View Source
var TActiveThreadLightDump_TransactionId_DEFAULT string
View Source
var TCmdActiveThreadCountRes_TimeStamp_DEFAULT int64
View Source
var TCmdActiveThreadDumpRes_SubType_DEFAULT string
View Source
var TCmdActiveThreadDumpRes_Type_DEFAULT string
View Source
var TCmdActiveThreadDumpRes_Version_DEFAULT string
View Source
var TCmdActiveThreadDump_Limit_DEFAULT int32
View Source
var TCmdActiveThreadDump_LocalTraceIdList_DEFAULT []int64
View Source
var TCmdActiveThreadDump_ThreadNameList_DEFAULT []string
View Source
var TCmdActiveThreadLightDumpRes_SubType_DEFAULT string
View Source
var TCmdActiveThreadLightDumpRes_Type_DEFAULT string
View Source
var TCmdActiveThreadLightDumpRes_Version_DEFAULT string
View Source
var TCmdActiveThreadLightDump_Limit_DEFAULT int32
View Source
var TCmdActiveThreadLightDump_LocalTraceIdList_DEFAULT []int64
View Source
var TCmdActiveThreadLightDump_ThreadNameList_DEFAULT []string
View Source
var TCommandThreadDump_Name_DEFAULT string
View Source
var TCommandThreadDump_PendingTimeMillis_DEFAULT int64
View Source
var TCommandTransferResponse_Message_DEFAULT string
View Source
var TCommandTransfer_StartTime_DEFAULT int64

Functions

This section is empty.

Types

type TActiveThreadDump

type TActiveThreadDump struct {
	StartTime     int64        `thrift:"startTime,1" db:"startTime" json:"startTime"`
	LocalTraceId  int64        `thrift:"localTraceId,2" db:"localTraceId" json:"localTraceId"`
	ThreadDump    *TThreadDump `thrift:"threadDump,3" db:"threadDump" json:"threadDump"`
	Sampled       bool         `thrift:"sampled,4" db:"sampled" json:"sampled"`
	TransactionId *string      `thrift:"transactionId,5" db:"transactionId" json:"transactionId,omitempty"`
	EntryPoint    *string      `thrift:"entryPoint,6" db:"entryPoint" json:"entryPoint,omitempty"`
}

Attributes:

  • StartTime
  • LocalTraceId
  • ThreadDump
  • Sampled
  • TransactionId
  • EntryPoint

func NewTActiveThreadDump

func NewTActiveThreadDump() *TActiveThreadDump

func (*TActiveThreadDump) GetEntryPoint

func (p *TActiveThreadDump) GetEntryPoint() string

func (*TActiveThreadDump) GetLocalTraceId

func (p *TActiveThreadDump) GetLocalTraceId() int64

func (*TActiveThreadDump) GetSampled

func (p *TActiveThreadDump) GetSampled() bool

func (*TActiveThreadDump) GetStartTime

func (p *TActiveThreadDump) GetStartTime() int64

func (*TActiveThreadDump) GetThreadDump

func (p *TActiveThreadDump) GetThreadDump() *TThreadDump

func (*TActiveThreadDump) GetTransactionId

func (p *TActiveThreadDump) GetTransactionId() string

func (*TActiveThreadDump) IsSetEntryPoint

func (p *TActiveThreadDump) IsSetEntryPoint() bool

func (*TActiveThreadDump) IsSetThreadDump

func (p *TActiveThreadDump) IsSetThreadDump() bool

func (*TActiveThreadDump) IsSetTransactionId

func (p *TActiveThreadDump) IsSetTransactionId() bool

func (*TActiveThreadDump) Read

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

func (*TActiveThreadDump) ReadField1

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

func (*TActiveThreadDump) ReadField2

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

func (*TActiveThreadDump) ReadField3

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

func (*TActiveThreadDump) ReadField4

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

func (*TActiveThreadDump) ReadField5

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

func (*TActiveThreadDump) ReadField6

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

func (*TActiveThreadDump) String

func (p *TActiveThreadDump) String() string

func (*TActiveThreadDump) Write

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

type TActiveThreadLightDump

type TActiveThreadLightDump struct {
	StartTime     int64             `thrift:"startTime,1" db:"startTime" json:"startTime"`
	LocalTraceId  int64             `thrift:"localTraceId,2" db:"localTraceId" json:"localTraceId"`
	ThreadDump    *TThreadLightDump `thrift:"threadDump,3" db:"threadDump" json:"threadDump"`
	Sampled       bool              `thrift:"sampled,4" db:"sampled" json:"sampled"`
	TransactionId *string           `thrift:"transactionId,5" db:"transactionId" json:"transactionId,omitempty"`
	EntryPoint    *string           `thrift:"entryPoint,6" db:"entryPoint" json:"entryPoint,omitempty"`
}

Attributes:

  • StartTime
  • LocalTraceId
  • ThreadDump
  • Sampled
  • TransactionId
  • EntryPoint

func NewTActiveThreadLightDump

func NewTActiveThreadLightDump() *TActiveThreadLightDump

func (*TActiveThreadLightDump) GetEntryPoint

func (p *TActiveThreadLightDump) GetEntryPoint() string

func (*TActiveThreadLightDump) GetLocalTraceId

func (p *TActiveThreadLightDump) GetLocalTraceId() int64

func (*TActiveThreadLightDump) GetSampled

func (p *TActiveThreadLightDump) GetSampled() bool

func (*TActiveThreadLightDump) GetStartTime

func (p *TActiveThreadLightDump) GetStartTime() int64

func (*TActiveThreadLightDump) GetThreadDump

func (p *TActiveThreadLightDump) GetThreadDump() *TThreadLightDump

func (*TActiveThreadLightDump) GetTransactionId

func (p *TActiveThreadLightDump) GetTransactionId() string

func (*TActiveThreadLightDump) IsSetEntryPoint

func (p *TActiveThreadLightDump) IsSetEntryPoint() bool

func (*TActiveThreadLightDump) IsSetThreadDump

func (p *TActiveThreadLightDump) IsSetThreadDump() bool

func (*TActiveThreadLightDump) IsSetTransactionId

func (p *TActiveThreadLightDump) IsSetTransactionId() bool

func (*TActiveThreadLightDump) Read

func (*TActiveThreadLightDump) ReadField1

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

func (*TActiveThreadLightDump) ReadField2

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

func (*TActiveThreadLightDump) ReadField3

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

func (*TActiveThreadLightDump) ReadField4

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

func (*TActiveThreadLightDump) ReadField5

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

func (*TActiveThreadLightDump) ReadField6

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

func (*TActiveThreadLightDump) String

func (p *TActiveThreadLightDump) String() string

func (*TActiveThreadLightDump) Write

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

type TCmdActiveThreadCount

type TCmdActiveThreadCount struct {
}

func NewTCmdActiveThreadCount

func NewTCmdActiveThreadCount() *TCmdActiveThreadCount

func (*TCmdActiveThreadCount) Read

func (*TCmdActiveThreadCount) String

func (p *TCmdActiveThreadCount) String() string

func (*TCmdActiveThreadCount) Write

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

type TCmdActiveThreadCountRes

type TCmdActiveThreadCountRes struct {
	HistogramSchemaType int32   `thrift:"histogramSchemaType,1" db:"histogramSchemaType" json:"histogramSchemaType"`
	ActiveThreadCount   []int32 `thrift:"activeThreadCount,2" db:"activeThreadCount" json:"activeThreadCount"`
	TimeStamp           *int64  `thrift:"timeStamp,3" db:"timeStamp" json:"timeStamp,omitempty"`
}

Attributes:

  • HistogramSchemaType
  • ActiveThreadCount
  • TimeStamp

func NewTCmdActiveThreadCountRes

func NewTCmdActiveThreadCountRes() *TCmdActiveThreadCountRes

func (*TCmdActiveThreadCountRes) GetActiveThreadCount

func (p *TCmdActiveThreadCountRes) GetActiveThreadCount() []int32

func (*TCmdActiveThreadCountRes) GetHistogramSchemaType

func (p *TCmdActiveThreadCountRes) GetHistogramSchemaType() int32

func (*TCmdActiveThreadCountRes) GetTimeStamp

func (p *TCmdActiveThreadCountRes) GetTimeStamp() int64

func (*TCmdActiveThreadCountRes) IsSetTimeStamp

func (p *TCmdActiveThreadCountRes) IsSetTimeStamp() bool

func (*TCmdActiveThreadCountRes) Read

func (*TCmdActiveThreadCountRes) ReadField1

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

func (*TCmdActiveThreadCountRes) ReadField2

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

func (*TCmdActiveThreadCountRes) ReadField3

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

func (*TCmdActiveThreadCountRes) String

func (p *TCmdActiveThreadCountRes) String() string

func (*TCmdActiveThreadCountRes) Write

type TCmdActiveThreadDump

type TCmdActiveThreadDump struct {
	Limit            *int32   `thrift:"limit,1" db:"limit" json:"limit,omitempty"`
	ThreadNameList   []string `thrift:"threadNameList,2" db:"threadNameList" json:"threadNameList,omitempty"`
	LocalTraceIdList []int64  `thrift:"localTraceIdList,3" db:"localTraceIdList" json:"localTraceIdList,omitempty"`
}

Attributes:

  • Limit
  • ThreadNameList
  • LocalTraceIdList

func NewTCmdActiveThreadDump

func NewTCmdActiveThreadDump() *TCmdActiveThreadDump

func (*TCmdActiveThreadDump) GetLimit

func (p *TCmdActiveThreadDump) GetLimit() int32

func (*TCmdActiveThreadDump) GetLocalTraceIdList

func (p *TCmdActiveThreadDump) GetLocalTraceIdList() []int64

func (*TCmdActiveThreadDump) GetThreadNameList

func (p *TCmdActiveThreadDump) GetThreadNameList() []string

func (*TCmdActiveThreadDump) IsSetLimit

func (p *TCmdActiveThreadDump) IsSetLimit() bool

func (*TCmdActiveThreadDump) IsSetLocalTraceIdList

func (p *TCmdActiveThreadDump) IsSetLocalTraceIdList() bool

func (*TCmdActiveThreadDump) IsSetThreadNameList

func (p *TCmdActiveThreadDump) IsSetThreadNameList() bool

func (*TCmdActiveThreadDump) Read

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

func (*TCmdActiveThreadDump) ReadField1

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

func (*TCmdActiveThreadDump) ReadField2

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

func (*TCmdActiveThreadDump) ReadField3

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

func (*TCmdActiveThreadDump) String

func (p *TCmdActiveThreadDump) String() string

func (*TCmdActiveThreadDump) Write

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

type TCmdActiveThreadDumpRes

type TCmdActiveThreadDumpRes struct {
	ThreadDumps []*TActiveThreadDump `thrift:"threadDumps,1" db:"threadDumps" json:"threadDumps"`
	Type        *string              `thrift:"type,2" db:"type" json:"type,omitempty"`
	SubType     *string              `thrift:"subType,3" db:"subType" json:"subType,omitempty"`
	Version     *string              `thrift:"version,4" db:"version" json:"version,omitempty"`
}

Attributes:

  • ThreadDumps
  • Type
  • SubType
  • Version

func NewTCmdActiveThreadDumpRes

func NewTCmdActiveThreadDumpRes() *TCmdActiveThreadDumpRes

func (*TCmdActiveThreadDumpRes) GetSubType

func (p *TCmdActiveThreadDumpRes) GetSubType() string

func (*TCmdActiveThreadDumpRes) GetThreadDumps

func (p *TCmdActiveThreadDumpRes) GetThreadDumps() []*TActiveThreadDump

func (*TCmdActiveThreadDumpRes) GetType

func (p *TCmdActiveThreadDumpRes) GetType() string

func (*TCmdActiveThreadDumpRes) GetVersion

func (p *TCmdActiveThreadDumpRes) GetVersion() string

func (*TCmdActiveThreadDumpRes) IsSetSubType

func (p *TCmdActiveThreadDumpRes) IsSetSubType() bool

func (*TCmdActiveThreadDumpRes) IsSetType

func (p *TCmdActiveThreadDumpRes) IsSetType() bool

func (*TCmdActiveThreadDumpRes) IsSetVersion

func (p *TCmdActiveThreadDumpRes) IsSetVersion() bool

func (*TCmdActiveThreadDumpRes) Read

func (*TCmdActiveThreadDumpRes) ReadField1

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

func (*TCmdActiveThreadDumpRes) ReadField2

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

func (*TCmdActiveThreadDumpRes) ReadField3

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

func (*TCmdActiveThreadDumpRes) ReadField4

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

func (*TCmdActiveThreadDumpRes) String

func (p *TCmdActiveThreadDumpRes) String() string

func (*TCmdActiveThreadDumpRes) Write

type TCmdActiveThreadLightDump

type TCmdActiveThreadLightDump struct {
	Limit            *int32   `thrift:"limit,1" db:"limit" json:"limit,omitempty"`
	ThreadNameList   []string `thrift:"threadNameList,2" db:"threadNameList" json:"threadNameList,omitempty"`
	LocalTraceIdList []int64  `thrift:"localTraceIdList,3" db:"localTraceIdList" json:"localTraceIdList,omitempty"`
}

Attributes:

  • Limit
  • ThreadNameList
  • LocalTraceIdList

func NewTCmdActiveThreadLightDump

func NewTCmdActiveThreadLightDump() *TCmdActiveThreadLightDump

func (*TCmdActiveThreadLightDump) GetLimit

func (p *TCmdActiveThreadLightDump) GetLimit() int32

func (*TCmdActiveThreadLightDump) GetLocalTraceIdList

func (p *TCmdActiveThreadLightDump) GetLocalTraceIdList() []int64

func (*TCmdActiveThreadLightDump) GetThreadNameList

func (p *TCmdActiveThreadLightDump) GetThreadNameList() []string

func (*TCmdActiveThreadLightDump) IsSetLimit

func (p *TCmdActiveThreadLightDump) IsSetLimit() bool

func (*TCmdActiveThreadLightDump) IsSetLocalTraceIdList

func (p *TCmdActiveThreadLightDump) IsSetLocalTraceIdList() bool

func (*TCmdActiveThreadLightDump) IsSetThreadNameList

func (p *TCmdActiveThreadLightDump) IsSetThreadNameList() bool

func (*TCmdActiveThreadLightDump) Read

func (*TCmdActiveThreadLightDump) ReadField1

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

func (*TCmdActiveThreadLightDump) ReadField2

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

func (*TCmdActiveThreadLightDump) ReadField3

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

func (*TCmdActiveThreadLightDump) String

func (p *TCmdActiveThreadLightDump) String() string

func (*TCmdActiveThreadLightDump) Write

type TCmdActiveThreadLightDumpRes

type TCmdActiveThreadLightDumpRes struct {
	ThreadDumps []*TActiveThreadLightDump `thrift:"threadDumps,1" db:"threadDumps" json:"threadDumps"`
	Type        *string                   `thrift:"type,2" db:"type" json:"type,omitempty"`
	SubType     *string                   `thrift:"subType,3" db:"subType" json:"subType,omitempty"`
	Version     *string                   `thrift:"version,4" db:"version" json:"version,omitempty"`
}

Attributes:

  • ThreadDumps
  • Type
  • SubType
  • Version

func NewTCmdActiveThreadLightDumpRes

func NewTCmdActiveThreadLightDumpRes() *TCmdActiveThreadLightDumpRes

func (*TCmdActiveThreadLightDumpRes) GetSubType

func (p *TCmdActiveThreadLightDumpRes) GetSubType() string

func (*TCmdActiveThreadLightDumpRes) GetThreadDumps

func (*TCmdActiveThreadLightDumpRes) GetType

func (p *TCmdActiveThreadLightDumpRes) GetType() string

func (*TCmdActiveThreadLightDumpRes) GetVersion

func (p *TCmdActiveThreadLightDumpRes) GetVersion() string

func (*TCmdActiveThreadLightDumpRes) IsSetSubType

func (p *TCmdActiveThreadLightDumpRes) IsSetSubType() bool

func (*TCmdActiveThreadLightDumpRes) IsSetType

func (p *TCmdActiveThreadLightDumpRes) IsSetType() bool

func (*TCmdActiveThreadLightDumpRes) IsSetVersion

func (p *TCmdActiveThreadLightDumpRes) IsSetVersion() bool

func (*TCmdActiveThreadLightDumpRes) Read

func (*TCmdActiveThreadLightDumpRes) ReadField1

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

func (*TCmdActiveThreadLightDumpRes) ReadField2

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

func (*TCmdActiveThreadLightDumpRes) ReadField3

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

func (*TCmdActiveThreadLightDumpRes) ReadField4

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

func (*TCmdActiveThreadLightDumpRes) String

func (*TCmdActiveThreadLightDumpRes) Write

type TCommandEcho

type TCommandEcho struct {
	Message string `thrift:"message,1" db:"message" json:"message"`
}

Attributes:

  • Message

func NewTCommandEcho

func NewTCommandEcho() *TCommandEcho

func (*TCommandEcho) GetMessage

func (p *TCommandEcho) GetMessage() string

func (*TCommandEcho) Read

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

func (*TCommandEcho) ReadField1

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

func (*TCommandEcho) String

func (p *TCommandEcho) String() string

func (*TCommandEcho) Write

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

type TCommandThreadDump

type TCommandThreadDump struct {
	Type              TThreadDumpType `thrift:"type,1" db:"type" json:"type"`
	Name              *string         `thrift:"name,2" db:"name" json:"name,omitempty"`
	PendingTimeMillis *int64          `thrift:"pendingTimeMillis,3" db:"pendingTimeMillis" json:"pendingTimeMillis,omitempty"`
}

Attributes:

  • Type
  • Name
  • PendingTimeMillis

func NewTCommandThreadDump

func NewTCommandThreadDump() *TCommandThreadDump

func (*TCommandThreadDump) GetName

func (p *TCommandThreadDump) GetName() string

func (*TCommandThreadDump) GetPendingTimeMillis

func (p *TCommandThreadDump) GetPendingTimeMillis() int64

func (*TCommandThreadDump) GetType

func (p *TCommandThreadDump) GetType() TThreadDumpType

func (*TCommandThreadDump) IsSetName

func (p *TCommandThreadDump) IsSetName() bool

func (*TCommandThreadDump) IsSetPendingTimeMillis

func (p *TCommandThreadDump) IsSetPendingTimeMillis() bool

func (*TCommandThreadDump) Read

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

func (*TCommandThreadDump) ReadField1

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

func (*TCommandThreadDump) ReadField2

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

func (*TCommandThreadDump) ReadField3

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

func (*TCommandThreadDump) String

func (p *TCommandThreadDump) String() string

func (*TCommandThreadDump) Write

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

type TCommandThreadDumpResponse

type TCommandThreadDumpResponse struct {
	ThreadDumps []*TThreadDump `thrift:"threadDumps,1" db:"threadDumps" json:"threadDumps"`
}

Attributes:

  • ThreadDumps

func NewTCommandThreadDumpResponse

func NewTCommandThreadDumpResponse() *TCommandThreadDumpResponse

func (*TCommandThreadDumpResponse) GetThreadDumps

func (p *TCommandThreadDumpResponse) GetThreadDumps() []*TThreadDump

func (*TCommandThreadDumpResponse) Read

func (*TCommandThreadDumpResponse) ReadField1

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

func (*TCommandThreadDumpResponse) String

func (p *TCommandThreadDumpResponse) String() string

func (*TCommandThreadDumpResponse) Write

type TCommandTransfer

type TCommandTransfer struct {
	ApplicationName string `thrift:"applicationName,1" db:"applicationName" json:"applicationName"`
	AgentId         string `thrift:"agentId,2" db:"agentId" json:"agentId"`
	StartTime       *int64 `thrift:"startTime,3" db:"startTime" json:"startTime,omitempty"`
	Payload         []byte `thrift:"payload,4" db:"payload" json:"payload"`
}

Attributes:

  • ApplicationName
  • AgentId
  • StartTime
  • Payload

func NewTCommandTransfer

func NewTCommandTransfer() *TCommandTransfer

func (*TCommandTransfer) GetAgentId

func (p *TCommandTransfer) GetAgentId() string

func (*TCommandTransfer) GetApplicationName

func (p *TCommandTransfer) GetApplicationName() string

func (*TCommandTransfer) GetPayload

func (p *TCommandTransfer) GetPayload() []byte

func (*TCommandTransfer) GetStartTime

func (p *TCommandTransfer) GetStartTime() int64

func (*TCommandTransfer) IsSetStartTime

func (p *TCommandTransfer) IsSetStartTime() bool

func (*TCommandTransfer) Read

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

func (*TCommandTransfer) ReadField1

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

func (*TCommandTransfer) ReadField2

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

func (*TCommandTransfer) ReadField3

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

func (*TCommandTransfer) ReadField4

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

func (*TCommandTransfer) String

func (p *TCommandTransfer) String() string

func (*TCommandTransfer) Write

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

type TCommandTransferResponse

type TCommandTransferResponse struct {
	RouteResult_ TRouteResult_ `thrift:"routeResult,1" db:"routeResult" json:"routeResult"`
	Payload      []byte        `thrift:"payload,2" db:"payload" json:"payload"`
	Message      *string       `thrift:"message,3" db:"message" json:"message,omitempty"`
}

Attributes:

  • RouteResult_
  • Payload
  • Message

func NewTCommandTransferResponse

func NewTCommandTransferResponse() *TCommandTransferResponse

func (*TCommandTransferResponse) GetMessage

func (p *TCommandTransferResponse) GetMessage() string

func (*TCommandTransferResponse) GetPayload

func (p *TCommandTransferResponse) GetPayload() []byte

func (*TCommandTransferResponse) GetRouteResult_

func (p *TCommandTransferResponse) GetRouteResult_() TRouteResult_

func (*TCommandTransferResponse) IsSetMessage

func (p *TCommandTransferResponse) IsSetMessage() bool

func (*TCommandTransferResponse) Read

func (*TCommandTransferResponse) ReadField1

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

func (*TCommandTransferResponse) ReadField2

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

func (*TCommandTransferResponse) ReadField3

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

func (*TCommandTransferResponse) String

func (p *TCommandTransferResponse) String() string

func (*TCommandTransferResponse) Write

type TMonitorInfo

type TMonitorInfo struct {
	StackDepth int32  `thrift:"stackDepth,1" db:"stackDepth" json:"stackDepth"`
	StackFrame string `thrift:"stackFrame,2" db:"stackFrame" json:"stackFrame"`
}

Attributes:

  • StackDepth
  • StackFrame

func NewTMonitorInfo

func NewTMonitorInfo() *TMonitorInfo

func (*TMonitorInfo) GetStackDepth

func (p *TMonitorInfo) GetStackDepth() int32

func (*TMonitorInfo) GetStackFrame

func (p *TMonitorInfo) GetStackFrame() string

func (*TMonitorInfo) Read

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

func (*TMonitorInfo) ReadField1

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

func (*TMonitorInfo) ReadField2

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

func (*TMonitorInfo) String

func (p *TMonitorInfo) String() string

func (*TMonitorInfo) Write

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

type TRouteResult_

type TRouteResult_ int64
const (
	TRouteResult__OK                     TRouteResult_ = 0
	TRouteResult__BAD_REQUEST            TRouteResult_ = 200
	TRouteResult__EMPTY_REQUEST          TRouteResult_ = 201
	TRouteResult__NOT_SUPPORTED_REQUEST  TRouteResult_ = 202
	TRouteResult__BAD_RESPONSE           TRouteResult_ = 210
	TRouteResult__EMPTY_RESPONSE         TRouteResult_ = 211
	TRouteResult__NOT_SUPPORTED_RESPONSE TRouteResult_ = 212
	TRouteResult__TIMEOUT                TRouteResult_ = 220
	TRouteResult__NOT_FOUND              TRouteResult_ = 230
	TRouteResult__NOT_ACCEPTABLE         TRouteResult_ = 240
	TRouteResult__NOT_SUPPORTED_SERVICE  TRouteResult_ = 241
	TRouteResult__UNKNOWN                TRouteResult_ = -1
)

func TRouteResult_FromString

func TRouteResult_FromString(s string) (TRouteResult_, error)

func TRouteResult_Ptr

func TRouteResult_Ptr(v TRouteResult_) *TRouteResult_

func (TRouteResult_) MarshalText

func (p TRouteResult_) MarshalText() ([]byte, error)

func (*TRouteResult_) Scan

func (p *TRouteResult_) Scan(value interface{}) error

func (TRouteResult_) String

func (p TRouteResult_) String() string

func (*TRouteResult_) UnmarshalText

func (p *TRouteResult_) UnmarshalText(text []byte) error

func (*TRouteResult_) Value

func (p *TRouteResult_) Value() (driver.Value, error)

type TThreadDump

type TThreadDump struct {
	ThreadName          string          `thrift:"threadName,1" db:"threadName" json:"threadName"`
	ThreadId            int64           `thrift:"threadId,2" db:"threadId" json:"threadId"`
	BlockedTime         int64           `thrift:"blockedTime,3" db:"blockedTime" json:"blockedTime"`
	BlockedCount        int64           `thrift:"blockedCount,4" db:"blockedCount" json:"blockedCount"`
	WaitedTime          int64           `thrift:"waitedTime,5" db:"waitedTime" json:"waitedTime"`
	WaitedCount         int64           `thrift:"waitedCount,6" db:"waitedCount" json:"waitedCount"`
	LockName            string          `thrift:"lockName,7" db:"lockName" json:"lockName"`
	LockOwnerId         int64           `thrift:"lockOwnerId,8" db:"lockOwnerId" json:"lockOwnerId"`
	LockOwnerName       string          `thrift:"lockOwnerName,9" db:"lockOwnerName" json:"lockOwnerName"`
	InNative            bool            `thrift:"inNative,10" db:"inNative" json:"inNative"`
	Suspended           bool            `thrift:"suspended,11" db:"suspended" json:"suspended"`
	ThreadState         TThreadState    `thrift:"threadState,12" db:"threadState" json:"threadState"`
	StackTrace          []string        `thrift:"stackTrace,13" db:"stackTrace" json:"stackTrace"`
	LockedMonitors      []*TMonitorInfo `thrift:"lockedMonitors,14" db:"lockedMonitors" json:"lockedMonitors"`
	LockedSynchronizers []string        `thrift:"lockedSynchronizers,15" db:"lockedSynchronizers" json:"lockedSynchronizers"`
}

Attributes:

  • ThreadName
  • ThreadId
  • BlockedTime
  • BlockedCount
  • WaitedTime
  • WaitedCount
  • LockName
  • LockOwnerId
  • LockOwnerName
  • InNative
  • Suspended
  • ThreadState
  • StackTrace
  • LockedMonitors
  • LockedSynchronizers
var TActiveThreadDump_ThreadDump_DEFAULT *TThreadDump

func NewTThreadDump

func NewTThreadDump() *TThreadDump

func (*TThreadDump) GetBlockedCount

func (p *TThreadDump) GetBlockedCount() int64

func (*TThreadDump) GetBlockedTime

func (p *TThreadDump) GetBlockedTime() int64

func (*TThreadDump) GetInNative

func (p *TThreadDump) GetInNative() bool

func (*TThreadDump) GetLockName

func (p *TThreadDump) GetLockName() string

func (*TThreadDump) GetLockOwnerId

func (p *TThreadDump) GetLockOwnerId() int64

func (*TThreadDump) GetLockOwnerName

func (p *TThreadDump) GetLockOwnerName() string

func (*TThreadDump) GetLockedMonitors

func (p *TThreadDump) GetLockedMonitors() []*TMonitorInfo

func (*TThreadDump) GetLockedSynchronizers

func (p *TThreadDump) GetLockedSynchronizers() []string

func (*TThreadDump) GetStackTrace

func (p *TThreadDump) GetStackTrace() []string

func (*TThreadDump) GetSuspended

func (p *TThreadDump) GetSuspended() bool

func (*TThreadDump) GetThreadId

func (p *TThreadDump) GetThreadId() int64

func (*TThreadDump) GetThreadName

func (p *TThreadDump) GetThreadName() string

func (*TThreadDump) GetThreadState

func (p *TThreadDump) GetThreadState() TThreadState

func (*TThreadDump) GetWaitedCount

func (p *TThreadDump) GetWaitedCount() int64

func (*TThreadDump) GetWaitedTime

func (p *TThreadDump) GetWaitedTime() int64

func (*TThreadDump) Read

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

func (*TThreadDump) ReadField1

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

func (*TThreadDump) ReadField10

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

func (*TThreadDump) ReadField11

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

func (*TThreadDump) ReadField12

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

func (*TThreadDump) ReadField13

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

func (*TThreadDump) ReadField14

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

func (*TThreadDump) ReadField15

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

func (*TThreadDump) ReadField2

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

func (*TThreadDump) ReadField3

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

func (*TThreadDump) ReadField4

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

func (*TThreadDump) ReadField5

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

func (*TThreadDump) ReadField6

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

func (*TThreadDump) ReadField7

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

func (*TThreadDump) ReadField8

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

func (*TThreadDump) ReadField9

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

func (*TThreadDump) String

func (p *TThreadDump) String() string

func (*TThreadDump) Write

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

type TThreadDumpType

type TThreadDumpType int64
const (
	TThreadDumpType_TARGET  TThreadDumpType = 0
	TThreadDumpType_PENDING TThreadDumpType = 1
)

func TThreadDumpTypeFromString

func TThreadDumpTypeFromString(s string) (TThreadDumpType, error)

func TThreadDumpTypePtr

func TThreadDumpTypePtr(v TThreadDumpType) *TThreadDumpType

func (TThreadDumpType) MarshalText

func (p TThreadDumpType) MarshalText() ([]byte, error)

func (*TThreadDumpType) Scan

func (p *TThreadDumpType) Scan(value interface{}) error

func (TThreadDumpType) String

func (p TThreadDumpType) String() string

func (*TThreadDumpType) UnmarshalText

func (p *TThreadDumpType) UnmarshalText(text []byte) error

func (*TThreadDumpType) Value

func (p *TThreadDumpType) Value() (driver.Value, error)

type TThreadLightDump

type TThreadLightDump struct {
	ThreadName  string        `thrift:"threadName,1" db:"threadName" json:"threadName"`
	ThreadId    int64         `thrift:"threadId,2" db:"threadId" json:"threadId"`
	ThreadState *TThreadState `thrift:"threadState,3" db:"threadState" json:"threadState,omitempty"`
}

Attributes:

  • ThreadName
  • ThreadId
  • ThreadState
var TActiveThreadLightDump_ThreadDump_DEFAULT *TThreadLightDump

func NewTThreadLightDump

func NewTThreadLightDump() *TThreadLightDump

func (*TThreadLightDump) GetThreadId

func (p *TThreadLightDump) GetThreadId() int64

func (*TThreadLightDump) GetThreadName

func (p *TThreadLightDump) GetThreadName() string

func (*TThreadLightDump) GetThreadState

func (p *TThreadLightDump) GetThreadState() TThreadState

func (*TThreadLightDump) IsSetThreadState

func (p *TThreadLightDump) IsSetThreadState() bool

func (*TThreadLightDump) Read

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

func (*TThreadLightDump) ReadField1

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

func (*TThreadLightDump) ReadField2

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

func (*TThreadLightDump) ReadField3

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

func (*TThreadLightDump) String

func (p *TThreadLightDump) String() string

func (*TThreadLightDump) Write

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

type TThreadState

type TThreadState int64
const (
	TThreadState_NEW           TThreadState = 0
	TThreadState_RUNNABLE      TThreadState = 1
	TThreadState_BLOCKED       TThreadState = 2
	TThreadState_WAITING       TThreadState = 3
	TThreadState_TIMED_WAITING TThreadState = 4
	TThreadState_TERMINATED    TThreadState = 5
	TThreadState_UNKNOWN       TThreadState = 6
)
var TThreadLightDump_ThreadState_DEFAULT TThreadState

func TThreadStateFromString

func TThreadStateFromString(s string) (TThreadState, error)

func TThreadStatePtr

func TThreadStatePtr(v TThreadState) *TThreadState

func (TThreadState) MarshalText

func (p TThreadState) MarshalText() ([]byte, error)

func (*TThreadState) Scan

func (p *TThreadState) Scan(value interface{}) error

func (TThreadState) String

func (p TThreadState) String() string

func (*TThreadState) UnmarshalText

func (p *TThreadState) UnmarshalText(text []byte) error

func (*TThreadState) Value

func (p *TThreadState) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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