It denotes a store which is local to node. I.e. there is no single point of
through and different nodes can have different values of the same key saved
on store.
In this case to maintain data integrity Ignite will store not only values,
but versions as well. Later on these versions are compared to pick the most
recent vlaue.
On Thu, May 28, 2015 at 10:39 AM, Dmitriy Setrakyan <
[hidden email]>
wrote:
> Igniters,
>
> Does anyone know what is the purpose of @CacheLocalStore annotation in
> "org.apache.ignite.internal.processors.cache.store" package?
>
> D.
>