qpov

package
v0.0.0-...-0713623 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2023 License: GPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterCookieMonsterServer

func RegisterCookieMonsterServer(s *grpc.Server, srv CookieMonsterServer)

func RegisterSchedulerServer

func RegisterSchedulerServer(s *grpc.Server, srv SchedulerServer)

Types

type AddReply

type AddReply struct {
	OrderId              string   `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddReply) Descriptor

func (*AddReply) Descriptor() ([]byte, []int)

func (*AddReply) GetOrderId

func (m *AddReply) GetOrderId() string

func (*AddReply) ProtoMessage

func (*AddReply) ProtoMessage()

func (*AddReply) Reset

func (m *AddReply) Reset()

func (*AddReply) String

func (m *AddReply) String() string

func (*AddReply) XXX_DiscardUnknown

func (m *AddReply) XXX_DiscardUnknown()

func (*AddReply) XXX_Marshal

func (m *AddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddReply) XXX_Merge

func (dst *AddReply) XXX_Merge(src proto.Message)

func (*AddReply) XXX_Size

func (m *AddReply) XXX_Size() int

func (*AddReply) XXX_Unmarshal

func (m *AddReply) XXX_Unmarshal(b []byte) error

type AddRequest

type AddRequest struct {
	OrderDefinition string `protobuf:"bytes,1,opt,name=order_definition,json=orderDefinition,proto3" json:"order_definition,omitempty"`
	// string destination = 2; // DEPRECATED: Directory to store the results as <file>.png and <file>.proto.
	BatchId              string   `protobuf:"bytes,3,opt,name=batch_id,json=batchId,proto3" json:"batch_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddRequest) Descriptor

func (*AddRequest) Descriptor() ([]byte, []int)

func (*AddRequest) GetBatchId

func (m *AddRequest) GetBatchId() string

func (*AddRequest) GetOrderDefinition

func (m *AddRequest) GetOrderDefinition() string

func (*AddRequest) ProtoMessage

func (*AddRequest) ProtoMessage()

func (*AddRequest) Reset

func (m *AddRequest) Reset()

func (*AddRequest) String

func (m *AddRequest) String() string

func (*AddRequest) XXX_DiscardUnknown

func (m *AddRequest) XXX_DiscardUnknown()

func (*AddRequest) XXX_Marshal

func (m *AddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddRequest) XXX_Merge

func (dst *AddRequest) XXX_Merge(src proto.Message)

func (*AddRequest) XXX_Size

func (m *AddRequest) XXX_Size() int

func (*AddRequest) XXX_Unmarshal

func (m *AddRequest) XXX_Unmarshal(b []byte) error

type BatchStats

type BatchStats struct {
	BatchId              string        `protobuf:"bytes,1,opt,name=batch_id,json=batchId,proto3" json:"batch_id,omitempty"`
	Total                int64         `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Done                 int64         `protobuf:"varint,3,opt,name=done,proto3" json:"done,omitempty"`
	Comment              string        `protobuf:"bytes,4,opt,name=comment,proto3" json:"comment,omitempty"`
	Ctime                int64         `protobuf:"varint,5,opt,name=ctime,proto3" json:"ctime,omitempty"`
	CpuTime              *StatsCPUTime `protobuf:"bytes,6,opt,name=cpu_time,json=cpuTime,proto3" json:"cpu_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*BatchStats) Descriptor

func (*BatchStats) Descriptor() ([]byte, []int)

func (*BatchStats) GetBatchId

func (m *BatchStats) GetBatchId() string

func (*BatchStats) GetComment

func (m *BatchStats) GetComment() string

func (*BatchStats) GetCpuTime

func (m *BatchStats) GetCpuTime() *StatsCPUTime

func (*BatchStats) GetCtime

func (m *BatchStats) GetCtime() int64

func (*BatchStats) GetDone

func (m *BatchStats) GetDone() int64

func (*BatchStats) GetTotal

func (m *BatchStats) GetTotal() int64

func (*BatchStats) ProtoMessage

func (*BatchStats) ProtoMessage()

func (*BatchStats) Reset

func (m *BatchStats) Reset()

func (*BatchStats) String

func (m *BatchStats) String() string

func (*BatchStats) XXX_DiscardUnknown

func (m *BatchStats) XXX_DiscardUnknown()

func (*BatchStats) XXX_Marshal

func (m *BatchStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BatchStats) XXX_Merge

func (dst *BatchStats) XXX_Merge(src proto.Message)

func (*BatchStats) XXX_Size

func (m *BatchStats) XXX_Size() int

func (*BatchStats) XXX_Unmarshal

func (m *BatchStats) XXX_Unmarshal(b []byte) error

type CertificateReply

type CertificateReply struct {
	Pem                  []byte   `protobuf:"bytes,1,opt,name=pem,proto3" json:"pem,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CertificateReply) Descriptor

func (*CertificateReply) Descriptor() ([]byte, []int)

func (*CertificateReply) GetPem

func (m *CertificateReply) GetPem() []byte

func (*CertificateReply) ProtoMessage

func (*CertificateReply) ProtoMessage()

func (*CertificateReply) Reset

func (m *CertificateReply) Reset()

func (*CertificateReply) String

func (m *CertificateReply) String() string

func (*CertificateReply) XXX_DiscardUnknown

func (m *CertificateReply) XXX_DiscardUnknown()

func (*CertificateReply) XXX_Marshal

func (m *CertificateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CertificateReply) XXX_Merge

func (dst *CertificateReply) XXX_Merge(src proto.Message)

func (*CertificateReply) XXX_Size

func (m *CertificateReply) XXX_Size() int

func (*CertificateReply) XXX_Unmarshal

func (m *CertificateReply) XXX_Unmarshal(b []byte) error

type CertificateRequest

type CertificateRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CertificateRequest) Descriptor

func (*CertificateRequest) Descriptor() ([]byte, []int)

func (*CertificateRequest) ProtoMessage

func (*CertificateRequest) ProtoMessage()

func (*CertificateRequest) Reset

func (m *CertificateRequest) Reset()

func (*CertificateRequest) String

func (m *CertificateRequest) String() string

func (*CertificateRequest) XXX_DiscardUnknown

func (m *CertificateRequest) XXX_DiscardUnknown()

func (*CertificateRequest) XXX_Marshal

func (m *CertificateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CertificateRequest) XXX_Merge

func (dst *CertificateRequest) XXX_Merge(src proto.Message)

func (*CertificateRequest) XXX_Size

func (m *CertificateRequest) XXX_Size() int

func (*CertificateRequest) XXX_Unmarshal

func (m *CertificateRequest) XXX_Unmarshal(b []byte) error

type CheckCookieReply

type CheckCookieReply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CheckCookieReply) Descriptor

func (*CheckCookieReply) Descriptor() ([]byte, []int)

func (*CheckCookieReply) ProtoMessage

func (*CheckCookieReply) ProtoMessage()

func (*CheckCookieReply) Reset

func (m *CheckCookieReply) Reset()

func (*CheckCookieReply) String

func (m *CheckCookieReply) String() string

func (*CheckCookieReply) XXX_DiscardUnknown

func (m *CheckCookieReply) XXX_DiscardUnknown()

func (*CheckCookieReply) XXX_Marshal

func (m *CheckCookieReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CheckCookieReply) XXX_Merge

func (dst *CheckCookieReply) XXX_Merge(src proto.Message)

func (*CheckCookieReply) XXX_Size

func (m *CheckCookieReply) XXX_Size() int

func (*CheckCookieReply) XXX_Unmarshal

func (m *CheckCookieReply) XXX_Unmarshal(b []byte) error

type CheckCookieRequest

type CheckCookieRequest struct {
	Cookie               string   `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CheckCookieRequest) Descriptor

func (*CheckCookieRequest) Descriptor() ([]byte, []int)

func (*CheckCookieRequest) GetCookie

func (m *CheckCookieRequest) GetCookie() string

func (*CheckCookieRequest) ProtoMessage

func (*CheckCookieRequest) ProtoMessage()

func (*CheckCookieRequest) Reset

func (m *CheckCookieRequest) Reset()

func (*CheckCookieRequest) String

func (m *CheckCookieRequest) String() string

func (*CheckCookieRequest) XXX_DiscardUnknown

func (m *CheckCookieRequest) XXX_DiscardUnknown()

func (*CheckCookieRequest) XXX_Marshal

func (m *CheckCookieRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CheckCookieRequest) XXX_Merge

func (dst *CheckCookieRequest) XXX_Merge(src proto.Message)

func (*CheckCookieRequest) XXX_Size

func (m *CheckCookieRequest) XXX_Size() int

func (*CheckCookieRequest) XXX_Unmarshal

func (m *CheckCookieRequest) XXX_Unmarshal(b []byte) error

type Cloud

type Cloud struct {
	Provider             string   `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	InstanceType         string   `protobuf:"bytes,2,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Cloud) Descriptor

func (*Cloud) Descriptor() ([]byte, []int)

func (*Cloud) GetInstanceType

func (m *Cloud) GetInstanceType() string

func (*Cloud) GetProvider

func (m *Cloud) GetProvider() string

func (*Cloud) ProtoMessage

func (*Cloud) ProtoMessage()

func (*Cloud) Reset

func (m *Cloud) Reset()

func (*Cloud) String

func (m *Cloud) String() string

func (*Cloud) XXX_DiscardUnknown

func (m *Cloud) XXX_DiscardUnknown()

func (*Cloud) XXX_Marshal

func (m *Cloud) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Cloud) XXX_Merge

func (dst *Cloud) XXX_Merge(src proto.Message)

func (*Cloud) XXX_Size

func (m *Cloud) XXX_Size() int

func (*Cloud) XXX_Unmarshal

func (m *Cloud) XXX_Unmarshal(b []byte) error

type CookieMonsterClient

type CookieMonsterClient interface {
	Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginReply, error)
	Logout(ctx context.Context, in *LogoutRequest, opts ...grpc.CallOption) (*LogoutReply, error)
	CheckCookie(ctx context.Context, in *CheckCookieRequest, opts ...grpc.CallOption) (*CheckCookieReply, error)
}

CookieMonsterClient is the client API for CookieMonster service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCookieMonsterClient

func NewCookieMonsterClient(cc *grpc.ClientConn) CookieMonsterClient

type CookieMonsterServer

type CookieMonsterServer interface {
	Login(context.Context, *LoginRequest) (*LoginReply, error)
	Logout(context.Context, *LogoutRequest) (*LogoutReply, error)
	CheckCookie(context.Context, *CheckCookieRequest) (*CheckCookieReply, error)
}

CookieMonsterServer is the server API for CookieMonster service.

type DoneReply

type DoneReply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DoneReply) Descriptor

