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[]>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbootstrap(ObjectInput input) voidclose()voidflush()voidpersist(ObjectOutput output) Methods inherited from class ByteArrayPortability
decode, encode, equalsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Portability
decode, encode, equals
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
PersistentByteArrayPortability
private PersistentByteArrayPortability()
-
-
Method Details
-
flush
- Specified by:
flushin interfacePersistent- Throws:
IOException
-
close
- Specified by:
closein interfacePersistent- Throws:
IOException
-
persist
- Specified by:
persistin interfacePersistent- Throws:
IOException
-
bootstrap
- Specified by:
bootstrapin interfacePersistent- Throws:
IOException
-