org.terracotta.modules.ehcache.writebehind.snapshots
Class IdentityElementSnapshot

java.lang.Object
  extended by org.terracotta.modules.ehcache.writebehind.snapshots.ElementSnapshot
      extended by org.terracotta.modules.ehcache.writebehind.snapshots.IdentityElementSnapshot

public class IdentityElementSnapshot
extends ElementSnapshot


Constructor Summary
IdentityElementSnapshot(net.sf.ehcache.Element element)
           
 
Method Summary
 Object getKey(SerializationStrategy strategy)
           
 Object getValue(SerializationStrategy strategy)
           
 
Methods inherited from class org.terracotta.modules.ehcache.writebehind.snapshots.ElementSnapshot
createElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityElementSnapshot

public IdentityElementSnapshot(net.sf.ehcache.Element element)
Method Detail

getKey

public Object getKey(SerializationStrategy strategy)
Specified by:
getKey in class ElementSnapshot

getValue

public Object getValue(SerializationStrategy strategy)
Specified by:
getValue in class ElementSnapshot


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.