JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
G
H
I
M
N
O
P
S
T
W
A
addTask(TimerTask)
- Static method in class net.anotheria.moskito.integration.ehcache.
PeriodicStatsUpdater
Adds a new task with default period that starts immediately.
addTask(TimerTask, long)
- Static method in class net.anotheria.moskito.integration.ehcache.
PeriodicStatsUpdater
Adds a new task that starts immediately.
addTask(TimerTask, long, long)
- Static method in class net.anotheria.moskito.integration.ehcache.
PeriodicStatsUpdater
Adds a new task.
AVERAGE_GET_TIME
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
AVERAGE_SEARCH_TIME
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
C
cleanup()
- Static method in class net.anotheria.moskito.integration.ehcache.
PeriodicStatsUpdater
Stops the timer allowing users in container to cleanup on shutdown/restart.
createStatsObject(String)
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStatsFactory
E
EhcacheStats
- Class in
net.anotheria.moskito.integration.ehcache
Container for Ehcache related stats.
EhcacheStats(String)
- Constructor for class net.anotheria.moskito.integration.ehcache.
EhcacheStats
Creates a new stats object of this type with given name.
EhcacheStatsDecorator
- Class in
net.anotheria.moskito.integration.ehcache.decorators
EhcacheStats
decorator for MoSKito WebUI.
EhcacheStatsDecorator()
- Constructor for class net.anotheria.moskito.integration.ehcache.decorators.
EhcacheStatsDecorator
Creates a new decorator for
EhcacheStats
.
EhcacheStatsFactory
- Class in
net.anotheria.moskito.integration.ehcache
Factory for
EhcacheStats
.
EhcacheStatsFactory()
- Constructor for class net.anotheria.moskito.integration.ehcache.
EhcacheStatsFactory
ELEMENTS
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
EVICTION_COUNT
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
G
getAvailableValueNames()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getAverageGetTime()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getAverageSearchTime()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getElements()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getEvictionCount()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getHitRatio()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getHits()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getInMemoryElements()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getInMemoryHits()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getInMemoryMisses()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getMisses()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getOffHeapElements()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getOffHeapHits()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getOffHeapMisses()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getOnDiskElements()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getOnDiskHits()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getOnDiskMisses()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getSearchesPerSecond()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getStatisticsAccuracy()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getValueByNameAsString(String, String, TimeUnit)
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
getValues(IStats, String, TimeUnit)
- Method in class net.anotheria.moskito.integration.ehcache.decorators.
EhcacheStatsDecorator
getWriterQueueLength()
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
H
HIT_RATIO
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
HITS
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
I
IN_MEMORY_ELEMENTS
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
IN_MEMORY_HITS
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
IN_MEMORY_MISSES
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
M
MISSES
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
MonitoredEhcache
- Class in
net.anotheria.moskito.integration.ehcache
Proxy for
Ehcache
instances that allows MoSKito to access Ehcache stats.
MonitoredEhcache(Ehcache)
- Constructor for class net.anotheria.moskito.integration.ehcache.
MonitoredEhcache
Creates monitored proxy instance for underlying cache with default statistics accuracy and other parameters.
MonitoredEhcache(Ehcache, long)
- Constructor for class net.anotheria.moskito.integration.ehcache.
MonitoredEhcache
Creates monitored proxy instance for underlying cache with given update period and default statistics accuracy.
MonitoredEhcache(Ehcache, int)
- Constructor for class net.anotheria.moskito.integration.ehcache.
MonitoredEhcache
Creates monitored proxy instance for underlying cache with given statistics accuracy.
MonitoredEhcache(Ehcache, int, long)
- Constructor for class net.anotheria.moskito.integration.ehcache.
MonitoredEhcache
Creates monitored proxy instance for underlying cache with given parameters.
MonitoredEhcache(Ehcache, int, String, String, long)
- Constructor for class net.anotheria.moskito.integration.ehcache.
MonitoredEhcache
Creates monitored proxy instance for underlying cache with given parameters.
N
net.anotheria.moskito.integration.ehcache
- package net.anotheria.moskito.integration.ehcache
net.anotheria.moskito.integration.ehcache.decorators
- package net.anotheria.moskito.integration.ehcache.decorators
O
OFF_HEAP_ELEMENTS
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
OFF_HEAP_HITS
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
OFF_HEAP_MISSES
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
ON_DISK_ELEMENTS
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
ON_DISK_HITS
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
ON_DISK_MISSES
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
P
PeriodicStatsUpdater
- Class in
net.anotheria.moskito.integration.ehcache
This class provides periodical updates of stats given in the task.
PeriodicStatsUpdater()
- Constructor for class net.anotheria.moskito.integration.ehcache.
PeriodicStatsUpdater
S
SEARCHES_PER_SECOND
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
STATISTICS_ACCURACY
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
T
toStatsString(String, TimeUnit)
- Method in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
W
WRITER_QUEUE_LENGTH
- Static variable in class net.anotheria.moskito.integration.ehcache.
EhcacheStats
A
C
E
G
H
I
M
N
O
P
S
T
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2010-2018
anotheria.net
. All Rights Reserved.