Skip navigation links
A B C D E F G H I M N O P R S T V W 

A

add(T) - Method in class org.apache.beam.runners.twister2.translators.functions.Twister2SinkFunction
 
AssignWindowsFunction<T> - Class in org.apache.beam.runners.twister2.translators.functions
Assign Windows function.
AssignWindowsFunction(WindowFn<T, BoundedWindow>, PipelineOptions) - Constructor for class org.apache.beam.runners.twister2.translators.functions.AssignWindowsFunction
 
AssignWindowTranslatorBatch<T> - Class in org.apache.beam.runners.twister2.translators.batch
Assign Window translator.
AssignWindowTranslatorBatch() - Constructor for class org.apache.beam.runners.twister2.translators.batch.AssignWindowTranslatorBatch
 

B

BatchTransformTranslator<TransformT extends org.apache.beam.sdk.transforms.PTransform> - Interface in org.apache.beam.runners.twister2.translators
Batch TransformTranslator interface.
BeamBatchTSetEnvironment - Class in org.apache.beam.runners.twister2
This is a shell tset environment which is used on as a central driver model to fit what beam expects.
BeamBatchTSetEnvironment() - Constructor for class org.apache.beam.runners.twister2.BeamBatchTSetEnvironment
 
BeamBatchWorker - Class in org.apache.beam.runners.twister2
The Twister2 worker that will execute the job logic once the job is submitted from the run method.
BeamBatchWorker() - Constructor for class org.apache.beam.runners.twister2.BeamBatchWorker
 
ByteToElemFunction<V> - Class in org.apache.beam.runners.twister2.translators.functions
ByteToWindow function.
ByteToElemFunction() - Constructor for class org.apache.beam.runners.twister2.translators.functions.ByteToElemFunction
 
ByteToElemFunction(WindowedValue.WindowedValueCoder<V>) - Constructor for class org.apache.beam.runners.twister2.translators.functions.ByteToElemFunction
 
ByteToWindowFunction<K,V> - Class in org.apache.beam.runners.twister2.translators.functions
ByteToWindow function.
ByteToWindowFunction() - Constructor for class org.apache.beam.runners.twister2.translators.functions.ByteToWindowFunction
 
ByteToWindowFunction(Coder<K>, WindowedValue.WindowedValueCoder<V>) - Constructor for class org.apache.beam.runners.twister2.translators.functions.ByteToWindowFunction
 
ByteToWindowFunctionPrimitive<K,V> - Class in org.apache.beam.runners.twister2.translators.functions
ByteToWindow function.
ByteToWindowFunctionPrimitive() - Constructor for class org.apache.beam.runners.twister2.translators.functions.ByteToWindowFunctionPrimitive
 
ByteToWindowFunctionPrimitive(Coder<K>, WindowedValue.WindowedValueCoder<V>) - Constructor for class org.apache.beam.runners.twister2.translators.functions.ByteToWindowFunctionPrimitive
 

C

cancel() - Method in class org.apache.beam.runners.twister2.Twister2PipelineResult
 
clearState(ReduceFn<K, T, Iterable<T>, W>.Context) - Method in class org.apache.beam.runners.twister2.translators.functions.internal.SystemReduceFnBuffering
 
close() - Method in class org.apache.beam.runners.twister2.translators.functions.DoFnFunction
 
close() - Method in class org.apache.beam.runners.twister2.translators.functions.Twister2SinkFunction
 
compute(Iterator<WindowedValue<T>>, RecordCollector<WindowedValue<T>>) - Method in class org.apache.beam.runners.twister2.translators.functions.AssignWindowsFunction
 
compute(Iterator<WindowedValue<InputT>>, RecordCollector<RawUnionValue>) - Method in class org.apache.beam.runners.twister2.translators.functions.DoFnFunction
 
compute(Iterator<RawUnionValue>, RecordCollector<WindowedValue<OutputT>>) - Method in class org.apache.beam.runners.twister2.translators.functions.OutputTagFilter
 
contains(PCollectionView<T>) - Method in class org.apache.beam.runners.twister2.utils.Twister2SideInputReader
 

D

