public class RemoteCache<T extends RemoteCache<T>> extends Object
Constructor and Description |
---|
RemoteCache(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Long |
averageReadTime()
The average read time, in milliseconds, for this remote cache.
|
T |
averageReadTime(Long value)
The average read time, in milliseconds, for this remote cache.
|
Long |
averageRemoveTime()
The average remove time, in milliseconds, for this remote cache.
|
T |
averageRemoveTime(Long value)
The average remove time, in milliseconds, for this remote cache.
|
Long |
averageWriteTime()
The average write time, in milliseconds, to this remote cache.
|
T |
averageWriteTime(Long value)
The average write time, in milliseconds, to this remote cache.
|
String |
getKey() |
Long |
hits()
The number of hits to this remote cache, excluding hits from the
near-cache.
|
T |
hits(Long value)
The number of hits to this remote cache, excluding hits from the
near-cache.
|
Long |
misses()
The number of misses to this remote cache.
|
T |
misses(Long value)
The number of misses to this remote cache.
|
Long |
nearCacheHits()
The number of near-cache hits for this remote cache.
|
T |
nearCacheHits(Long value)
The number of near-cache hits for this remote cache.
|
Long |
nearCacheInvalidations()
The number of near-cache invalidations for this remote cache.
|
T |
nearCacheInvalidations(Long value)
The number of near-cache invalidations for this remote cache.
|
Long |
nearCacheMisses()
The number of near-cache misses for this remote cache.
|
T |
nearCacheMisses(Long value)
The number of near-cache misses for this remote cache.
|
Long |
nearCacheSize()
The number of entries in the near-cache for this remote cache.
|
T |
nearCacheSize(Long value)
The number of entries in the near-cache for this remote cache.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Long |
removes()
The number of removes to this remote cache.
|
T |
removes(Long value)
The number of removes to this remote cache.
|
Long |
timeSinceReset()
The number of seconds since statistics were reset on this remote cache.
|
T |
timeSinceReset(Long value)
The number of seconds since statistics were reset on this remote cache.
|
Long |
writes()
The number of writes to this remote cache.
|
T |
writes(Long value)
The number of writes to this remote cache.
|
public RemoteCache(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Long averageReadTime()
public T averageReadTime(Long value)
public Long averageRemoveTime()
public T averageRemoveTime(Long value)
public Long averageWriteTime()
public T averageWriteTime(Long value)
public Long hits()
public T hits(Long value)
public Long misses()
public Long nearCacheHits()
public T nearCacheHits(Long value)
public Long nearCacheInvalidations()
public T nearCacheInvalidations(Long value)
public Long nearCacheMisses()
public T nearCacheMisses(Long value)
public Long nearCacheSize()
public T nearCacheSize(Long value)
public Long removes()
public Long timeSinceReset()
public T timeSinceReset(Long value)
public Long writes()
Copyright © 2020 JBoss by Red Hat. All rights reserved.