Package | Description |
---|---|
org.apache.ignite.streamer |
Contains main Streaming APIs.
|
org.apache.ignite.streamer.index |
Contains APIs for indexing of streamer windows.
|
org.apache.ignite.streamer.index.hash |
Contains hash-based streamer index implementation.
|
org.apache.ignite.streamer.index.tree |
Contains tree-based streamer index implementation.
|
org.apache.ignite.streamer.window |
Contains streamer window implementations.
|
Modifier and Type | Method and Description |
---|---|
<K,V> StreamerIndex<E,K,V> |
StreamerWindow.index()
Gets default index, if default index is not configured then
IllegalArgumentException will be thrown. |
<K,V> StreamerIndex<E,K,V> |
StreamerWindow.index(String name)
Gets index by name, if not index with such name was configured then
IllegalArgumentException will be thrown. |
Modifier and Type | Method and Description |
---|---|
Collection<StreamerIndex<E,?,?>> |
StreamerWindow.indexes()
Gets all indexes configured for this window.
|
Modifier and Type | Method and Description |
---|---|
StreamerIndex<E,K,V> |
StreamerIndexProviderAdapter.index()
Gets user view for this index.
|
StreamerIndex<E,K,V> |
StreamerIndexProvider.index()
Gets user view for this index.
|
protected abstract StreamerIndex<E,K,V> |
StreamerIndexProviderAdapter.index0() |
Modifier and Type | Method and Description |
---|---|
protected StreamerIndex<E,K,V> |
StreamerHashIndexProvider.index0() |
Modifier and Type | Method and Description |
---|---|
protected StreamerIndex<E,K,V> |
StreamerTreeIndexProvider.index0() |
Modifier and Type | Method and Description |
---|---|
<K,V> StreamerIndex<E,K,V> |
StreamerWindowAdapter.index()
Gets default index, if default index is not configured then
IllegalArgumentException will be thrown. |
<K,V> StreamerIndex<E,K,V> |
StreamerWindowAdapter.index(String name)
Gets index by name, if not index with such name was configured then
IllegalArgumentException will be thrown. |
Modifier and Type | Method and Description |
---|---|
Collection<StreamerIndex<E,?,?>> |
StreamerWindowAdapter.indexes()
Gets all indexes configured for this window.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015