flink

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: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int
View Source
var TFActiveTraceHistogram_ActiveTraceCount_DEFAULT []int32
View Source
var TFActiveTraceHistogram_HistogramSchemaType_DEFAULT int32
View Source
var TFAgentInfo_EndStatus_DEFAULT int32
View Source
var TFAgentInfo_EndTimestamp_DEFAULT int64
View Source
var TFAgentStat_AgentId_DEFAULT string
View Source
var TFAgentStat_CollectInterval_DEFAULT int64
View Source
var TFAgentStat_Metadata_DEFAULT string
View Source
var TFAgentStat_StartTimestamp_DEFAULT int64
View Source
var TFAgentStat_Timestamp_DEFAULT int64
View Source
var TFCpuLoad_JvmCpuLoad_DEFAULT float64
View Source
var TFCpuLoad_SystemCpuLoad_DEFAULT float64
View Source
var TFDataSource_ActiveConnectionSize_DEFAULT int32 = 0
View Source
var TFDataSource_DatabaseName_DEFAULT string
View Source
var TFDataSource_MaxConnectionSize_DEFAULT int32
View Source
var TFDataSource_ServiceTypeCode_DEFAULT int16
View Source
var TFDataSource_URL_DEFAULT string
View Source
var TFJvmGcDetailed_JvmGcNewCount_DEFAULT int64
View Source
var TFJvmGcDetailed_JvmGcNewTime_DEFAULT int64
View Source
var TFJvmGcDetailed_JvmPoolCodeCacheUsed_DEFAULT float64
View Source
var TFJvmGcDetailed_JvmPoolMetaspaceUsed_DEFAULT float64
View Source
var TFJvmGcDetailed_JvmPoolNewGenUsed_DEFAULT float64
View Source
var TFJvmGcDetailed_JvmPoolOldGenUsed_DEFAULT float64
View Source
var TFJvmGcDetailed_JvmPoolPermGenUsed_DEFAULT float64
View Source
var TFJvmGcDetailed_JvmPoolSurvivorSpaceUsed_DEFAULT float64
View Source
var TFJvmInfo_VmVersion_DEFAULT string
View Source
var TFResponseTime_Avg_DEFAULT int64 = 0
View Source
var TFServerMetaData_ServerInfo_DEFAULT string
View Source
var TFServerMetaData_ServiceInfos_DEFAULT []*TFServiceInfo
View Source
var TFServerMetaData_VmArgs__DEFAULT []string
View Source
var TFServiceInfo_ServiceLibs_DEFAULT []string
View Source
var TFServiceInfo_ServiceName_DEFAULT string
View Source
var TFTransaction_SampledContinuationCount_DEFAULT int64
View Source
var TFTransaction_SampledNewCount_DEFAULT int64
View Source
var TFTransaction_UnsampledContinuationCount_DEFAULT int64
View Source
var TFTransaction_UnsampledNewCount_DEFAULT int64

Functions

This section is empty.

Types

type TFActiveTrace

type TFActiveTrace struct {
	Histogram *TFActiveTraceHistogram `thrift:"histogram,1" db:"histogram" json:"histogram,omitempty"`
}

Attributes:

  • Histogram
var TFAgentStat_ActiveTrace_DEFAULT *TFActiveTrace

func NewTFActiveTrace

func NewTFActiveTrace() *TFActiveTrace

func (*TFActiveTrace) GetHistogram

func (p *TFActiveTrace) GetHistogram() *TFActiveTraceHistogram

func (*TFActiveTrace) IsSetHistogram

func (p *TFActiveTrace) IsSetHistogram() bool

func (*TFActiveTrace) Read

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

func (*TFActiveTrace) ReadField1

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

func (*TFActiveTrace) String

func (p *TFActiveTrace) String() string

func (*TFActiveTrace) Write

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

type TFActiveTraceHistogram

type TFActiveTraceHistogram struct {
	Version             int16   `thrift:"version,1" db:"version" json:"version"`
	HistogramSchemaType *int32  `thrift:"histogramSchemaType,2" db:"histogramSchemaType" json:"histogramSchemaType,omitempty"`
	ActiveTraceCount    []int32 `thrift:"activeTraceCount,3" db:"activeTraceCount" json:"activeTraceCount,omitempty"`
}

Attributes:

  • Version
  • HistogramSchemaType
  • ActiveTraceCount
var TFActiveTrace_Histogram_DEFAULT *TFActiveTraceHistogram

func NewTFActiveTraceHistogram

func NewTFActiveTraceHistogram() *TFActiveTraceHistogram

func (*TFActiveTraceHistogram) GetActiveTraceCount

func (p *TFActiveTraceHistogram) GetActiveTraceCount() []int32

func (*TFActiveTraceHistogram) GetHistogramSchemaType

func (p *TFActiveTraceHistogram) GetHistogramSchemaType() int32

func (*TFActiveTraceHistogram) GetVersion

func (p *TFActiveTraceHistogram) GetVersion() int16

func (*TFActiveTraceHistogram) IsSetActiveTraceCount

