Class JsonNumOpFunction
java.lang.Object
org.infinispan.server.resp.json.JsonNumOpFunction
- All Implemented Interfaces:
Serializable
,Function<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Number>>
,SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Number>>
- Direct Known Subclasses:
JsonNumIncrOpFunction
,JsonNumMultOpFunction
public abstract class JsonNumOpFunction
extends Object
implements SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Number>>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(EntryView.ReadWriteEntryView<byte[], JsonBucket> entryView) protected abstract Number
operate
(com.fasterxml.jackson.databind.JsonNode numNode, com.fasterxml.jackson.databind.JsonNode incrNode)
-
Field Details
-
ERR_PATH_CAN_T_BE_NULL
- See Also:
-
ERR_INCREMENT_CANT_BE_NULL
- See Also:
-
path
protected byte[] path -
value
protected byte[] value
-
-
Constructor Details
-
JsonNumOpFunction
public JsonNumOpFunction(byte[] path, byte[] increment)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Number>>
-
operate
protected abstract Number operate(com.fasterxml.jackson.databind.JsonNode numNode, com.fasterxml.jackson.databind.JsonNode incrNode)
-