Serialized Form


Package net.sf.ehcache

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

serialVersionUID: 142468800110101833L

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

id

long id

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput oos)
                   throws IOException
Throws:
IOException

Class net.sf.ehcache.EternalElementData extends ElementData implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput oos)
                   throws IOException
Throws:
IOException

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

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

Serialized Fields

mimeType

String mimeType

value

byte[] value

Class net.sf.ehcache.NonEternalElementData extends ElementData implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput oos)
                   throws IOException
Throws:
IOException

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

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

serialVersionUID: 2732730630423367732L

Serialized Fields

name

String name

intValue

int intValue

Package net.sf.ehcache.terracotta

Class net.sf.ehcache.terracotta.TerracottaNotRunningException extends CacheException implements Serializable


Package org.terracotta.modules.ehcache.async

Class org.terracotta.modules.ehcache.async.DefaultAsyncConfig extends Object implements Serializable


Package org.terracotta.modules.ehcache.async.exceptions

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

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

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


Package org.terracotta.modules.ehcache.event

Class org.terracotta.modules.ehcache.event.CacheDisposalNotification extends Object implements Serializable

Class org.terracotta.modules.ehcache.event.CacheEventNotificationMsg extends Object implements Serializable

Serialized Fields

fullyQualifiedEhcacheName

String fullyQualifiedEhcacheName

toolkitEventType

CacheEventNotificationMsg.EventType toolkitEventType

element

Element element

Package org.terracotta.modules.ehcache.store

Class org.terracotta.modules.ehcache.store.CacheConfigChangeNotificationMsg extends Object implements Serializable

Serialized Fields

fullyQualifiedEhcacheName

String fullyQualifiedEhcacheName

toolkitConfigName

String toolkitConfigName

newValue

Serializable newValue

Package org.terracotta.modules.ehcache.transaction

Class org.terracotta.modules.ehcache.transaction.ClusteredSoftLockIDKey extends Object implements Serializable

Serialized Fields

transactionID

TransactionID transactionID

key

Object key

Class org.terracotta.modules.ehcache.transaction.ClusteredTransactionID extends Object implements Serializable

Serialization Methods

writeReplace

private Object writeReplace()
Serialized Fields

clusterUUID

String clusterUUID

ownerID

String ownerID

cacheManagerName

String cacheManagerName

creationTime

long creationTime

id

int id

Class org.terracotta.modules.ehcache.transaction.SerializedReadCommittedClusteredSoftLock extends Object implements Serializable

Serialized Fields

transactionID

TransactionID transactionID

deserializedKey

Object deserializedKey

Package org.terracotta.modules.ehcache.transaction.xa

Class org.terracotta.modules.ehcache.transaction.xa.ClusteredXidTransactionID extends Object implements Serializable

Serialization Methods

writeReplace

private Object writeReplace()
Serialized Fields

xid

Xid xid

ownerID

String ownerID

cacheName

String cacheName

cacheManagerName

String cacheManagerName

Class org.terracotta.modules.ehcache.transaction.xa.XidClustered extends Object implements Serializable

Serialized Fields

formatId

int formatId

globalTxId

byte[] globalTxId

branchQualifier

byte[] branchQualifier

Package org.terracotta.modules.ehcache.writebehind

Class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig extends Object implements Serializable

Serialized Fields

workDelay

long workDelay

maxFallBehind

long maxFallBehind

batchingEnabled

boolean batchingEnabled

batchSize

int batchSize

synchronousWrite

boolean synchronousWrite

retryAttempts

int retryAttempts

retryAttemptDelay

long retryAttemptDelay

rateLimit

int rateLimit

maxQueueSize

int maxQueueSize

Package org.terracotta.modules.ehcache.writebehind.operations

Class org.terracotta.modules.ehcache.writebehind.operations.DeleteAsyncOperation extends Object implements Serializable

Serialized Fields

keySnapshot

Object keySnapshot

elementSnapshot

Element elementSnapshot

creationTime

long creationTime

Class org.terracotta.modules.ehcache.writebehind.operations.WriteAsyncOperation extends Object implements Serializable

Serialized Fields

snapshot

Element snapshot

creationTime

long creationTime



Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.