Serialized Form
|
Class net.sf.ehcache.CacheException extends RuntimeException implements Serializable |
|
Class net.sf.ehcache.Element extends Object implements Serializable |
serialVersionUID: 1098572221246444544L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
key
Object key
value
Object value
version
long version
hitCount
long hitCount
timeToLive
int timeToLive
timeToIdle
int timeToIdle
lastUpdateTime
long lastUpdateTime
cacheDefaultLifespan
boolean cacheDefaultLifespan
|
Class net.sf.ehcache.MimeTypeByteArray extends Object implements Serializable |
mimeType
String mimeType
value
byte[] value
|
Class net.sf.ehcache.ObjectExistsException extends net.sf.ehcache.CacheException implements Serializable |
|
Class net.sf.ehcache.Statistics extends Object implements Serializable |
serialVersionUID: 3606940454221918725L
cacheName
String cacheName
statisticsAccuracy
int statisticsAccuracy
cacheHits
long cacheHits
onDiskHits
long onDiskHits
inMemoryHits
long inMemoryHits
misses
long misses
size
long size
memoryStoreSize
long memoryStoreSize
diskStoreSize
long diskStoreSize
averageGetTime
float averageGetTime
evictionCount
long evictionCount
|
Class net.sf.ehcache.Status extends Object implements Serializable |
serialVersionUID: 2732730630423367732L
name
String name
intValue
int intValue
|
Package org.terracotta.collections.chm |
serialVersionUID: 7249069246763182397L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the ConcurrentHashMap instance from a stream (i.e., deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the ConcurrentHashMap instance to a stream (i.e., serialize it).
- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value
mappings are emitted in no particular order.
- Throws:
IOException
segmentMask
int segmentMask
- Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment.
segmentShift
int segmentShift
- Shift value for indexing within segments.
segments
org.terracotta.collections.chm.ConcurrentHashMap.Segment<K,V>[] segments
- The segments, each of which is a specialized hash table
rndm
Random rndm
|
Package org.terracotta.modules.async.exceptions |
|
Package org.terracotta.modules.ehcache.presentation |
appContext
ApplicationContext appContext
clusterModel
IClusterModel clusterModel
clusterListener
org.terracotta.modules.ehcache.presentation.EhcachePresentationPanel.ClusterListener clusterListener
ehcacheModel
EhcacheModel ehcacheModel
mainPanel
XContainer mainPanel
cacheManagerSelector
XComboBox cacheManagerSelector
messagePanel
XContainer messagePanel
messageLabel
XLabel messageLabel
pagedView
PagedView pagedView
tornDown
AtomicBoolean tornDown
|
Package org.terracotta.modules.hibernatecache.jmx |
nodeCount
int nodeCount
region
String region
shortName
String shortName
hitCount
long hitCount
missCount
long missCount
putCount
long putCount
hitRatio
double hitRatio
elementCountInMemory
long elementCountInMemory
elementCountOnDisk
long elementCountOnDisk
elementCountTotal
long elementCountTotal
roleName
String roleName
shortName
String shortName
loadCount
long loadCount
fetchCount
long fetchCount
updateCount
long updateCount
removeCount
long removeCount
recreateCount
long recreateCount
name
String name
shortName
String shortName
loadCount
long loadCount
updateCount
long updateCount
insertCount
long insertCount
deleteCount
long deleteCount
fetchCount
long fetchCount
optimisticFailureCount
long optimisticFailureCount
|
Package org.terracotta.modules.hibernatecache.presentation |
appContext
ApplicationContext appContext
clusterModel
IClusterModel clusterModel
clusterListener
org.terracotta.modules.hibernatecache.presentation.HibernatePresentationPanel.ClusterListener clusterListener
mainPanel
XContainer mainPanel
puSelector
XComboBox puSelector
viewButtonSet
ButtonSet viewButtonSet
pagedView
PagedView pagedView
messagePanel
XContainer messagePanel
messageLabel
XLabel messageLabel
tornDown
AtomicBoolean tornDown
query
String query
cacheHitCount
long cacheHitCount
cacheMissCount
long cacheMissCount
cachePutCount
long cachePutCount
executionCount
long executionCount
executionRowCount
long executionRowCount
executionAvgTime
long executionAvgTime
executionMaxTime
long executionMaxTime
executionMinTime
long executionMinTime
|
Package org.terracotta.repackaged.org.cliffc.high_scale_lib |
_cat
org.terracotta.repackaged.org.cliffc.high_scale_lib.ConcurrentAutoTable.CAT _cat
serialVersionUID: 1234123412341234123L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
rndm
Random rndm
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.