Click or drag to resize

ITransactionalMapTKey, TValuePut Method

Overload List
  NameDescription
Public methodPut(TKey, TValue)
Transactional implementation of Put(TKey, TValue) .

The object to be put will be accessible only in the current transaction context till transaction is committed.

Public methodPut(TKey, TValue, Int64, TimeUnit)
Transactional implementation of Put(TKey, TValue, Int64, TimeUnit) .

The object to be put will be accessible only in the current transaction context till transaction is committed.

Top
See Also