Uses of Class
org.infinispan.client.hotrod.impl.operations.PutIfAbsentOperation
Packages that use PutIfAbsentOperation
-
Uses of PutIfAbsentOperation in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return PutIfAbsentOperationModifier and TypeMethodDescription<V> PutIfAbsentOperation<V> OperationsFactory.newPutIfAbsentOperation(Object key, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)