Class MapCacheFastPutOperation


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

      • MapCacheFastPutOperation

        public MapCacheFastPutOperation()
      • MapCacheFastPutOperation

        public MapCacheFastPutOperation​(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()
      • getMaxIdleUnit

        public TimeUnit getMaxIdleUnit()
      • getMaxIdleTime

        public long getMaxIdleTime()