Uses of Class
goldengate.common.file.DataBlock

Packages that use DataBlock
goldengate.common.file Classes implementing File, Directory, Authentication and Session Interfaces 
goldengate.common.file.filesystembased Classes implementing FileInterface and Directory according to a filesystem implementation 
goldengate.common.file.passthrough Classes implementing FileInterface and Directory according to a pass through implementation (no storage since data are just pass through this interface) 
 

Uses of DataBlock in goldengate.common.file
 

Methods in goldengate.common.file that return DataBlock
 DataBlock FileInterface.getMarker()
          Create a restart from context for the current FileInterface
 DataBlock FileInterface.readDataBlock()
          Read a new block for FileInterface
 

Methods in goldengate.common.file with parameters of type DataBlock
 void FileInterface.writeDataBlock(DataBlock dataBlock)
          Function called by the DataNetworkHandler when it receives one DataBlock (Store like command)
 

Uses of DataBlock in goldengate.common.file.filesystembased
 

Methods in goldengate.common.file.filesystembased that return DataBlock
 DataBlock FilesystemBasedFileImpl.getMarker()
           
 DataBlock FilesystemBasedFileImpl.readDataBlock()
           
 

Methods in goldengate.common.file.filesystembased with parameters of type DataBlock
 void FilesystemBasedFileImpl.writeDataBlock(DataBlock dataBlock)
           
 

Uses of DataBlock in goldengate.common.file.passthrough
 

Methods in goldengate.common.file.passthrough that return DataBlock
 DataBlock PassthroughBasedFileImpl.getMarker()
           
 DataBlock PassthroughBasedFileImpl.readDataBlock()
           
 

Methods in goldengate.common.file.passthrough with parameters of type DataBlock
 void PassthroughBasedFileImpl.writeDataBlock(DataBlock dataBlock)
           
 



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