Uses of Interface
org.terracotta.collections.MutatedObjectHandle

Packages that use MutatedObjectHandle
org.terracotta.collections   
 

Uses of MutatedObjectHandle in org.terracotta.collections
 

Methods in org.terracotta.collections with parameters of type MutatedObjectHandle
 void MutationCallback.clearEvent(MutatedObjectHandle handle)
           
 void MutationCallback.putEvent(K key, V value, MutatedObjectHandle handle)
           
 void MutationCallback.putIfAbsentEvent(K key, V value, MutatedObjectHandle handle)
           
 void MutationCallback.removeEvent(K key, MutatedObjectHandle handle)
           
 void MutationCallback.removeIfValueEqualEvent(K key, V value, MutatedObjectHandle handle)
           
 void MutationCallback.replaceEvent(K key, V currentValue, V newValue, MutatedObjectHandle handle)
           
 



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.