Package org.infinispan.multimap.impl.function
-
Interface Summary Interface Description BaseFunction<K,V,R> A base function for the multimap updates -
Class Summary Class Description ContainsFunction<K,V> Serializable function used byEmbeddedMultimapCache.containsKey(Object)andEmbeddedMultimapCache.containsEntry(Object, Object).GetFunction<K,V> Serializable function used byEmbeddedMultimapCache.get(Object)to get a key's value.PutFunction<K,V> Serializable function used byEmbeddedMultimapCache.put(Object, Object)to add a key/value pair.RemoveFunction<K,V> Serializable function used byEmbeddedMultimapCache.remove(Object)andEmbeddedMultimapCache.remove(Object, Object)to remove a key or a key/value pair from the Multimap Cache, if such exists.