Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handle ¶
type Handle struct {
// contains filtered or unexported fields
}
A Handle is used by the driver plugin to keep track of active tasks.
Handle must be comletetly thread-safe; all operations must go through the lock.
func RecreateHandle ¶
func (*Handle) Stats ¶
func (h *Handle) Stats() *resources.Utilization
func (*Handle) Status ¶
func (h *Handle) Status() *drivers.TaskStatus
Click to show internal directories.
Click to hide internal directories.