dataSets - Variable in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
DoFnFunction<OutputT,InputT> - Class in org.apache.beam.runners.twister2.translators.functions
DoFn function.
DoFnFunction() - Constructor for class org.apache.beam.runners.twister2.translators.functions.DoFnFunction
 
DoFnFunction(Twister2TranslationContext, DoFn<InputT, OutputT>, Coder<InputT>, Map<TupleTag<?>, Coder<?>>, List<TupleTag<?>>, WindowingStrategy<?, ?>, Map<PCollectionView<?>, WindowingStrategy<?, ?>>, TupleTag<OutputT>, DoFnSchemaInformation, Map<TupleTag<?>, Integer>, Map<String, PCollectionView<?>>) - Constructor for class org.apache.beam.runners.twister2.translators.functions.DoFnFunction
 

E

element() - Method in class org.apache.beam.runners.twister2.utils.Twister2AssignContext
 
ElemToBytesFunction<V> - Class in org.apache.beam.runners.twister2.translators.functions
Map to tuple function.
ElemToBytesFunction() - Constructor for class org.apache.beam.runners.twister2.translators.functions.ElemToBytesFunction
 
ElemToBytesFunction(WindowedValue.WindowedValueCoder<V>) - Constructor for class org.apache.beam.runners.twister2.translators.functions.ElemToBytesFunction
 
eval(BatchTSetEnvironment, SinkTSet<?>) - Method in class org.apache.beam.runners.twister2.BeamBatchWorker
 
eval(SinkTSet<?>) - Method in class org.apache.beam.runners.twister2.Twister2BatchTranslationContext
 
eval(SinkTSet<?>) - Method in class org.apache.beam.runners.twister2.Twister2StreamTranslationContext
 
eval(SinkTSet<?>) - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
execute(BatchTSetEnvironment) - Method in class org.apache.beam.runners.twister2.BeamBatchWorker
 
executePipeline(BatchTSetEnvironment) - Method in class org.apache.beam.runners.twister2.BeamBatchWorker
 

F

flatMap(KV<K, Iterable<WindowedValue<V>>>, RecordCollector<WindowedValue<KV<K, Iterable<V>>>>) - Method in class org.apache.beam.runners.twister2.translators.functions.GroupByWindowFunction
 
FlattenTranslatorBatch<T> - Class in org.apache.beam.runners.twister2.translators.batch
Flatten translator.
FlattenTranslatorBatch() - Constructor for class org.apache.beam.runners.twister2.translators.batch.FlattenTranslatorBatch
 
fromByteArray(byte[], Coder<T>) - Static method in class org.apache.beam.runners.twister2.utils.TranslationUtils
Utility method for deserializing a byte array using the specified coder.
fromByteArray(byte[], WindowedValue.WindowedValueCoder<T>) - Static method in class org.apache.beam.runners.twister2.utils.TranslationUtils
Utility method for deserializing a byte array using the specified coder.
fromOptions(PipelineOptions) - Static method in class org.apache.beam.runners.twister2.Twister2Runner
 
fromOptions(PipelineOptions) - Static method in class org.apache.beam.runners.twister2.Twister2TestRunner
 

G

get() - Method in class org.apache.beam.runners.twister2.translators.functions.Twister2SinkFunction
 
get(PCollectionView<T>, BoundedWindow) - Method in class org.apache.beam.runners.twister2.utils.Twister2SideInputReader
 
getClusterType() - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
getCurrentTransform() - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
getEnvironment() - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
getInput(PTransform<T, ?>) - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
getInputDataSet(PValue) - Method in class org.apache.beam.runners.twister2.Twister2BatchTranslationContext
 
getInputDataSet(PValue) - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
getInputs() - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
getJobFileZip() - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
getJobType() - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
getLeaves() - Method in class org.apache.beam.runners.twister2.Twister2PipelineExecutionEnvironment
 
getLeaves() - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
getOperationMode() - Method in class org.apache.beam.runners.twister2.BeamBatchTSetEnvironment
 
getOptions() - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
getOutput(PTransform<?, T>) - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
getOutputCoders() - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
getOutputs() - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
getParallelism() - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
getPipelineOptions() - Method in class org.apache.beam.runners.twister2.Twister2RunnerRegistrar.Options
 
