org.terracotta.offheapstore.disk.storage.portability
Class PersistentByteArrayPortability
java.lang.Object
org.terracotta.offheapstore.storage.portability.ByteArrayPortability
org.terracotta.offheapstore.disk.storage.portability.PersistentByteArrayPortability
- All Implemented Interfaces:
- Persistent, PersistentPortability<byte[]>, Portability<byte[]>
public class PersistentByteArrayPortability
- extends ByteArrayPortability
- implements PersistentPortability<byte[]>
- Author:
- Chris Dennis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final PersistentByteArrayPortability INSTANCE
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.