Class MapCacheFastPutIfAbsentOperation


public class MapCacheFastPutIfAbsentOperation extends MapOperation
Author:
Nikita Koksharov
  • Constructor Details

    • MapCacheFastPutIfAbsentOperation

      public MapCacheFastPutIfAbsentOperation(RMap<?,?> map, Object key, Object value, long ttl, TimeUnit ttlUnit, long maxIdleTime, TimeUnit maxIdleUnit, String transactionId, long threadId)
  • Method Details

    • commit

      public void commit(RMap<Object,Object> map)
      Specified by:
      commit in class MapOperation
    • getTTL

      public long getTTL()
    • getTTLUnit

      public TimeUnit getTTLUnit()
    • getMaxIdleTime

      public long getMaxIdleTime()
    • getMaxIdleUnit

      public TimeUnit getMaxIdleUnit()