Class MapCachePutOperation


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

      • MapCachePutOperation

        public MapCachePutOperation()
      • MapCachePutOperation

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

      • getTTL

        public long getTTL()
      • getTTLUnit

        public TimeUnit getTTLUnit()
      • getMaxIdleTimeout

        public long getMaxIdleTimeout()
      • getMaxIdleUnit

        public TimeUnit getMaxIdleUnit()