Package one.microstream.storage.types
Interface EmbeddedStorageBinaryTarget
- All Superinterfaces:
PersistenceTarget<Binary>
- All Known Implementing Classes:
EmbeddedStorageBinaryTarget.Default
public interface EmbeddedStorageBinaryTarget extends PersistenceTarget<Binary>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EmbeddedStorageBinaryTarget.Default
-
Method Summary
Methods inherited from interface one.microstream.persistence.types.PersistenceTarget
closeTarget, prepareTarget
-
Method Details
-
write
- Specified by:
write
in interfacePersistenceTarget<Binary>
- Throws:
PersistenceExceptionTransfer
-