func (*DoneReply) Descriptor() ([]byte, []int)

func (*DoneReply) ProtoMessage

func (*DoneReply) ProtoMessage()

func (*DoneReply) Reset

func (m *DoneReply) Reset()

func (*DoneReply) String

func (m *DoneReply) String() string

func (*DoneReply) XXX_DiscardUnknown

func (m *DoneReply) XXX_DiscardUnknown()

func (*DoneReply) XXX_Marshal

func (m *DoneReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DoneReply) XXX_Merge

func (dst *DoneReply) XXX_Merge(src proto.Message)

func (*DoneReply) XXX_Size

func (m *DoneReply) XXX_Size() int

func (*DoneReply) XXX_Unmarshal

func (m *DoneReply) XXX_Unmarshal(b []byte) error

type DoneRequest

type DoneRequest struct {
	LeaseId              string             `protobuf:"bytes,1,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"`
	Image                []byte             `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	Stdout               []byte             `protobuf:"bytes,3,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr               []byte             `protobuf:"bytes,4,opt,name=stderr,proto3" json:"stderr,omitempty"`
	JsonMetadata         string             `protobuf:"bytes,5,opt,name=json_metadata,json=jsonMetadata,proto3" json:"json_metadata,omitempty"`
	Metadata             *RenderingMetadata `protobuf:"bytes,6,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*DoneRequest) Descriptor

func (*DoneRequest) Descriptor() ([]byte, []int)

func (*DoneRequest) GetImage

func (m *DoneRequest) GetImage() []byte

func (*DoneRequest) GetJsonMetadata

func (m *DoneRequest) GetJsonMetadata() string

func (*DoneRequest) GetLeaseId

func (m *DoneRequest) GetLeaseId() string

func (*DoneRequest) GetMetadata

func (m *DoneRequest) GetMetadata() *RenderingMetadata

func (*DoneRequest) GetStderr

func (m *DoneRequest) GetStderr() []byte

func (*DoneRequest) GetStdout

func (m *DoneRequest) GetStdout() []byte

func (*DoneRequest) ProtoMessage

func (*DoneRequest) ProtoMessage()

func (*DoneRequest) Reset

func (m *DoneRequest) Reset()

func (*DoneRequest) String

func (m *DoneRequest) String() string

func (*DoneRequest) XXX_DiscardUnknown

func (m *DoneRequest) XXX_DiscardUnknown()

func (*DoneRequest) XXX_Marshal

func (m *DoneRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DoneRequest) XXX_Merge

func (dst *DoneRequest) XXX_Merge(src proto.Message)

func (*DoneRequest) XXX_Size

func (m *DoneRequest) XXX_Size() int

func (*DoneRequest) XXX_Unmarshal

func (m *DoneRequest) XXX_Unmarshal(b []byte) error

type FailedReply

type FailedReply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FailedReply) Descriptor

func (*FailedReply) Descriptor() ([]byte, []int)

func (*FailedReply) ProtoMessage

func (*FailedReply) ProtoMessage()

func (*FailedReply) Reset

func (m *FailedReply) Reset()

func (*FailedReply) String

func (m *FailedReply) String() string

func (*FailedReply) XXX_DiscardUnknown

func (m *FailedReply) XXX_DiscardUnknown()

func (*FailedReply) XXX_Marshal

func (m *FailedReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FailedReply) XXX_Merge

func (dst *FailedReply) XXX_Merge(src proto.Message)

func (*FailedReply) XXX_Size

func (m *FailedReply) XXX_Size() int

func (*FailedReply) XXX_Unmarshal

func (m *FailedReply) XXX_Unmarshal(b []byte) error

type FailedRequest

type FailedRequest struct {
	LeaseId              string   `protobuf:"bytes,1,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FailedRequest) Descriptor

func (*FailedRequest) Descriptor() ([]byte, []int)

func (*FailedRequest) GetLeaseId

func (m *FailedRequest) GetLeaseId() string

func (*FailedRequest) ProtoMessage

func (*FailedRequest) ProtoMessage()

func (*FailedRequest) Reset

func (m *FailedRequest) Reset()

func (*FailedRequest) String

func (m *FailedRequest) String() string

func (*FailedRequest) XXX_DiscardUnknown

func (m *FailedRequest) XXX_DiscardUnknown()

func (*FailedRequest) XXX_Marshal

func (m *FailedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FailedRequest) XXX_Merge

func (dst *FailedRequest) XXX_Merge(src proto.Message)

func (*FailedRequest) XXX_Size

func (m *FailedRequest) XXX_Size() int

func (*FailedRequest) XXX_Unmarshal

func (m *FailedRequest) XXX_Unmarshal(b []byte) error

type GetReply

type GetReply struct {
	LeaseId              string   `protobuf:"bytes,1,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"`
	OrderDefinition      string   `protobuf:"bytes,2,opt,name=order_definition,json=orderDefinition,proto3" json:"order_definition,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetReply) Descriptor

func (*GetReply) Descriptor() ([]byte, []int)

func (*GetReply) GetLeaseId

func (m *GetReply) GetLeaseId() string

func (*GetReply) GetOrderDefinition

func (m *GetReply) GetOrderDefinition() string

func (*GetReply) ProtoMessage

func (*GetReply) ProtoMessage()

func (*GetReply) Reset

func (m *GetReply) Reset()

func (*GetReply) String

func (m *GetReply) String() string

func (*GetReply) XXX_DiscardUnknown

func (m *GetReply) XXX_DiscardUnknown()

func (*GetReply) XXX_Marshal

func (m *GetReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetReply) XXX_Merge

func (dst *GetReply) XXX_Merge(src proto.Message)

func (*GetReply) XXX_Size

func (m *GetReply) XXX_Size() int

func (*GetReply) XXX_Unmarshal

func (m *GetReply) XXX_Unmarshal(b []byte) error

type GetRequest

type GetRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRequest) Descriptor

func (*GetRequest) Descriptor() ([]byte, []int)

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) Reset

func (m *GetRequest) Reset()

func (*GetRequest) String

func (m *GetRequest) String() string

func (*GetRequest) XXX_DiscardUnknown

func (m *GetRequest) XXX_DiscardUnknown()

func (*GetRequest) XXX_Marshal

func (m *GetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRequest) XXX_Merge

func (dst *GetRequest) XXX_Merge(src proto.Message)

func (*GetRequest) XXX_Size

func (m *GetRequest) XXX_Size() int

func (*GetRequest) XXX_Unmarshal

func (m *GetRequest) XXX_Unmarshal(b []byte) error

type Lease

type Lease struct {
	OrderId              string             `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	LeaseId              string             `protobuf:"bytes,2,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"`
	Done                 bool               `protobuf:"varint,3,opt,name=done,proto3" json:"done,omitempty"`
	UserId               int64              `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	CreatedMs            int64              `protobuf:"varint,5,opt,name=created_ms,json=createdMs,proto3" json:"created_ms,omitempty"`
	UpdatedMs            int64              `protobuf:"varint,6,opt,name=updated_ms,json=updatedMs,proto3" json:"updated_ms,omitempty"`
	ExpiresMs            int64              `protobuf:"varint,7,opt,name=expires_ms,json=expiresMs,proto3" json:"expires_ms,omitempty"`
	Order                *Order             `protobuf:"bytes,8,opt,name=order,proto3" json:"order,omitempty"`
	Metadata             *RenderingMetadata `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Failed               bool               `protobuf:"varint,10,opt,name=failed,proto3" json:"failed,omitempty"`
	Address              string             `protobuf:"bytes,11,opt,name=address,proto3" json:"address,omitempty"`
	Hostname             string             `protobuf:"bytes,12,opt,name=hostname,proto3" json:"hostname,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Lease) Descriptor

func (*Lease) Descriptor() ([]byte, []int)

func (*Lease) GetAddress

func (m *Lease) GetAddress() string

func (*Lease) GetCreatedMs

func (m *Lease) GetCreatedMs() int64

func (*Lease) GetDone

func (m *Lease) GetDone() bool

func (*Lease) GetExpiresMs

func (m *Lease) GetExpiresMs() int64

func (*Lease) GetFailed

func (m *Lease) GetFailed() bool

func (*Lease) GetHostname

func (m *Lease) GetHostname() string

func (*Lease) GetLeaseId

func (m *Lease) GetLeaseId() string

func (*Lease) GetMetadata

func (m *Lease) GetMetadata() *RenderingMetadata

func (*Lease) GetOrder

func (m *Lease) GetOrder() *Order

func (*Lease) GetOrderId

func (m *Lease) GetOrderId() string

func (*Lease) GetUpdatedMs

func (m *Lease) GetUpdatedMs() int64

func (*Lease) GetUserId

func (m *Lease) GetUserId() int64

func (*Lease) ProtoMessage

func (*Lease) ProtoMessage()

func (*Lease) Reset

func (m *Lease) Reset()

func (*Lease) String

func (m *Lease) String() string

func (*Lease) XXX_DiscardUnknown

func (m *Lease) XXX_DiscardUnknown()

func (*Lease) XXX_Marshal

func (m *Lease) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Lease) XXX_Merge

func (dst *Lease) XXX_Merge(src proto.Message)

func (*Lease) XXX_Size

func (m *Lease) XXX_Size() int

func (*Lease) XXX_Unmarshal

func (m *Lease) XXX_Unmarshal(b []byte) error

type LeaseReply

type LeaseReply struct {
	Lease                *Lease   `protobuf:"bytes,1,opt,name=lease,proto3" json:"lease,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LeaseReply) Descriptor

func (*LeaseReply) Descriptor() ([]byte, []int)

func (*LeaseReply) GetLease

func (m *LeaseReply) GetLease() *Lease

func (*LeaseReply) ProtoMessage

func (*LeaseReply) ProtoMessage()

func (*LeaseReply) Reset

func (m *LeaseReply) Reset()

func (*LeaseReply) String

func (m *LeaseReply) String() string

func (*LeaseReply) XXX_DiscardUnknown

func (m *LeaseReply) XXX_DiscardUnknown()

func (*LeaseReply) XXX_Marshal

func (m *LeaseReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LeaseReply) XXX_Merge

func (dst *LeaseReply) XXX_Merge(src proto.Message)

func (*LeaseReply) XXX_Size

func (m *LeaseReply) XXX_Size() int

func (*LeaseReply) XXX_Unmarshal

func (m *LeaseReply) XXX_Unmarshal(b []byte) error

type LeaseRequest

type LeaseRequest struct {
	LeaseId              string   `protobuf:"bytes,1,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LeaseRequest) Descriptor

func (*LeaseRequest) Descriptor() ([]byte, []int)

func (*LeaseRequest) GetLeaseId

func (m *LeaseRequest) GetLeaseId() string

func (*LeaseRequest) ProtoMessage

func (*LeaseRequest) ProtoMessage()

func (*LeaseRequest) Reset

func (m *LeaseRequest) Reset()

func (*LeaseRequest) String

func (m *LeaseRequest) String() string

func (*LeaseRequest) XXX_DiscardUnknown

func (m *LeaseRequest) XXX_DiscardUnknown()

func (*LeaseRequest) XXX_Marshal

func (m *LeaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LeaseRequest) XXX_Merge

func (dst *LeaseRequest) XXX_Merge(src proto.Message)

func (*LeaseRequest) XXX_Size

func (m *LeaseRequest) XXX_Size() int

func (*LeaseRequest) XXX_Unmarshal

func (m *LeaseRequest) XXX_Unmarshal(b []byte) error

type LeasesReply

type LeasesReply struct {
	Lease                *Lease   `protobuf:"bytes,1,opt,name=lease,proto3" json:"lease,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LeasesReply) Descriptor

func (*LeasesReply) Descriptor() ([]byte, []int)

func (*LeasesReply) GetLease

func (m *LeasesReply) GetLease() *Lease

func (*LeasesReply) ProtoMessage

func (*LeasesReply) ProtoMessage()

func (*LeasesReply) Reset

func (m *LeasesReply) Reset()

func (*LeasesReply) String

func (m *LeasesReply) String() string

func (*LeasesReply) XXX_DiscardUnknown

func (m *LeasesReply) XXX_DiscardUnknown()

func (*LeasesReply) XXX_Marshal

func (m *LeasesReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LeasesReply) XXX_Merge

func (dst *LeasesReply) XXX_Merge(src proto.Message)

func (*LeasesReply) XXX_Size

func (m *LeasesReply) XXX_Size() int

func (*LeasesReply) XXX_Unmarshal

func (m *LeasesReply) XXX_Unmarshal(b []byte) error

type LeasesRequest

type LeasesRequest struct {
	Done                 bool     `protobuf:"varint,1,opt,name=done,proto3" json:"done,omitempty"`
	Order                bool     `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"`
	Metadata             bool     `protobuf:"varint,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Since                int64    `protobuf:"varint,4,opt,name=since,proto3" json:"since,omitempty"`
	Batch                string   `protobuf:"bytes,5,opt,name=batch,proto3" json:"batch,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LeasesRequest) Descriptor

func (*LeasesRequest) Descriptor() ([]byte, []int)

func (*LeasesRequest) GetBatch

func (m *LeasesRequest) GetBatch() string

func (*LeasesRequest) GetDone

func (m *LeasesRequest) GetDone() bool

func (*LeasesRequest) GetMetadata

func (m *LeasesRequest) GetMetadata() bool

func (*LeasesRequest) GetOrder

func (m *LeasesRequest) GetOrder() bool

func (*LeasesRequest) GetSince

func (m *LeasesRequest) GetSince() int64

func (*LeasesRequest) ProtoMessage

func (*LeasesRequest) ProtoMessage()

func (*LeasesRequest) Reset

func (m *LeasesRequest) Reset()

func (*LeasesRequest) String

func (m *LeasesRequest) String() string

func (*LeasesRequest) XXX_DiscardUnknown

func (m *LeasesRequest) XXX_DiscardUnknown()

func (*LeasesRequest) XXX_Marshal

func (m *LeasesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LeasesRequest) XXX_Merge

func (dst *LeasesRequest) XXX_Merge(src proto.Message)

func (*LeasesRequest) XXX_Size

func (m *LeasesRequest) XXX_Size() int

func (*LeasesRequest) XXX_Unmarshal

func (m *LeasesRequest) XXX_Unmarshal(b []byte) error

type LoginReply

type LoginReply struct {
	Cookie               string   `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LoginReply) Descriptor

func (*LoginReply) Descriptor() ([]byte, []int)

func (*LoginReply) GetCookie

func (m *LoginReply) GetCookie() string

func (*LoginReply) ProtoMessage

func (*LoginReply) ProtoMessage()

func (*LoginReply) Reset

func (m *LoginReply) Reset()

func (*LoginReply) String

func (m *LoginReply) String() string

func (*LoginReply) XXX_DiscardUnknown

func (m *LoginReply) XXX_DiscardUnknown()

func (*LoginReply) XXX_Marshal

func (m *LoginReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoginReply) XXX_Merge

func (dst *LoginReply) XXX_Merge(src proto.Message)

func (*LoginReply) XXX_Size

func (m *LoginReply) XXX_Size() int

func (*LoginReply) XXX_Unmarshal

func (m *LoginReply) XXX_Unmarshal(b []byte) error

type LoginRequest

type LoginRequest struct {
	Cookie               string   `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	Jwt                  string   `protobuf:"bytes,2,opt,name=jwt,proto3" json:"jwt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LoginRequest) Descriptor

func (*LoginRequest) Descriptor() ([]byte, []int)

func (*LoginRequest) GetCookie

func (m *LoginRequest) GetCookie() string

func (*LoginRequest) GetJwt

func (m *LoginRequest) GetJwt() string

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) Reset

func (m *LoginRequest) Reset()

func (*LoginRequest) String

func (m *LoginRequest) String() string

func (*LoginRequest) XXX_DiscardUnknown

func (m *LoginRequest) XXX_DiscardUnknown()

func (*LoginRequest) XXX_Marshal

func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoginRequest) XXX_Merge

func (dst *LoginRequest) XXX_Merge(src proto.Message)

func (*LoginRequest) XXX_Size

func (m *LoginRequest) XXX_Size() int

func (*LoginRequest) XXX_Unmarshal

func (m *LoginRequest) XXX_Unmarshal(b []byte) error

type LogoutReply

type LogoutReply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LogoutReply) Descriptor

func (*LogoutReply) Descriptor() ([]byte, []int)

func (*LogoutReply) ProtoMessage

func (*LogoutReply) ProtoMessage()

func (*LogoutReply) Reset

func (m *LogoutReply) Reset()

func (*LogoutReply) String

func (m *LogoutReply) String() string

func (*LogoutReply) XXX_DiscardUnknown

func (m *LogoutReply) XXX_DiscardUnknown()

func (*LogoutReply) XXX_Marshal

func (m *LogoutReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogoutReply) XXX_Merge

func (dst *LogoutReply) XXX_Merge(src proto.Message)

func (*LogoutReply) XXX_Size

func (m *LogoutReply) XXX_Size() int

func (*LogoutReply) XXX_Unmarshal

func (m *LogoutReply) XXX_Unmarshal(b []byte) error

type LogoutRequest

type LogoutRequest struct {
	Cookie               string   `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LogoutRequest) Descriptor

func (*LogoutRequest) Descriptor() ([]byte, []int)

func (*LogoutRequest) GetCookie

func (m *LogoutRequest) GetCookie() string

func (*LogoutRequest) ProtoMessage

func (*LogoutRequest) ProtoMessage()

func (*LogoutRequest) Reset

func (m *LogoutRequest) Reset()

func (*LogoutRequest) String

func (m *LogoutRequest) String() string

func (*LogoutRequest) XXX_DiscardUnknown

func (m *LogoutRequest) XXX_DiscardUnknown()

func (*LogoutRequest) XXX_Marshal

func (m *LogoutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogoutRequest) XXX_Merge

func (dst *LogoutRequest) XXX_Merge(src proto.Message)

func (*LogoutRequest) XXX_Size

func (m *LogoutRequest) XXX_Size() int

func (*LogoutRequest) XXX_Unmarshal

func (m *LogoutRequest) XXX_Unmarshal(b []byte) error

type MachineStats

type MachineStats struct {
	// E.g. "Amazon/c4.8xlarge 36 x Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz".
	ArchSummary          string        `protobuf:"bytes,1,opt,name=arch_summary,json=archSummary,proto3" json:"arch_summary,omitempty"`
	Cpu                  string        `protobuf:"bytes,2,opt,name=cpu,proto3" json:"cpu,omitempty"`
	NumCpu               int32         `protobuf:"varint,3,opt,name=num_cpu,json=numCpu,proto3" json:"num_cpu,omitempty"`
	Cloud                *Cloud        `protobuf:"bytes,4,opt,name=cloud,proto3" json:"cloud,omitempty"`
	CpuTime              *StatsCPUTime `protobuf:"bytes,5,opt,name=cpu_time,json=cpuTime,proto3" json:"cpu_time,omitempty"`
	Jobs                 int64         `protobuf:"varint,6,opt,name=jobs,proto3" json:"jobs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*MachineStats) Descriptor

func (*MachineStats) Descriptor() ([]byte, []int)

func (*MachineStats) GetArchSummary

func (m *MachineStats) GetArchSummary() string

func (*MachineStats) GetCloud

func (m *MachineStats) GetCloud() *Cloud

func (*MachineStats) GetCpu

func (m *MachineStats) GetCpu() string

func (*MachineStats) GetCpuTime

func (m *MachineStats) GetCpuTime() *StatsCPUTime

func (*MachineStats) GetJobs

func (m *MachineStats) GetJobs() int64

func (*MachineStats) GetNumCpu

func (m *MachineStats) GetNumCpu() int32

func (*MachineStats) ProtoMessage

func (*MachineStats) ProtoMessage()

func (*MachineStats) Reset

func (m *MachineStats) Reset()

func (*MachineStats) String

func (m *MachineStats) String() string

func (*MachineStats) XXX_DiscardUnknown

func (m *MachineStats) XXX_DiscardUnknown()

func (*MachineStats) XXX_Marshal

func (m *MachineStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineStats) XXX_Merge

func (dst *MachineStats) XXX_Merge(src proto.Message)

func (*MachineStats) XXX_Size

func (m *MachineStats) XXX_Size() int

func (*MachineStats) XXX_Unmarshal

func (m *MachineStats) XXX_Unmarshal(b []byte) error

type Order

type Order struct {
	Package              string   `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"`
	Dir                  string   `protobuf:"bytes,2,opt,name=dir,proto3" json:"dir,omitempty"`
	File                 string   `protobuf:"bytes,3,opt,name=file,proto3" json:"file,omitempty"`
	Args                 []string `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"`
	OrderId              string   `protobuf:"bytes,5,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	BatchId              string   `protobuf:"bytes,6,opt,name=batch_id,json=batchId,proto3" json:"batch_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Order) Descriptor

func (*Order) Descriptor() ([]byte, []int)

func (*Order) GetArgs

func (m *Order) GetArgs() []string

func (*Order) GetBatchId

func (m *Order) GetBatchId() string

func (*Order) GetDir

func (m *Order) GetDir() string

func (*Order) GetFile

func (m *Order) GetFile() string

func (*Order) GetOrderId

func (m *Order) GetOrderId() string

func (*Order) GetPackage

func (m *Order) GetPackage() string

func (*Order) ProtoMessage

func (*Order) ProtoMessage()

func (*Order) Reset

func (m *Order) Reset()

func (*Order) String

func (m *Order) String() string

func (*Order) XXX_DiscardUnknown

func (m *Order) XXX_DiscardUnknown()

func (*Order) XXX_Marshal

func (m *Order) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Order) XXX_Merge

func (dst *Order) XXX_Merge(src proto.Message)

func (*Order) XXX_Size

func (m *Order) XXX_Size() int

func (*Order) XXX_Unmarshal

func (m *Order) XXX_Unmarshal(b []byte) error

type OrderReply

type OrderReply struct {
	Order                []*Order `protobuf:"bytes,1,rep,name=order,proto3" json:"order,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrderReply) Descriptor

func (*OrderReply) Descriptor() ([]byte, []int)

func (*OrderReply) GetOrder

func (m *OrderReply) GetOrder() []*Order

func (*OrderReply) ProtoMessage

func (*OrderReply) ProtoMessage()

func (*OrderReply) Reset

func (m *OrderReply) Reset()

func (*OrderReply) String

func (m *OrderReply) String() string

func (*OrderReply) XXX_DiscardUnknown

func (m *OrderReply) XXX_DiscardUnknown()

func (*OrderReply) XXX_Marshal

func (m *OrderReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderReply) XXX_Merge

func (dst *OrderReply) XXX_Merge(src proto.Message)

func (*OrderReply) XXX_Size

func (m *OrderReply) XXX_Size() int

func (*OrderReply) XXX_Unmarshal

func (m *OrderReply) XXX_Unmarshal(b []byte) error

type OrderRequest

type OrderRequest struct {
	OrderId              []string `protobuf:"bytes,1,rep,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrderRequest) Descriptor

func (*OrderRequest) Descriptor() ([]byte, []int)

func (*OrderRequest) GetOrderId

func (m *OrderRequest) GetOrderId() []string

func (*OrderRequest) ProtoMessage

func (*OrderRequest) ProtoMessage()

func (*OrderRequest) Reset

func (m *OrderRequest) Reset()

func (*OrderRequest) String

func (m *OrderRequest) String() string

func (*OrderRequest) XXX_DiscardUnknown

func (m *OrderRequest) XXX_DiscardUnknown()

func (*OrderRequest) XXX_Marshal

func (m *OrderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderRequest) XXX_Merge

func (dst *OrderRequest) XXX_Merge(src proto.Message)

func (*OrderRequest) XXX_Size

func (m *OrderRequest) XXX_Size() int

func (*OrderRequest) XXX_Unmarshal

func (m *OrderRequest) XXX_Unmarshal(b []byte) error

type OrderStat

type OrderStat struct {
	OrderId              string   `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	Done                 bool     `protobuf:"varint,2,opt,name=done,proto3" json:"done,omitempty"`
	Active               bool     `protobuf:"varint,3,opt,name=active,proto3" json:"active,omitempty"`
	BatchId              string   `protobuf:"bytes,4,opt,name=batch_id,json=batchId,proto3" json:"batch_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrderStat) Descriptor

func (*OrderStat) Descriptor() ([]byte, []int)

func (*OrderStat) GetActive

func (m *OrderStat) GetActive() bool

func (*OrderStat) GetBatchId

func (m *OrderStat) GetBatchId() string

func (*OrderStat) GetDone

func (m *OrderStat) GetDone() bool

func (*OrderStat) GetOrderId

func (m *OrderStat) GetOrderId() string

func (*OrderStat) ProtoMessage

func (*OrderStat) ProtoMessage()

func (*OrderStat) Reset

func (m *OrderStat) Reset()

func (*OrderStat) String

func (m *OrderStat) String() string

func (*OrderStat) XXX_DiscardUnknown

func (m *OrderStat) XXX_DiscardUnknown()

func (*OrderStat) XXX_Marshal

func (m *OrderStat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderStat) XXX_Merge

func (dst *OrderStat) XXX_Merge(src proto.Message)

func (*OrderStat) XXX_Size

func (m *OrderStat) XXX_Size() int

func (*OrderStat) XXX_Unmarshal

func (m *OrderStat) XXX_Unmarshal(b []byte) error

type OrdersReply

type OrdersReply struct {
	Order                *OrderStat `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*OrdersReply) Descriptor

func (*OrdersReply) Descriptor() ([]byte, []int)

func (*OrdersReply) GetOrder

func (m *OrdersReply) GetOrder() *OrderStat

func (*OrdersReply) ProtoMessage

func (*OrdersReply) ProtoMessage()

func (*OrdersReply) Reset

func (m *OrdersReply) Reset()

func (*OrdersReply) String

func (m *OrdersReply) String() string

func (*OrdersReply) XXX_DiscardUnknown

func (m *OrdersReply) XXX_DiscardUnknown()

func (*OrdersReply) XXX_Marshal

func (m *OrdersReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrdersReply) XXX_Merge

func (dst *OrdersReply) XXX_Merge(src proto.Message)

func (*OrdersReply) XXX_Size

func (m *OrdersReply) XXX_Size() int

func (*OrdersReply) XXX_Unmarshal

func (m *OrdersReply) XXX_Unmarshal(b []byte) error

type OrdersRequest

type OrdersRequest struct {
	Done                 bool     `protobuf:"varint,1,opt,name=done,proto3" json:"done,omitempty"`
	Active               bool     `protobuf:"varint,2,opt,name=active,proto3" json:"active,omitempty"`
	Unstarted            bool     `protobuf:"varint,3,opt,name=unstarted,proto3" json:"unstarted,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrdersRequest) Descriptor

func (*OrdersRequest) Descriptor() ([]byte, []int)

func (*OrdersRequest) GetActive

func (m *OrdersRequest) GetActive() bool

func (*OrdersRequest) GetDone

func (m *OrdersRequest) GetDone() bool

func (*OrdersRequest) GetUnstarted

func (m *OrdersRequest) GetUnstarted() bool

func (*OrdersRequest) ProtoMessage

func (*OrdersRequest) ProtoMessage()

func (*OrdersRequest) Reset

func (m *OrdersRequest) Reset()

func (*OrdersRequest) String

func (m *OrdersRequest) String() string

func (*OrdersRequest) XXX_DiscardUnknown

func (m *OrdersRequest) XXX_DiscardUnknown()

func (*OrdersRequest) XXX_Marshal

func (m *OrdersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrdersRequest) XXX_Merge

func (dst *OrdersRequest) XXX_Merge(src proto.Message)

func (*OrdersRequest) XXX_Size

func (m *OrdersRequest) XXX_Size() int

func (*OrdersRequest) XXX_Unmarshal

func (m *OrdersRequest) XXX_Unmarshal(b []byte) error

type RenderingMetadata

type RenderingMetadata struct {
	// Who and what.
	User        string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	OrderString string `protobuf:"bytes,2,opt,name=order_string,json=orderString,proto3" json:"order_string,omitempty"`
	Order       *Order `protobuf:"bytes,3,opt,name=order,proto3" json:"order,omitempty"`
	// POV-Ray run stats.
	StartMs  int64   `protobuf:"varint,10,opt,name=start_ms,json=startMs,proto3" json:"start_ms,omitempty"`
	EndMs    int64   `protobuf:"varint,11,opt,name=end_ms,json=endMs,proto3" json:"end_ms,omitempty"`
	SystemMs int64   `protobuf:"varint,12,opt,name=system_ms,json=systemMs,proto3" json:"system_ms,omitempty"`
	UserMs   int64   `protobuf:"varint,13,opt,name=user_ms,json=userMs,proto3" json:"user_ms,omitempty"`
	Rusage   *Rusage `protobuf:"bytes,14,opt,name=rusage,proto3" json:"rusage,omitempty"`
	// System info.
	Hostname string `protobuf:"bytes,20,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Uname    *Uname `protobuf:"bytes,21,opt,name=uname,proto3" json:"uname,omitempty"`
	NumCpu   int32  `protobuf:"varint,22,opt,name=num_cpu,json=numCpu,proto3" json:"num_cpu,omitempty"`
	Version  string `protobuf:"bytes,23,opt,name=version,proto3" json:"version,omitempty"`
	Cloud    *Cloud `protobuf:"bytes,24,opt,name=cloud,proto3" json:"cloud,omitempty"`
	Comment  string `protobuf:"bytes,25,opt,name=comment,proto3" json:"comment,omitempty"`
	Cpuinfo  string `protobuf:"bytes,26,opt,name=cpuinfo,proto3" json:"cpuinfo,omitempty"`
	// POV-Ray.
	Stdout               []byte   `protobuf:"bytes,30,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr               []byte   `protobuf:"bytes,31,opt,name=stderr,proto3" json:"stderr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RenderingMetadata) Descriptor

func (*RenderingMetadata) Descriptor() ([]byte, []int)

func (*RenderingMetadata) GetCloud

func (m *RenderingMetadata) GetCloud() *Cloud

func (*RenderingMetadata) GetComment

func (m *RenderingMetadata) GetComment() string

func (*RenderingMetadata) GetCpuinfo

func (m *RenderingMetadata) GetCpuinfo() string

func (*RenderingMetadata) GetEndMs

func (m *RenderingMetadata) GetEndMs() int64

func (*RenderingMetadata) GetHostname

func (m *RenderingMetadata) GetHostname() string

func (*RenderingMetadata) GetNumCpu

func (m *RenderingMetadata) GetNumCpu() int32

func (*RenderingMetadata) GetOrder

func (m *RenderingMetadata) GetOrder() *Order

func (*RenderingMetadata) GetOrderString

func (m *RenderingMetadata) GetOrderString() string

func (*RenderingMetadata) GetRusage

func (m *RenderingMetadata) GetRusage() *Rusage

func (*RenderingMetadata) GetStartMs

func (m *RenderingMetadata) GetStartMs() int64

func (*RenderingMetadata) GetStderr

func (m *RenderingMetadata) GetStderr() []byte

func (*RenderingMetadata) GetStdout

func (m *RenderingMetadata) GetStdout() []byte

func (*RenderingMetadata) GetSystemMs

func (m *RenderingMetadata) GetSystemMs() int64

func (*RenderingMetadata) GetUname

func (m *RenderingMetadata) GetUname() *Uname

func (*RenderingMetadata) GetUser

func (m *RenderingMetadata) GetUser() string

func (*RenderingMetadata) GetUserMs

func (m *RenderingMetadata) GetUserMs() int64

func (*RenderingMetadata) GetVersion

func (m *RenderingMetadata) GetVersion() string

func (*RenderingMetadata) ProtoMessage

func (*RenderingMetadata) ProtoMessage()

func (*RenderingMetadata) Reset

func (m *RenderingMetadata) Reset()

func (*RenderingMetadata) String

func (m *RenderingMetadata) String() string

func (*RenderingMetadata) XXX_DiscardUnknown

func (m *RenderingMetadata) XXX_DiscardUnknown()

func (*RenderingMetadata) XXX_Marshal

func (m *RenderingMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RenderingMetadata) XXX_Merge

func (dst *RenderingMetadata) XXX_Merge(src proto.Message)

func (*RenderingMetadata) XXX_Size

func (m *RenderingMetadata) XXX_Size() int

func (*RenderingMetadata) XXX_Unmarshal

func (m *RenderingMetadata) XXX_Unmarshal(b []byte) error

type RenewReply

type RenewReply struct {
	NewTimeoutSec        int64    `protobuf:"varint,1,opt,name=new_timeout_sec,json=newTimeoutSec,proto3" json:"new_timeout_sec,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RenewReply) Descriptor

func (*RenewReply) Descriptor() ([]byte, []int)

func (*RenewReply) GetNewTimeoutSec

func (m *RenewReply) GetNewTimeoutSec() int64

func (*RenewReply) ProtoMessage

func (*RenewReply) ProtoMessage()

func (*RenewReply) Reset

func (m *RenewReply) Reset()

func (*RenewReply) String

func (m *RenewReply) String() string

func (*RenewReply) XXX_DiscardUnknown

func (m *RenewReply) XXX_DiscardUnknown()

func (*RenewReply) XXX_Marshal

func (m *RenewReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RenewReply) XXX_Merge

func (dst *RenewReply) XXX_Merge(src proto.Message)

func (*RenewReply) XXX_Size

func (m *RenewReply) XXX_Size() int

func (*RenewReply) XXX_Unmarshal

func (m *RenewReply) XXX_Unmarshal(b []byte) error

type RenewRequest

type RenewRequest struct {
	LeaseId              string   `protobuf:"bytes,1,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"`
	ExtendSec            int32    `protobuf:"varint,2,opt,name=extend_sec,json=extendSec,proto3" json:"extend_sec,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RenewRequest) Descriptor

func (*RenewRequest) Descriptor() ([]byte, []int)

func (*RenewRequest) GetExtendSec

func (m *RenewRequest) GetExtendSec() int32

func (*RenewRequest) GetLeaseId

func (m *RenewRequest) GetLeaseId() string

func (*RenewRequest) ProtoMessage

func (*RenewRequest) ProtoMessage()

func (*RenewRequest) Reset

func (m *RenewRequest) Reset()

func (*RenewRequest) String

func (m *RenewRequest) String() string

func (*RenewRequest) XXX_DiscardUnknown

func (m *RenewRequest) XXX_DiscardUnknown()

func (*RenewRequest) XXX_Marshal

func (m *RenewRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RenewRequest) XXX_Merge

func (dst *RenewRequest) XXX_Merge(src proto.Message)

func (*RenewRequest) XXX_Size

func (m *RenewRequest) XXX_Size() int

func (*RenewRequest) XXX_Unmarshal

func (m *RenewRequest) XXX_Unmarshal(b []byte) error

type ResultReply

type ResultReply struct {
	ContentType          string   `protobuf:"bytes,1,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	Data                 []byte   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResultReply) Descriptor

func (*ResultReply) Descriptor() ([]byte, []int)

func (*ResultReply) GetContentType

func (m *ResultReply) GetContentType() string

func (*ResultReply) GetData

func (m *ResultReply) GetData() []byte

func (*ResultReply) ProtoMessage

func (*ResultReply) ProtoMessage()

func (*ResultReply) Reset

func (m *ResultReply) Reset()

func (*ResultReply) String

func (m *ResultReply) String() string

func (*ResultReply) XXX_DiscardUnknown

func (m *ResultReply) XXX_DiscardUnknown()

func (*ResultReply) XXX_Marshal

func (m *ResultReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultReply) XXX_Merge

func (dst *ResultReply) XXX_Merge(src proto.Message)

func (*ResultReply) XXX_Size

func (m *ResultReply) XXX_Size() int

func (*ResultReply) XXX_Unmarshal

func (m *ResultReply) XXX_Unmarshal(b []byte) error

type ResultRequest

type ResultRequest struct {
	LeaseId              string   `protobuf:"bytes,1,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"`
	Data                 bool     `protobuf:"varint,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResultRequest) Descriptor

func (*ResultRequest) Descriptor() ([]byte, []int)

func (*ResultRequest) GetData

func (m *ResultRequest) GetData() bool

func (*ResultRequest) GetLeaseId

func (m *ResultRequest) GetLeaseId() string

func (*ResultRequest) ProtoMessage

func (*ResultRequest) ProtoMessage()

func (*ResultRequest) Reset

func (m *ResultRequest) Reset()

func (*ResultRequest) String

func (m *ResultRequest) String() string

func (*ResultRequest) XXX_DiscardUnknown

func (m *ResultRequest) XXX_DiscardUnknown()

func (*ResultRequest) XXX_Marshal

func (m *ResultRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResultRequest) XXX_Merge

func (dst *ResultRequest) XXX_Merge(src proto.Message)

func (*ResultRequest) XXX_Size

func (m *ResultRequest) XXX_Size() int

func (*ResultRequest) XXX_Unmarshal

func (m *ResultRequest) XXX_Unmarshal(b []byte) error

type Rusage

type Rusage struct {
	Utime                int64    `protobuf:"varint,1,opt,name=utime,proto3" json:"utime,omitempty"`
	Stime                int64    `protobuf:"varint,2,opt,name=stime,proto3" json:"stime,omitempty"`
	Maxrss               int64    `protobuf:"varint,3,opt,name=maxrss,proto3" json:"maxrss,omitempty"`
	Ixrss                int64    `protobuf:"varint,4,opt,name=ixrss,proto3" json:"ixrss,omitempty"`
	Idrss                int64    `protobuf:"varint,5,opt,name=idrss,proto3" json:"idrss,omitempty"`
	Isrss                int64    `protobuf:"varint,6,opt,name=isrss,proto3" json:"isrss,omitempty"`
	Minflt               int64    `protobuf:"varint,7,opt,name=minflt,proto3" json:"minflt,omitempty"`
	Majflt               int64    `protobuf:"varint,8,opt,name=majflt,proto3" json:"majflt,omitempty"`
	Nswap                int64    `protobuf:"varint,9,opt,name=nswap,proto3" json:"nswap,omitempty"`
	Inblock              int64    `protobuf:"varint,10,opt,name=inblock,proto3" json:"inblock,omitempty"`
	Oublock              int64    `protobuf:"varint,11,opt,name=oublock,proto3" json:"oublock,omitempty"`
	Msgsnd               int64    `protobuf:"varint,12,opt,name=msgsnd,proto3" json:"msgsnd,omitempty"`
	Msgrcv               int64    `protobuf:"varint,13,opt,name=msgrcv,proto3" json:"msgrcv,omitempty"`
	Nsignals             int64    `protobuf:"varint,14,opt,name=nsignals,proto3" json:"nsignals,omitempty"`
	Nvcsw                int64    `protobuf:"varint,15,opt,name=nvcsw,proto3" json:"nvcsw,omitempty"`
	Nivcsw               int64    `protobuf:"varint,16,opt,name=nivcsw,proto3" json:"nivcsw,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

From getrusage(2).

func (*Rusage) Descriptor

func (*Rusage) Descriptor() ([]byte, []int)

func (*Rusage) GetIdrss

func (m *Rusage) GetIdrss() int64

func (*Rusage) GetInblock

func (m *Rusage) GetInblock() int64

func (*Rusage) GetIsrss

func (m *Rusage) GetIsrss() int64

func (*Rusage) GetIxrss

func (m *Rusage) GetIxrss() int64

func (*Rusage) GetMajflt

func (m *Rusage) GetMajflt() int64

func (*Rusage) GetMaxrss

func (m *Rusage) GetMaxrss() int64

func (*Rusage) GetMinflt

func (m *Rusage) GetMinflt() int64

func (*Rusage) GetMsgrcv

func (m *Rusage) GetMsgrcv() int64

func (*Rusage) GetMsgsnd

func (m *Rusage) GetMsgsnd() int64

func (*Rusage) GetNivcsw

func (m *Rusage) GetNivcsw() int64

func (*Rusage) GetNsignals

func (m *Rusage) GetNsignals() int64

func (*Rusage) GetNswap

func (m *Rusage) GetNswap() int64

func (*Rusage) GetNvcsw

func (m *Rusage) GetNvcsw() int64

func (*Rusage) GetOublock

func (m *Rusage) GetOublock() int64

func (*Rusage) GetStime

func (m *Rusage) GetStime() int64

func (*Rusage) GetUtime

func (m *Rusage) GetUtime() int64

func (*Rusage) ProtoMessage

func (*Rusage) ProtoMessage()

func (*Rusage) Reset

func (m *Rusage) Reset()

func (*Rusage) String

func (m *Rusage) String() string

func (*Rusage) XXX_DiscardUnknown

func (m *Rusage) XXX_DiscardUnknown()

func (*Rusage) XXX_Marshal

func (m *Rusage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Rusage) XXX_Merge

func (dst *Rusage) XXX_Merge(src proto.Message)

func (*Rusage) XXX_Size

func (m *Rusage) XXX_Size() int

func (*Rusage) XXX_Unmarshal

func (m *Rusage) XXX_Unmarshal(b []byte) error

type SchedulerClient

type SchedulerClient interface {
	// Render client API.
	Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetReply, error)
	Renew(ctx context.Context, in *RenewRequest, opts ...grpc.CallOption) (*RenewReply, error)
	Done(ctx context.Context, in *DoneRequest, opts ...grpc.CallOption) (*DoneReply, error)
	Failed(ctx context.Context, in *FailedRequest, opts ...grpc.CallOption) (*FailedReply, error)
	// Order handling API. Restricted.
	Add(ctx context.Context, in *AddRequest, opts ...grpc.CallOption) (*AddReply, error)
	// Stats API. Restricted.
	Lease(ctx context.Context, in *LeaseRequest, opts ...grpc.CallOption) (*LeaseReply, error)
	Leases(ctx context.Context, in *LeasesRequest, opts ...grpc.CallOption) (Scheduler_LeasesClient, error)
	Order(ctx context.Context, in *OrderRequest, opts ...grpc.CallOption) (*OrderReply, error)
	Orders(ctx context.Context, in *OrdersRequest, opts ...grpc.CallOption) (Scheduler_OrdersClient, error)
	// Stats API, unrestricted.
	Stats(ctx context.Context, in *StatsRequest, opts ...grpc.CallOption) (*StatsReply, error)
	// WebUI magic.
	// rpc UserStats (UserStatsRequest) returns (UserStatsReply) {}
	Result(ctx context.Context, in *ResultRequest, opts ...grpc.CallOption) (Scheduler_ResultClient, error)
	Certificate(ctx context.Context, in *CertificateRequest, opts ...grpc.CallOption) (*CertificateReply, error)
}

SchedulerClient is the client API for Scheduler service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSchedulerClient

func NewSchedulerClient(cc *grpc.ClientConn) SchedulerClient

type SchedulerServer

type SchedulerServer interface {
	// Render client API.
	Get(context.Context, *GetRequest) (*GetReply, error)
	Renew(context.Context, *RenewRequest) (*RenewReply, error)
	Done(context.Context, *DoneRequest) (*DoneReply, error)
	Failed(context.Context, *FailedRequest) (*FailedReply, error)
	// Order handling API. Restricted.
	Add(context.Context, *AddRequest) (*AddReply, error)
	// Stats API. Restricted.
	Lease(context.Context, *LeaseRequest) (*LeaseReply, error)
	Leases(*LeasesRequest, Scheduler_LeasesServer) error
	Order(context.Context, *OrderRequest) (*OrderReply, error)
	Orders(*OrdersRequest, Scheduler_OrdersServer) error
	// Stats API, unrestricted.
	Stats(context.Context, *StatsRequest) (*StatsReply, error)
	// WebUI magic.
	// rpc UserStats (UserStatsRequest) returns (UserStatsReply) {}
	Result(*ResultRequest, Scheduler_ResultServer) error
	Certificate(context.Context, *CertificateRequest) (*CertificateReply, error)
}

SchedulerServer is the server API for Scheduler service.

type Scheduler_LeasesClient

type Scheduler_LeasesClient interface {
	Recv() (*LeasesReply, error)
	grpc.ClientStream
}

type Scheduler_LeasesServer

type Scheduler_LeasesServer interface {
	Send(*LeasesReply) error
	grpc.ServerStream
}

type Scheduler_OrdersClient

type Scheduler_OrdersClient interface {
	Recv() (*OrdersReply, error)
	grpc.ClientStream
}

type Scheduler_OrdersServer

type Scheduler_OrdersServer interface {
	Send(*OrdersReply) error
	grpc.ServerStream
}

type Scheduler_ResultClient

type Scheduler_ResultClient interface {
	Recv() (*ResultReply, error)
	grpc.ClientStream
}

type Scheduler_ResultServer

type Scheduler_ResultServer interface {
	Send(*ResultReply) error
	grpc.ServerStream
}

type SchedulingStats

type SchedulingStats struct {
	Orders               int64    `protobuf:"varint,1,opt,name=orders,proto3" json:"orders,omitempty"`
	ActiveOrders         int64    `protobuf:"varint,2,opt,name=active_orders,json=activeOrders,proto3" json:"active_orders,omitempty"`
	DoneOrders           int64    `protobuf:"varint,3,opt,name=done_orders,json=doneOrders,proto3" json:"done_orders,omitempty"`
	Leases               int64    `protobuf:"varint,4,opt,name=leases,proto3" json:"leases,omitempty"`
	ActiveLeases         int64    `protobuf:"varint,5,opt,name=active_leases,json=activeLeases,proto3" json:"active_leases,omitempty"`
	DoneLeases           int64    `protobuf:"varint,6,opt,name=done_leases,json=doneLeases,proto3" json:"done_leases,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SchedulingStats) Descriptor

func (*SchedulingStats) Descriptor() ([]byte, []int)

func (*SchedulingStats) GetActiveLeases

func (m *SchedulingStats) GetActiveLeases() int64

func (*SchedulingStats) GetActiveOrders

func (m *SchedulingStats) GetActiveOrders() int64

func (*SchedulingStats) GetDoneLeases

func (m *SchedulingStats) GetDoneLeases() int64

func (*SchedulingStats) GetDoneOrders

func (m *SchedulingStats) GetDoneOrders() int64

func (*SchedulingStats) GetLeases

func (m *SchedulingStats) GetLeases() int64

func (*SchedulingStats) GetOrders

func (m *SchedulingStats) GetOrders() int64

func (*SchedulingStats) ProtoMessage

func (*SchedulingStats) ProtoMessage()

func (*SchedulingStats) Reset

func (m *SchedulingStats) Reset()

func (*SchedulingStats) String

func (m *SchedulingStats) String() string

func (*SchedulingStats) XXX_DiscardUnknown

func (m *SchedulingStats) XXX_DiscardUnknown()

func (*SchedulingStats) XXX_Marshal

func (m *SchedulingStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SchedulingStats) XXX_Merge

func (dst *SchedulingStats) XXX_Merge(src proto.Message)

func (*SchedulingStats) XXX_Size

func (m *SchedulingStats) XXX_Size() int

func (*SchedulingStats) XXX_Unmarshal

func (m *SchedulingStats) XXX_Unmarshal(b []byte) error

type StatsCPUTime

type StatsCPUTime struct {
	UserSeconds   int64 `protobuf:"varint,2,opt,name=user_seconds,json=userSeconds,proto3" json:"user_seconds,omitempty"`
	SystemSeconds int64 `protobuf:"varint,3,opt,name=system_seconds,json=systemSeconds,proto3" json:"system_seconds,omitempty"`
	// Standardized compute core-seconds.
	// Baseline CPU: One core from a "Core(TM)2 Quad CPU Q6600 @ 2.40GHz".
	ComputeSeconds       int64    `protobuf:"varint,4,opt,name=compute_seconds,json=computeSeconds,proto3" json:"compute_seconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StatsCPUTime) Descriptor

func (*StatsCPUTime) Descriptor() ([]byte, []int)

func (*StatsCPUTime) GetComputeSeconds

func (m *StatsCPUTime) GetComputeSeconds() int64

func (*StatsCPUTime) GetSystemSeconds

func (m *StatsCPUTime) GetSystemSeconds() int64

func (*StatsCPUTime) GetUserSeconds

func (m *StatsCPUTime) GetUserSeconds() int64

func (*StatsCPUTime) ProtoMessage

func (*StatsCPUTime) ProtoMessage()

func (*StatsCPUTime) Reset

func (m *StatsCPUTime) Reset()

func (*StatsCPUTime) String

func (m *StatsCPUTime) String() string

func (*StatsCPUTime) XXX_DiscardUnknown

func (m *StatsCPUTime) XXX_DiscardUnknown()

func (*StatsCPUTime) XXX_Marshal

func (m *StatsCPUTime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatsCPUTime) XXX_Merge

func (dst *StatsCPUTime) XXX_Merge(src proto.Message)

func (*StatsCPUTime) XXX_Size

func (m *StatsCPUTime) XXX_Size() int

func (*StatsCPUTime) XXX_Unmarshal

func (m *StatsCPUTime) XXX_Unmarshal(b []byte) error

type StatsOverall

type StatsOverall struct {
	// When these stats were calculated.
	StatsTimestamp int64 `protobuf:"varint,1,opt,name=stats_timestamp,json=statsTimestamp,proto3" json:"stats_timestamp,omitempty"`
	// User and system time.
	CpuTime *StatsCPUTime `protobuf:"bytes,2,opt,name=cpu_time,json=cpuTime,proto3" json:"cpu_time,omitempty"`
	// (user_seconds+system_seconds) / CPU cores.
	MachineTime *StatsCPUTime `protobuf:"bytes,3,opt,name=machine_time,json=machineTime,proto3" json:"machine_time,omitempty"`
	// Total time completed leases have been outstanding.
	LeaseSeconds int64 `protobuf:"varint,4,opt,name=lease_seconds,json=leaseSeconds,proto3" json:"lease_seconds,omitempty"`
	// Split out by machine type.
	MachineStats         []*MachineStats `protobuf:"bytes,5,rep,name=machine_stats,json=machineStats,proto3" json:"machine_stats,omitempty"`
	BatchStats           []*BatchStats   `protobuf:"bytes,6,rep,name=batch_stats,json=batchStats,proto3" json:"batch_stats,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*StatsOverall) Descriptor

func (*StatsOverall) Descriptor() ([]byte, []int)

func (*StatsOverall) GetBatchStats

func (m *StatsOverall) GetBatchStats() []*BatchStats

func (*StatsOverall) GetCpuTime

func (m *StatsOverall) GetCpuTime() *StatsCPUTime

func (*StatsOverall) GetLeaseSeconds

func (m *StatsOverall) GetLeaseSeconds() int64

func (*StatsOverall) GetMachineStats

func (m *StatsOverall) GetMachineStats() []*MachineStats

func (*StatsOverall) GetMachineTime

func (m *StatsOverall) GetMachineTime() *StatsCPUTime

func (*StatsOverall) GetStatsTimestamp

func (m *StatsOverall) GetStatsTimestamp() int64

func (*StatsOverall) ProtoMessage

func (*StatsOverall) ProtoMessage()

func (*StatsOverall) Reset

func (m *StatsOverall) Reset()

func (*StatsOverall) String

func (m *StatsOverall) String() string

func (*StatsOverall) XXX_DiscardUnknown

func (m *StatsOverall) XXX_DiscardUnknown()

func (*StatsOverall) XXX_Marshal

func (m *StatsOverall) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatsOverall) XXX_Merge

func (dst *StatsOverall) XXX_Merge(src proto.Message)

func (*StatsOverall) XXX_Size

func (m *StatsOverall) XXX_Size() int

func (*StatsOverall) XXX_Unmarshal

func (m *StatsOverall) XXX_Unmarshal(b []byte) error

type StatsReply

type StatsReply struct {
	SchedulingStats      *SchedulingStats `protobuf:"bytes,1,opt,name=scheduling_stats,json=schedulingStats,proto3" json:"scheduling_stats,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

Global stats.

func (*StatsReply) Descriptor

func (*StatsReply) Descriptor() ([]byte, []int)

func (*StatsReply) GetSchedulingStats

func (m *StatsReply) GetSchedulingStats() *SchedulingStats

func (*StatsReply) ProtoMessage

func (*StatsReply) ProtoMessage()

func (*StatsReply) Reset

func (m *StatsReply) Reset()

func (*StatsReply) String

func (m *StatsReply) String() string

func (*StatsReply) XXX_DiscardUnknown

func (m *StatsReply) XXX_DiscardUnknown()

func (*StatsReply) XXX_Marshal

func (m *StatsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatsReply) XXX_Merge

func (dst *StatsReply) XXX_Merge(src proto.Message)

func (*StatsReply) XXX_Size

func (m *StatsReply) XXX_Size() int

func (*StatsReply) XXX_Unmarshal

func (m *StatsReply) XXX_Unmarshal(b []byte) error

type StatsRequest

type StatsRequest struct {
	SchedulingStats      bool     `protobuf:"varint,1,opt,name=scheduling_stats,json=schedulingStats,proto3" json:"scheduling_stats,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StatsRequest) Descriptor

func (*StatsRequest) Descriptor() ([]byte, []int)

func (*StatsRequest) GetSchedulingStats

func (m *StatsRequest) GetSchedulingStats() bool

func (*StatsRequest) ProtoMessage

func (*StatsRequest) ProtoMessage()

func (*StatsRequest) Reset

func (m *StatsRequest) Reset()

func (*StatsRequest) String

func (m *StatsRequest) String() string

func (*StatsRequest) XXX_DiscardUnknown

func (m *StatsRequest) XXX_DiscardUnknown()

func (*StatsRequest) XXX_Marshal

func (m *StatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatsRequest) XXX_Merge

func (dst *StatsRequest) XXX_Merge(src proto.Message)

func (*StatsRequest) XXX_Size

func (m *StatsRequest) XXX_Size() int

func (*StatsRequest) XXX_Unmarshal

func (m *StatsRequest) XXX_Unmarshal(b []byte) error

type Uname

type Uname struct {
	Sysname              string   `protobuf:"bytes,1,opt,name=sysname,proto3" json:"sysname,omitempty"`
	Nodename             string   `protobuf:"bytes,2,opt,name=nodename,proto3" json:"nodename,omitempty"`
	Release              string   `protobuf:"bytes,3,opt,name=release,proto3" json:"release,omitempty"`
	Version              string   `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	Machine              string   `protobuf:"bytes,5,opt,name=machine,proto3" json:"machine,omitempty"`
	Domainname           string   `protobuf:"bytes,6,opt,name=domainname,proto3" json:"domainname,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

From uname(2).

func (*Uname) Descriptor

func (*Uname) Descriptor() ([]byte, []int)

func (*Uname) GetDomainname

func (m *Uname) GetDomainname() string

func (*Uname) GetMachine

func (m *Uname) GetMachine() string

func (*Uname) GetNodename

func (m *Uname) GetNodename() string

func (*Uname) GetRelease

func (m *Uname) GetRelease() string

func (*Uname) GetSysname

func (m *Uname) GetSysname() string

func (*Uname) GetVersion

func (m *Uname) GetVersion() string

func (*Uname) ProtoMessage

func (*Uname) ProtoMessage()

func (*Uname) Reset

func (m *Uname) Reset()

func (*Uname) String

func (m *Uname) String() string

func (*Uname) XXX_DiscardUnknown

func (m *Uname) XXX_DiscardUnknown()

func (*Uname) XXX_Marshal

func (m *Uname) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Uname) XXX_Merge

func (dst *Uname) XXX_Merge(src proto.Message)

func (*Uname) XXX_Size

func (m *Uname) XXX_Size() int

func (*Uname) XXX_Unmarshal

func (m *Uname) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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