Serialized Form


Package org.ehcache.exceptions

Class org.ehcache.exceptions.BulkCacheLoadingException extends CacheLoadingException implements Serializable

serialVersionUID: -5296309607929568779L

Serialized Fields

failures

java.util.Map<K,V> failures

successes

java.util.Map<K,V> successes

Class org.ehcache.exceptions.BulkCacheWritingException extends CacheWritingException implements Serializable

serialVersionUID: -9019459887947633422L

Serialized Fields

failures

java.util.Map<K,V> failures

successes

java.util.Set<E> successes

Class org.ehcache.exceptions.CacheAccessException extends java.lang.Exception implements Serializable

serialVersionUID: 5249505200891654776L

Class org.ehcache.exceptions.CacheLoadingException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 4794738044299044587L

Class org.ehcache.exceptions.CachePersistenceException extends java.lang.Exception implements Serializable

Class org.ehcache.exceptions.CacheWritingException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -3547750364991417531L

Class org.ehcache.exceptions.SerializerException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -4008956327217206643L

Class org.ehcache.exceptions.StateTransitionException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 7602752670854885218L


Package org.ehcache.internal.concurrent

Class org.ehcache.internal.concurrent.ConcurrentHashMap extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: 7249069246763182397L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitutes the instance from a stream (that is, deserializes it).

Throws:
java.lang.ClassNotFoundException - if the class of a serialized object could not be found
java.io.IOException - if an I/O error occurs

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Saves the state of the ConcurrentHashMap instance to a stream (i.e., serializes 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:
java.io.IOException - if an I/O error occurs
Serialization Overview
For serialization compatibility.

Serialized Fields

Class org.ehcache.internal.concurrent.ConcurrentHashMap.KeySetView extends org.ehcache.internal.concurrent.ConcurrentHashMap.CollectionView<K,V,K> implements Serializable

serialVersionUID: 7249069246763182397L

Serialized Fields

value

java.lang.Object value

Package org.ehcache.internal.store.offheap

Class org.ehcache.internal.store.offheap.OffHeapValueHolder extends AbstractValueHolder<V> implements Serializable

Serialized Fields

value

java.lang.Object value

writeContext

org.terracotta.offheapstore.storage.portability.WriteContext writeContext

Package org.ehcache.jsr107

Class org.ehcache.jsr107.Eh107Configuration extends java.lang.Object implements Serializable

serialVersionUID: 7324956960962454439L

Class org.ehcache.jsr107.MultiCacheException extends javax.cache.CacheException implements Serializable

serialVersionUID: -6839700789356356261L

Serialized Fields

throwables

java.util.List<E> throwables

Package org.ehcache.spi.cache

Class org.ehcache.spi.cache.AbstractValueHolder extends java.lang.Object implements Serializable

Serialized Fields

id

long id

creationTime

long creationTime

lastAccessTime

long lastAccessTime

expirationTime

long expirationTime

hits

long hits