func (p *TFActiveTraceHistogram) IsSetActiveTraceCount() bool

func (*TFActiveTraceHistogram) IsSetHistogramSchemaType

func (p *TFActiveTraceHistogram) IsSetHistogramSchemaType() bool

func (*TFActiveTraceHistogram) Read

func (*TFActiveTraceHistogram) ReadField1

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

func (*TFActiveTraceHistogram) ReadField2

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

func (*TFActiveTraceHistogram) ReadField3

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

func (*TFActiveTraceHistogram) String

func (p *TFActiveTraceHistogram) String() string

func (*TFActiveTraceHistogram) Write

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

type TFAgentInfo

type TFAgentInfo struct {
	Hostname        string `thrift:"hostname,1" db:"hostname" json:"hostname"`
	IP              string `thrift:"ip,2" db:"ip" json:"ip"`
	Ports           string `thrift:"ports,3" db:"ports" json:"ports"`
	AgentId         string `thrift:"agentId,4" db:"agentId" json:"agentId"`
	ApplicationName string `thrift:"applicationName,5" db:"applicationName" json:"applicationName"`
	ServiceType     int16  `thrift:"serviceType,6" db:"serviceType" json:"serviceType"`
	Pid             int32  `thrift:"pid,7" db:"pid" json:"pid"`
	AgentVersion    string `thrift:"agentVersion,8" db:"agentVersion" json:"agentVersion"`
	VmVersion       string `thrift:"vmVersion,9" db:"vmVersion" json:"vmVersion"`
	StartTimestamp  int64  `thrift:"startTimestamp,10" db:"startTimestamp" json:"startTimestamp"`
	EndTimestamp    *int64 `thrift:"endTimestamp,11" db:"endTimestamp" json:"endTimestamp,omitempty"`
	EndStatus       *int32 `thrift:"endStatus,12" db:"endStatus" json:"endStatus,omitempty"`
	// unused fields # 13 to 19
	ServerMetaData *TFServerMetaData `thrift:"serverMetaData,20" db:"serverMetaData" json:"serverMetaData,omitempty"`
	// unused fields # 21 to 29
	JvmInfo *TFJvmInfo `thrift:"jvmInfo,30" db:"jvmInfo" json:"jvmInfo,omitempty"`
}

Attributes:

  • Hostname
  • IP
  • Ports
  • AgentId
  • ApplicationName
  • ServiceType
  • Pid
  • AgentVersion
  • VmVersion
  • StartTimestamp
  • EndTimestamp
  • EndStatus
  • ServerMetaData
  • JvmInfo

func NewTFAgentInfo

func NewTFAgentInfo() *TFAgentInfo

func (*TFAgentInfo) GetAgentId

func (p *TFAgentInfo) GetAgentId() string

func (*TFAgentInfo) GetAgentVersion

func (p *TFAgentInfo) GetAgentVersion() string

func (*TFAgentInfo) GetApplicationName

func (p *TFAgentInfo) GetApplicationName() string

func (*TFAgentInfo) GetEndStatus

func (p *TFAgentInfo) GetEndStatus() int32

func (*TFAgentInfo) GetEndTimestamp

func (p *TFAgentInfo) GetEndTimestamp() int64

func (*TFAgentInfo) GetHostname

func (p *TFAgentInfo) GetHostname() string

func (*TFAgentInfo) GetIP

func (p *TFAgentInfo) GetIP() string

func (*TFAgentInfo) GetJvmInfo

func (p *TFAgentInfo) GetJvmInfo() *TFJvmInfo

func (*TFAgentInfo) GetPid

func (p *TFAgentInfo) GetPid() int32

func (*TFAgentInfo) GetPorts

func (p *TFAgentInfo) GetPorts() string

func (*TFAgentInfo) GetServerMetaData

func (p *TFAgentInfo) GetServerMetaData() *TFServerMetaData

func (*TFAgentInfo) GetServiceType

func (p *TFAgentInfo) GetServiceType() int16

func (*TFAgentInfo) GetStartTimestamp

func (p *TFAgentInfo) GetStartTimestamp() int64

func (*TFAgentInfo) GetVmVersion

func (p *TFAgentInfo) GetVmVersion() string

func (*TFAgentInfo) IsSetEndStatus

func (p *TFAgentInfo) IsSetEndStatus() bool

func (*TFAgentInfo) IsSetEndTimestamp

func (p *TFAgentInfo) IsSetEndTimestamp() bool

func (*TFAgentInfo) IsSetJvmInfo

func (p *TFAgentInfo) IsSetJvmInfo() bool

func (*TFAgentInfo) IsSetServerMetaData

func (p *TFAgentInfo) IsSetServerMetaData() bool

func (*TFAgentInfo) Read

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

func (*TFAgentInfo) ReadField1

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

func (*TFAgentInfo) ReadField10

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

func (*TFAgentInfo) ReadField11

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

func (*TFAgentInfo) ReadField12

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

func (*TFAgentInfo) ReadField2

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

