public interface EPFileLoader
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilePath()
Allows inquisition on the file to which this loader is writing
data.
|
java.lang.String |
getKey()
This method returns a string key which can be used inside an NPL
program to address the "table" which will be holding the data
provided by this loader, e.g.
|
EPFileLoaderConfig |
getLoaderConfig()
Allows inquisition on the EPFileLoaderConfig which configures
this loader.
|
void |
setFilePath(java.lang.String filePath)
This method is called by the user of the loader object
which implements EPFileLoader to specify the file where the
loader will write its data using the enhancer file format.
|
void |
setLoaderConfig(EPFileLoaderConfig laoderConfig)
User of the loader object will call this method to specify an
EPFileLoaderConfig which will know how to configure this loader.
|
void |
shutdown()
Shutsdown any thread associated to this loader.
|
void |
start()
Starts any thread associated to this loader.
|
void setFilePath(java.lang.String filePath)
java.lang.String getFilePath()
void setLoaderConfig(EPFileLoaderConfig laoderConfig)
EPFileLoaderConfig getLoaderConfig()
java.lang.String getKey()
void start()
void shutdown()