Package org.infinispan.server.hotrod
Class MetadataUtils
java.lang.Object
org.infinispan.server.hotrod.MetadataUtils
Utility class in hotrod server with methods handling cache entries metadata
- Since:
- 9.2
- Author:
- Katia Aresti, karesti@redhat.com
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
static long
static int
static int
static long
static void
writeMetadata
(int lifespan, int maxIdle, long created, long lastUsed, long dataVersion, io.netty.buffer.ByteBuf buf)
-
Method Details
-
writeMetadata
public static void writeMetadata(int lifespan, int maxIdle, long created, long lastUsed, long dataVersion, io.netty.buffer.ByteBuf buf) -
extractVersion
-
extractCreated
-
extractLastUsed
-
extractLifespan
-
extractMaxIdle
-