A C D E F G I R S T U W 

A

addAppArtifact(ArtifactId, Class<?>) - Method in class co.cask.cdap.test.IntegrationTestBase
 
addAppArtifact(ArtifactId, Class<?>) - Method in class co.cask.cdap.test.IntegrationTestManager
 
addAppArtifact(ArtifactId, Class<?>, String...) - Method in class co.cask.cdap.test.IntegrationTestManager
 
addAppArtifact(ArtifactId, Class<?>, Manifest) - Method in class co.cask.cdap.test.IntegrationTestManager
 
addArtifact(ArtifactId, File) - Method in class co.cask.cdap.test.IntegrationTestManager
 
addDatasetInstance(String, DatasetId, DatasetProperties) - Method in class co.cask.cdap.test.IntegrationTestManager
 
addPluginArtifact(ArtifactId, ArtifactId, Class<?>, Class<?>...) - Method in class co.cask.cdap.test.IntegrationTestManager
 
addPluginArtifact(ArtifactId, Set<ArtifactRange>, Class<?>, Class<?>...) - Method in class co.cask.cdap.test.IntegrationTestManager
 
addPluginArtifact(ArtifactId, ArtifactId, Set<PluginClass>, Class<?>, Class<?>...) - Method in class co.cask.cdap.test.IntegrationTestManager
 
addPluginArtifact(ArtifactId, Set<ArtifactRange>, Set<PluginClass>, Class<?>, Class<?>...) - Method in class co.cask.cdap.test.IntegrationTestManager
 

C

checkSystemServices() - Method in class co.cask.cdap.test.IntegrationTestBase
 
clear() - Method in class co.cask.cdap.test.IntegrationTestManager
 
close() - Method in class co.cask.cdap.test.RemoteDatasetAdmin
 
co.cask.cdap.test - package co.cask.cdap.test
 
co.cask.cdap.test.remote - package co.cask.cdap.test.remote
 
create() - Method in class co.cask.cdap.test.RemoteDatasetAdmin
 
createNamespace(String) - Method in class co.cask.cdap.test.IntegrationTestBase
Deprecated.
createNamespace(NamespaceMeta) - Method in class co.cask.cdap.test.IntegrationTestManager
 
createStream() - Method in class co.cask.cdap.test.remote.RemoteStreamManager
 

D

delete() - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
delete() - Method in class co.cask.cdap.test.remote.RemoteArtifactManager
 
deleteAllApplications(NamespaceId) - Method in class co.cask.cdap.test.IntegrationTestManager
 
deleteArtifact(Id.Artifact) - Method in class co.cask.cdap.test.IntegrationTestManager
 
deleteDatasetInstance(DatasetId) - Method in class co.cask.cdap.test.IntegrationTestManager
 
deleteNamespace(Id.Namespace) - Method in class co.cask.cdap.test.IntegrationTestManager
 
deployApplication(Id.Namespace, Class<? extends Application>, File...) - Method in class co.cask.cdap.test.IntegrationTestBase
Deprecated.
deployApplication(NamespaceId, Class<? extends Application>, File...) - Method in class co.cask.cdap.test.IntegrationTestBase
 
deployApplication(Class<? extends Application>) - Method in class co.cask.cdap.test.IntegrationTestBase
 
deployApplication(ApplicationId, AppRequest) - Method in class co.cask.cdap.test.IntegrationTestBase
 
deployApplication(NamespaceId, Class<? extends Application>, Config, File...) - Method in class co.cask.cdap.test.IntegrationTestManager
 
deployApplication(ApplicationId, AppRequest) - Method in class co.cask.cdap.test.IntegrationTestManager
 
deployDatasetModule(DatasetModuleId, Class<? extends DatasetModule>) - Method in class co.cask.cdap.test.IntegrationTestManager
 
drop() - Method in class co.cask.cdap.test.RemoteDatasetAdmin
 

E

exists() - Method in class co.cask.cdap.test.RemoteDatasetAdmin
 

F

fetchAccessToken() - Method in class co.cask.cdap.test.IntegrationTestBase
Uses BasicAuthenticationClient to fetch AccessToken - this implementation can be overridden if desired.
fetchAccessToken(String, String) - Method in class co.cask.cdap.test.IntegrationTestBase
 

G

getAccessToken() - Method in class co.cask.cdap.test.IntegrationTestBase
CDAP access token for making requests to secure CDAP instances.
getApplicationClient() - Method in class co.cask.cdap.test.IntegrationTestBase
 
getApplicationManager(ApplicationId) - Method in class co.cask.cdap.test.IntegrationTestBase
 
