# Functions
NewAllocBroadcaster returns a new AllocBroadcaster.
No description provided by the author
# Constants
CheckBufSize is the size of the buffer that is used for job output.
# Variables
DriverStatsNotImplemented is the error to be returned if a driver doesn't implement stats.
No description provided by the author
# Structs
AllocBroadcaster implements an allocation broadcast channel where each listener receives allocation updates.
AllocFileInfo holds information about a file inside the AllocDir.
AllocListener implements a listening endpoint for an allocation broadcast channel.
AllocResourceUsage holds the aggregated task resource usage of the allocation.
AllocStatsRequest is used to request the resource usage of a given allocation, potentially filtering by task.
AllocStatsResponse is used to return the resource usage of a given allocation.
ClientStatsResponse is used to return statistics about a node.
CpuStats holds cpu usage related stats.
FsListRequest is used to list an allocation's directory.
FsListResponse is used to return the listings of an allocation's directory.
FsLogsRequest is the initial request for accessing allocation logs.
FsStatRequest is used to stat a file.
FsStatResponse is used to return the stat results of a file.
FsStreamRequest is the initial request for streaming the content of a file.
No description provided by the author
No description provided by the author
HealthCheckRequest is the request type for a type that fulfils the Health Check interface.
HealthCheckResponse is the response type for a type that fulfills the Health Check interface.
MemoryStats holds memory usage related stats.
ResourceUsage holds information related to cpu and memory stats.
RpcError is used for serializing errors with a potential error code.
StreamErrWrapper is used to serialize output of a stream of a file or logs.
TaskResourceUsage holds aggregated resource usage of all processes in a Task and the resource usage of the individual pids.