org.terracotta.modules.ehcache.store
Class ValueModeHandlerIdentity
java.lang.Object
org.terracotta.modules.ehcache.store.ValueModeHandlerIdentity
- All Implemented Interfaces:
- ValueModeHandler
public class ValueModeHandlerIdentity
- extends Object
- implements ValueModeHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueModeHandlerIdentity
public ValueModeHandlerIdentity(ClusteredStore store)
createPortableKey
public Object createPortableKey(Object key)
- Specified by:
createPortableKey in interface ValueModeHandler
createTimestampedValue
public TimestampedValue createTimestampedValue(net.sf.ehcache.Element element)
- Specified by:
createTimestampedValue in interface ValueModeHandler
processStoredValue
public void processStoredValue(TimestampedValue value)
- Specified by:
processStoredValue in interface ValueModeHandler
createElement
public net.sf.ehcache.Element createElement(Object key,
TimestampedValue value)
- Specified by:
createElement in interface ValueModeHandler
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.