Serialized Form


Package org.ujmp.ehcache

Class org.ujmp.ehcache.EhcacheMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: -2405059234958626645L

Serialized Fields

maxElementsInMemory

int maxElementsInMemory

maxElementsOnDisk

int maxElementsOnDisk

overflowToDisk

boolean overflowToDisk

eternal

boolean eternal

diskPersistent

boolean diskPersistent

timeToLiveSeconds

int timeToLiveSeconds

timeToIdleSeconds

int timeToIdleSeconds

diskSpoolBufferSizeMB

int diskSpoolBufferSizeMB

diskExpiryThreadIntervalSeconds

int diskExpiryThreadIntervalSeconds

memoryStoreEvictionPolicy

net.sf.ehcache.store.MemoryStoreEvictionPolicy memoryStoreEvictionPolicy

bootstrapCacheLoader

net.sf.ehcache.bootstrap.BootstrapCacheLoader bootstrapCacheLoader

Class org.ujmp.ehcache.EhcacheSparseObjectMatrix extends AbstractMapToSparseMatrixWrapper implements Serializable

serialVersionUID: -7743149828558906127L

Class org.ujmp.ehcache.EhcacheTiledObjectMatrix2D extends AbstractMapToTiledMatrix2DWrapper implements Serializable

serialVersionUID: 4324063544046176423L

Serialization Methods

readObject

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

writeObject

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



Copyright © 2010. All Rights Reserved.