Documentation ¶
Index ¶
- Variables
- type Dependencies
- func (p *Dependencies) GetEndTime() int64
- func (p *Dependencies) GetLinks() []*DependencyLink
- func (p *Dependencies) GetStartTime() int64
- func (p *Dependencies) Read(iprot thrift.TProtocol) error
- func (p *Dependencies) ReadField1(iprot thrift.TProtocol) error
- func (p *Dependencies) ReadField2(iprot thrift.TProtocol) error
- func (p *Dependencies) ReadField3(iprot thrift.TProtocol) error
- func (p *Dependencies) String() string
- func (p *Dependencies) Write(oprot thrift.TProtocol) error
- type DependencyLink
- func (p *DependencyLink) GetChild() string
- func (p *DependencyLink) GetDurationMoments() *Moments
- func (p *DependencyLink) GetParent() string
- func (p *DependencyLink) IsSetDurationMoments() bool
- func (p *DependencyLink) Read(iprot thrift.TProtocol) error
- func (p *DependencyLink) ReadField1(iprot thrift.TProtocol) error
- func (p *DependencyLink) ReadField2(iprot thrift.TProtocol) error
- func (p *DependencyLink) ReadField3(iprot thrift.TProtocol) error
- func (p *DependencyLink) String() string
- func (p *DependencyLink) Write(oprot thrift.TProtocol) error
- type Moments
- func (p *Moments) GetM0() int64
- func (p *Moments) GetM1() float64
- func (p *Moments) GetM2() float64
- func (p *Moments) GetM3() float64
- func (p *Moments) GetM4() float64
- func (p *Moments) Read(iprot thrift.TProtocol) error
- func (p *Moments) ReadField1(iprot thrift.TProtocol) error
- func (p *Moments) ReadField2(iprot thrift.TProtocol) error
- func (p *Moments) ReadField3(iprot thrift.TProtocol) error
- func (p *Moments) ReadField4(iprot thrift.TProtocol) error
- func (p *Moments) ReadField5(iprot thrift.TProtocol) error
- func (p *Moments) String() string
- func (p *Moments) Write(oprot thrift.TProtocol) error
Constants ¶
This section is empty.
Variables ¶
View Source
var GoUnusedProtection__ int
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Dependencies struct { StartTime int64 `thrift:"start_time,1" json:"start_time"` EndTime int64 `thrift:"end_time,2" json:"end_time"` Links []*DependencyLink `thrift:"links,3" json:"links"` }
func NewDependencies ¶
func NewDependencies() *Dependencies
func (*Dependencies) GetEndTime ¶
func (p *Dependencies) GetEndTime() int64
func (*Dependencies) GetLinks ¶
func (p *Dependencies) GetLinks() []*DependencyLink
func (*Dependencies) GetStartTime ¶
func (p *Dependencies) GetStartTime() int64
func (*Dependencies) ReadField1 ¶
func (p *Dependencies) ReadField1(iprot thrift.TProtocol) error
func (*Dependencies) ReadField2 ¶
func (p *Dependencies) ReadField2(iprot thrift.TProtocol) error
func (*Dependencies) ReadField3 ¶
func (p *Dependencies) ReadField3(iprot thrift.TProtocol) error
func (*Dependencies) String ¶
func (p *Dependencies) String() string
type DependencyLink ¶
type DependencyLink struct { Parent string `thrift:"parent,1" json:"parent"` Child string `thrift:"child,2" json:"child"` DurationMoments *Moments `thrift:"duration_moments,3" json:"duration_moments"` }
func NewDependencyLink ¶
func NewDependencyLink() *DependencyLink
func (*DependencyLink) GetChild ¶
func (p *DependencyLink) GetChild() string
func (*DependencyLink) GetDurationMoments ¶
func (p *DependencyLink) GetDurationMoments() *Moments
func (*DependencyLink) GetParent ¶
func (p *DependencyLink) GetParent() string
func (*DependencyLink) IsSetDurationMoments ¶
func (p *DependencyLink) IsSetDurationMoments() bool
func (*DependencyLink) ReadField1 ¶
func (p *DependencyLink) ReadField1(iprot thrift.TProtocol) error
func (*DependencyLink) ReadField2 ¶
func (p *DependencyLink) ReadField2(iprot thrift.TProtocol) error
func (*DependencyLink) ReadField3 ¶
func (p *DependencyLink) ReadField3(iprot thrift.TProtocol) error
func (*DependencyLink) String ¶
func (p *DependencyLink) String() string
type Moments ¶
type Moments struct { M0 int64 `thrift:"m0,1" json:"m0"` M1 float64 `thrift:"m1,2" json:"m1"` M2 float64 `thrift:"m2,3" json:"m2"` M3 float64 `thrift:"m3,4" json:"m3"` M4 float64 `thrift:"m4,5" json:"m4"` }
var DependencyLink_DurationMoments_DEFAULT *Moments
func NewMoments ¶
func NewMoments() *Moments
Click to show internal directories.
Click to hide internal directories.