getPipelineRunners() - Method in class org.apache.beam.runners.twister2.Twister2RunnerRegistrar.Runner
 
getRamMegaBytes() - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
getSideInputDataSets() - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
getSideInputKeys() - Method in class org.apache.beam.runners.twister2.translators.functions.DoFnFunction
get the tag id's of all the keys.
getSideInputs() - Method in class org.apache.beam.runners.twister2.Twister2PipelineExecutionEnvironment
 
getState() - Method in class org.apache.beam.runners.twister2.Twister2PipelineResult
 
getTSetEnvironment() - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
getTSetGraph() - Method in class org.apache.beam.runners.twister2.Twister2PipelineExecutionEnvironment
 
getTwister2Home() - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
getWorkerCPUs() - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
GroupByKeyTranslatorBatch<K,V> - Class in org.apache.beam.runners.twister2.translators.batch
GroupByKey translator.
GroupByKeyTranslatorBatch() - Constructor for class org.apache.beam.runners.twister2.translators.batch.GroupByKeyTranslatorBatch
 
GroupByWindowFunction<K,V,W extends org.apache.beam.sdk.transforms.windowing.BoundedWindow> - Class in org.apache.beam.runners.twister2.translators.functions
GroupBy window function.
GroupByWindowFunction() - Constructor for class org.apache.beam.runners.twister2.translators.functions.GroupByWindowFunction
 
GroupByWindowFunction(WindowingStrategy<?, W>, SystemReduceFn<K, V, Iterable<V>, Iterable<V>, W>, PipelineOptions) - Constructor for class org.apache.beam.runners.twister2.translators.functions.GroupByWindowFunction
 

H

hasNext() - Method in class org.apache.beam.runners.twister2.translation.wrappers.Twister2BoundedSource
 
hasNext() - Method in class org.apache.beam.runners.twister2.translation.wrappers.Twister2EmptySource
 
hasNext() - Method in class org.apache.beam.runners.twister2.translators.functions.ImpulseSource
 

I

ImpulseSource - Class in org.apache.beam.runners.twister2.translators.functions
A SourceFunc which executes the impulse transform contract.
ImpulseSource() - Constructor for class org.apache.beam.runners.twister2.translators.functions.ImpulseSource
 
ImpulseTranslatorBatch - Class in org.apache.beam.runners.twister2.translators.batch
Impulse translator.
ImpulseTranslatorBatch() - Constructor for class org.apache.beam.runners.twister2.translators.batch.ImpulseTranslatorBatch
 
isEmpty(StateAccessor<K>) - Method in class org.apache.beam.runners.twister2.translators.functions.internal.SystemReduceFnBuffering
 
isEmpty() - Method in class org.apache.beam.runners.twister2.utils.Twister2SideInputReader
 

M

map(byte[]) - Method in class org.apache.beam.runners.twister2.translators.functions.ByteToElemFunction
 
map(Tuple<byte[], Iterator<byte[]>>) - Method in class org.apache.beam.runners.twister2.translators.functions.ByteToWindowFunction
 
map(Tuple<byte[], byte[]>) - Method in class org.apache.beam.runners.twister2.translators.functions.ByteToWindowFunctionPrimitive
 
map(WindowedValue<V>) - Method in class org.apache.beam.runners.twister2.translators.functions.ElemToBytesFunction
 
map(WindowedValue<KV<K, V>>) - Method in class org.apache.beam.runners.twister2.translators.functions.MapToTupleFunction
 
MapToTupleFunction<K,V> - Class in org.apache.beam.runners.twister2.translators.functions
Map to tuple function.
MapToTupleFunction() - Constructor for class org.apache.beam.runners.twister2.translators.functions.MapToTupleFunction
 
MapToTupleFunction(Coder<K>, WindowedValue.WindowedValueCoder<V>) - Constructor for class org.apache.beam.runners.twister2.translators.functions.MapToTupleFunction
 
metrics() - Method in class org.apache.beam.runners.twister2.Twister2PipelineResult
 

N

next() - Method in class org.apache.beam.runners.twister2.translation.wrappers.Twister2BoundedSource
 
next() - Method in class org.apache.beam.runners.twister2.translation.wrappers.Twister2EmptySource
 