getApplicationManager(ApplicationId) - Method in class co.cask.cdap.test.IntegrationTestManager
 
getClientConfig() - Method in class co.cask.cdap.test.IntegrationTestBase
 
getClientConfig(AccessToken) - Method in class co.cask.cdap.test.IntegrationTestBase
 
getConfiguredNamespace() - Static method in class co.cask.cdap.test.IntegrationTestBase
 
getDataset(DatasetId) - Method in class co.cask.cdap.test.IntegrationTestManager
 
getDatasetClient() - Method in class co.cask.cdap.test.IntegrationTestBase
 
getEvents(long, long, int) - Method in class co.cask.cdap.test.remote.RemoteStreamManager
 
getEvents(String, String, int) - Method in class co.cask.cdap.test.remote.RemoteStreamManager
 
getFlowletInstances(String) - Method in class co.cask.cdap.test.remote.RemoteFlowManager
 
getFlowletMetrics(String) - Method in class co.cask.cdap.test.remote.RemoteFlowManager
 
getFlowManager(String) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
getHistory(ProgramId, ProgramRunStatus) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
getInfo() - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
getInstances() - Method in class co.cask.cdap.test.remote.RemoteWorkerManager
 
getInstanceURI() - Method in class co.cask.cdap.test.IntegrationTestBase
Reads the CDAP instance URI from the system property "instanceUri".
getMapReduceManager(String) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
getMetaClient() - Method in class co.cask.cdap.test.IntegrationTestBase
 
getMetrics() - Method in class co.cask.cdap.test.remote.RemoteServiceManager
 
getMetricsClient() - Method in class co.cask.cdap.test.IntegrationTestBase
 
getMonitorClient() - Method in class co.cask.cdap.test.IntegrationTestBase
 
getNamespaceClient() - Method in class co.cask.cdap.test.IntegrationTestBase
 
getPlugins() - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
getProgramClient() - Method in class co.cask.cdap.test.IntegrationTestBase
 
getProvisionedInstances() - Method in class co.cask.cdap.test.remote.RemoteServiceManager
 
getQueryClient(NamespaceId) - Method in class co.cask.cdap.test.IntegrationTestManager
 
getRequestedInstances() - Method in class co.cask.cdap.test.remote.RemoteServiceManager
 
getRestClient() - Method in class co.cask.cdap.test.IntegrationTestBase
 
getRuntimeArgs(ProgramId) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
getSchedule(String) - Method in class co.cask.cdap.test.remote.RemoteWorkflowManager
 
getSchedules() - Method in class co.cask.cdap.test.remote.RemoteWorkflowManager
 
getServiceManager(String) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
getServiceURL() - Method in class co.cask.cdap.test.remote.RemoteServiceManager
 
getServiceURL(long, TimeUnit) - Method in class co.cask.cdap.test.remote.RemoteServiceManager
 
getSparkManager(String) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
getStreamClient() - Method in class co.cask.cdap.test.IntegrationTestBase
 
getStreamManager(StreamId) - Method in class co.cask.cdap.test.IntegrationTestManager
 
getTestManager() - Method in class co.cask.cdap.test.IntegrationTestBase
 
getTestManager(ClientConfig, RESTClient) - Method in class co.cask.cdap.test.IntegrationTestBase
 
getToken(String, WorkflowToken.Scope, String) - Method in class co.cask.cdap.test.remote.RemoteWorkflowManager
 
getTokenAtNode(String, String, WorkflowToken.Scope, String) - Method in class co.cask.cdap.test.remote.RemoteWorkflowManager
 
getWorkerManager(String) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
getWorkflowManager(String) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
getWorkflowNodeStates(String) - Method in class co.cask.cdap.test.remote.RemoteWorkflowManager
 

I

IntegrationTestBase - Class in co.cask.cdap.test
Abstract class for writing Integration tests for CDAP.
IntegrationTestBase() - Constructor for class co.cask.cdap.test.IntegrationTestBase
 
IntegrationTestManager - Class in co.cask.cdap.test
TestManager for integration tests.
IntegrationTestManager(ClientConfig, RESTClient, File) - Constructor for class co.cask.cdap.test.IntegrationTestManager
 
isRunning(ProgramId) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 

R

registerForDeletion(NamespaceId, NamespaceId...) - Method in class co.cask.cdap.test.IntegrationTestBase
Call this method to register namespaces for deletion at the end of the test case.
RemoteApplicationManager - Class in co.cask.cdap.test.remote
AbstractApplicationManager for use in integration tests.
RemoteApplicationManager(Id.Application, ClientConfig, RESTClient) - Constructor for class co.cask.cdap.test.remote.RemoteApplicationManager
Deprecated.
RemoteApplicationManager(ApplicationId, ClientConfig, RESTClient) - Constructor for class co.cask.cdap.test.remote.RemoteApplicationManager
 
