Class JsonSetFunction
java.lang.Object
org.infinispan.server.resp.json.JsonSetFunction
- All Implemented Interfaces:
Serializable
,Function<EntryView.ReadWriteEntryView<byte[], JsonBucket>, String>
,SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, String>
public class JsonSetFunction
extends Object
implements SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, String>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final AdvancedExternalizer
<JsonSetFunction> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(EntryView.ReadWriteEntryView<byte[], JsonBucket> entryView)
-
Field Details
-
ERR_VALUE_CAN_T_BE_NULL
- See Also:
-
ERR_PATH_CAN_T_BE_NULL
- See Also:
-
EXTERNALIZER
-
-
Constructor Details
-
JsonSetFunction
public JsonSetFunction(byte[] value, byte[] path, boolean nx, boolean xx)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, String>
-