next() - Method in class org.apache.beam.runners.twister2.translators.functions.ImpulseSource
 
NoOpStepContext - Class in org.apache.beam.runners.twister2.utils
doc.
NoOpStepContext() - Constructor for class org.apache.beam.runners.twister2.utils.NoOpStepContext
 

O

onMerge(ReduceFn<K, T, Iterable<T>, W>.OnMergeContext) - Method in class org.apache.beam.runners.twister2.translators.functions.internal.SystemReduceFnBuffering
 
onTrigger(ReduceFn<K, T, Iterable<T>, W>.OnTriggerContext) - Method in class org.apache.beam.runners.twister2.translators.functions.internal.SystemReduceFnBuffering
 
Options() - Constructor for class org.apache.beam.runners.twister2.Twister2RunnerRegistrar.Options
 
org.apache.beam.runners.twister2 - package org.apache.beam.runners.twister2
Internal implementation of the Beam runner for Twister2.
org.apache.beam.runners.twister2.translation.wrappers - package org.apache.beam.runners.twister2.translation.wrappers
Internal implementation of the Beam runner for Twister2.
org.apache.beam.runners.twister2.translators - package org.apache.beam.runners.twister2.translators
Internal implementation of the Beam runner for Twister2.
org.apache.beam.runners.twister2.translators.batch - package org.apache.beam.runners.twister2.translators.batch
Internal implementation of the Beam runner for Twister2.
org.apache.beam.runners.twister2.translators.functions - package org.apache.beam.runners.twister2.translators.functions
Internal implementation of the Beam runner for Twister2.
org.apache.beam.runners.twister2.translators.functions.internal - package org.apache.beam.runners.twister2.translators.functions.internal
Internal implementation of the Beam runner for Twister2.
org.apache.beam.runners.twister2.translators.streaming - package org.apache.beam.runners.twister2.translators.streaming
Internal implementation of the Beam runner for Twister2.
org.apache.beam.runners.twister2.utils - package org.apache.beam.runners.twister2.utils
Internal implementation of the Beam runner for Twister2.
OutputTagFilter<OutputT,InputT> - Class in org.apache.beam.runners.twister2.translators.functions
Output tag filter.
OutputTagFilter() - Constructor for class org.apache.beam.runners.twister2.translators.functions.OutputTagFilter
 
OutputTagFilter(int) - Constructor for class org.apache.beam.runners.twister2.translators.functions.OutputTagFilter
 

P

ParDoMultiOutputTranslatorBatch<InputT,OutputT> - Class in org.apache.beam.runners.twister2.translators.batch
ParDo translator.
ParDoMultiOutputTranslatorBatch() - Constructor for class org.apache.beam.runners.twister2.translators.batch.ParDoMultiOutputTranslatorBatch
 
PCollectionViewTranslatorBatch<ElemT,ViewT> - Class in org.apache.beam.runners.twister2.translators.batch
PCollectionView translator.
PCollectionViewTranslatorBatch() - Constructor for class org.apache.beam.runners.twister2.translators.batch.PCollectionViewTranslatorBatch
 
prefetchOnMerge(MergingStateAccessor<K, W>) - Method in class org.apache.beam.runners.twister2.translators.functions.internal.SystemReduceFnBuffering
 
prefetchOnTrigger(StateAccessor<K>) - Method in class org.apache.beam.runners.twister2.translators.functions.internal.SystemReduceFnBuffering
 
prepare(TSetContext) - Method in class org.apache.beam.runners.twister2.translation.wrappers.Twister2BoundedSource
 
prepare(TSetContext) - Method in class org.apache.beam.runners.twister2.translators.functions.AssignWindowsFunction
 
prepare(TSetContext) - Method in class org.apache.beam.runners.twister2.translators.functions.ByteToElemFunction
 
prepare(TSetContext) - Method in class org.apache.beam.runners.twister2.translators.functions.ByteToWindowFunction
 
prepare(TSetContext) - Method in class org.apache.beam.runners.twister2.translators.functions.ByteToWindowFunctionPrimitive
 
prepare(TSetContext) - Method in class org.apache.beam.runners.twister2.translators.functions.DoFnFunction
 
