Class SetOperation
java.lang.Object
org.infinispan.server.resp.operation.SetOperation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletionStage
<SetResponse> performOperation
(AdvancedCache<byte[], byte[]> cache, List<byte[]> arguments, TimeService timeService, String command)
-
Field Details
-
GET_BYTES
public static final byte[] GET_BYTES -
NX_BYTES
public static final byte[] NX_BYTES
-
-
Constructor Details
-
SetOperation
public SetOperation()
-
-
Method Details
-
performOperation
public static CompletionStage<SetResponse> performOperation(AdvancedCache<byte[], byte[]> cache, List<byte[]> arguments, TimeService timeService, String command)
-