Search in sources :

Example 1 with InMemSpillableStateStore

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);
}
Also used : InMemSpillableStateStore(org.apache.apex.malhar.lib.state.spillable.inmem.InMemSpillableStateStore) Test(org.junit.Test)

Example 2 with InMemSpillableStateStore

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);
}
Also used : InMemSpillableStateStore(org.apache.apex.malhar.lib.state.spillable.inmem.InMemSpillableStateStore) Test(org.junit.Test)

Example 3 with InMemSpillableStateStore

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);
}
Also used : InMemSpillableStateStore(org.apache.apex.malhar.lib.state.spillable.inmem.InMemSpillableStateStore) Test(org.junit.Test)

Example 4 with InMemSpillableStateStore

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);
}
Also used : InMemSpillableStateStore(org.apache.apex.malhar.lib.state.spillable.inmem.InMemSpillableStateStore) Test(org.junit.Test)

Example 5 with InMemSpillableStateStore

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);
}
Also used : InMemSpillableStateStore(org.apache.apex.malhar.lib.state.spillable.inmem.InMemSpillableStateStore) Test(org.junit.Test)

Aggregations

InMemSpillableStateStore (org.apache.apex.malhar.lib.state.spillable.inmem.InMemSpillableStateStore)9 Test (org.junit.Test)7 SpillableComplexComponentImpl (org.apache.apex.malhar.lib.state.spillable.SpillableComplexComponentImpl)1