Class JsonLenArrayFunction
java.lang.Object
org.infinispan.server.resp.json.JsonLenArrayFunction
- All Implemented Interfaces:
Serializable
,Function<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Long>>
,SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Long>>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(EntryView.ReadWriteEntryView<byte[], JsonBucket> entryView)
-
Field Details
-
ERR_PATH_CAN_T_BE_NULL
- See Also:
-
path
@ProtoField(1) protected final byte[] path -
condition
-
mapper
-
-
Constructor Details
-
JsonLenArrayFunction
@ProtoFactory public JsonLenArrayFunction(byte[] path)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Long>>
-