Class JsonDebugMemoryFunction
java.lang.Object
org.infinispan.server.resp.json.JsonDebugMemoryFunction
- All Implemented Interfaces:
Serializable
,Function<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Long>>
,SerializableFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Long>>
@ProtoTypeId(6132)
public class JsonDebugMemoryFunction
extends Object
implements 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:
-
-
Constructor Details
-
JsonDebugMemoryFunction
@ProtoFactory public JsonDebugMemoryFunction(byte[] path)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EntryView.ReadWriteEntryView<byte[], JsonBucket>, List<Long>>
-