Documentation ¶
Overview ¶
Package pps is a generated protocol buffer package.
It is generated from these files:
server/pps/pps.proto
It has these top-level messages:
StartJobRequest StartJobResponse FinishJobRequest
Index ¶
- func JobRepo(job *ppsclient.Job) *pfs.Repo
- func PipelineRepo(pipeline *ppsclient.Pipeline) *pfs.Repo
- func RegisterInternalJobAPIServer(s *grpc.Server, srv InternalJobAPIServer)
- type FinishJobRequest
- type Hasher
- type InternalJobAPIClient
- type InternalJobAPIServer
- type StartJobRequest
- type StartJobResponse
- func (*StartJobResponse) Descriptor() ([]byte, []int)
- func (m *StartJobResponse) GetCommitMounts() []*fuse.CommitMount
- func (m *StartJobResponse) GetTransform() *pachyderm_pps.Transform
- func (*StartJobResponse) ProtoMessage()
- func (m *StartJobResponse) Reset()
- func (m *StartJobResponse) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterInternalJobAPIServer ¶
func RegisterInternalJobAPIServer(s *grpc.Server, srv InternalJobAPIServer)
Types ¶
type FinishJobRequest ¶
type FinishJobRequest struct { Job *pachyderm_pps.Job `protobuf:"bytes,1,opt,name=job" json:"job,omitempty"` Success bool `protobuf:"varint,2,opt,name=success" json:"success,omitempty"` }
func (*FinishJobRequest) Descriptor ¶
func (*FinishJobRequest) Descriptor() ([]byte, []int)
func (*FinishJobRequest) GetJob ¶
func (m *FinishJobRequest) GetJob() *pachyderm_pps.Job
func (*FinishJobRequest) ProtoMessage ¶
func (*FinishJobRequest) ProtoMessage()
func (*FinishJobRequest) Reset ¶
func (m *FinishJobRequest) Reset()
func (*FinishJobRequest) String ¶
func (m *FinishJobRequest) String() string
type InternalJobAPIClient ¶
type InternalJobAPIClient interface { StartJob(ctx context.Context, in *StartJobRequest, opts ...grpc.CallOption) (*StartJobResponse, error) FinishJob(ctx context.Context, in *FinishJobRequest, opts ...grpc.CallOption) (*google_protobuf.Empty, error) }
func NewInternalJobAPIClient ¶
func NewInternalJobAPIClient(cc *grpc.ClientConn) InternalJobAPIClient
func NewInternalJobAPIClientFromAddress ¶
func NewInternalJobAPIClientFromAddress(pachAddr string) (InternalJobAPIClient, error)
type InternalJobAPIServer ¶
type InternalJobAPIServer interface { StartJob(context.Context, *StartJobRequest) (*StartJobResponse, error) FinishJob(context.Context, *FinishJobRequest) (*google_protobuf.Empty, error) }
type StartJobRequest ¶
type StartJobRequest struct {
Job *pachyderm_pps.Job `protobuf:"bytes,1,opt,name=job" json:"job,omitempty"`
}
func (*StartJobRequest) Descriptor ¶
func (*StartJobRequest) Descriptor() ([]byte, []int)
func (*StartJobRequest) GetJob ¶
func (m *StartJobRequest) GetJob() *pachyderm_pps.Job
func (*StartJobRequest) ProtoMessage ¶
func (*StartJobRequest) ProtoMessage()
func (*StartJobRequest) Reset ¶
func (m *StartJobRequest) Reset()
func (*StartJobRequest) String ¶
func (m *StartJobRequest) String() string
type StartJobResponse ¶
type StartJobResponse struct { Transform *pachyderm_pps.Transform `protobuf:"bytes,1,opt,name=transform" json:"transform,omitempty"` CommitMounts []*fuse.CommitMount `protobuf:"bytes,2,rep,name=commit_mounts,json=commitMounts" json:"commit_mounts,omitempty"` }
func (*StartJobResponse) Descriptor ¶
func (*StartJobResponse) Descriptor() ([]byte, []int)
func (*StartJobResponse) GetCommitMounts ¶
func (m *StartJobResponse) GetCommitMounts() []*fuse.CommitMount
func (*StartJobResponse) GetTransform ¶
func (m *StartJobResponse) GetTransform() *pachyderm_pps.Transform
func (*StartJobResponse) ProtoMessage ¶
func (*StartJobResponse) ProtoMessage()
func (*StartJobResponse) Reset ¶
func (m *StartJobResponse) Reset()
func (*StartJobResponse) String ¶
func (m *StartJobResponse) String() string
Click to show internal directories.
Click to hide internal directories.