| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal.processors.datastreamer |
Data streamer processor.
|
| org.apache.ignite.internal.processors.dr |
Data center replication processor. |
| org.apache.ignite.stream |
Contains Ignite Streamer classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteDataStreamer.receiver(StreamReceiver<K,V> rcvr)
Sets custom stream receiver to this data streamer.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> StreamReceiver<K,V> |
DataStreamerCacheUpdaters.batched()
Updates cache using batched methods
CacheProjection.putAll(Map, CacheEntryPredicate[]) and
CacheProjection.removeAll(Collection, CacheEntryPredicate[]). |
static <K extends Comparable<?>,V> |
DataStreamerCacheUpdaters.batchedSorted()
Updates cache using batched methods
CacheProjection.putAll(Map, CacheEntryPredicate[]) and
CacheProjection.removeAll(Collection, CacheEntryPredicate[]). |
static <K,V> StreamReceiver<K,V> |
DataStreamerCacheUpdaters.individual()
Updates cache using independent
CacheProjection.put(Object, Object, CacheEntryPredicate[]) and
CacheProjection.remove(Object, CacheEntryPredicate[]) operations. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataStreamerImpl.receiver(StreamReceiver<K,V> rcvr)
Sets custom stream receiver to this data streamer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteDrDataStreamerCacheUpdater
Data center replication cache receiver for data streamer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamTransformer<K,V>
Convenience adapter to transform update existing values in streaming cache
based on the previously cached value.
|
class |
StreamVisitor<K,V>
Convenience adapter to visit every key-value tuple in the stream.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015