Package one.microstream.storage.types
Interface EmbeddedStorageBinaryTarget
- All Superinterfaces:
PersistenceTarget<Binary>
,PersistenceWriteController
,WriteController
- 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
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceWriteController
PersistenceWriteController.Disabled, PersistenceWriteController.Enabled, PersistenceWriteController.Wrapper
-
Method Summary
Modifier and Type Method Description static EmbeddedStorageBinaryTarget
New(StorageRequestAcceptor requestAcceptor, StorageWriteController writeController)
void
write(Binary data)
Methods inherited from interface one.microstream.persistence.types.PersistenceTarget
closeTarget, prepareTarget
Methods inherited from interface one.microstream.persistence.types.PersistenceWriteController
isStoringEnabled, validateIsStoringEnabled
-
Method Details
-
write
- Specified by:
write
in interfacePersistenceTarget<Binary>
- Throws:
PersistenceExceptionTransfer
-
New
static EmbeddedStorageBinaryTarget New(StorageRequestAcceptor requestAcceptor, StorageWriteController writeController)
-