Contents
- Description
- Constructor Summary
- Method Summary
- Constructor Details
- Method Details
- incrementConnectedClients()
- decrementConnectedClients()
- incrementBlockedClients()
- decrementBlockedClients()
- incrementPubSubClients()
- decrementPubSubClients()
- incrementWatchingClients()
- decrementWatchingClients()
- getConnectedClients()
- getBlockedClients()
- getPubSubClients()
- getWatchingClients()
- recordBlockedKeys(long)
- recordWatchedKeys(long)
- getBlockedKeys()
- getWatchedKeys()
Class ClientMetadata
java.lang.Object
org.infinispan.server.resp.meta.ClientMetadata
-
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
-
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()
-