public static class SequenceWriter.Sequence extends Object
Modifier and Type | Method and Description |
---|---|
void |
addExceptionProperties(DataException exception,
String name) |
long |
getElapsedTime()
The time this sequence has been running while this sequence is current.
|
int |
getIndex() |
SequenceWriter.Sequence |
getLastSequence() |
long |
getRecordCount()
The number of records written in this sequence while this sequence is current.
|
SequenceWriter |
getSequenceWriter() |
long |
getStartingRecordCount() |
long |
getStartTime() |
long |
getTotalRecordCount()
The number of records written to all sequences, including the current.
|
String |
toString() |
public void addExceptionProperties(DataException exception, String name)
public int getIndex()
public SequenceWriter.Sequence getLastSequence()
public long getStartTime()
public long getStartingRecordCount()
public SequenceWriter getSequenceWriter()
public long getRecordCount()
public long getTotalRecordCount()
public long getElapsedTime()
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.