| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridStreamerIndexProvider<E,K,V>
Represents an actual instance of an index.
|
| 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. |
Copyright © 2014. All rights reserved.