prepare(TSetContext) - Method in class org.apache.beam.runners.twister2.translators.functions.ElemToBytesFunction
 
prepare(TSetContext) - Method in class org.apache.beam.runners.twister2.translators.functions.GroupByWindowFunction
 
prepare(TSetContext) - Method in class org.apache.beam.runners.twister2.translators.functions.MapToTupleFunction
 
prepare(TSetContext) - Method in class org.apache.beam.runners.twister2.translators.functions.OutputTagFilter
 
prepare(TSetContext) - Method in class org.apache.beam.runners.twister2.translators.functions.Twister2SinkFunction
 
processValue(ReduceFn<K, T, Iterable<T>, W>.ProcessValueContext) - Method in class org.apache.beam.runners.twister2.translators.functions.internal.SystemReduceFnBuffering
 

R

readResolve() - Method in class org.apache.beam.runners.twister2.translation.wrappers.Twister2BoundedSource
 
readResolve() - Method in class org.apache.beam.runners.twister2.translators.functions.AssignWindowsFunction
 
readResolve() - Method in class org.apache.beam.runners.twister2.translators.functions.ByteToElemFunction
 
readResolve() - Method in class org.apache.beam.runners.twister2.translators.functions.ByteToWindowFunction
 
readResolve() - Method in class org.apache.beam.runners.twister2.translators.functions.ByteToWindowFunctionPrimitive
 
readResolve() - Method in class org.apache.beam.runners.twister2.translators.functions.DoFnFunction
 
readResolve() - Method in class org.apache.beam.runners.twister2.translators.functions.ElemToBytesFunction
 
readResolve() - Method in class org.apache.beam.runners.twister2.translators.functions.GroupByWindowFunction
 
readResolve() - Method in class org.apache.beam.runners.twister2.translators.functions.internal.SystemReduceFnBuffering
 
readResolve() - Method in class org.apache.beam.runners.twister2.translators.functions.MapToTupleFunction
 
ReadSourceTranslatorBatch<T> - Class in org.apache.beam.runners.twister2.translators.batch
Source translator.
ReadSourceTranslatorBatch() - Constructor for class org.apache.beam.runners.twister2.translators.batch.ReadSourceTranslatorBatch
 
ReadSourceTranslatorStream<T> - Class in org.apache.beam.runners.twister2.translators.streaming
doc.
ReadSourceTranslatorStream() - Constructor for class org.apache.beam.runners.twister2.translators.streaming.ReadSourceTranslatorStream
 
run(Pipeline) - Method in class org.apache.beam.runners.twister2.Twister2Runner
 
run(Pipeline) - Method in class org.apache.beam.runners.twister2.Twister2TestRunner
 
Runner() - Constructor for class org.apache.beam.runners.twister2.Twister2RunnerRegistrar.Runner
 
runTest(Pipeline) - Method in class org.apache.beam.runners.twister2.Twister2Runner
 

S

setClusterType(String) - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
setCurrentTransform(AppliedPTransform<?, ?, ?>) - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
setJobFileZip(String) - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
setJobType(String) - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
setOutputDataSet(PCollection<T>, TSet<WindowedValue<T>>) - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
setParallelism(int) - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
setRamMegaBytes(int) - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
setSideInputDataSet(String, BatchTSet<WindowedValue<ElemT>>) - Method in class org.apache.beam.runners.twister2.Twister2TranslationContext
 
setState(PipelineResult.State) - Method in class org.apache.beam.runners.twister2.Twister2PipelineResult
 
setTSetEnvironment(TSetEnvironment) - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
setTwister2Home(String) - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
setWorkerCPUs(int) - Method in interface org.apache.beam.runners.twister2.Twister2PipelineOptions
 
stateInternals() - Method in class org.apache.beam.runners.twister2.utils.NoOpStepContext
 
StreamTransformTranslator<TransformT extends org.apache.beam.sdk.transforms.PTransform> - Interface in org.apache.beam.runners.twister2.translators
Stream TransformTranslator interface.
SystemReduceFnBuffering<K,T,W extends org.apache.beam.sdk.transforms.windowing.BoundedWindow> - Class in org.apache.beam.runners.twister2.translators.functions.internal
 
