Interface | Description |
---|---|
InProcessCluster |
Simulates a Rama cluster in a single process.
|
TestPState |
Helper utility compatible with
Block.localSelect(java.lang.String, com.rpl.rama.Path) and Block.localTransform(java.lang.String, com.rpl.rama.Path) . |
UpdateOptions |
Class for providing options to
InProcessCluster.updateModule(RamaModule, UpdateOptions) |
UpdateOptions.Impl |
Class | Description |
---|---|
LaunchConfig |
Object to specify parallelism settings for modules launched on an
InProcessCluster |
MockOutputCollector |
Helper utility for unit testing a
RamaOperation
outside the context of a module or Block . |
MockOutputCollector.CapturedEmit |
Information about a captured emit
|