Java org.springframework.batch.support.transaction TransactionAwareBufferedWriter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.support.transaction TransactionAwareBufferedWriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.support.transaction TransactionAwareBufferedWriter.

The text is from its open source code.

Constructor

TransactionAwareBufferedWriter(FileChannel channel, Runnable closeCallback)
Create a new instance with the underlying file channel provided, and a callback to execute on close.

Method

voidsetEncoding(String encoding)
voidsetForceSync(boolean forceSync)
Flag to indicate that changes should be force-synced to disk on flush.