Uses of Class
org.infinispan.hotrod.impl.operations.SetIfAbsentOperation
-
Packages that use SetIfAbsentOperation Package Description org.infinispan.hotrod.impl.operations -
-
Uses of SetIfAbsentOperation in org.infinispan.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations that return SetIfAbsentOperation Modifier and Type Method Description <K> SetIfAbsentOperation<K>CacheOperationsFactory. newSetIfAbsentOperation(K key, byte[] keyBytes, byte[] value, org.infinispan.api.common.CacheWriteOptions options, DataFormat dataFormat)
-