There’s no similar API currently as far as I know, but you might be able to use a SQL command:
ALTER TABLE cachename NOLOGGING; To reenable: ALTER TABLE cachename LOGGING; Regards, Stephen > On 6 Jan 2021, at 13:34, Naveen <[email protected]> wrote: > > HI > > I was just trying to disable WAL for one of the bulk data ingestion use case > and we are using Java thin client, am not finding any method to disable WAL > for a cache. > Using thick client, this is how we do > > ignite.cluster().disableWal(cacheStr); > > OR is it not there for thin clients ? > > Thanks > Naveen > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/
