Class MapCacheFastPutIfAbsentOperation


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

      • MapCacheFastPutIfAbsentOperation

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

      • getTTL

        public long getTTL()
      • getTTLUnit

        public  getTTLUnit()
      • getMaxIdleTime

        public long getMaxIdleTime()
      • getMaxIdleUnit

        public  getMaxIdleUnit()