Class JsonArrindexFunction
java.lang.Object
org.infinispan.server.resp.json.JsonArrindexFunction
- All Implemented Interfaces:
Serializable
,Function<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Integer>>
,SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Integer>>
public class JsonArrindexFunction
extends Object
implements SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Integer>>
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJsonArrindexFunction
(byte[] jsonPath, byte[] value, int start, int stop, boolean isLegacy) -
Method Summary
Modifier and TypeMethodDescriptionapply
(EntryView.ReadWriteEntryView<byte[], JsonBucket> entryView)
-
Field Details
-
EXTERNALIZER
-
-
Constructor Details
-
JsonArrindexFunction
public JsonArrindexFunction(byte[] jsonPath, byte[] value, int start, int stop, boolean isLegacy)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Integer>>
-