RemoteArtifactManager - Class in co.cask.cdap.test.remote
ArtifactManager for use in integration tests.
RemoteArtifactManager(ClientConfig, RESTClient, ArtifactId) - Constructor for class co.cask.cdap.test.remote.RemoteArtifactManager
 
RemoteDatasetAdmin - Class in co.cask.cdap.test
Remote implementation of DatasetAdmin.
RemoteDatasetAdmin(DatasetClient, DatasetId, DatasetInstanceConfiguration) - Constructor for class co.cask.cdap.test.RemoteDatasetAdmin
 
RemoteFlowManager - Class in co.cask.cdap.test.remote
Remote implementation of FlowManager.
RemoteFlowManager(FlowId, ClientConfig, RESTClient, RemoteApplicationManager) - Constructor for class co.cask.cdap.test.remote.RemoteFlowManager
 
RemoteServiceManager - Class in co.cask.cdap.test.remote
Remote implementation of ServiceManager.
RemoteServiceManager(ServiceId, ClientConfig, RESTClient, RemoteApplicationManager) - Constructor for class co.cask.cdap.test.remote.RemoteServiceManager
 
RemoteStreamManager - Class in co.cask.cdap.test.remote
Implementation of StreamManager that interacts with stream service via HTTP calls
RemoteStreamManager(ClientConfig, RESTClient, StreamId) - Constructor for class co.cask.cdap.test.remote.RemoteStreamManager
 
RemoteWorkerManager - Class in co.cask.cdap.test.remote
Remote implementation of WorkerManager
RemoteWorkerManager(ProgramId, ClientConfig, RESTClient, RemoteApplicationManager) - Constructor for class co.cask.cdap.test.remote.RemoteWorkerManager
 
RemoteWorkflowManager - Class in co.cask.cdap.test.remote
Remote implementation of WorkflowManager.
RemoteWorkflowManager(WorkflowId, ClientConfig, RESTClient, RemoteApplicationManager) - Constructor for class co.cask.cdap.test.remote.RemoteWorkflowManager
 
removeProperties() - Method in class co.cask.cdap.test.remote.RemoteArtifactManager
 

S

send(String) - Method in class co.cask.cdap.test.remote.RemoteStreamManager
 
send(byte[]) - Method in class co.cask.cdap.test.remote.RemoteStreamManager
 
send(byte[], int, int) - Method in class co.cask.cdap.test.remote.RemoteStreamManager
 
send(ByteBuffer) - Method in class co.cask.cdap.test.remote.RemoteStreamManager
 
send(Map<String, String>, String) - Method in class co.cask.cdap.test.remote.RemoteStreamManager
 
send(Map<String, String>, byte[]) - Method in class co.cask.cdap.test.remote.RemoteStreamManager
 
send(Map<String, String>, byte[], int, int) - Method in class co.cask.cdap.test.remote.RemoteStreamManager
 
send(Map<String, String>, ByteBuffer) - Method in class co.cask.cdap.test.remote.RemoteStreamManager
 
send(File, String) - Method in class co.cask.cdap.test.remote.RemoteStreamManager
 
setFlowletInstances(String, int) - Method in class co.cask.cdap.test.remote.RemoteFlowManager
 
setInstances(int) - Method in class co.cask.cdap.test.remote.RemoteServiceManager
 
setInstances(int) - Method in class co.cask.cdap.test.remote.RemoteWorkerManager
 
setRuntimeArgs(ProgramId, Map<String, String>) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
setUp() - Method in class co.cask.cdap.test.IntegrationTestBase
 
startProgram(ProgramId, Map<String, String>) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
stopAll() - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
stopProgram(ProgramId) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 

T

tearDown() - Method in class co.cask.cdap.test.IntegrationTestBase
 
TEMP_FOLDER - Static variable in class co.cask.cdap.test.IntegrationTestBase
 
truncate() - Method in class co.cask.cdap.test.RemoteDatasetAdmin
 

U

update(AppRequest) - Method in class co.cask.cdap.test.remote.RemoteApplicationManager
 
upgrade() - Method in class co.cask.cdap.test.RemoteDatasetAdmin
 

W

writeProperties(Map<String, String>) - Method in class co.cask.cdap.test.remote.RemoteArtifactManager
 
A C D E F G I R S T U W 

Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.