public class DefaultAdapterManager extends AbstractAdapterManager
ApplicationManager.| Constructor and Description |
|---|
DefaultAdapterManager(AppFabricClient appFabricClient,
co.cask.cdap.proto.Id.Adapter adapterId) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
co.cask.cdap.proto.RunRecord |
getRun(String runId) |
List<co.cask.cdap.proto.RunRecord> |
getRuns() |
void |
start() |
void |
stop() |
waitForOneRunToFinish, waitForRunsToFinish, waitForStatuspublic DefaultAdapterManager(AppFabricClient appFabricClient, co.cask.cdap.proto.Id.Adapter adapterId)
public void start()
throws IOException
IOExceptionpublic void stop()
throws IOException
IOExceptionpublic List<co.cask.cdap.proto.RunRecord> getRuns()
public co.cask.cdap.proto.RunRecord getRun(String runId)
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.