Raul,
/If I understand correctly, flushing controls when the changes in the
streamer will be sent to the grid (can someone confirm?). /
Your understanding is correct. Autoflush allows to trigger data flushing
to the grid periodically.
If autoflush is disabled then the data is sent either when
Raúl,
Thank you for the valuable clarification.. Much appreciated!
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/JMS-Data-Streamer-Not-writing-data-to-cache-when-message-received-by-Streamer-tp3590p3595.html
Sent from the Apache Ignite Users mailing list arch
Auto flush / flushing is a characteristic of all streamers, that's why you
won't find it explained explicitly in the docs of specific streamers, but
in the general streamer one.
If I understand correctly, flushing controls when the changes in the
streamer will be sent to the grid (can someone conf
That worked. Thank you very much.
Would you please elaborate on how property is used?
Does it imply that by default autoflushFrequency is disabled and
DataStreamer will NOT
write data to cache unless explicitly set?
I basically modeled my JMSStreamer after the following documentation here:
https
onfiguration cfg = new
CacheConfiguration<>("words");
// Index all words streamed into cache.
cfg.setIndexedTypes(String.class, String.class);
cfg.setStatisticsEnabled(true);
return cfg;
}
}
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/JMS-Data-Streamer-Not-writing-to-data-to-cache-when-message-received-by-Streamer-tp3590.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
cache.
cfg.setIndexedTypes(String.class, String.class);
cfg.setStatisticsEnabled(true);
return cfg;
}
}
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/JMS-Data-Streamer-Not-writing-to-data-to-cache-when-message-received-by-Streamer-tp3590.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.