func (*TFAgentInfo) ReadField20

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

func (*TFAgentInfo) ReadField3

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

func (*TFAgentInfo) ReadField30

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

func (*TFAgentInfo) ReadField4

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

func (*TFAgentInfo) ReadField5

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

func (*TFAgentInfo) ReadField6

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

func (*TFAgentInfo) ReadField7

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

func (*TFAgentInfo) ReadField8

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

func (*TFAgentInfo) ReadField9

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

func (*TFAgentInfo) String

func (p *TFAgentInfo) String() string

func (*TFAgentInfo) Write

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

type TFAgentStat

type TFAgentStat struct {
	AgentId         *string `thrift:"agentId,1" db:"agentId" json:"agentId,omitempty"`
	StartTimestamp  *int64  `thrift:"startTimestamp,2" db:"startTimestamp" json:"startTimestamp,omitempty"`
	Timestamp       *int64  `thrift:"timestamp,3" db:"timestamp" json:"timestamp,omitempty"`
	CollectInterval *int64  `thrift:"collectInterval,4" db:"collectInterval" json:"collectInterval,omitempty"`
	// unused fields # 5 to 9
	Gc *TFJvmGc `thrift:"gc,10" db:"gc" json:"gc,omitempty"`
	// unused fields # 11 to 19
	CpuLoad *TFCpuLoad `thrift:"cpuLoad,20" db:"cpuLoad" json:"cpuLoad,omitempty"`
	// unused fields # 21 to 29
	Transaction *TFTransaction `thrift:"transaction,30" db:"transaction" json:"transaction,omitempty"`
	// unused fields # 31 to 39
	ActiveTrace *TFActiveTrace `thrift:"activeTrace,40" db:"activeTrace" json:"activeTrace,omitempty"`
	// unused fields # 41 to 49
	DataSourceList *TFDataSourceList `thrift:"dataSourceList,50" db:"dataSourceList" json:"dataSourceList,omitempty"`
	// unused fields # 51 to 59
	ResponseTime *TFResponseTime `thrift:"responseTime,60" db:"responseTime" json:"responseTime,omitempty"`
	// unused fields # 61 to 199
	Metadata *string `thrift:"metadata,200" db:"metadata" json:"metadata,omitempty"`
}

Attributes:

  • AgentId
  • StartTimestamp
  • Timestamp
  • CollectInterval
  • Gc
  • CpuLoad
  • Transaction
  • ActiveTrace
  • DataSourceList
  • ResponseTime
  • Metadata

func NewTFAgentStat

func NewTFAgentStat() *TFAgentStat

func (*TFAgentStat) GetActiveTrace

func (p *TFAgentStat) GetActiveTrace() *TFActiveTrace

func (*TFAgentStat) GetAgentId

func (p *TFAgentStat) GetAgentId() string

func (*TFAgentStat) GetCollectInterval

func (p *TFAgentStat) GetCollectInterval() int64

func (*TFAgentStat) GetCpuLoad

func (p *TFAgentStat) GetCpuLoad() *TFCpuLoad

func (*TFAgentStat) GetDataSourceList

func (p *TFAgentStat) GetDataSourceList() *TFDataSourceList

func (*TFAgentStat) GetGc

func (p *TFAgentStat) GetGc() *TFJvmGc

func (*TFAgentStat) GetMetadata

func (p *TFAgentStat) GetMetadata() string

func (*TFAgentStat) GetResponseTime

func (p *TFAgentStat) GetResponseTime() *TFResponseTime

func (*TFAgentStat) GetStartTimestamp

func (p *TFAgentStat) GetStartTimestamp() int64

func (*TFAgentStat) GetTimestamp

func (p *TFAgentStat) GetTimestamp() int64

func (*TFAgentStat) GetTransaction

func (p *TFAgentStat) GetTransaction() *TFTransaction

func (*TFAgentStat) IsSetActiveTrace

func (p *TFAgentStat) IsSetActiveTrace() bool

func (*TFAgentStat) IsSetAgentId

func (p *TFAgentStat) IsSetAgentId() bool

func (*TFAgentStat) IsSetCollectInterval

func (p *TFAgentStat) IsSetCollectInterval() bool

func (*TFAgentStat) IsSetCpuLoad

func (p *TFAgentStat) IsSetCpuLoad() bool

func (*TFAgentStat) IsSetDataSourceList

func (p *TFAgentStat) IsSetDataSourceList() bool

func (*TFAgentStat) IsSetGc

func (p *TFAgentStat) IsSetGc() bool

func (*TFAgentStat) IsSetMetadata

func (p *TFAgentStat) IsSetMetadata() bool

func (*TFAgentStat) IsSetResponseTime

func (p *TFAgentStat) IsSetResponseTime() bool

func (*TFAgentStat) IsSetStartTimestamp

func (p *TFAgentStat) IsSetStartTimestamp() bool

func (*TFAgentStat) IsSetTimestamp

func (p *TFAgentStat) IsSetTimestamp() bool

func (*TFAgentStat) IsSetTransaction

