Uses of Class
org.infinispan.hotrod.impl.operations.AbstractPutIfAbsentOperation
-
Packages that use AbstractPutIfAbsentOperation Package Description org.infinispan.hotrod.impl.operations -
-
Uses of AbstractPutIfAbsentOperation in org.infinispan.hotrod.impl.operations
Subclasses of AbstractPutIfAbsentOperation in org.infinispan.hotrod.impl.operations Modifier and Type Class Description classPutIfAbsentOperation<K,V>Implements "putIfAbsent" operation as described in Hot Rod protocol specification.classSetIfAbsentOperation<K>Implements "putIfAbsent" operation as described in Hot Rod protocol specification.
-