Class MapCachePutIfAbsentOperation


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

      • MapCachePutIfAbsentOperation

        public MapCachePutIfAbsentOperation()
      • MapCachePutIfAbsentOperation

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

        public MapCachePutIfAbsentOperation​(RMap<?,​?> map,
                                            Object key,
                                            Object value,
                                            String transactionId)
    • Method Detail

      • getTTL

        public long getTTL()
      • getTTLUnit

        public TimeUnit getTTLUnit()
      • getMaxIdleTime

        public long getMaxIdleTime()
      • getMaxIdleUnit

        public TimeUnit getMaxIdleUnit()