func (p *TFAgentStat) IsSetTransaction() bool

func (*TFAgentStat) Read

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

func (*TFAgentStat) ReadField1

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

func (*TFAgentStat) ReadField10

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

func (*TFAgentStat) ReadField2

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

func (*TFAgentStat) ReadField20

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

func (*TFAgentStat) ReadField200

func (p *TFAgentStat) ReadField200(iprot thrift.TProtocol) error

func (*TFAgentStat) ReadField3

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

func (*TFAgentStat) ReadField30

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

func (*TFAgentStat) ReadField4

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

func (*TFAgentStat) ReadField40

func (p *TFAgentStat) ReadField40(iprot thrift.TProtocol) error

func (*TFAgentStat) ReadField50

func (p *TFAgentStat) ReadField50(iprot thrift.TProtocol) error

func (*TFAgentStat) ReadField60

func (p *TFAgentStat) ReadField60(iprot thrift.TProtocol) error

func (*TFAgentStat) String

func (p *TFAgentStat) String() string

func (*TFAgentStat) Write

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

type TFAgentStatBatch

type TFAgentStatBatch struct {
	AgentId        string `thrift:"agentId,1" db:"agentId" json:"agentId"`
	StartTimestamp int64  `thrift:"startTimestamp,2" db:"startTimestamp" json:"startTimestamp"`
	// unused fields # 3 to 9
	AgentStats []*TFAgentStat `thrift:"agentStats,10" db:"agentStats" json:"agentStats"`
}

Attributes:

  • AgentId
  • StartTimestamp
  • AgentStats

func NewTFAgentStatBatch

func NewTFAgentStatBatch() *TFAgentStatBatch

func (*TFAgentStatBatch) GetAgentId

func (p *TFAgentStatBatch) GetAgentId() string

func (*TFAgentStatBatch) GetAgentStats

func (p *TFAgentStatBatch) GetAgentStats() []*TFAgentStat

func (*TFAgentStatBatch) GetStartTimestamp

func (p *TFAgentStatBatch) GetStartTimestamp() int64

func (*TFAgentStatBatch) Read

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

func (*TFAgentStatBatch) ReadField1

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

func (*TFAgentStatBatch) ReadField10

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

func (*TFAgentStatBatch) ReadField2

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

func (*TFAgentStatBatch) String

func (p *TFAgentStatBatch) String() string

func (*TFAgentStatBatch) Write

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

type TFCpuLoad

type TFCpuLoad struct {
	JvmCpuLoad    *float64 `thrift:"jvmCpuLoad,1" db:"jvmCpuLoad" json:"jvmCpuLoad,omitempty"`
	SystemCpuLoad *float64 `thrift:"systemCpuLoad,2" db:"systemCpuLoad" json:"systemCpuLoad,omitempty"`
}

Attributes:

  • JvmCpuLoad
  • SystemCpuLoad
var TFAgentStat_CpuLoad_DEFAULT *TFCpuLoad

func NewTFCpuLoad

func NewTFCpuLoad() *TFCpuLoad

func (*TFCpuLoad) GetJvmCpuLoad

func (p *TFCpuLoad) GetJvmCpuLoad() float64

func (*TFCpuLoad) GetSystemCpuLoad

func (p *TFCpuLoad) GetSystemCpuLoad() float64

func (*TFCpuLoad) IsSetJvmCpuLoad

func (p *TFCpuLoad) IsSetJvmCpuLoad() bool

func (*TFCpuLoad) IsSetSystemCpuLoad

func (p *TFCpuLoad) IsSetSystemCpuLoad() bool

func (*TFCpuLoad) Read

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

func (*TFCpuLoad) ReadField1

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

func (*TFCpuLoad) ReadField2

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

func (*TFCpuLoad) String

func (p *TFCpuLoad) String() string

func (*TFCpuLoad) Write

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

type TFDataSource

type TFDataSource struct {
	ID                   int32   `thrift:"id,1" db:"id" json:"id"`
	ServiceTypeCode      *int16  `thrift:"serviceTypeCode,2" db:"serviceTypeCode" json:"serviceTypeCode,omitempty"`
	DatabaseName         *string `thrift:"databaseName,3" db:"databaseName" json:"databaseName,omitempty"`
	URL                  *string `thrift:"url,4" db:"url" json:"url,omitempty"`
	ActiveConnectionSize int32   `thrift:"activeConnectionSize,5" db:"activeConnectionSize" json:"activeConnectionSize,omitempty"`
	MaxConnectionSize    *int32  `thrift:"maxConnectionSize,6" db:"maxConnectionSize" json:"maxConnectionSize,omitempty"`
}

Attributes:

  • ID
  • ServiceTypeCode
  • DatabaseName
  • URL
  • ActiveConnectionSize
  • MaxConnectionSize

func NewTFDataSource

func NewTFDataSource() *TFDataSource

func (*TFDataSource) GetActiveConnectionSize

func (p *TFDataSource) GetActiveConnectionSize() int32

func (*TFDataSource) GetDatabaseName

