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.RethrowingCacheAccessException extends CacheAccessException implements Serializable

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.heap.holders

Class org.ehcache.internal.store.heap.holders.CopiedOnHeapValueHolder extends OnHeapValueHolder<V> implements Serializable

Serialized Fields

copiedValue

java.lang.Object copiedValue

valueCopier

Copier<T> valueCopier

Class org.ehcache.internal.store.heap.holders.OnHeapValueHolder extends AbstractValueHolder<V> implements Serializable

Class org.ehcache.internal.store.heap.holders.SerializedOnHeapValueHolder extends OnHeapValueHolder<V> implements Serializable

Serialized Fields

buffer

java.nio.ByteBuffer buffer

serializer

Serializer<T> serializer

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

Package org.ehcache.spi.serialization

Class org.ehcache.spi.serialization.UnsupportedTypeException extends java.lang.Exception implements Serializable


Package org.ehcache.transactions.xa

Class org.ehcache.transactions.xa.EhcacheXAException extends javax.transaction.xa.XAException implements Serializable

Class org.ehcache.transactions.xa.SerializableXid extends java.lang.Object implements Serializable

Serialized Fields

formatId

int formatId

globalTransactionId

byte[] globalTransactionId

branchQualifier

byte[] branchQualifier

Class org.ehcache.transactions.xa.SoftLock extends java.lang.Object implements Serializable

Serialized Fields

transactionId

TransactionId transactionId

oldValue

java.lang.Object oldValue

oldValueSerialized

byte[] oldValueSerialized

newValueHolder

XAValueHolder<V> newValueHolder

Class org.ehcache.transactions.xa.TransactionId extends java.lang.Object implements Serializable

Serialized Fields

serializableXid

SerializableXid serializableXid

Class org.ehcache.transactions.xa.XACacheAccessException extends RethrowingCacheAccessException implements Serializable

Class org.ehcache.transactions.xa.XACacheException extends java.lang.RuntimeException implements Serializable

Class org.ehcache.transactions.xa.XAValueHolder extends AbstractValueHolder<V> implements Serializable

Serialized Fields

value

java.lang.Object value

valueSerialized

byte[] valueSerialized

Package org.ehcache.transactions.xa.journal

Class org.ehcache.transactions.xa.journal.PersistentJournal.SerializableEntry extends java.lang.Object implements Serializable

Serialized Fields

state

org.ehcache.transactions.xa.journal.TransientJournal.XAState state

heuristic

boolean heuristic

serializedKeys

java.util.Collection<E> serializedKeys

Package org.ehcache.transactions.xa.txmgr.btm

Class org.ehcache.transactions.xa.txmgr.btm.Ehcache3XAResourceProducer extends bitronix.tm.resource.common.ResourceBean implements Serializable

serialVersionUID: -6421881731950504009L

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

xaResourceHolders

java.util.Map<K,V> xaResourceHolders