zipkindependencies

package
v0.0.0-...-2ecaaad Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2016 License: MIT Imports: 3 Imported by: 0

Documentation

Index

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 (p *Dependencies) GetLinks() []*DependencyLink

func (*Dependencies) GetStartTime

func (p *Dependencies) GetStartTime() int64

func (*Dependencies) Read

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

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

func (*Dependencies) Write

func (p *Dependencies) Write(oprot thrift.TProtocol) error
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() *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) Read

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

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

func (*DependencyLink) Write

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

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

func (*Moments) GetM0

func (p *Moments) GetM0() int64

func (*Moments) GetM1

func (p *Moments) GetM1() float64

func (*Moments) GetM2

func (p *Moments) GetM2() float64

func (*Moments) GetM3

func (p *Moments) GetM3() float64

func (*Moments) GetM4

func (p *Moments) GetM4() float64

func (*Moments) Read

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

func (*Moments) ReadField1

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

func (*Moments) ReadField2

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

func (*Moments) ReadField3

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

func (*Moments) ReadField4

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

func (*Moments) ReadField5

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

func (*Moments) String

func (p *Moments) String() string

func (*Moments) Write

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

Jump to

Keyboard shortcuts

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