Package cz.o2.proxima.flink.core
Class BatchLogSourceFunction<OutputT>
- java.lang.Object
- 
- org.apache.flink.api.common.functions.AbstractRichFunction
- 
- org.apache.flink.streaming.api.functions.source.RichParallelSourceFunction<OutputT>
- 
- cz.o2.proxima.flink.core.BatchLogSourceFunction<OutputT>
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- org.apache.flink.api.common.functions.Function,- org.apache.flink.api.common.functions.RichFunction,- org.apache.flink.api.common.state.CheckpointListener,- org.apache.flink.streaming.api.checkpoint.CheckpointedFunction,- org.apache.flink.streaming.api.functions.source.ParallelSourceFunction<OutputT>,- org.apache.flink.streaming.api.functions.source.SourceFunction<OutputT>
 
 @Experimental("API can be changed.") public class BatchLogSourceFunction<OutputT> extends org.apache.flink.streaming.api.functions.source.RichParallelSourceFunction<OutputT> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description BatchLogSourceFunction(RepositoryFactory repositoryFactory, java.util.List<AttributeDescriptor<?>> attributeDescriptors, ResultExtractor<OutputT> resultExtractor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()voidclose()voidinitializeState(org.apache.flink.runtime.state.FunctionInitializationContext context)voidnotifyCheckpointComplete(long l)voidopen(org.apache.flink.configuration.Configuration parameters)voidrun(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<OutputT> sourceContext)voidsnapshotState(org.apache.flink.runtime.state.FunctionSnapshotContext functionSnapshotContext)- 
Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunctiongetIterationRuntimeContext, getRuntimeContext, setRuntimeContext
 
- 
 
- 
- 
- 
Constructor Detail- 
BatchLogSourceFunctionpublic BatchLogSourceFunction(RepositoryFactory repositoryFactory, java.util.List<AttributeDescriptor<?>> attributeDescriptors, ResultExtractor<OutputT> resultExtractor) 
 
- 
 - 
Method Detail- 
openpublic void open(org.apache.flink.configuration.Configuration parameters) - Specified by:
- openin interface- org.apache.flink.api.common.functions.RichFunction
- Overrides:
- openin class- org.apache.flink.api.common.functions.AbstractRichFunction
 
 - 
runpublic void run(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<OutputT> sourceContext) throws java.lang.Exception- Specified by:
- runin interface- org.apache.flink.streaming.api.functions.source.SourceFunction<ReaderT>
- Throws:
- java.lang.Exception
 
 - 
cancelpublic void cancel() - Specified by:
- cancelin interface- org.apache.flink.streaming.api.functions.source.SourceFunction<ReaderT>
 
 - 
closepublic void close() - Specified by:
- closein interface- org.apache.flink.api.common.functions.RichFunction
- Overrides:
- closein class- org.apache.flink.api.common.functions.AbstractRichFunction
 
 - 
notifyCheckpointCompletepublic void notifyCheckpointComplete(long l) - Specified by:
- notifyCheckpointCompletein interface- org.apache.flink.api.common.state.CheckpointListener
 
 - 
snapshotStatepublic void snapshotState(org.apache.flink.runtime.state.FunctionSnapshotContext functionSnapshotContext) throws java.lang.Exception- Specified by:
- snapshotStatein interface- org.apache.flink.streaming.api.checkpoint.CheckpointedFunction
- Throws:
- java.lang.Exception
 
 - 
initializeStatepublic void initializeState(org.apache.flink.runtime.state.FunctionInitializationContext context) throws java.lang.Exception- Specified by:
- initializeStatein interface- org.apache.flink.streaming.api.checkpoint.CheckpointedFunction
- Throws:
- java.lang.Exception
 
 
- 
 
-