Hi,

If you plan to stream into data from single JVM then the better way use
only one instance of DataStreamer. Sure, if you're going to start different
10 JVMs than you'll use 10 instance of DataStreamer.
By default DataStreamer won't overwrite existing entries in a cache. You
can change this behaviour IgniteDataStreamer#allowOverwrite(true) via
method [1].

1. https://apacheignite.readme.io/docs#section-allow-overwrite

On Tue, Dec 5, 2017 at 8:32 PM, Lybrial <lybr...@googlemail.com> wrote:

> Hi,
>
> I guess I did not understand what you mean for the DataStreamer. When I
> have
> a distributed
> database (or distributed files maybe) I want to be able to load all of
> these
> resources simultaneously
> into the same cache since there arent duplicates. the resources are
> distinct
> from each other. So
> in my example I would not have one DataStreamer per cache, I would have 10
> DataStreamers
> for one cache.
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to