Class MapCachePutIfAbsentOperation


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

    • MapCachePutIfAbsentOperation

      public MapCachePutIfAbsentOperation()
    • MapCachePutIfAbsentOperation

      public MapCachePutIfAbsentOperation(RMap<?,?> map, Object key, Object value, long ttl, TimeUnit unit, long maxIdleTime, TimeUnit maxIdleUnit, String transactionId, long threadId)
    • MapCachePutIfAbsentOperation

      public MapCachePutIfAbsentOperation(RMap<?,?> map, Object key, Object value, 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()