- ScheduleManager - Interface in co.cask.cdap.test
-
This interface is for managing the schedule of a workflow
- send(String) - Method in class co.cask.cdap.test.internal.DefaultStreamWriter
-
- send(byte[]) - Method in class co.cask.cdap.test.internal.DefaultStreamWriter
-
- send(byte[], int, int) - Method in class co.cask.cdap.test.internal.DefaultStreamWriter
-
- send(ByteBuffer) - Method in class co.cask.cdap.test.internal.DefaultStreamWriter
-
- send(Map<String, String>, String) - Method in class co.cask.cdap.test.internal.DefaultStreamWriter
-
- send(Map<String, String>, byte[]) - Method in class co.cask.cdap.test.internal.DefaultStreamWriter
-
- send(Map<String, String>, byte[], int, int) - Method in class co.cask.cdap.test.internal.DefaultStreamWriter
-
- send(Map<String, String>, ByteBuffer) - Method in class co.cask.cdap.test.internal.DefaultStreamWriter
-
- send(String) - Method in interface co.cask.cdap.test.StreamWriter
-
Sends a UTF-8 encoded string to the stream.
- send(byte[]) - Method in interface co.cask.cdap.test.StreamWriter
-
Sends a byte array to the stream.
- send(byte[], int, int) - Method in interface co.cask.cdap.test.StreamWriter
-
Sends a byte array to the stream.
- send(ByteBuffer) - Method in interface co.cask.cdap.test.StreamWriter
-
- send(Map<String, String>, String) - Method in interface co.cask.cdap.test.StreamWriter
-
Sends a UTF-8 encoded string to the stream.
- send(Map<String, String>, byte[]) - Method in interface co.cask.cdap.test.StreamWriter
-
Sends a byte array to the stream.
- send(Map<String, String>, byte[], int, int) - Method in interface co.cask.cdap.test.StreamWriter
-
Sends a byte array to the stream.
- send(Map<String, String>, ByteBuffer) - Method in interface co.cask.cdap.test.StreamWriter
-
- ServiceManager - Interface in co.cask.cdap.test
-
Managing the running Service in an application.
- setFlowletInstances(String, int) - Method in interface co.cask.cdap.test.FlowManager
-
Changes the number of flowlet instances.
- setRunnableInstances(String, int) - Method in class co.cask.cdap.test.internal.DefaultServiceManager
-
- setRunnableInstances(String, int) - Method in interface co.cask.cdap.test.ServiceManager
-
Changes the number of runnable instances.
- SparkManager - Interface in co.cask.cdap.test
-
Instance for this class is for managing a running
Spark.
- startFlow(String) - Method in interface co.cask.cdap.test.ApplicationManager
-
Starts a flow.
- startFlow(String, Map<String, String>) - Method in interface co.cask.cdap.test.ApplicationManager
-
Starts a flow.
- startFlow(String) - Method in class co.cask.cdap.test.internal.DefaultApplicationManager
-
- startFlow(String, Map<String, String>) - Method in class co.cask.cdap.test.internal.DefaultApplicationManager
-
- startMapReduce(String) - Method in interface co.cask.cdap.test.ApplicationManager
-
Starts a mapreduce job.
- startMapReduce(String, Map<String, String>) - Method in interface co.cask.cdap.test.ApplicationManager
-
Starts a mapreduce job.
- startMapReduce(String) - Method in class co.cask.cdap.test.internal.DefaultApplicationManager
-
- startMapReduce(String, Map<String, String>) - Method in class co.cask.cdap.test.internal.DefaultApplicationManager
-
- startProcedure(String) - Method in interface co.cask.cdap.test.ApplicationManager
-
Deprecated.
As of version 2.6.0, replaced by Service
- startProcedure(String, Map<String, String>) - Method in interface co.cask.cdap.test.ApplicationManager
-
Deprecated.
As of version 2.6.0, replaced by Service
- startProcedure(String) - Method in class co.cask.cdap.test.internal.DefaultApplicationManager
-
- startProcedure(String, Map<String, String>) - Method in class co.cask.cdap.test.internal.DefaultApplicationManager
-
- startService(String) - Method in interface co.cask.cdap.test.ApplicationManager
-
Starts a service.
- startService(String, Map<String, String>) - Method in interface co.cask.cdap.test.ApplicationManager
-
Starts a service.
- startService(String) - Method in class co.cask.cdap.test.internal.DefaultApplicationManager
-
- startService(String, Map<String, String>) - Method in class co.cask.cdap.test.internal.DefaultApplicationManager
-
- startSpark(String) - Method in interface co.cask.cdap.test.ApplicationManager
-
Starts a Spark job.
- startSpark(String, Map<String, String>) - Method in interface co.cask.cdap.test.ApplicationManager
-
Starts a Spark job.
- startSpark(String) - Method in class co.cask.cdap.test.internal.DefaultApplicationManager
-
- startSpark(String, Map<String, String>) - Method in class co.cask.cdap.test.internal.DefaultApplicationManager
-
- startWorkflow(String, Map<String, String>) - Method in interface co.cask.cdap.test.ApplicationManager
-
Starts a workflow.
- startWorkflow(String, Map<String, String>) - Method in class co.cask.cdap.test.internal.DefaultApplicationManager
-
- status() - Method in interface co.cask.cdap.test.ScheduleManager
-
returns the status of the workflow schedule
- stop() - Method in interface co.cask.cdap.test.FlowManager
-
Stops the running flow.
- stop() - Method in class co.cask.cdap.test.internal.DefaultServiceManager
-
- stop() - Method in interface co.cask.cdap.test.MapReduceManager
-
Stops the running mapreduce job.
- stop() - Method in interface co.cask.cdap.test.ProcedureManager
-
Stops the running procedure.
- stop() - Method in interface co.cask.cdap.test.ServiceManager
-
Stops the running service.
- stop() - Method in interface co.cask.cdap.test.SparkManager
-
Stops the running spark job.
- stopAll() - Method in interface co.cask.cdap.test.ApplicationManager
-
Stops all processors managed by this manager and clear all associated runtime metrics.
- stopAll() - Method in class co.cask.cdap.test.internal.DefaultApplicationManager
-
- StreamWriter - Interface in co.cask.cdap.test
-
This interface defines ways to send data to a stream.
- StreamWriterFactory - Interface in co.cask.cdap.test.internal
-
This interface is using Guice assisted inject to create
StreamWriter.
- suspend() - Method in interface co.cask.cdap.test.ScheduleManager
-
suspends the workflow schedule