public interface JobsManager
Title: Framework Support Library
Description: Interface to monitor jobs.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
close() |
ClusterMetrics |
getClusterMetrics() |
JobStatus |
getJobStatus(JobId jobId) |
void |
init(FabricComponent fabricComponent) |
JobStatus[] |
listJobsStatus() |
void init(FabricComponent fabricComponent) throws JobException
JobException
void close()
JobStatus[] listJobsStatus() throws JobException
JobException
JobStatus getJobStatus(JobId jobId) throws JobException
JobException
ClusterMetrics getClusterMetrics() throws JobException
JobException
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.