| Package | Description |
|---|---|
| org.gridgain.client.router.impl |
Rest protocol router implementation.
|
| org.gridgain.grid.dr.hub.sender.store.fs |
Contains implementation of sender hub store storing data in file system . |
| org.gridgain.grid.dr.hub.sender.store.memory |
Contains in-memory implementation of sender hub store. |
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.streamer.window |
Contains streamer window implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTcpRouterImpl
Wrapper class for router process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDrSenderHubFsStore
Data center replication sender hub store implementation which persists data in file system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDrSenderHubInMemoryStore
Data center replication sender hub store implementation which stores data in memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridLoggerProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheWriteBehindStore<K,V>
Internal wrapper for a
GridCacheStore that enables write-behind logic. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridStreamerBoundedSizeBatchWindow<E>
Window that is bounded by size and accumulates events to batches.
|
class |
GridStreamerBoundedSizeSortedWindow<E>
Size-bounded sorted window.
|
class |
GridStreamerBoundedSizeWindow<E>
Queue window bounded by number of elements in queue.
|
class |
GridStreamerBoundedTimeBatchWindow<E>
Window that accumulates events in batches, and is bounded by time and maximum number of batches.
|
class |
GridStreamerBoundedTimeWindow<E>
Window which is bounded by size and time interval.
|
class |
GridStreamerUnboundedWindow<E>
Unbounded window which holds all events.
|
class |
GridStreamerWindowAdapter<E>
Streamer window adapter.
|
Copyright © 2014. All rights reserved.