SystemReduceFnBuffering() - Constructor for class org.apache.beam.runners.twister2.translators.functions.internal.SystemReduceFnBuffering
 
SystemReduceFnBuffering(Coder<T>) - Constructor for class org.apache.beam.runners.twister2.translators.functions.internal.SystemReduceFnBuffering
 

T

timerInternals() - Method in class org.apache.beam.runners.twister2.utils.NoOpStepContext
 
timestamp() - Method in class org.apache.beam.runners.twister2.utils.Twister2AssignContext
 
translate(Pipeline) - Method in class org.apache.beam.runners.twister2.translators.Twister2PipelineTranslator
Translates the pipeline by passing this class as a visitor.
translate(Pipeline) - Method in class org.apache.beam.runners.twister2.Twister2PipelineExecutionEnvironment
translate the pipline into Twister2 TSet graph.
translateNode(Window.Assign<T>, Twister2BatchTranslationContext) - Method in class org.apache.beam.runners.twister2.translators.batch.AssignWindowTranslatorBatch
 
translateNode(Flatten.PCollections<T>, Twister2BatchTranslationContext) - Method in class org.apache.beam.runners.twister2.translators.batch.FlattenTranslatorBatch
 
translateNode(GroupByKey<K, V>, Twister2BatchTranslationContext) - Method in class org.apache.beam.runners.twister2.translators.batch.GroupByKeyTranslatorBatch
 
translateNode(Impulse, Twister2BatchTranslationContext) - Method in class org.apache.beam.runners.twister2.translators.batch.ImpulseTranslatorBatch
 
translateNode(ParDo.MultiOutput<InputT, OutputT>, Twister2BatchTranslationContext) - Method in class org.apache.beam.runners.twister2.translators.batch.ParDoMultiOutputTranslatorBatch
 
translateNode(View.CreatePCollectionView<ElemT, ViewT>, Twister2BatchTranslationContext) - Method in class org.apache.beam.runners.twister2.translators.batch.PCollectionViewTranslatorBatch
 
translateNode(SplittableParDo.PrimitiveBoundedRead<T>, Twister2BatchTranslationContext) - Method in class org.apache.beam.runners.twister2.translators.batch.ReadSourceTranslatorBatch
 
translateNode(TransformT, Twister2BatchTranslationContext) - Method in interface org.apache.beam.runners.twister2.translators.BatchTransformTranslator
 
translateNode(PTransform<PBegin, PCollection<T>>, Twister2StreamTranslationContext) - Method in class org.apache.beam.runners.twister2.translators.streaming.ReadSourceTranslatorStream
 
translateNode(TransformT, Twister2StreamTranslationContext) - Method in interface org.apache.beam.runners.twister2.translators.StreamTransformTranslator
 
TranslationUtils - Class in org.apache.beam.runners.twister2.utils
doc.
Twister2AssignContext<T,W extends org.apache.beam.sdk.transforms.windowing.BoundedWindow> - Class in org.apache.beam.runners.twister2.utils
doc.
Twister2AssignContext(WindowFn<T, W>, WindowedValue<T>) - Constructor for class org.apache.beam.runners.twister2.utils.Twister2AssignContext
 
Twister2BatchPipelineTranslator - Class in org.apache.beam.runners.twister2.translators
Twister pipeline translator for batch pipelines.
Twister2BatchPipelineTranslator(Twister2PipelineOptions, Twister2BatchTranslationContext) - Constructor for class org.apache.beam.runners.twister2.translators.Twister2BatchPipelineTranslator
 
Twister2BatchTranslationContext - Class in org.apache.beam.runners.twister2
Twister2BatchTranslationContext.
Twister2BatchTranslationContext(Twister2PipelineOptions) - Constructor for class org.apache.beam.runners.twister2.Twister2BatchTranslationContext
 
Twister2BoundedSource<T> - Class in org.apache.beam.runners.twister2.translation.wrappers
Twister2 wrapper for Bounded Source.
Twister2BoundedSource(BoundedSource<T>, Twister2TranslationContext, PipelineOptions) - Constructor for class org.apache.beam.runners.twister2.translation.wrappers.Twister2BoundedSource
 
