org.terracotta.modules.ehcache.writebehind.snapshots
Class KeySnapshot
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeySnapshot
public KeySnapshot()
getKey
public abstract Object getKey(SerializationStrategy strategy)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.