public interface ServerStatistics
RemoteCache.stats()
Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_NR_OF_ENTRIES
Number of entries currently in the Hot Rod server
|
static String |
HITS
Number of get hits.
|
static String |
MISSES
Number of get misses.
|
static String |
REMOVE_HITS
Number of removal hits.
|
static String |
REMOVE_MISSES
Number of removal misses.
|
static String |
RETRIEVALS
Number of get operations.
|
static String |
STORES
Number of put operations.
|
static String |
TIME_SINCE_START
Number of seconds since Hot Rod started.
|
static String |
TOTAL_NR_OF_ENTRIES
Number of entries stored in Hot Rod server
since the server started running.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getIntStatistic(String statsName) |
String |
getStatistic(String statsName) |
Map<String,String> |
getStatsMap() |
static final String TIME_SINCE_START
static final String CURRENT_NR_OF_ENTRIES
static final String TOTAL_NR_OF_ENTRIES
static final String STORES
static final String RETRIEVALS
static final String HITS
static final String MISSES
static final String REMOVE_HITS
static final String REMOVE_MISSES
Copyright © 2021 JBoss by Red Hat. All rights reserved.