Uses of Class
org.infinispan.client.hotrod.impl.operations.RemoveIfUnmodifiedOperation
-
Packages that use RemoveIfUnmodifiedOperation Package Description org.infinispan.client.hotrod.impl.operations -
-
Uses of RemoveIfUnmodifiedOperation in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return RemoveIfUnmodifiedOperation Modifier and Type Method Description <V> RemoveIfUnmodifiedOperation<V>
OperationsFactory. newRemoveIfUnmodifiedOperation(Object key, byte[] keyBytes, long version, DataFormat dataFormat)
-