SMILA 1.0 API documentation

org.eclipse.smila.taskworker.input
Class Input

java.lang.Object
  extended by org.eclipse.smila.taskworker.io.IODataObject
      extended by org.eclipse.smila.taskworker.input.Input
Direct Known Subclasses:
RecordInput, StreamInput

public abstract class Input
extends IODataObject

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

Input

public Input(BulkInfo dataObject,
             ObjectStoreService objectStore)
Create instance. Each subclass must implement the same constructor so that it can be instantiated by Inputs

Method Detail

close

public abstract void close()
clean up after reading the data.


SMILA 1.0 API documentation