org.terracotta.modules.ehcache.writebehind.snapshots
Class SerializationElementSnapshot
java.lang.Object
org.terracotta.modules.ehcache.writebehind.snapshots.ElementSnapshot
org.terracotta.modules.ehcache.writebehind.snapshots.SerializationElementSnapshot
public class SerializationElementSnapshot
- extends ElementSnapshot
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializationElementSnapshot
public SerializationElementSnapshot(SerializationStrategy strategy,
net.sf.ehcache.Element element)
throws IOException
- Throws:
IOException
getKey
public Object getKey(SerializationStrategy strategy)
throws IOException,
ClassNotFoundException
- Specified by:
getKey in class ElementSnapshot
- Throws:
IOException
ClassNotFoundException
getValue
public Object getValue(SerializationStrategy strategy)
throws IOException,
ClassNotFoundException
- Specified by:
getValue in class ElementSnapshot
- Throws:
IOException
ClassNotFoundException
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.