Uses of Class
org.infinispan.hotrod.impl.multimap.operations.RemoveEntryMultimapOperation
-
Packages that use RemoveEntryMultimapOperation Package Description org.infinispan.hotrod.impl.multimap.operations -
-
Uses of RemoveEntryMultimapOperation in org.infinispan.hotrod.impl.multimap.operations
Methods in org.infinispan.hotrod.impl.multimap.operations that return RemoveEntryMultimapOperation Modifier and Type Method Description <K> RemoveEntryMultimapOperation<K>MultimapOperationsFactory. newRemoveEntryOperation(K key, byte[] keyBytes, byte[] value, org.infinispan.api.common.CacheOptions options, boolean supportsDuplicates)
-