Class MapCacheFastPutIfAbsentOperation


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

      • MapCacheFastPutIfAbsentOperation

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

      • getTTL

        public long getTTL()
      • getTTLUnit

        public TimeUnit getTTLUnit()
      • getMaxIdleTime

        public long getMaxIdleTime()
      • getMaxIdleUnit

        public TimeUnit getMaxIdleUnit()