Serialized Form


Package net.sf.ehcache

Class net.sf.ehcache.CacheException extends RuntimeException implements Serializable

Class net.sf.ehcache.Element extends Object implements Serializable

serialVersionUID: 1098572221246444544L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Serialized Fields

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

Serialized Fields

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

Serialized Fields

name

String name

intValue

int intValue

Package org.terracotta.collections.chm

Class org.terracotta.collections.chm.ConcurrentHashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 7249069246763182397L

Serialization Methods

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
Serialized Fields

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

Class org.terracotta.collections.chm.SelectableConcurrentHashMap extends ConcurrentHashMap<K,V> implements Serializable

Serialized Fields

rndm

Random rndm

Package org.terracotta.modules.async.exceptions

Class org.terracotta.modules.async.exceptions.AsyncException extends Exception implements Serializable

Class org.terracotta.modules.async.exceptions.BusyProcessingException extends AsyncException implements Serializable

Class org.terracotta.modules.async.exceptions.ExistingRunningThreadException extends AsyncException implements Serializable

Class org.terracotta.modules.async.exceptions.ProcessingException extends AsyncException implements Serializable


Package org.terracotta.modules.ehcache.presentation

Class org.terracotta.modules.ehcache.presentation.EhcachePresentationPanel extends org.terracotta.modules.configuration.Presentation implements Serializable

Serialized Fields

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

Class org.terracotta.modules.hibernatecache.jmx.AggregateCacheRegionStats extends CacheRegionStats implements Serializable

Serialized Fields

nodeCount

int nodeCount

Class org.terracotta.modules.hibernatecache.jmx.CacheRegionStats extends Object implements Serializable

Serialized Fields

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

Class org.terracotta.modules.hibernatecache.jmx.CollectionStats extends Object implements Serializable

Serialized Fields

roleName

String roleName

shortName

String shortName

loadCount

long loadCount

fetchCount

long fetchCount

updateCount

long updateCount

removeCount

long removeCount

recreateCount

long recreateCount

Class org.terracotta.modules.hibernatecache.jmx.EntityStats extends Object implements Serializable

Serialized Fields

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

Class org.terracotta.modules.hibernatecache.presentation.HibernatePresentationPanel extends org.terracotta.modules.configuration.Presentation implements Serializable

Serialized Fields

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

Class org.terracotta.modules.hibernatecache.presentation.QueryStats extends Object implements Serializable

Serialized Fields

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

Class org.terracotta.repackaged.org.cliffc.high_scale_lib.ConcurrentAutoTable extends Object implements Serializable

Serialized Fields

_cat

org.terracotta.repackaged.org.cliffc.high_scale_lib.ConcurrentAutoTable.CAT _cat

Class org.terracotta.repackaged.org.cliffc.high_scale_lib.Counter extends ConcurrentAutoTable implements Serializable

Class org.terracotta.repackaged.org.cliffc.high_scale_lib.NonBlockingHashMap extends AbstractMap<TypeK,TypeV> implements Serializable

serialVersionUID: 1234123412341234123L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

rndm

Random rndm



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.