func (p *TFDataSource) GetDatabaseName() string

func (*TFDataSource) GetID

func (p *TFDataSource) GetID() int32

func (*TFDataSource) GetMaxConnectionSize

func (p *TFDataSource) GetMaxConnectionSize() int32

func (*TFDataSource) GetServiceTypeCode

func (p *TFDataSource) GetServiceTypeCode() int16

func (*TFDataSource) GetURL

func (p *TFDataSource) GetURL() string

func (*TFDataSource) IsSetActiveConnectionSize

func (p *TFDataSource) IsSetActiveConnectionSize() bool

func (*TFDataSource) IsSetDatabaseName

func (p *TFDataSource) IsSetDatabaseName() bool

func (*TFDataSource) IsSetMaxConnectionSize

func (p *TFDataSource) IsSetMaxConnectionSize() bool

func (*TFDataSource) IsSetServiceTypeCode

func (p *TFDataSource) IsSetServiceTypeCode() bool

func (*TFDataSource) IsSetURL

func (p *TFDataSource) IsSetURL() bool

func (*TFDataSource) Read

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

func (*TFDataSource) ReadField1

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

func (*TFDataSource) ReadField2

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

func (*TFDataSource) ReadField3

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

func (*TFDataSource) ReadField4

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

func (*TFDataSource) ReadField5

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

func (*TFDataSource) ReadField6

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

func (*TFDataSource) String

func (p *TFDataSource) String() string

func (*TFDataSource) Write

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

type TFDataSourceList

type TFDataSourceList struct {
	DataSourceList []*TFDataSource `thrift:"dataSourceList,1" db:"dataSourceList" json:"dataSourceList"`
}

Attributes:

  • DataSourceList
var TFAgentStat_DataSourceList_DEFAULT *TFDataSourceList

func NewTFDataSourceList

func NewTFDataSourceList() *TFDataSourceList

func (*TFDataSourceList) GetDataSourceList

func (p *TFDataSourceList) GetDataSourceList() []*TFDataSource

func (*TFDataSourceList) Read

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

func (*TFDataSourceList) ReadField1

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

func (*TFDataSourceList) String

func (p *TFDataSourceList) String() string

func (*TFDataSourceList) Write

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

type TFJvmGc

type TFJvmGc struct {
	Type                 TFJvmGcType      `thrift:"type,1" db:"type" json:"type"`
	JvmMemoryHeapUsed    int64            `thrift:"jvmMemoryHeapUsed,2" db:"jvmMemoryHeapUsed" json:"jvmMemoryHeapUsed"`
	JvmMemoryHeapMax     int64            `thrift:"jvmMemoryHeapMax,3" db:"jvmMemoryHeapMax" json:"jvmMemoryHeapMax"`
	JvmMemoryNonHeapUsed int64            `thrift:"jvmMemoryNonHeapUsed,4" db:"jvmMemoryNonHeapUsed" json:"jvmMemoryNonHeapUsed"`
	JvmMemoryNonHeapMax  int64            `thrift:"jvmMemoryNonHeapMax,5" db:"jvmMemoryNonHeapMax" json:"jvmMemoryNonHeapMax"`
	JvmGcOldCount        int64            `thrift:"jvmGcOldCount,6" db:"jvmGcOldCount" json:"jvmGcOldCount"`
	JvmGcOldTime         int64            `thrift:"jvmGcOldTime,7" db:"jvmGcOldTime" json:"jvmGcOldTime"`
	JvmGcDetailed        *TFJvmGcDetailed `thrift:"jvmGcDetailed,8" db:"jvmGcDetailed" json:"jvmGcDetailed,omitempty"`
}

Attributes:

  • Type
  • JvmMemoryHeapUsed
  • JvmMemoryHeapMax
  • JvmMemoryNonHeapUsed
  • JvmMemoryNonHeapMax
  • JvmGcOldCount
  • JvmGcOldTime
  • JvmGcDetailed
var TFAgentStat_Gc_DEFAULT *TFJvmGc

func NewTFJvmGc

func NewTFJvmGc() *TFJvmGc

func (*TFJvmGc) GetJvmGcDetailed

func (p *TFJvmGc) GetJvmGcDetailed() *TFJvmGcDetailed

func (*TFJvmGc) GetJvmGcOldCount

func (p *TFJvmGc) GetJvmGcOldCount() int64

func (*TFJvmGc) GetJvmGcOldTime

func (p *TFJvmGc) GetJvmGcOldTime() int64

func (*TFJvmGc) GetJvmMemoryHeapMax

func (p *TFJvmGc) GetJvmMemoryHeapMax() int64

func (*TFJvmGc) GetJvmMemoryHeapUsed

func (p *TFJvmGc) GetJvmMemoryHeapUsed() int64

func (*TFJvmGc) GetJvmMemoryNonHeapMax

func (p *TFJvmGc) GetJvmMemoryNonHeapMax() int64

func (*TFJvmGc) GetJvmMemoryNonHeapUsed