Twister2EmptySource<T> - Class in org.apache.beam.runners.twister2.translation.wrappers
Empty Source wrapper.
Twister2EmptySource() - Constructor for class org.apache.beam.runners.twister2.translation.wrappers.Twister2EmptySource
 
Twister2PipelineExecutionEnvironment - Class in org.apache.beam.runners.twister2
Twister2PipelineExecutionEnvironment.
Twister2PipelineExecutionEnvironment(Twister2PipelineOptions) - Constructor for class org.apache.beam.runners.twister2.Twister2PipelineExecutionEnvironment
 
Twister2PipelineOptions - Interface in org.apache.beam.runners.twister2
Twister2PipelineOptions.
Twister2PipelineResult - Class in org.apache.beam.runners.twister2
Represents a Twister2 pipeline execution result.
Twister2PipelineResult(Twister2JobState) - Constructor for class org.apache.beam.runners.twister2.Twister2PipelineResult
 
Twister2PipelineTranslator - Class in org.apache.beam.runners.twister2.translators
Twister2PipelineTranslator, both batch and streaming translators need to extend from this.
Twister2PipelineTranslator() - Constructor for class org.apache.beam.runners.twister2.translators.Twister2PipelineTranslator
 
Twister2Runner - Class in org.apache.beam.runners.twister2
A PipelineRunner that executes the operations in the pipeline by first translating them to a Twister2 Plan and then executing them either locally or on a Twister2 cluster, depending on the configuration.
Twister2Runner(Twister2PipelineOptions) - Constructor for class org.apache.beam.runners.twister2.Twister2Runner
 
Twister2RunnerRegistrar - Class in org.apache.beam.runners.twister2
AutoService registrar - will register Twister2Runner and Twister2Options as possible pipeline runner services.
Twister2RunnerRegistrar.Options - Class in org.apache.beam.runners.twister2
Pipeline options registrar.
Twister2RunnerRegistrar.Runner - Class in org.apache.beam.runners.twister2
Pipeline runner registrar.
Twister2SideInputReader - Class in org.apache.beam.runners.twister2.utils
 
Twister2SideInputReader(Map<TupleTag<?>, WindowingStrategy<?, ?>>, TSetContext) - Constructor for class org.apache.beam.runners.twister2.utils.Twister2SideInputReader
 
Twister2SinkFunction<T> - Class in org.apache.beam.runners.twister2.translators.functions
Sink Function that collects results.
Twister2SinkFunction() - Constructor for class org.apache.beam.runners.twister2.translators.functions.Twister2SinkFunction
 
Twister2StreamPipelineTranslator - Class in org.apache.beam.runners.twister2.translators
Twister pipeline translator for stream pipelines.
Twister2StreamPipelineTranslator() - Constructor for class org.apache.beam.runners.twister2.translators.Twister2StreamPipelineTranslator
 
Twister2StreamTranslationContext - Class in org.apache.beam.runners.twister2
Twister2StreamingTranslationContext.
Twister2StreamTranslationContext(Twister2PipelineOptions) - Constructor for class org.apache.beam.runners.twister2.Twister2StreamTranslationContext
 
Twister2TestRunner - Class in org.apache.beam.runners.twister2
A PipelineRunner that executes the operations in the pipeline by first translating them to a Twister2 Plan and then executing them either locally or on a Twister2 cluster, depending on the configuration.
Twister2TestRunner(Twister2PipelineOptions) - Constructor for class org.apache.beam.runners.twister2.Twister2TestRunner
 
Twister2TranslationContext - Class in org.apache.beam.runners.twister2
Twister2TranslationContext.
Twister2TranslationContext(Twister2PipelineOptions) - Constructor for class org.apache.beam.runners.twister2.Twister2TranslationContext
 

V

visitPrimitiveTransform(TransformHierarchy.Node) - Method in class org.apache.beam.runners.twister2.translators.Twister2BatchPipelineTranslator
 

W

waitUntilFinish(Duration) - Method in class org.apache.beam.runners.twister2.Twister2PipelineResult
 
waitUntilFinish() - Method in class org.apache.beam.runners.twister2.Twister2PipelineResult
 
window() - Method in class org.apache.beam.runners.twister2.utils.Twister2AssignContext
 
A B C D E F G H I M N O P R S T V W 
Skip navigation links