All Classes and Interfaces

Class
Description
A base function for the multimap updates
Bucket used to store Multimap values, required as HashSet cannot be directly marshalled via ProtoStream.
WARNING: Generated code! Do not edit!
WARNING: Generated code! Do not edit!
Serializable function used by
invalid reference
org.infinispan.multimap.impl.EmbeddedMultimapSortedSetCache#count(K, double, boolean, double, boolean)
and EmbeddedMultimapSortedSetCache.count(Object, Object, boolean, Object, boolean) .
Embedded implementation of MultimapCache
Embedded implementation of MultimapCacheManager
A MultimapCache factory for embedded cached.
Multimap with Linked List Implementation methods
Multimap which holds a collection of key-values pairs.
Multimap with Sorted Map Implementation methods
SetCache with Set methods implementation
Ids range: 2050 - 2099 Externalizer Ids that identity the functions used in EmbeddedMultimapCache
Serializable function used by EmbeddedMultimapCache.get(Object) to get a key's value.
 
WARNING: Generated code! Do not edit!
 
Serializable function used by EmbeddedMultimapPairCache.keySet(Object).
 
 
 
Serializable function used by EmbeddedMultimapPairCache.values(Object).
Serializable function used by EmbeddedMultimapListCache.index(Object, long) to retrieve the index at the head or the tail of the multimap list value.
Serializable function used by EmbeddedMultimapListCache.indexOf(Object, Object, Long, Long, Long) to retrieve the index at the head or the tail of the multimap list value.
Serializable function used by EmbeddedMultimapListCache.insert(Object, boolean, Object, Object) to insert an element before or after the provided pivot element.
Bucket used to store ListMultimap values.
WARNING: Generated code! Do not edit!
A base function for the list multimap updates
Embedded version of MultimapCache.
 
 
MultimapModuleLifecycle is necessary for the Multimap Cache module.
Wrapper for objects stored in multimap buckets.
WARNING: Generated code! Do not edit!
Serializable function used by EmbeddedMultimapListCache.offerFirst(Object, Object) and EmbeddedMultimapListCache.offerLast(Object, Object) (Object, Object)} to insert a key/value pair at the head or the tail of the multimap list value.
WARNING: Generated code! Do not edit!
Serializable function used by
invalid reference
org.infinispan.multimap.impl.EmbeddedMultimapListCache#pollFirst(K, long)
and
invalid reference
org.infinispan.multimap.impl.EmbeddedMultimapListCache#pollLast(K, long)
to poll N values at the head or the tail of the multimap list value.
Serializable function used by EmbeddedMultimapCache.put(Object, Object) to add a key/value pair.
Serializable function used by EmbeddedMultimapListCache.remove(Object, long, Object) to remove an element.
Serializable function used by EmbeddedMultimapCache.remove(Object) and EmbeddedMultimapCache.remove(Object, Object) to remove a key or a key/value pair from the Multimap Cache, if such exists.
Serializable function used by
invalid reference
org.infinispan.multimap.impl.EmbeddedMultimapSortedSetCache#removeAll(Object, Object, Object)
Serializable function used by EmbeddedMultimapListCache.rotate(Object, boolean) (Object, boolean)} to remove an element.
Serializable function used by EmbeddedSetCache.add(K, V) to add elements to a Set.
 
WARNING: Generated code! Do not edit!
Bucket used to store Set data type.
WARNING: Generated code! Do not edit!
A base function for the set updates
Serializable function used by EmbeddedMultimapListCache.set(Object, long, Object) to insert a key/value pair at the index of the multimap list value.
Serializable function used by EmbeddedSetCache.get(K) to get a Set value with the given key.
Since 15.0
 
Utility class to hold multiple options for sorted sets
 
 
Bucket used to store Sorted Set data type.
 
 
 
WARNING: Generated code! Do not edit!
A base function for the sorted set multimap updates
 
Utility class to hold subset operation arguments
 
Serializable function used by EmbeddedSetCache.remove(K, V) to remove elements to a Set.
Serializable function used by EmbeddedSetCache.remove(K, V) to remove elements to a Set.
Serializable function used by EmbeddedSetCache.set(K, java.util.Collection<V>) to operator on Sets.
Serializable function used by EmbeddedMultimapListCache.subList(Object, long, long) to retrieve the sublist with indexes.
Serializable function used by EmbeddedMultimapListCache.trim(Object, long, long) to trim the multimap list value.