func (p *TFJvmGc) GetJvmMemoryNonHeapUsed() int64

func (*TFJvmGc) GetType

func (p *TFJvmGc) GetType() TFJvmGcType

func (*TFJvmGc) IsSetJvmGcDetailed

func (p *TFJvmGc) IsSetJvmGcDetailed() bool

func (*TFJvmGc) Read

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

func (*TFJvmGc) ReadField1

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

func (*TFJvmGc) ReadField2

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

func (*TFJvmGc) ReadField3

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

func (*TFJvmGc) ReadField4

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

func (*TFJvmGc) ReadField5

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

func (*TFJvmGc) ReadField6

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

func (*TFJvmGc) ReadField7

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

func (*TFJvmGc) ReadField8

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

func (*TFJvmGc) String

func (p *TFJvmGc) String() string

func (*TFJvmGc) Write

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

type TFJvmGcDetailed

type TFJvmGcDetailed struct {
	JvmGcNewCount            *int64   `thrift:"jvmGcNewCount,1" db:"jvmGcNewCount" json:"jvmGcNewCount,omitempty"`
	JvmGcNewTime             *int64   `thrift:"jvmGcNewTime,2" db:"jvmGcNewTime" json:"jvmGcNewTime,omitempty"`
	JvmPoolCodeCacheUsed     *float64 `thrift:"jvmPoolCodeCacheUsed,3" db:"jvmPoolCodeCacheUsed" json:"jvmPoolCodeCacheUsed,omitempty"`
	JvmPoolNewGenUsed        *float64 `thrift:"jvmPoolNewGenUsed,4" db:"jvmPoolNewGenUsed" json:"jvmPoolNewGenUsed,omitempty"`
	JvmPoolOldGenUsed        *float64 `thrift:"jvmPoolOldGenUsed,5" db:"jvmPoolOldGenUsed" json:"jvmPoolOldGenUsed,omitempty"`
	JvmPoolSurvivorSpaceUsed *float64 `thrift:"jvmPoolSurvivorSpaceUsed,6" db:"jvmPoolSurvivorSpaceUsed" json:"jvmPoolSurvivorSpaceUsed,omitempty"`
	JvmPoolPermGenUsed       *float64 `thrift:"jvmPoolPermGenUsed,7" db:"jvmPoolPermGenUsed" json:"jvmPoolPermGenUsed,omitempty"`
	JvmPoolMetaspaceUsed     *float64 `thrift:"jvmPoolMetaspaceUsed,8" db:"jvmPoolMetaspaceUsed" json:"jvmPoolMetaspaceUsed,omitempty"`
}

Attributes:

  • JvmGcNewCount
  • JvmGcNewTime
  • JvmPoolCodeCacheUsed
  • JvmPoolNewGenUsed
  • JvmPoolOldGenUsed
  • JvmPoolSurvivorSpaceUsed
  • JvmPoolPermGenUsed
  • JvmPoolMetaspaceUsed
var TFJvmGc_JvmGcDetailed_DEFAULT *TFJvmGcDetailed

func NewTFJvmGcDetailed

func NewTFJvmGcDetailed() *TFJvmGcDetailed

func (*TFJvmGcDetailed) GetJvmGcNewCount

func (p *TFJvmGcDetailed) GetJvmGcNewCount() int64

func (*TFJvmGcDetailed) GetJvmGcNewTime

func (p *TFJvmGcDetailed) GetJvmGcNewTime() int64

func (*TFJvmGcDetailed) GetJvmPoolCodeCacheUsed

func (p *TFJvmGcDetailed) GetJvmPoolCodeCacheUsed() float64

func (*TFJvmGcDetailed) GetJvmPoolMetaspaceUsed

func (p *TFJvmGcDetailed) GetJvmPoolMetaspaceUsed() float64

func (*TFJvmGcDetailed) GetJvmPoolNewGenUsed

func (p *TFJvmGcDetailed) GetJvmPoolNewGenUsed() float64

func (*TFJvmGcDetailed) GetJvmPoolOldGenUsed

func (p *TFJvmGcDetailed) GetJvmPoolOldGenUsed() float64

func (*TFJvmGcDetailed) GetJvmPoolPermGenUsed

func (p *TFJvmGcDetailed) GetJvmPoolPermGenUsed() float64

func (*TFJvmGcDetailed) GetJvmPoolSurvivorSpaceUsed

func (p *TFJvmGcDetailed) GetJvmPoolSurvivorSpaceUsed() float64

func (*TFJvmGcDetailed) IsSetJvmGcNewCount

func (p *TFJvmGcDetailed) IsSetJvmGcNewCount() bool

func (*TFJvmGcDetailed) IsSetJvmGcNewTime

func (p *TFJvmGcDetailed) IsSetJvmGcNewTime() bool

func (*TFJvmGcDetailed) IsSetJvmPoolCodeCacheUsed

func (p *TFJvmGcDetailed) IsSetJvmPoolCodeCacheUsed() bool

func (*TFJvmGcDetailed) IsSetJvmPoolMetaspaceUsed

