Uses of Class
org.infinispan.client.hotrod.impl.operations.ReplaceOperation
-
Packages that use ReplaceOperation Package Description org.infinispan.client.hotrod.impl.operations -
-
Uses of ReplaceOperation in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return ReplaceOperation Modifier and Type Method Description <V> ReplaceOperation<V>
OperationsFactory. newReplaceOperation(Object key, byte[] keyBytes, byte[] values, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)
-