Class MapCachePutOperation


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

      • MapCachePutOperation

        public MapCachePutOperation()
      • MapCachePutOperation

        public MapCachePutOperation​(RMap<?,​?> map,
                                     key,
                                     value,
                                    long ttlTimeout,
                                     ttlUnit,
                                    long maxIdleTimeout,
                                     maxIdleUnit,
                                     transactionId,
                                    long threadId)
    • Method Detail

      • getTTL

        public long getTTL()
      • getTTLUnit

        public  getTTLUnit()
      • getMaxIdleTimeout

        public long getMaxIdleTimeout()
      • getMaxIdleUnit

        public  getMaxIdleUnit()