org.terracotta.offheapstore.disk.storage.portability
Class PersistentSerializablePortability
java.lang.Object
org.terracotta.offheapstore.storage.portability.SerializablePortability
org.terracotta.offheapstore.disk.storage.portability.PersistentSerializablePortability
- All Implemented Interfaces:
- Persistent, PersistentPortability<Serializable>, Portability<Serializable>
public class PersistentSerializablePortability
- extends SerializablePortability
- implements PersistentPortability<Serializable>
- Author:
- Chris Dennis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistentSerializablePortability
public PersistentSerializablePortability()
PersistentSerializablePortability
public PersistentSerializablePortability(ClassLoader classLoader)
flush
public void flush()
throws IOException
- Specified by:
flush in interface Persistent
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Persistent
- Throws:
IOException
persist
public void persist(ObjectOutput output)
throws IOException
- Specified by:
persist in interface Persistent
- Throws:
IOException
bootstrap
public void bootstrap(ObjectInput input)
throws IOException
- Specified by:
bootstrap in interface Persistent
- Throws:
IOException
Copyright © 2016. All Rights Reserved.