Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.sink.flink |
IgniteSink -- streaming connector integration with Apache Flink.
|
org.apache.ignite.stream |
Contains Ignite Streamer classes.
|
org.apache.ignite.stream.kafka.connect |
Contains implementation of Kafka Streamer Connector.
|
org.apache.ignite.stream.storm |
StormStreamer -- integration with Apache Storm.
|
Modifier and Type | Method and Description |
---|---|
<K,V> IgniteDataStreamer<K,V> |
IgniteSpringBean.dataStreamer(@Nullable String cacheName)
Gets a new instance of data streamer associated with given cache name.
|
<K,V> IgniteDataStreamer<K,V> |
Ignite.dataStreamer(String cacheName)
Gets a new instance of data streamer associated with given cache name.
|
Modifier and Type | Field and Description |
---|---|
protected IgniteDataStreamer |
IgniteSink.streamer
Ignite Data streamer instance.
|
Modifier and Type | Method and Description |
---|---|
IgniteDataStreamer<K,V> |
StreamAdapter.getStreamer() |
Modifier and Type | Method and Description |
---|---|
void |
StreamAdapter.setStreamer(IgniteDataStreamer<K,V> stmr) |
Constructor and Description |
---|
StreamAdapter(IgniteDataStreamer<K,V> stmr,
StreamMultipleTupleExtractor<T,K,V> extractor)
Stream adapter.
|
StreamAdapter(IgniteDataStreamer<K,V> stmr,
StreamSingleTupleExtractor<T,K,V> extractor)
Stream adapter.
|
Modifier and Type | Method and Description |
---|---|
static IgniteDataStreamer |
IgniteSinkTask.StreamerContext.getStreamer()
Obtains data streamer instance.
|
Modifier and Type | Method and Description |
---|---|
static IgniteDataStreamer |
StormStreamer.StreamerContext.getStreamer()
Obtains data streamer instance.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019