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