A C G K O S W Y

A

AbstractYarnClusterTests - Class in org.springframework.yarn.test.junit
Abstract base class providing default functionality for running tests using Yarn mini cluster.
AbstractYarnClusterTests() - Constructor for class org.springframework.yarn.test.junit.AbstractYarnClusterTests
 
applicationContext - Variable in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
 
ApplicationInfo - Class in org.springframework.yarn.test.junit
Simple holder class needed for returning multiple values from AbstractYarnClusterTests app submit operations.
ApplicationInfo() - Constructor for class org.springframework.yarn.test.junit.ApplicationInfo
Instantiates a new application info.
ApplicationInfo(YarnApplicationState, ApplicationId) - Constructor for class org.springframework.yarn.test.junit.ApplicationInfo
Instantiates a new application info.

C

configuration - Variable in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
 

G

getApplicationContext() - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Gets the ApplicationContext for tests.
getApplicationId() - Method in class org.springframework.yarn.test.junit.ApplicationInfo
Gets the application id.
getConfiguration() - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Gets the running cluster runtime Configuration for tests.
getState(ApplicationId) - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Get the current application state.
getYarnApplicationState() - Method in class org.springframework.yarn.test.junit.ApplicationInfo
Gets the yarn application state.
getYarnClient() - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Gets the YarnClient.
getYarnCluster() - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Gets the running YarnCluster for tests.

K

killApplication(ApplicationId) - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Kill the application.

O

org.springframework.yarn.test.junit - package org.springframework.yarn.test.junit
 

S

setApplicationContext(ApplicationContext) - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
 
setApplicationId(ApplicationId) - Method in class org.springframework.yarn.test.junit.ApplicationInfo
Sets the application id.
setConfiguration(Configuration) - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Sets the Configuration.
setYarnApplicationState(YarnApplicationState) - Method in class org.springframework.yarn.test.junit.ApplicationInfo
Sets the yarn application state.
setYarnClient(YarnClient) - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Sets the YarnClient.
setYarnCluster(YarnCluster) - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Sets the YarnCluster
submitApplication() - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Submit an application.
submitApplicationAndWait() - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Submits application and wait state.
submitApplicationAndWait(long, TimeUnit) - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Submits application and wait state.
submitApplicationAndWaitState(long, TimeUnit, YarnApplicationState...) - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Submits application and wait state.

W

waitState(ApplicationId, long, TimeUnit, YarnApplicationState...) - Method in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
Waits state.

Y

yarnClient - Variable in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
 
yarnCluster - Variable in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
 

A C G K O S W Y