| Package | Description |
|---|---|
| org.gridgain.grid.streamer |
Contains main Streaming APIs.
|
| org.gridgain.grid.streamer.index |
Contains APIs for indexing of streamer windows.
|
| org.gridgain.grid.streamer.index.hash |
Contains hash-based streamer index implementation.
|
| org.gridgain.grid.streamer.index.tree |
Contains tree-based streamer index implementation.
|
| org.gridgain.grid.streamer.window |
Contains streamer window implementations.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridStreamerIndex<E,K,V> |
GridStreamerWindow.index()
Gets default index, if default index is not configured then
IllegalArgumentException will be thrown. |
<K,V> GridStreamerIndex<E,K,V> |
GridStreamerWindow.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<GridStreamerIndex<E,?,?>> |
GridStreamerWindow.indexes()
Gets all indexes configured for this window.
|
| Modifier and Type | Method and Description |
|---|---|
GridStreamerIndex<E,K,V> |
GridStreamerIndexProviderAdapter.index()
Gets user view for this index.
|
GridStreamerIndex<E,K,V> |
GridStreamerIndexProvider.index()
Gets user view for this index.
|
protected abstract GridStreamerIndex<E,K,V> |
GridStreamerIndexProviderAdapter.index0() |
| Modifier and Type | Method and Description |
|---|---|
protected GridStreamerIndex<E,K,V> |
GridStreamerHashIndexProvider.index0() |
| Modifier and Type | Method and Description |
|---|---|
protected GridStreamerIndex<E,K,V> |
GridStreamerTreeIndexProvider.index0() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridStreamerIndex<E,K,V> |
GridStreamerWindowAdapter.index()
Gets default index, if default index is not configured then
IllegalArgumentException will be thrown. |
<K,V> GridStreamerIndex<E,K,V> |
GridStreamerWindowAdapter.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<GridStreamerIndex<E,?,?>> |
GridStreamerWindowAdapter.indexes()
Gets all indexes configured for this window.
|
Copyright © 2014. All rights reserved.