func (p *TFJvmGcDetailed) IsSetJvmPoolMetaspaceUsed() bool

func (*TFJvmGcDetailed) IsSetJvmPoolNewGenUsed

func (p *TFJvmGcDetailed) IsSetJvmPoolNewGenUsed() bool

func (*TFJvmGcDetailed) IsSetJvmPoolOldGenUsed

func (p *TFJvmGcDetailed) IsSetJvmPoolOldGenUsed() bool

func (*TFJvmGcDetailed) IsSetJvmPoolPermGenUsed

func (p *TFJvmGcDetailed) IsSetJvmPoolPermGenUsed() bool

func (*TFJvmGcDetailed) IsSetJvmPoolSurvivorSpaceUsed

func (p *TFJvmGcDetailed) IsSetJvmPoolSurvivorSpaceUsed() bool

func (*TFJvmGcDetailed) Read

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

func (*TFJvmGcDetailed) ReadField1

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

func (*TFJvmGcDetailed) ReadField2

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

func (*TFJvmGcDetailed) ReadField3

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

func (*TFJvmGcDetailed) ReadField4

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

func (*TFJvmGcDetailed) ReadField5

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

func (*TFJvmGcDetailed) ReadField6

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

func (*TFJvmGcDetailed) ReadField7

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

func (*TFJvmGcDetailed) ReadField8

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

func (*TFJvmGcDetailed) String

func (p *TFJvmGcDetailed) String() string

func (*TFJvmGcDetailed) Write

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

type TFJvmGcType

type TFJvmGcType int64
const (
	TFJvmGcType_UNKNOWN  TFJvmGcType = 0
	TFJvmGcType_SERIAL   TFJvmGcType = 1
	TFJvmGcType_PARALLEL TFJvmGcType = 2
	TFJvmGcType_CMS      TFJvmGcType = 3
	TFJvmGcType_G1       TFJvmGcType = 4
)
var TFJvmInfo_GcType_DEFAULT TFJvmGcType = 0

func TFJvmGcTypeFromString

func TFJvmGcTypeFromString(s string) (TFJvmGcType, error)

func TFJvmGcTypePtr

func TFJvmGcTypePtr(v TFJvmGcType) *TFJvmGcType

func (TFJvmGcType) MarshalText

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

func (*TFJvmGcType) Scan

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

func (TFJvmGcType) String

func (p TFJvmGcType) String() string

func (*TFJvmGcType) UnmarshalText

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

func (*TFJvmGcType) Value

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

type TFJvmInfo

type TFJvmInfo struct {
	Version   int16       `thrift:"version,1" db:"version" json:"version"`
	VmVersion *string     `thrift:"vmVersion,2" db:"vmVersion" json:"vmVersion,omitempty"`
	GcType    TFJvmGcType `thrift:"gcType,3" db:"gcType" json:"gcType,omitempty"`
}

Attributes:

  • Version
  • VmVersion
  • GcType
var TFAgentInfo_JvmInfo_DEFAULT *TFJvmInfo

func NewTFJvmInfo

func NewTFJvmInfo() *TFJvmInfo

func (*TFJvmInfo) GetGcType

func (p *TFJvmInfo) GetGcType() TFJvmGcType

func (*TFJvmInfo) GetVersion

func (p *TFJvmInfo) GetVersion() int16

func (*TFJvmInfo) GetVmVersion

func (p *TFJvmInfo) GetVmVersion() string

func (*TFJvmInfo) IsSetGcType

func (p *TFJvmInfo) IsSetGcType() bool

func (*TFJvmInfo) IsSetVmVersion

func (p *TFJvmInfo) IsSetVmVersion() bool

func (*TFJvmInfo) Read

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

func (*TFJvmInfo) ReadField1

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

func (*TFJvmInfo) ReadField2

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

func (*TFJvmInfo) ReadField3

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

func (*TFJvmInfo) String

func (p *TFJvmInfo) String() string

func (*TFJvmInfo) Write

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

type TFResponseTime

type TFResponseTime struct {
	Avg int64 `thrift:"avg,1" db:"avg" json:"avg,omitempty"`
}

Attributes:

  • Avg
var TFAgentStat_ResponseTime_DEFAULT *TFResponseTime

func NewTFResponseTime

func NewTFResponseTime() *TFResponseTime

func (*TFResponseTime) GetAvg

func (p *TFResponseTime) GetAvg() int64

func (*TFResponseTime) IsSetAvg

func (p *TFResponseTime) IsSetAvg() bool

func (*TFResponseTime) Read

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

func (*TFResponseTime) ReadField1

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

func (*TFResponseTime) String

func (p *TFResponseTime) String() string

func (*TFResponseTime) Write

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

type TFServerMetaData

type TFServerMetaData struct {
	ServerInfo *string  `thrift:"serverInfo,1" db:"serverInfo" json:"serverInfo,omitempty"`
	VmArgs_    []string `thrift:"vmArgs,2" db:"vmArgs" json:"vmArgs,omitempty"`
	// unused fields # 3 to 9
	ServiceInfos []*TFServiceInfo `thrift:"serviceInfos,10" db:"serviceInfos" json:"serviceInfos,omitempty"`
}

