com.infoteria.asteria.flowengine2.execute
クラス MemoryMappingDumpReader

java.lang.Object
  |
  +--com.infoteria.asteria.flowengine2.execute.MappingDumpReader
        |
        +--com.infoteria.asteria.flowengine2.execute.MemoryMappingDumpReader

public class MemoryMappingDumpReader
extends MappingDumpReader


クラス com.infoteria.asteria.flowengine2.execute.MappingDumpReader から継承したフィールド
MODE_MAPPING, MODE_MAPPING_AND_STREAM, MODE_STREAM
 
コンストラクタの概要
MemoryMappingDumpReader(Map target)
           
 
メソッドの概要
 int getMaxRecordNumber()
           
 int getMinRecordNumber()
           
 MappingResult read()
           
 MappingResult read(int offseRecordNumber)
           
 MappingResult read(int offsetRecordNumber, int limitRecordNumber)
           
 
クラス com.infoteria.asteria.flowengine2.execute.MappingDumpReader から継承したメソッド
getInstance, getLimitByteSize, getMode, isReadLastRecord, isReadMapping, isReadStream, setLimitByteSize, setMode, setReadLastRecord
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MemoryMappingDumpReader

public MemoryMappingDumpReader(Map target)
メソッドの詳細

getMinRecordNumber

public int getMinRecordNumber()

getMaxRecordNumber

public int getMaxRecordNumber()

read

public MappingResult read()
                   throws IOException
クラス MappingDumpReader の記述:
for MappingResult
オーバーライド:
クラス MappingDumpReader 内の read

read

public MappingResult read(int offseRecordNumber)
                   throws IOException
クラス MappingDumpReader の記述:
for MappingResult
オーバーライド:
クラス MappingDumpReader 内の read

read

public MappingResult read(int offsetRecordNumber,
                          int limitRecordNumber)
                   throws IOException
クラス MappingDumpReader の記述:
for MappingResult
オーバーライド:
クラス MappingDumpReader 内の read