Package org.infinispan.server.resp.meta
Class ClientMetadata
java.lang.Object
org.infinispan.server.resp.meta.ClientMetadata
Metadata for
INFO
command.
Holds metadata about client connections. All the values are specific to a single node.
- Since:
- 15.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
long
long
long
long
long
long
void
void
void
void
void
recordBlockedKeys
(long value) void
recordWatchedKeys
(long value)
-
Constructor Details
-
ClientMetadata
public ClientMetadata()
-
-
Method Details
-
incrementConnectedClients
public void incrementConnectedClients() -
decrementConnectedClients
public void decrementConnectedClients() -
incrementBlockedClients
public void incrementBlockedClients() -
decrementBlockedClients
public void decrementBlockedClients() -
incrementPubSubClients
public void incrementPubSubClients() -
decrementPubSubClients
public void decrementPubSubClients() -
incrementWatchingClients
public void incrementWatchingClients() -
decrementWatchingClients
public void decrementWatchingClients() -
getConnectedClients
public long getConnectedClients() -
getBlockedClients
public long getBlockedClients() -
getPubSubClients
public long getPubSubClients() -
getWatchingClients
public long getWatchingClients() -
recordBlockedKeys
public void recordBlockedKeys(long value) -
recordWatchedKeys
public void recordWatchedKeys(long value) -
getBlockedKeys
public long getBlockedKeys() -
getWatchedKeys
public long getWatchedKeys()
-