Interface PersistentPortability<T>
-
- All Superinterfaces:
Persistent,Portability<T>
- All Known Implementing Classes:
PersistentByteArrayPortability,PersistentSerializablePortability,StringPortability
public interface PersistentPortability<T> extends Portability<T>, Persistent
-
-
Method Summary
-
Methods inherited from interface org.terracotta.offheapstore.disk.persistent.Persistent
bootstrap, close, flush, persist
-
Methods inherited from interface org.terracotta.offheapstore.storage.portability.Portability
decode, encode, equals
-
-