| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
GridStreamerIndexProviderAdapter<E,K,V>
Convenient
GridStreamerIndexProvider adapter implementing base configuration methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridStreamerHashIndexProvider<E,K,V>
Hash index implementation of a
GridStreamerIndexProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridStreamerTreeIndexProvider<E,K,V>
Tree index implementation of a
GridStreamerIndexProvider. |
| Modifier and Type | Method and Description |
|---|---|
GridStreamerIndexProvider<E,?,?>[] |
GridStreamerWindowAdapter.indexProviders()
Get array of index providers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridStreamerWindowAdapter.setIndexes(GridStreamerIndexProvider<E,?,?>... idxs)
Set indexes.
|
Copyright © 2014. All rights reserved.