|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.Function
com.ibm.di.fc.idml.RollingIdMLFC
public class RollingIdMLFC
This Component is used to split IdML files based either on the count of artifacts (CIs or Relationships) added to the file or on its size. Thus it is not applicable for in-memory IdMLs.
Field Summary |
---|
Fields inherited from class com.ibm.di.fc.Function |
---|
logger |
Constructor Summary | |
---|---|
RollingIdMLFC()
|
Method Summary | |
---|---|
java.lang.String |
getVersion()
Version information. |
void |
initialize(java.lang.Object object)
This method is/should be called once after the object has been given its configuration |
java.lang.Object |
perform(java.lang.Object obj)
The FC checks if either the IdML file size, or the count of the contained attributes exceeds the configured limit. |
Methods inherited from class com.ibm.di.fc.Function |
---|
debug, getConfiguration, getContext, getDebug, getLog, getParam, getRSInterface, getUI, initialize, logmsg, querySchema, setConfiguration, setContext, setDebug, setLog, setParam, setRSInterface, terminate, updateSchema, verifyInitialized |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RollingIdMLFC()
Method Detail |
---|
public void initialize(java.lang.Object object) throws java.lang.Exception
initialize
in interface FunctionInterface
initialize
in class Function
object
- this object provides information to the Function Component
needed on initialization
java.lang.Exception
- An exception is thrown if the initialization fails.public java.lang.Object perform(java.lang.Object obj) throws java.lang.Exception
obj
- the work entry passed to the FC.
BOOK_PART_NAME_ATTR
attribute.
java.lang.Exception
- if a problem occurs.public java.lang.String getVersion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |