public abstract class Output extends IODataObject
_objectStore| Constructor and Description |
|---|
Output(BulkInfo dataObject,
ObjectStoreService objectStore)
Create Instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
abort()
method for aborting the stream when not committing it.
|
abstract void |
commit()
Method for committing the data, if necessary.
|
ensureStore, getCounter, getDataObject, getDurationOpen, getDurationPerform, getObjectName, getObjectStore, getStoreName, startTime, timeOpen, timePerformpublic Output(BulkInfo dataObject, ObjectStoreService objectStore)
Outputs.public abstract void commit()
throws ObjectStoreException,
java.io.IOException
ObjectStoreExceptionjava.io.IOExceptionpublic abstract void abort()
throws ObjectStoreException,
java.io.IOException
ObjectStoreExceptionjava.io.IOException