public class ProgramStore extends Object
| Constructor and Description |
|---|
ProgramStore(AppMdsTableUtil tableUtil,
co.cask.tephra.TransactionExecutorFactory txExecutorFactory) |
| Modifier and Type | Method and Description |
|---|---|
RunRecordMeta |
getRun(co.cask.cdap.proto.Id.Program id,
String runid)
Returns run record for a given run.
|
@Inject public ProgramStore(AppMdsTableUtil tableUtil, co.cask.tephra.TransactionExecutorFactory txExecutorFactory)
public RunRecordMeta getRun(co.cask.cdap.proto.Id.Program id, String runid)
id - program idrunid - run idCopyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.