log
This commit is contained in:
@@ -211,6 +211,7 @@ public class MultiThreadTreeLoader {
|
|||||||
if(wrBuf.remaining() > 500) {
|
if(wrBuf.remaining() > 500) {
|
||||||
wrBuf.put(buf);
|
wrBuf.put(buf);
|
||||||
}else{
|
}else{
|
||||||
|
log.info("Next pair dump");
|
||||||
fileCounter++;
|
fileCounter++;
|
||||||
rwChannel = new RandomAccessFile(outputPath +"textfile"+String.valueOf(fileCounter)+".txt", "rw").getChannel();
|
rwChannel = new RandomAccessFile(outputPath +"textfile"+String.valueOf(fileCounter)+".txt", "rw").getChannel();
|
||||||
wrBuf = rwChannel.map(FileChannel.MapMode.READ_WRITE, 0, Integer.MAX_VALUE);
|
wrBuf = rwChannel.map(FileChannel.MapMode.READ_WRITE, 0, Integer.MAX_VALUE);
|
||||||
|
|||||||
Reference in New Issue
Block a user