Package | Description |
---|---|
org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
org.apache.ignite.streamer.window |
Contains streamer window implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheAbstractJdbcStore<K,V>
Base
CacheStore implementation backed by JDBC. |
class |
CacheJdbcPojoStore
Base class for
CacheStore that implementation backed by JDBC and POJO via reflection. |
Modifier and Type | Class and Description |
---|---|
class |
StreamerBoundedSizeBatchWindow<E>
Window that is bounded by size and accumulates events to batches.
|
class |
StreamerBoundedSizeSortedWindow<E>
Size-bounded sorted window.
|
class |
StreamerBoundedSizeWindow<E>
Queue window bounded by number of elements in queue.
|
class |
StreamerBoundedTimeBatchWindow<E>
Window that accumulates events in batches, and is bounded by time and maximum number of batches.
|
class |
StreamerBoundedTimeWindow<E>
Window which is bounded by size and time interval.
|
class |
StreamerUnboundedWindow<E>
Unbounded window which holds all events.
|
class |
StreamerWindowAdapter<E>
Streamer window adapter.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015