Package org.infinispan.server.resp.meta
Class MetadataRepository
java.lang.Object
org.infinispan.server.resp.meta.MetadataRepository
Stores RESP related metadata and statistics.
- Since:
- 15.0
- Author:
- José Bolina
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclient()
Acquire the handler to read and writes metadata for client connections.
-
Constructor Details
-
MetadataRepository
public MetadataRepository()
-
-
Method Details
-
client
Acquire the handler to read and writes metadata for client connections.- Returns:
- The handler to manage client metadata.
-