Uses of Class
org.infinispan.client.hotrod.impl.operations.PutOperation
Packages that use PutOperation
-
Uses of PutOperation in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return PutOperationModifier and TypeMethodDescription<V> PutOperation<V> OperationsFactory.newPutKeyValueOperation(Object key, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)