|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.taskworker.io.IODataObject
org.eclipse.smila.taskworker.input.Input
public abstract class Input
Base class for input wrappers.
Field Summary |
---|
Fields inherited from class org.eclipse.smila.taskworker.io.IODataObject |
---|
_objectStore |
Constructor Summary | |
---|---|
Input(BulkInfo dataObject,
ObjectStoreService objectStore)
Create instance. |
Method Summary | |
---|---|
abstract void |
close()
clean up after reading the data. |
Methods inherited from class org.eclipse.smila.taskworker.io.IODataObject |
---|
ensureStore, getCounter, getDataObject, getDurationOpen, getDurationPerform, getObjectName, getObjectStore, getStoreName, startTime, timeOpen, timePerform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Input(BulkInfo dataObject, ObjectStoreService objectStore)
Inputs
Method Detail |
---|
public abstract void close()
|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |