|
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.processing.pipelets.PushRecordsPipelet
public class PushRecordsPipelet
A pipelet that pushs records to a job. Copyright (c) 2012 Attensity Europe GmbH
| Field Summary | |
|---|---|
static java.lang.String |
JOB_NAME_PROPERTY
Name of the property that contains the name of the target job. |
| Constructor Summary | |
|---|---|
PushRecordsPipelet()
|
|
| Method Summary | |
|---|---|
void |
configure(AnyMap config)
Initializes parameters. |
java.lang.String[] |
process(Blackboard blackboard,
java.lang.String[] recordIds)
process given records. |
void |
setConnectivityManager(ConnectivityManager mgr)
Sets the connectivity manager for testing purposes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String JOB_NAME_PROPERTY
| Constructor Detail |
|---|
public PushRecordsPipelet()
| Method Detail |
|---|
public void configure(AnyMap config)
throws ProcessingException
configure in interface Pipeletconfig - configuration of pipelet.
ProcessingException - configuration is not applicable for pipelet (missing properties, wrong datatypes)Pipelet.configure(AnyMap)
public java.lang.String[] process(Blackboard blackboard,
java.lang.String[] recordIds)
throws ProcessingException
Pipelet
process in interface Pipeletblackboard - Blackboard holding and managing the records.recordIds - Ids of records to process.
ProcessingException - error during processing.Pipelet.process(Blackboard, String[])public void setConnectivityManager(ConnectivityManager mgr)
mgr - The new connectivity manager to set.
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||