Class BinaryFileTarget
java.lang.Object
one.microstream.persistence.binary.internal.BinaryFileTarget
- All Implemented Interfaces:
- WriteController,- PersistenceTarget<Binary>,- PersistenceWriteController
public class BinaryFileTarget extends Object implements PersistenceTarget<Binary>
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceWriteControllerPersistenceWriteController.Disabled, PersistenceWriteController.Enabled, PersistenceWriteController.Wrapper
- 
Constructor SummaryConstructors Constructor Description BinaryFileTarget(AFile file)
- 
Method SummaryModifier and Type Method Description booleanisWritable()voidvalidateIsWritable()voidwrite(Binary chunk)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceTargetcloseTarget, prepareTargetMethods inherited from interface one.microstream.persistence.types.PersistenceWriteControllerisStoringEnabled, validateIsStoringEnabled
- 
Constructor Details
- 
Method Details- 
write- Specified by:
- writein interface- PersistenceTarget<Binary>
- Throws:
- PersistenceExceptionTransfer
 
- 
validateIsWritablepublic final void validateIsWritable()- Specified by:
- validateIsWritablein interface- WriteController
 
- 
isWritablepublic final boolean isWritable()- Specified by:
- isWritablein interface- WriteController
 
 
-