Attributes:

  • ServerInfo
  • VmArgs_
  • ServiceInfos
var TFAgentInfo_ServerMetaData_DEFAULT *TFServerMetaData

func NewTFServerMetaData

func NewTFServerMetaData() *TFServerMetaData

func (*TFServerMetaData) GetServerInfo

func (p *TFServerMetaData) GetServerInfo() string

func (*TFServerMetaData) GetServiceInfos

func (p *TFServerMetaData) GetServiceInfos() []*TFServiceInfo

func (*TFServerMetaData) GetVmArgs_

func (p *TFServerMetaData) GetVmArgs_() []string

func (*TFServerMetaData) IsSetServerInfo

func (p *TFServerMetaData) IsSetServerInfo() bool

func (*TFServerMetaData) IsSetServiceInfos

func (p *TFServerMetaData) IsSetServiceInfos() bool

func (*TFServerMetaData) IsSetVmArgs_

func (p *TFServerMetaData) IsSetVmArgs_() bool

func (*TFServerMetaData) Read

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

func (*TFServerMetaData) ReadField1

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

func (*TFServerMetaData) ReadField10

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

func (*TFServerMetaData) ReadField2

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

func (*TFServerMetaData) String

func (p *TFServerMetaData) String() string

func (*TFServerMetaData) Write

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

type TFServiceInfo

type TFServiceInfo struct {
	ServiceName *string  `thrift:"serviceName,1" db:"serviceName" json:"serviceName,omitempty"`
	ServiceLibs []string `thrift:"serviceLibs,2" db:"serviceLibs" json:"serviceLibs,omitempty"`
}

Attributes:

  • ServiceName
  • ServiceLibs

func NewTFServiceInfo

func NewTFServiceInfo() *TFServiceInfo

func (*TFServiceInfo) GetServiceLibs

func (p *TFServiceInfo) GetServiceLibs() []string

func (*TFServiceInfo) GetServiceName

func (p *TFServiceInfo) GetServiceName() string

func (*TFServiceInfo) IsSetServiceLibs

func (p *TFServiceInfo) IsSetServiceLibs() bool

func (*TFServiceInfo) IsSetServiceName

func (p *TFServiceInfo) IsSetServiceName() bool

func (*TFServiceInfo) Read

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

func (*TFServiceInfo) ReadField1

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

func (*TFServiceInfo) ReadField2

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

func (*TFServiceInfo) String

func (p *TFServiceInfo) String() string

func (*TFServiceInfo) Write

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

type TFTransaction

type TFTransaction struct {
	// unused field # 1
	SampledNewCount            *int64 `thrift:"sampledNewCount,2" db:"sampledNewCount" json:"sampledNewCount,omitempty"`
	SampledContinuationCount   *int64 `thrift:"sampledContinuationCount,3" db:"sampledContinuationCount" json:"sampledContinuationCount,omitempty"`
	UnsampledNewCount          *int64 `thrift:"unsampledNewCount,4" db:"unsampledNewCount" json:"unsampledNewCount,omitempty"`
	UnsampledContinuationCount *int64 `thrift:"unsampledContinuationCount,5" db:"unsampledContinuationCount" json:"unsampledContinuationCount,omitempty"`
}

Attributes:

  • SampledNewCount
  • SampledContinuationCount
  • UnsampledNewCount
  • UnsampledContinuationCount
var TFAgentStat_Transaction_DEFAULT *TFTransaction

func NewTFTransaction

func NewTFTransaction() *TFTransaction

func (*TFTransaction) GetSampledContinuationCount

func (p *TFTransaction) GetSampledContinuationCount() int64

func (*TFTransaction) GetSampledNewCount

func (p *TFTransaction) GetSampledNewCount() int64

func (*TFTransaction) GetUnsampledContinuationCount

func (p *TFTransaction) GetUnsampledContinuationCount() int64

func (*TFTransaction) GetUnsampledNewCount

func (p *TFTransaction) GetUnsampledNewCount() int64

func (*TFTransaction) IsSetSampledContinuationCount

func (p *TFTransaction) IsSetSampledContinuationCount() bool

func (*TFTransaction) IsSetSampledNewCount

func (p *TFTransaction) IsSetSampledNewCount() bool

func (*TFTransaction) IsSetUnsampledContinuationCount

func (p *TFTransaction) IsSetUnsampledContinuationCount() bool

func (*TFTransaction) IsSetUnsampledNewCount

func (p *TFTransaction) IsSetUnsampledNewCount() bool

func (*TFTransaction) Read

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

func (*TFTransaction) ReadField2

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

func (*TFTransaction) ReadField3

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

func (*TFTransaction) ReadField4

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

func (*TFTransaction) ReadField5

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

func (*TFTransaction) String

func (p *TFTransaction) String() string

func (*TFTransaction) Write

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

Jump to

Keyboard shortcuts

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