Hi Mike, Ignite 2.1 will store data structures (including AtomicSequence) on disk if you have configured persistent store globally (IgniteConfiguration.getPersistentStoreConfiguration() != null).
On Thu, Aug 17, 2017 at 11:48 AM, Michael Griggs < [email protected]> wrote: > Dmitry, > > Can Ignite 2.1 persist an Ignite atomicSequence on disk? > > Regards > Mike > > -----Original Message----- > From: dkarachentsev [mailto:[email protected]] > Sent: 16 August 2017 15:15 > To: [email protected] > Subject: Re: IgniteAtomicSequence durability > > Hi Mike, > > All atomics may be configured with > IgniteConfiguration.setAtomicConfiguration() or Ignite.atomicSequence(), > where you can specify number of backups, or set it as REPLICATED, but > cannot > configure persistent store. > > Only Ignite 2.1 can persist datastructures on disk. > > Thanks! > -Dmitry. > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/ > IgniteAtomicSequence-durabili > ty-tp16220p16229.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > > -- Best regards, Ilya
