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