Interface | Description |
---|---|
YarnCluster |
Interface for Yarn miniclusters.
|
Class | Description |
---|---|
MiniYarnClusterTest.Config | |
YarnClusterInjectingAnnotationConfigContextLoader |
Extending generic annotation based context loader able to
manage and inject Yarn mini clusters.
|
YarnClusterInjectingXmlContextLoader |
Extending generic xml based context loader able to
manage and inject Yarn mini clusters.
|
YarnDelegatingSmartContextLoader |
YarnDelegatingSmartContextLoader is a concrete implementation of
AbstractDelegatingSmartContextLoader that delegates to a
YarnClusterInjectingXmlContextLoader and an
YarnClusterInjectingAnnotationConfigContextLoader . |
Annotation Type | Description |
---|---|
MiniYarnCluster |
MiniYarnCluster defines class-level metadata that is
used to determine how to load and configure a mini cluster
and inject it into ApplicationContext
for test classes. |
MiniYarnClusterTest |
Composed annotation having @
MiniYarnCluster ,
@ContextConfiguration using loader YarnDelegatingSmartContextLoader
and empty Spring @Configuration . |