| Interface | Description |
|---|---|
| HadoopCluster |
Interface for Hadoop miniclusters.
|
| Class | Description |
|---|---|
| HadoopClusterInjectingAnnotationConfigContextLoader |
Extending generic annotation based context loader able to
manage and inject Hadoop mini clusters.
|
| HadoopClusterInjectingXmlContextLoader |
Extending generic xml based context loader able to
manage and inject Hadoop mini clusters.
|
| HadoopDelegatingSmartContextLoader |
HadoopDelegatingSmartContextLoader is a concrete implementation of
AbstractDelegatingSmartContextLoader that delegates to a
HadoopClusterInjectingXmlContextLoader and an
HadoopClusterInjectingAnnotationConfigContextLoader. |
| Annotation Type | Description |
|---|---|
| MiniHadoopCluster |
MiniHadoopCluster 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. |