public abstract class StreamSource extends StreamBase
Operation.OperationTypeidentifier, incomingStreamTypes, isBufferingAccess, outGoingStreamTypes, streamDatasetdefaultOutputStream, mapReduceDataset, MODULE| Constructor and Description |
|---|
StreamSource() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
emit()
Emit the next tuple.
|
void |
execute()
Execute the operation.
|
addStreamConsumer, declareOutputStreams, declareStream, getDatasetIdentifier, getDefaultStreamDataset, getStreamIdentifier, initialize, marshall, unmarshall, writeToStreamaddMap, addMapper, addReduce, addReducer, createResults, getAwaitingOutputsFrom, getDatasetCollection, getMapIdentifiers, getMapReduceDataset, getNumberOfMaps, getNumberOfReducers, getReduceIdentifiers, isAwaitingOutputs, removeMap, removeMapper, removeReduce, removeReducer, resetOutputTracker, setReceivedOutputFrom, writeResults, writeResults, writeResults, writeResultschangeToExecuteFixedNumberOfTimes, changeToExecuteOnce, changeToExecutePeriodically, changeToExecuteWhenDataAvailable, changeToStayAlive, dispose, getDomain, getExecutionProfile, getInstanceIdentifier, getOperationIdentifier, getProcessingDirectives, getVersionInformation, hasDatasetCollection, hasExecutionProfile, hasProcessingDirectives, isInitialized, markInitializationAsComplete, needsInitialization, setAsExecuteContinuously, setAsExecuteFixedNumberOfTimes, setAsExecuteOnce, setAsExecutePeriodically, setAsExecuteWhenDataAvailable, setAsStayAlive, setDatasetCollection, setDomain, setInitializationComplete, setInitializationNeeded, setInstanceIdentifier, setOperationIdentifier, setProcessingDirectives, setTeminationConditionReached, setVersionInformation, terminationConditionReached, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdispose, getDomain, getExecutionProfile, getInstanceIdentifier, getOperationIdentifier, getProcessingDirectives, getVersionInformation, hasDatasetCollection, hasExecutionProfile, hasProcessingDirectives, isInitialized, needsInitialization, terminationConditionReached, toStringpublic void execute()
throws ProcessingException
Operationexecute in interface Operationexecute in class OperationBaseProcessingException - If there are problems executing the operation in question.public abstract void emit()
throws StreamingDatasetException
StreamingDatasetExceptionCopyright © 2015. All rights reserved.