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

java.lang.Object
  extended by org.terracotta.modules.ehcache.writebehind.snapshots.KeySnapshot
Direct Known Subclasses:
IdentityKeySnapshot, SerializationKeySnapshot

public abstract class KeySnapshot
extends Object

Abstract base class to for creating and restoring snapshots of Ehcache keys

Version:
$Id: KeySnapshot.java 23027 2010-05-21 14:24:50Z hhuynh $
Author:
Geert Bevin

Constructor Summary
KeySnapshot()
           
 
Method Summary
abstract  Object getKey(SerializationStrategy strategy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeySnapshot

public KeySnapshot()
Method Detail

getKey

public abstract Object getKey(SerializationStrategy strategy)
                       throws IOException,
                              ClassNotFoundException
Throws:
IOException
ClassNotFoundException


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