goldengate.common.file.filesystembased
Class FilesystemBasedFileParameterImpl

java.lang.Object
  extended by goldengate.common.file.filesystembased.FilesystemBasedFileParameterImpl
All Implemented Interfaces:
FileParameterInterface
Direct Known Subclasses:
PassthroughBasedFileParameterImpl

public class FilesystemBasedFileParameterImpl
extends Object
implements FileParameterInterface

FileParameter implementation for Filesystem Based

Author:
Frederic Bregier

Field Summary
 boolean deleteOnAbort
          Should the file be deleted when the transfer is aborted on STOR like commands
static boolean useNio
          Should a file MD5 SHA1 be computed using NIO.
 
Constructor Summary
FilesystemBasedFileParameterImpl()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

useNio

public static boolean useNio
Should a file MD5 SHA1 be computed using NIO. In low usage, direct access is faster. In high usage, it might be better to use Nio.


deleteOnAbort

public boolean deleteOnAbort
Should the file be deleted when the transfer is aborted on STOR like commands

Constructor Detail

FilesystemBasedFileParameterImpl

public FilesystemBasedFileParameterImpl()


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.