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 classEmbeddedStorageBinaryTarget.DefaultNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceWriteController
PersistenceWriteController.Disabled, PersistenceWriteController.Enabled, PersistenceWriteController.Wrapper -
Method Summary
Modifier and Type Method Description static EmbeddedStorageBinaryTargetNew(StorageRequestAcceptor requestAcceptor, StorageWriteController writeController)voidwrite(Binary data)Methods inherited from interface one.microstream.persistence.types.PersistenceTarget
closeTarget, prepareTargetMethods inherited from interface one.microstream.persistence.types.PersistenceWriteController
isStoringEnabled, validateIsStoringEnabled
-
Method Details
-
write
- Specified by:
writein interfacePersistenceTarget<Binary>- Throws:
PersistenceExceptionTransfer
-
New
static EmbeddedStorageBinaryTarget New(StorageRequestAcceptor requestAcceptor, StorageWriteController writeController)
-