fakes

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Job

type Job struct {
	ID               string
	Session          string
	Template         drmaa2interface.JobTemplate
	Jobinfo          drmaa2interface.JobInfo
	State            drmaa2interface.JobState
	ErrorWhenSuspend bool
}

func (*Job) GetID

func (j *Job) GetID() string

func (*Job) GetJobInfo

func (j *Job) GetJobInfo() (drmaa2interface.JobInfo, error)

func (*Job) GetJobTemplate

func (j *Job) GetJobTemplate() (drmaa2interface.JobTemplate, error)

func (*Job) GetSessionName

func (j *Job) GetSessionName() string

func (*Job) GetState

func (j *Job) GetState() drmaa2interface.JobState

func (*Job) Hold

func (j *Job) Hold() error

func (*Job) Reap

func (j *Job) Reap() error

func (*Job) Release

func (j *Job) Release() error

func (*Job) Resume

func (j *Job) Resume() error

func (*Job) Suspend

func (j *Job) Suspend() error

func (*Job) Terminate

func (j *Job) Terminate() error

func (*Job) WaitStarted

func (j *Job) WaitStarted(timeout time.Duration) error

func (*Job) WaitTerminated

func (j *Job) WaitTerminated(timeout time.Duration) error

Jump to

Keyboard shortcuts

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