use of org.apache.apex.malhar.lib.state.spillable.inmem.InMemSpillableStateStore in project apex-malhar by apache.
the class SpillableArrayListImplTest method simpleAddGetAndSetTest1.
@Test
public void simpleAddGetAndSetTest1() {
InMemSpillableStateStore store = new InMemSpillableStateStore();
simpleAddGetAndSetTest1Helper(store);
}
use of org.apache.apex.malhar.lib.state.spillable.inmem.InMemSpillableStateStore in project apex-malhar by apache.
the class SpillableArrayListImplTest method simpleMultiListTest.
@Test
public void simpleMultiListTest() {
InMemSpillableStateStore store = new InMemSpillableStateStore();
simpleMultiListTestHelper(store);
}
use of org.apache.apex.malhar.lib.state.spillable.inmem.InMemSpillableStateStore in project apex-malhar by apache.
the class SpillableComplexComponentImplTest method simpleIntegrationTest.
@Test
public void simpleIntegrationTest() {
InMemSpillableStateStore store = new InMemSpillableStateStore();
simpleIntegrationTestHelper(store);
}
use of org.apache.apex.malhar.lib.state.spillable.inmem.InMemSpillableStateStore in project apex-malhar by apache.
the class SpillableArrayListMultimapImplTest method simpleMultiKeyTest.
@Test
public void simpleMultiKeyTest() {
InMemSpillableStateStore store = new InMemSpillableStateStore();
simpleMultiKeyTestHelper(store);
}
use of org.apache.apex.malhar.lib.state.spillable.inmem.InMemSpillableStateStore in project apex-malhar by apache.
the class SpillableArrayListImplTest method simpleAddGetAndSetTest3.
@Test
public void simpleAddGetAndSetTest3() {
InMemSpillableStateStore store = new InMemSpillableStateStore();
simpleAddGetAndSetTest3Helper(store);
}
Aggregations