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

A

adapt(Op<InT, OutT, K>, TranslationContext) - Static method in class org.apache.beam.runners.samza.runtime.OpAdapter
 
add(CompletionStage<WindowedValue<OutT>>) - Method in interface org.apache.beam.runners.samza.runtime.FutureCollector
Outputs the element to the collector.
addAll(CompletionStage<Collection<WindowedValue<OutT>>>) - Method in interface org.apache.beam.runners.samza.runtime.FutureCollector
Outputs a collection of elements to the collector.
Admin(BoundedSource<T>, SamzaPipelineOptions) - Constructor for class org.apache.beam.runners.samza.adapter.BoundedSourceSystem.Admin
 
Admin(UnboundedSource<T, CheckpointMarkT>, SamzaPipelineOptions) - Constructor for class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem.Admin
 
apply(OpMessage<InT>) - Method in class org.apache.beam.runners.samza.runtime.OpAdapter
 
apply(T, TransformHierarchy.Node, Pipeline, TransformTranslator<T>) - Method in interface org.apache.beam.runners.samza.translation.SamzaPipelineTranslator.TransformVisitorFn
 
asApplicationConfig(Map<String, String>) - Static method in class org.apache.beam.runners.samza.util.ConfigUtils
Convert a Map of config Strings into JobConfig.
asJobConfig(Map<String, String>) - Static method in class org.apache.beam.runners.samza.util.ConfigUtils
Convert a Map of config Strings into JobConfig.
asSamzaConfig(Map<String, String>) - Static method in class org.apache.beam.runners.samza.util.ConfigUtils
Convert a Map of config Strings into Config.
AsyncDoFnRunner<InT,OutT> - Class in org.apache.beam.runners.samza.runtime
This DoFnRunner adds the capability of executing the DoFn.ProcessElement in the thread pool, and returns the future to the collector for the underlying async execution.
attachTransformMetricOp(PTransform<InT, OutT>, TransformHierarchy.Node, SamzaMetricOpFactory.OpType) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 

B

BEAM_JSON_GRAPH - Static variable in class org.apache.beam.runners.samza.SamzaRunner
 
BEAM_PORTABLE_MODE - Static variable in class org.apache.beam.runners.samza.util.PortableConfigUtils
 
BEAM_RUNNER_CONFIG_PREFIX - Static variable in class org.apache.beam.runners.samza.SamzaRunnerOverrideConfigs
 
BeamContainerRunner - Class in org.apache.beam.runners.samza.container
Runs the beam Yarn container, using the static global job model.
BeamContainerRunner(SamzaApplication, Config) - Constructor for class org.apache.beam.runners.samza.container.BeamContainerRunner
 
BeamJobCoordinatorRunner - Class in org.apache.beam.runners.samza.container
Runs on Yarn AM, execute planning and launches JobCoordinator.
BeamJobCoordinatorRunner(SamzaApplication<? extends ApplicationDescriptor>, Config) - Constructor for class org.apache.beam.runners.samza.container.BeamJobCoordinatorRunner
Constructors a BeamJobCoordinatorRunner to run the app with the config.
BoundedSourceSystem - Class in org.apache.beam.runners.samza.adapter
A Samza system that supports reading from a Beam BoundedSource.
BoundedSourceSystem() - Constructor for class org.apache.beam.runners.samza.adapter.BoundedSourceSystem
 
BoundedSourceSystem.Admin<T> - Class in org.apache.beam.runners.samza.adapter
A SystemAdmin for BoundedSourceSystem.
BoundedSourceSystem.Consumer<T> - Class in org.apache.beam.runners.samza.adapter
A SystemConsumer for a BoundedSource.
BoundedSourceSystem.Factory<T> - Class in org.apache.beam.runners.samza.adapter
A SystemFactory that produces a BoundedSourceSystem for a particular BoundedSource registered in Config.
build() - Method in class org.apache.beam.runners.samza.translation.ConfigBuilder
 
buildIdMap(Pipeline) - Static method in class org.apache.beam.runners.samza.translation.PViewToIdMapper
 
BundleManager<OutT> - Interface in org.apache.beam.runners.samza.runtime
Bundle management for the DoFnOp that handles lifecycle of a bundle.
BundleManager.BundleProgressListener<OutT> - Interface in org.apache.beam.runners.samza.runtime
A listener used to track the lifecycle of a bundle.
ByteArraySerde() - Constructor for class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.ByteArraySerdeFactory.ByteArraySerde
 
ByteArraySerdeFactory() - Constructor for class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.ByteArraySerdeFactory
 

C

cancel() - Method in class org.apache.beam.runners.samza.SamzaPipelineResult
 
ClassicBundleManager<OutT> - Class in org.apache.beam.runners.samza.runtime
 
ClassicBundleManager(BundleManager.BundleProgressListener<OutT>, FutureCollector<OutT>, long, long, Scheduler<KeyedTimerData<Void>>, String) - Constructor for class org.apache.beam.runners.samza.runtime.ClassicBundleManager
 
clearCurrentTransform() - Method in class org.apache.beam.runners.samza.translation.ConfigContext
 
clearCurrentTransform() - Method in class org.apache.beam.runners.samza.translation.PortableTranslationContext
 
clearCurrentTransform() - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
close() - Method in class org.apache.beam.runners.samza.runtime.DoFnOp
 
close() - Method in interface org.apache.beam.runners.samza.runtime.Op
 
close() - Method in class org.apache.beam.runners.samza.runtime.OpAdapter
 
close() - Method in class org.apache.beam.runners.samza.runtime.PortableDoFnOp
 
closeIterators() - Method in interface org.apache.beam.runners.samza.state.SamzaMapState
Closes the iterator returned from SamzaMapState.readIterator().
closeIterators() - Method in interface org.apache.beam.runners.samza.state.SamzaSetState
Closes the iterator returned from SamzaSetState.readIterator().
collectFuture() - Method in interface org.apache.beam.runners.samza.runtime.OpEmitter
 
collectOutput() - Method in interface org.apache.beam.runners.samza.runtime.OpEmitter
 
collectWatermark() - Method in interface org.apache.beam.runners.samza.runtime.OpEmitter
 
combineFutures(CompletionStage<Collection<T>>, CompletionStage<Collection<T>>) - Static method in class org.apache.beam.runners.samza.util.FutureUtils
 
compareTo(KeyedTimerData<K>) - Method in class org.apache.beam.runners.samza.runtime.KeyedTimerData
 
compareTo(SamzaStoreStateInternals.ByteArray) - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.ByteArray
 
ConfigBuilder - Class in org.apache.beam.runners.samza.translation
Builder class to generate configs for BEAM samza runner during runtime.
ConfigBuilder(SamzaPipelineOptions) - Constructor for class org.apache.beam.runners.samza.translation.ConfigBuilder
 
ConfigContext - Class in org.apache.beam.runners.samza.translation
Helper that provides context data such as output for config generation.
ConfigContext(Map<PValue, String>, Set<String>, SamzaPipelineOptions) - Constructor for class org.apache.beam.runners.samza.translation.ConfigContext
 
configFor(DoFn<InputT, OutputT>) - Method in interface org.apache.beam.runners.samza.runtime.SamzaDoFnInvokerRegistrar
Returns the configs for a DoFn.
ConfigUtils - Class in org.apache.beam.runners.samza.util
Util class to operate Samza config.
ConfigUtils() - Constructor for class org.apache.beam.runners.samza.util.ConfigUtils
 
ContainerCfgLoader - Class in org.apache.beam.runners.samza.container
Loader for the Beam yarn container to load job model.
ContainerCfgLoader() - Constructor for class org.apache.beam.runners.samza.container.ContainerCfgLoader
 
ContainerCfgLoaderFactory - Class in org.apache.beam.runners.samza.container
Factory for the Beam yarn container to get loader to load job model.
ContainerCfgLoaderFactory() - Constructor for class org.apache.beam.runners.samza.container.ContainerCfgLoaderFactory
 
CONTROL_CLIENT_MAX_WAIT_TIME_MS - Static variable in class org.apache.beam.runners.samza.SamzaRunnerOverrideConfigs
 
create(DoFnRunner<InT, OutT>, OpEmitter<OutT>, FutureCollector<OutT>, boolean, SamzaPipelineOptions) - Static method in class org.apache.beam.runners.samza.runtime.AsyncDoFnRunner
 
create(OpEmitter<RawUnionValue>) - Method in class org.apache.beam.runners.samza.runtime.DoFnOp.MultiOutputManagerFactory
 
create(OpEmitter<RawUnionValue>, FutureCollector<RawUnionValue>) - Method in class org.apache.beam.runners.samza.runtime.DoFnOp.MultiOutputManagerFactory
 
create(OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.DoFnOp.SingleOutputManagerFactory
 
create(OpEmitter<OutT>, FutureCollector<OutT>) - Method in class org.apache.beam.runners.samza.runtime.DoFnOp.SingleOutputManagerFactory
 
create(OpEmitter<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.OutputManagerFactory
 
create(OpEmitter<OutT>, FutureCollector<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.OutputManagerFactory
 
create(SamzaPipelineOptions, DoFn<InT, FnOutT>, WindowingStrategy<?, ?>, String, String, Context, TupleTag<FnOutT>, SideInputHandler, SamzaTimerInternalsFactory<?>, Coder<?>, DoFnRunners.OutputManager, Coder<InT>, List<TupleTag<?>>, Map<TupleTag<?>, Coder<?>>, DoFnSchemaInformation, Map<String, PCollectionView<?>>, Map<String, String>, OpEmitter, FutureCollector) - Static method in class org.apache.beam.runners.samza.runtime.SamzaDoFnRunners
Create DoFnRunner for java runner.
create(ExternalContext, JobContext, ContainerContext) - Method in class org.apache.beam.runners.samza.SamzaExecutionContext.Factory
 
create(SamzaJobServerDriver.SamzaServerConfiguration) - Static method in class org.apache.beam.runners.samza.SamzaJobInvoker
 
create(PipelineOptions) - Method in class org.apache.beam.runners.samza.SamzaPipelineOptions.ProcessElementExecutorServiceFactory
 
createConfig(Pipeline, ConfigContext, ConfigBuilder) - Static method in class org.apache.beam.runners.samza.translation.SamzaPipelineTranslator
 
createConfig(RunnerApi.Pipeline, ConfigBuilder, SamzaPipelineOptions) - Static method in class org.apache.beam.runners.samza.translation.SamzaPortablePipelineTranslator
 
createConfig(T, TransformHierarchy.Node, ConfigContext) - Method in interface org.apache.beam.runners.samza.translation.TransformConfigGenerator
Generate config for regular java api PTransform.
createMetricOp(String, String, String, SamzaMetricOpFactory.OpType, SamzaTransformMetricRegistry) - Static method in class org.apache.beam.runners.samza.metrics.SamzaMetricOpFactory
Create a Op for default transform metric computation.
createPortable(String, String, String, Coder<WindowedValue<InT>>, ExecutableStage, Map<?, PCollectionView<?>>, SideInputHandler, SamzaStoreStateInternals.Factory<?>, SamzaTimerInternalsFactory<?>, SamzaPipelineOptions, DoFnRunners.OutputManager, StageBundleFactory, SamzaExecutionContext, TupleTag<FnOutT>, Map<String, TupleTag<?>>, Context, String) - Static method in class org.apache.beam.runners.samza.runtime.SamzaDoFnRunners
Create DoFnRunner for portable runner.
createPortableConfig(PipelineNode.PTransformNode, SamzaPipelineOptions) - Method in interface org.apache.beam.runners.samza.translation.TransformConfigGenerator
Generate config for portable api PTransform.
createSamzaPipelineOptions(PipelineOptions, File) - Static method in class org.apache.beam.runners.samza.TestSamzaRunner
 

D

decode(InputStream) - Method in class org.apache.beam.runners.samza.runtime.KeyedTimerData.KeyedTimerDataCoder
 
decode(InputStream) - Method in class org.apache.beam.runners.samza.runtime.SamzaTimerInternalsFactory.TimerKeyCoder
 
DEFAULT_CONTROL_CLIENT_MAX_WAIT_TIME_MS - Static variable in class org.apache.beam.runners.samza.SamzaRunnerOverrideConfigs
 
DEFAULT_FS_TOKEN_PATH - Static variable in class org.apache.beam.runners.samza.SamzaRunnerOverrideConfigs
 
discard() - Method in interface org.apache.beam.runners.samza.runtime.FutureCollector
Discards the elements within the collector.
DoFnOp<InT,FnOutT,OutT> - Class in org.apache.beam.runners.samza.runtime
Samza operator for DoFn.
DoFnOp(TupleTag<FnOutT>, DoFn<InT, FnOutT>, Coder<?>, Coder<InT>, Coder<WindowedValue<InT>>, Map<TupleTag<?>, Coder<?>>, Collection<PCollectionView<?>>, List<TupleTag<?>>, WindowingStrategy, Map<String, PCollectionView<?>>, OutputManagerFactory<OutT>, String, String, PCollection.IsBounded, boolean, RunnerApi.ExecutableStagePayload, JobInfo, Map<String, TupleTag<?>>, DoFnSchemaInformation, Map<?, PCollectionView<?>>, Map<String, String>) - Constructor for class org.apache.beam.runners.samza.runtime.DoFnOp
 
DoFnOp.MultiOutputManagerFactory - Class in org.apache.beam.runners.samza.runtime
Factory class to create an DoFnRunners.OutputManager that emits values to the main output as well as the side outputs via union type RawUnionValue.
DoFnOp.SingleOutputManagerFactory<OutT> - Class in org.apache.beam.runners.samza.runtime
Factory class to create an DoFnRunners.OutputManager that emits values to the main output only, which is a single PCollection.
DoFnRunnerWithKeyedInternals<InputT,OutputT> - Class in org.apache.beam.runners.samza.runtime
This class wraps a DoFnRunner with keyed StateInternals and TimerInternals access.
DoFnRunnerWithMetrics<InT,OutT> - Class in org.apache.beam.runners.samza.metrics
DoFnRunner wrapper with metrics.
DoFnUtils - Class in org.apache.beam.runners.samza.util
Utils for DoFnOp.
DoFnUtils() - Constructor for class org.apache.beam.runners.samza.util.DoFnUtils
 

E

emitElement(WindowedValue<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.OpEmitter
 
emitFuture(CompletionStage<Collection<WindowedValue<OutT>>>) - Method in interface org.apache.beam.runners.samza.runtime.OpEmitter
 
emitLatencyMetric(String, BoundedWindow, long, String) - Method in class org.apache.beam.runners.samza.metrics.SamzaTransformMetricRegistry
 
emitLatencyMetric(String, List<String>, List<String>, Long, String) - Method in class org.apache.beam.runners.samza.metrics.SamzaTransformMetricRegistry
 
emitView(String, WindowedValue<Iterable<T>>) - Method in interface org.apache.beam.runners.samza.runtime.OpEmitter
 
emitWatermark(Instant) - Method in interface org.apache.beam.runners.samza.runtime.OpEmitter
 
encode(KeyedTimerData<K>, OutputStream) - Method in class org.apache.beam.runners.samza.runtime.KeyedTimerData.KeyedTimerDataCoder
 
encode(SamzaTimerInternalsFactory.TimerKey<K>, OutputStream) - Method in class org.apache.beam.runners.samza.runtime.SamzaTimerInternalsFactory.TimerKeyCoder
 
ENCODED_TEST_STREAM - Static variable in class org.apache.beam.runners.samza.translation.SamzaTestStreamTranslator
 
enterCompositeTransform(TransformHierarchy.Node) - Method in class org.apache.beam.runners.samza.translation.SamzaPipelineTranslator.SamzaPipelineVisitor
 
enterCompositeTransform(TransformHierarchy.Node) - Method in class org.apache.beam.runners.samza.util.PipelineJsonRenderer
 
enterPipeline(Pipeline) - Method in class org.apache.beam.runners.samza.util.PipelineJsonRenderer
 
equals(Object) - Method in class org.apache.beam.runners.samza.runtime.KeyedTimerData
 
equals(Object) - Method in class org.apache.beam.runners.samza.runtime.OpMessage
 
equals(Object) - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.ByteArray
 
escape(String) - Static method in class org.apache.beam.runners.samza.util.SamzaPipelineTranslatorUtils
Escape the non-alphabet chars in the name so we can create a physical stream out of it.
expand(InputT) - Method in class org.apache.beam.runners.samza.transforms.GroupWithoutRepartition
 

F

Factory() - Constructor for class org.apache.beam.runners.samza.adapter.BoundedSourceSystem.Factory
 
Factory() - Constructor for class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem.Factory
 
Factory(String, Map<String, KeyValueStore<SamzaStoreStateInternals.ByteArray, SamzaStoreStateInternals.StateValue<?>>>, Coder<K>, int) - Constructor for class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.Factory
 
Factory() - Constructor for class org.apache.beam.runners.samza.SamzaExecutionContext.Factory
 
finish() - Method in interface org.apache.beam.runners.samza.runtime.FutureCollector
Seals this FutureCollector, returning a CompletionStage containing all of the elements that were added to it.
finishBundle() - Method in class org.apache.beam.runners.samza.metrics.DoFnRunnerWithMetrics
 
finishBundle() - Method in class org.apache.beam.runners.samza.runtime.AsyncDoFnRunner
 
finishBundle() - Method in class org.apache.beam.runners.samza.runtime.DoFnRunnerWithKeyedInternals
 
flattenFutures(Collection<CompletionStage<T>>) - Static method in class org.apache.beam.runners.samza.util.FutureUtils
Flattens the input future collection and returns a single future comprising the results of all the futures.
FN_CONTROL_PORT - Static variable in class org.apache.beam.runners.samza.SamzaRunnerOverrideConfigs
 
FnWithMetricsWrapper - Class in org.apache.beam.runners.samza.metrics
This class wraps a Supplier function call with BEAM metrics.
FnWithMetricsWrapper(SamzaMetricsContainer, String) - Constructor for class org.apache.beam.runners.samza.metrics.FnWithMetricsWrapper
 
FnWithMetricsWrapper.SupplierWithException<T> - Interface in org.apache.beam.runners.samza.metrics
Interface for functions to be wrapped with metrics.
fromBytes(byte[]) - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.ByteArraySerdeFactory.ByteArraySerde
 
fromBytes(byte[]) - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.StateValueSerdeFactory.StateValueSerde
 
fromOptions(PipelineOptions) - Static method in class org.apache.beam.runners.samza.SamzaRunner
 
fromOptions(PipelineOptions) - Static method in class org.apache.beam.runners.samza.TestSamzaRunner
 
FS_TOKEN_PATH - Static variable in class org.apache.beam.runners.samza.SamzaRunnerOverrideConfigs
 
FutureCollector<OutT> - Interface in org.apache.beam.runners.samza.runtime
A future collector that buffers the output from the users DoFn and propagates the result future to downstream operators only after FutureCollector.finish() is invoked.
FutureUtils - Class in org.apache.beam.runners.samza.util
A util class to handle java 8 CompletableFuture and CompletionStage.
FutureUtils() - Constructor for class org.apache.beam.runners.samza.util.FutureUtils
 

G

get() - Method in interface org.apache.beam.runners.samza.metrics.FnWithMetricsWrapper.SupplierWithException
 
get(JobInfo) - Method in class org.apache.beam.runners.samza.runtime.SamzaExecutableStageContextFactory
 
getAdmin(String, Config) - Method in class org.apache.beam.runners.samza.adapter.BoundedSourceSystem.Factory
 
getAdmin(String, Config) - Method in class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem.Factory
 
getAdmin(String, Config) - Method in class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory
 
getAdmin(String, Config) - Method in class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory
 
getAllInputMessageStreams(PipelineNode.PTransformNode) - Method in class org.apache.beam.runners.samza.translation.PortableTranslationContext
 
getBundleProcessingTimeout() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getCoderArguments() - Method in class org.apache.beam.runners.samza.runtime.KeyedTimerData.KeyedTimerDataCoder
 
getCoderArguments() - Method in class org.apache.beam.runners.samza.runtime.SamzaTimerInternalsFactory.TimerKeyCoder
 
getConfig() - Method in class org.apache.beam.runners.samza.container.ContainerCfgLoader
 
getConfigFilePath() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getConfigLoaderFactory() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getConfigOverride() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getConsumer(String, Config, MetricsRegistry) - Method in class org.apache.beam.runners.samza.adapter.BoundedSourceSystem.Factory
 
getConsumer(String, Config, MetricsRegistry) - Method in class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem.Factory
 
getConsumer(String, Config, MetricsRegistry) - Method in class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory
 
getConsumer(String, Config, MetricsRegistry) - Method in class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory
 
getContainer(String) - Method in class org.apache.beam.runners.samza.metrics.SamzaMetricsContainer
 
getContainers() - Method in class org.apache.beam.runners.samza.metrics.SamzaMetricsContainer
 
getControlClientWaitTimeoutMs(SamzaPipelineOptions) - Static method in class org.apache.beam.runners.samza.SamzaRunnerOverrideConfigs
Get max wait time for control client connection.
getCurrentTransform() - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getDefaultOverrides() - Static method in class org.apache.beam.runners.samza.translation.SamzaTransformOverrides
 
getDropLateData() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getDummyStream() - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getElement() - Method in class org.apache.beam.runners.samza.runtime.OpMessage
 
getEnableMetrics() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getEnableTransformMetrics() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getEventTimerBufferSize() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getException() - Method in class org.apache.beam.runners.samza.SamzaPipelineExceptionContext
 
getExceptionListener(SamzaPipelineOptions) - Method in interface org.apache.beam.runners.samza.util.SamzaPipelineExceptionListener.Registrar
 
getExecutorServiceForProcessElement() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getFn() - Method in class org.apache.beam.runners.samza.metrics.DoFnRunnerWithMetrics
 
getFn() - Method in class org.apache.beam.runners.samza.runtime.AsyncDoFnRunner
 
getFn() - Method in class org.apache.beam.runners.samza.runtime.DoFnRunnerWithKeyedInternals
 
getFnControlPort(SamzaPipelineOptions) - Static method in class org.apache.beam.runners.samza.SamzaRunnerOverrideConfigs
Get fn control port number based on the config override in the pipeline options.
getFsTokenPath() - Method in interface org.apache.beam.runners.samza.SamzaPortablePipelineOptions
 
getFsTokenPath(SamzaPipelineOptions) - Static method in class org.apache.beam.runners.samza.SamzaRunnerOverrideConfigs
Get fs token path for portable mode.
getId(String) - Method in class org.apache.beam.runners.samza.util.HashIdGenerator
 
getId(String, String) - Method in class org.apache.beam.runners.samza.util.StoreIdGenerator
 
getIdForPValue(PValue) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getIdMap() - Method in class org.apache.beam.runners.samza.translation.PViewToIdMapper
 
getInput(PTransform<InT, ?>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getInputId(PipelineNode.PTransformNode) - Method in class org.apache.beam.runners.samza.translation.PortableTranslationContext
 
getInputWatermark() - Method in class org.apache.beam.runners.samza.runtime.SamzaTimerInternalsFactory
 
getInstance() - Static method in class org.apache.beam.runners.samza.runtime.SamzaExecutableStageContextFactory
 
getIOInfo(TransformHierarchy.Node) - Method in interface org.apache.beam.runners.samza.util.PipelineJsonRenderer.SamzaIOInfo
Get I/O topic name and cluster.
getJobInfo() - Method in class org.apache.beam.runners.samza.translation.PortableTranslationContext
 
getJobInstance() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getKey() - Method in class org.apache.beam.runners.samza.runtime.KeyedTimerData
 
getKey() - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals
 
getKeyBytes() - Method in class org.apache.beam.runners.samza.runtime.KeyedTimerData
 
getLifeCycleListener() - Method in interface org.apache.beam.runners.samza.SamzaPipelineLifeCycleListener.Registrar
 
getLoader(Config) - Method in class org.apache.beam.runners.samza.container.ContainerCfgLoaderFactory
 
getMaxBundleSize() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getMaxBundleTimeMs() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getMaxReadyTimersToProcessOnce() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getMaxSourceParallelism() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getMessageStream(PValue) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getMessageStreamById(String) - Method in class org.apache.beam.runners.samza.translation.PortableTranslationContext
 
getMetricsContainer() - Method in class org.apache.beam.runners.samza.SamzaExecutionContext
 
getMetricsReporters() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getNonUniqueStateIds() - Method in class org.apache.beam.runners.samza.translation.StateIdParser
 
getNumThreadsForProcessElement() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getOffsetsAfter(Map<SystemStreamPartition, String>) - Method in class org.apache.beam.runners.samza.adapter.BoundedSourceSystem.Admin
 
getOffsetsAfter(Map<SystemStreamPartition, String>) - Method in class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem.Admin
 
getOffsetsAfter(Map<SystemStreamPartition, String>) - Method in class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory.SamzaImpulseSystemAdmin
 
getOffsetsAfter(Map<SystemStreamPartition, String>) - Method in class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory.SamzaTestStreamSystemAdmin
 
getOneInputMessageStream(PipelineNode.PTransformNode) - Method in class org.apache.beam.runners.samza.translation.PortableTranslationContext
 
getOutput(PTransform<?, OutT>) - Method in class org.apache.beam.runners.samza.translation.ConfigContext
 
getOutput(PTransform<?, OutT>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getOutputId(TransformHierarchy.Node) - Method in class org.apache.beam.runners.samza.translation.ConfigContext
 
getOutputId(PipelineNode.PTransformNode) - Method in class org.apache.beam.runners.samza.translation.PortableTranslationContext
 
getOutputStream(OutputDescriptor<OutT, ?>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getOutputTag(PTransform<?, ? extends PCollection<OutT>>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getOutputWatermark() - Method in class org.apache.beam.runners.samza.runtime.OpAdapter
 
getOutputWatermark() - Method in class org.apache.beam.runners.samza.runtime.SamzaTimerInternalsFactory
 
getPipelineOptions() - Method in class org.apache.beam.runners.samza.SamzaExecutionContext
 
getPipelineOptions() - Method in class org.apache.beam.runners.samza.SamzaRunnerRegistrar.Options
 
getPipelineOptions() - Method in class org.apache.beam.runners.samza.translation.ConfigContext
 
getPipelineOptions() - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getPipelineRunners() - Method in class org.apache.beam.runners.samza.SamzaRunnerRegistrar.Runner
 
getProducer(String, Config, MetricsRegistry) - Method in class org.apache.beam.runners.samza.adapter.BoundedSourceSystem.Factory
 
getProducer(String, Config, MetricsRegistry) - Method in class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem.Factory
 
getProducer(String, Config, MetricsRegistry) - Method in class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory
 
getProducer(String, Config, MetricsRegistry) - Method in class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory
 
getSamzaExecutionEnvironment() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getSamzaIO() - Method in interface org.apache.beam.runners.samza.util.PipelineJsonRenderer.SamzaIORegistrar
 
getSerde(String, Config) - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.ByteArraySerdeFactory
 
getSerde(String, Config) - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.StateValueSerdeFactory
 
getSideInputWatermark() - Method in class org.apache.beam.runners.samza.runtime.OpMessage
 
getState() - Method in class org.apache.beam.runners.samza.SamzaPipelineResult
 
getStateDurable() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getStoreBatchGetSize() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getStoreIdGenerator() - Method in class org.apache.beam.runners.samza.translation.ConfigContext
 
getStoreIdGenerator() - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getSystemBufferSize() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getSystemStreamMetadata(Set<String>) - Method in class org.apache.beam.runners.samza.adapter.BoundedSourceSystem.Admin
 
getSystemStreamMetadata(Set<String>) - Method in class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem.Admin
 
getSystemStreamMetadata(Set<String>) - Method in class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory.SamzaImpulseSystemAdmin
 
getSystemStreamMetadata(Set<String>) - Method in class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory.SamzaTestStreamSystemAdmin
 
getTable(TableDescriptor<K, V, ?>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getTimerData() - Method in class org.apache.beam.runners.samza.runtime.KeyedTimerData
 
getTransformCacheSize(String) - Method in class org.apache.beam.runners.samza.metrics.SamzaTransformMetrics
 
getTransformFullName() - Method in class org.apache.beam.runners.samza.SamzaPipelineExceptionContext
 
getTransformFullName() - Method in class org.apache.beam.runners.samza.translation.PortableTranslationContext
 
getTransformFullName() - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getTransformId() - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getTransformInputThroughput(String) - Method in class org.apache.beam.runners.samza.metrics.SamzaTransformMetrics
 
getTransformIOMap(Config) - Static method in class org.apache.beam.runners.samza.util.PipelineJsonRenderer
 
getTransformLatencyMetric(String) - Method in class org.apache.beam.runners.samza.metrics.SamzaTransformMetrics
 
getTransformMetrics() - Method in class org.apache.beam.runners.samza.metrics.SamzaTransformMetricRegistry
 
getTransformOutputThroughput(String) - Method in class org.apache.beam.runners.samza.metrics.SamzaTransformMetrics
 
getTransformPayloadTranslators() - Method in class org.apache.beam.runners.samza.translation.SamzaPipelineTranslator.SamzaTransformsRegistrar
 
getTransformTranslators() - Method in class org.apache.beam.runners.samza.translation.SamzaPipelineTranslator.SamzaTranslators
 
getTransformTranslators() - Method in class org.apache.beam.runners.samza.translation.SamzaPortablePipelineTranslator.SamzaTranslators
 
getTransformTranslators() - Method in interface org.apache.beam.runners.samza.translation.SamzaPortableTranslatorRegistrar
 
getTransformTranslators() - Method in interface org.apache.beam.runners.samza.translation.SamzaTranslatorRegistrar
 
getTransformWatermarkProgress(String) - Method in class org.apache.beam.runners.samza.metrics.SamzaTransformMetrics
 
getType() - Method in class org.apache.beam.runners.samza.runtime.OpMessage
 
getValue() - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.ByteArray
 
getValue(Coder<T>) - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.StateValue
 
getValueBytes() - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.StateValue
 
getViewElements() - Method in class org.apache.beam.runners.samza.runtime.OpMessage
 
getViewId() - Method in class org.apache.beam.runners.samza.runtime.OpMessage
 
getViewId(PCollectionView<ViewT>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getViewStream(PCollectionView<?>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
getWatermarkInterval() - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
getWindowStrategy(String, RunnerApi.Components) - Static method in class org.apache.beam.runners.samza.util.WindowUtils
Get WindowingStrategy of given collection id from RunnerApi.Components.
GroupByKeyOp<K,InputT,OutputT> - Class in org.apache.beam.runners.samza.runtime
Samza operator for GroupByKey.
GroupByKeyOp(TupleTag<KV<K, OutputT>>, Coder<KeyedWorkItem<K, InputT>>, SystemReduceFn<K, InputT, ?, OutputT, BoundedWindow>, WindowingStrategy<?, BoundedWindow>, OutputManagerFactory<KV<K, OutputT>>, String, String, PCollection.IsBounded) - Constructor for class org.apache.beam.runners.samza.runtime.GroupByKeyOp
 
GroupWithoutRepartition<InputT extends org.apache.beam.sdk.values.PInput,OutputT extends org.apache.beam.sdk.values.POutput> - Class in org.apache.beam.runners.samza.transforms
A wrapper transform of GroupByKey or CoGroupByKey to indicate there is no repartition needed for Samza runner.

H

hashCode() - Method in class org.apache.beam.runners.samza.runtime.KeyedTimerData
 
hashCode() - Method in class org.apache.beam.runners.samza.runtime.OpMessage
 
hashCode() - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.ByteArray
 
HashIdGenerator - Class in org.apache.beam.runners.samza.util
This class generates hash-based unique ids from String.
HashIdGenerator(int) - Constructor for class org.apache.beam.runners.samza.util.HashIdGenerator
 
HashIdGenerator() - Constructor for class org.apache.beam.runners.samza.util.HashIdGenerator
 

I

ImpulseTranslator - Class in org.apache.beam.runners.samza.translation
Translate Impulse to a samza message stream produced by SamzaImpulseSystemFactory.SamzaImpulseSystemConsumer.
ImpulseTranslator() - Constructor for class org.apache.beam.runners.samza.translation.ImpulseTranslator
 
inconsistentStateCheck() - Method in class org.apache.beam.runners.samza.runtime.PortableBundleManager
 
init(Context) - Method in class org.apache.beam.runners.samza.runtime.OpAdapter
 
instantiateCoder(String, RunnerApi.Components) - Static method in class org.apache.beam.runners.samza.util.SamzaPipelineTranslatorUtils
 
instantiateWindowedCoder(String, RunnerApi.Components) - Static method in class org.apache.beam.runners.samza.util.WindowUtils
Instantiate WindowedValue.WindowedValueCoder for given collection id from RunnerApi.Components.
invokerSetupFor(DoFn<InputT, OutputT>, PipelineOptions, Context) - Method in interface org.apache.beam.runners.samza.runtime.SamzaDoFnInvokerRegistrar
Returns the invoker for a DoFn.
invokeWithExecutor(RunnerApi.Pipeline, Struct, String, ListeningExecutorService) - Method in class org.apache.beam.runners.samza.SamzaJobInvoker
 
IS_PORTABLE_MODE - Static variable in class org.apache.beam.runners.samza.SamzaRunnerOverrideConfigs
 
isBounded(RunnerApi.PCollection) - Static method in class org.apache.beam.runners.samza.util.SamzaPipelineTranslatorUtils
 
isPortable(SamzaPipelineOptions) - Static method in class org.apache.beam.runners.samza.util.PortableConfigUtils
A helper method to distinguish if a pipeline is run using portable mode or classic mode.
isPortableMode(SamzaPipelineOptions) - Static method in class org.apache.beam.runners.samza.SamzaRunnerOverrideConfigs
Whether the job is in portable mode based on the config override in the pipeline options.
IsSamzaNativeTransform() - Constructor for class org.apache.beam.runners.samza.translation.ReshuffleTranslator.IsSamzaNativeTransform
 
isStateful(DoFn<?, ?>) - Static method in class org.apache.beam.runners.samza.util.StateUtils
 
isStateful(RunnerApi.ExecutableStagePayload) - Static method in class org.apache.beam.runners.samza.util.StateUtils
 
isStateful(ExecutableStage) - Static method in class org.apache.beam.runners.samza.util.StateUtils
 

K

KeyedTimerData<K> - Class in org.apache.beam.runners.samza.runtime
TimerInternals.TimerData with key, used by SamzaTimerInternalsFactory.
KeyedTimerData(byte[], K, TimerInternals.TimerData) - Constructor for class org.apache.beam.runners.samza.runtime.KeyedTimerData
 
KeyedTimerData.KeyedTimerDataCoder<K> - Class in org.apache.beam.runners.samza.runtime
Coder for KeyedTimerData.
kill() - Method in class org.apache.beam.runners.samza.container.BeamContainerRunner
 
kill() - Method in class org.apache.beam.runners.samza.container.BeamJobCoordinatorRunner
 
knownUrns() - Static method in class org.apache.beam.runners.samza.translation.SamzaPortablePipelineTranslator
 
KvToKeyedWorkItemOp<K,V> - Class in org.apache.beam.runners.samza.runtime
Samza operator to map input stream of KV to KeyedWorkItem.
KvToKeyedWorkItemOp() - Constructor for class org.apache.beam.runners.samza.runtime.KvToKeyedWorkItemOp
 

L

leaveCompositeTransform(TransformHierarchy.Node) - Method in class org.apache.beam.runners.samza.util.PipelineJsonRenderer
 
leavePipeline(Pipeline) - Method in class org.apache.beam.runners.samza.util.PipelineJsonRenderer
 
localRunConfig() - Static method in class org.apache.beam.runners.samza.translation.ConfigBuilder
 

M

main(String[]) - Static method in class org.apache.beam.runners.samza.SamzaJobServerDriver
 
metrics() - Method in class org.apache.beam.runners.samza.SamzaPipelineResult
 
MultiOutputManagerFactory(Map<TupleTag<?>, Integer>) - Constructor for class org.apache.beam.runners.samza.runtime.DoFnOp.MultiOutputManagerFactory
 

O

of(String, TaskContext, SamzaPipelineOptions, ExecutableStage, StageBundleFactory, Map<RunnerApi.ExecutableStagePayload.SideInputId, PCollectionView<?>>, SideInputHandler) - Static method in class org.apache.beam.runners.samza.runtime.SamzaStateRequestHandlers
 
of(byte[]) - Static method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.ByteArray
 
of(T, Coder<T>) - Static method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.StateValue
 
of(byte[]) - Static method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.StateValue
 
of(PTransform<InputT, OutputT>) - Static method in class org.apache.beam.runners.samza.transforms.GroupWithoutRepartition
 
of(PCollection<T>) - Static method in class org.apache.beam.runners.samza.util.SamzaCoders
 
ofElement(WindowedValue<T>) - Static method in class org.apache.beam.runners.samza.runtime.OpMessage
 
offsetComparator(String, String) - Method in class org.apache.beam.runners.samza.adapter.BoundedSourceSystem.Admin
 
offsetComparator(String, String) - Method in class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem.Admin
 
offsetComparator(String, String) - Method in class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory.SamzaImpulseSystemAdmin
 
offsetComparator(String, String) - Method in class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory.SamzaTestStreamSystemAdmin
 
ofSideInput(String, WindowedValue<? extends Iterable<ElemT>>) - Static method in class org.apache.beam.runners.samza.runtime.OpMessage
 
ofSideInputWatermark(Instant) - Static method in class org.apache.beam.runners.samza.runtime.OpMessage
 
onBundleFinished(OpEmitter<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.BundleManager.BundleProgressListener
 
onBundleStarted() - Method in interface org.apache.beam.runners.samza.runtime.BundleManager.BundleProgressListener
 
onCallback(KeyedTimerData<K>, long) - Method in class org.apache.beam.runners.samza.runtime.OpAdapter
 
onException(SamzaPipelineExceptionContext) - Method in interface org.apache.beam.runners.samza.util.SamzaPipelineExceptionListener
 
onFinish() - Method in interface org.apache.beam.runners.samza.SamzaPipelineLifeCycleListener
Callback after the pipeline is finished.
onInit(Config, SamzaPipelineOptions) - Method in interface org.apache.beam.runners.samza.SamzaPipelineLifeCycleListener
Callback when the pipeline options is created.
onStart() - Method in interface org.apache.beam.runners.samza.SamzaPipelineLifeCycleListener
Callback when the pipeline is started.
onSubmit() - Method in interface org.apache.beam.runners.samza.SamzaPipelineLifeCycleListener
Callback after the pipeline is submmitted.
onTimer(String, String, KeyT, BoundedWindow, Instant, Instant, TimeDomain) - Method in class org.apache.beam.runners.samza.metrics.DoFnRunnerWithMetrics
 
onTimer(String, String, KeyT, BoundedWindow, Instant, Instant, TimeDomain) - Method in class org.apache.beam.runners.samza.runtime.AsyncDoFnRunner
 
onTimer(String, String, KeyT, BoundedWindow, Instant, Instant, TimeDomain) - Method in class org.apache.beam.runners.samza.runtime.DoFnRunnerWithKeyedInternals
 
onWatermark(Instant, OpEmitter<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.BundleManager.BundleProgressListener
 
onWindowExpiration(BoundedWindow, Instant, KeyT) - Method in class org.apache.beam.runners.samza.metrics.DoFnRunnerWithMetrics
 
onWindowExpiration(BoundedWindow, Instant, KeyT) - Method in class org.apache.beam.runners.samza.runtime.AsyncDoFnRunner
 
onWindowExpiration(BoundedWindow, Instant, KeyT) - Method in class org.apache.beam.runners.samza.runtime.DoFnRunnerWithKeyedInternals
 
Op<InT,OutT,K> - Interface in org.apache.beam.runners.samza.runtime
Interface of Samza operator for BEAM.
OpAdapter<InT,OutT,K> - Class in org.apache.beam.runners.samza.runtime
Adaptor class that runs a Samza Op for BEAM in the Samza AsyncFlatMapFunction.
OpEmitter<OutT> - Interface in org.apache.beam.runners.samza.runtime
Output emitter for Samza Op.
open(Config, Context, Scheduler<KeyedTimerData<Void>>, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.DoFnOp
 
open(Config, Context, Scheduler<KeyedTimerData<K>>, OpEmitter<KV<K, OutputT>>) - Method in class org.apache.beam.runners.samza.runtime.GroupByKeyOp
 
open(Config, Context, Scheduler<KeyedTimerData<K>>, OpEmitter<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.Op
A hook that allows initialization for any non-serializable operator state, such as getting stores.
open(Config, Context, Scheduler<KeyedTimerData<Void>>, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.PortableDoFnOp
 
open(Config, Context, Scheduler<KeyedTimerData<byte[]>>, OpEmitter<RawUnionValue>) - Method in class org.apache.beam.runners.samza.runtime.SplittableParDoProcessKeyedElementsOp
 
OpMessage<T> - Class in org.apache.beam.runners.samza.runtime
Actual message type used in Samza StreamApplication.
OpMessage.Type - Enum in org.apache.beam.runners.samza.runtime
Type of the element(s) in the message.
Options() - Constructor for class org.apache.beam.runners.samza.SamzaRunnerRegistrar.Options
 
org.apache.beam.runners.samza - package org.apache.beam.runners.samza
Internal implementation of the Beam runner for Apache Samza.
org.apache.beam.runners.samza.adapter - package org.apache.beam.runners.samza.adapter
Internal implementation of the Beam runner for Apache Samza.
org.apache.beam.runners.samza.container - package org.apache.beam.runners.samza.container
Internal implementation of the Beam runner for Apache Samza.
org.apache.beam.runners.samza.metrics - package org.apache.beam.runners.samza.metrics
Internal implementation of the Beam runner for Apache Samza.
org.apache.beam.runners.samza.runtime - package org.apache.beam.runners.samza.runtime
Internal implementation of the Beam runner for Apache Samza.
org.apache.beam.runners.samza.state - package org.apache.beam.runners.samza.state
Internal implementation of the Beam runner for Apache Samza.
org.apache.beam.runners.samza.transforms - package org.apache.beam.runners.samza.transforms
Internal implementation of the Beam runner for Apache Samza.
org.apache.beam.runners.samza.translation - package org.apache.beam.runners.samza.translation
Internal implementation of the Beam runner for Apache Samza.
org.apache.beam.runners.samza.util - package org.apache.beam.runners.samza.util
Internal implementation of the Beam runner for Apache Samza.
OutputManagerFactory<OutT> - Interface in org.apache.beam.runners.samza.runtime
Factory class to create DoFnRunners.OutputManager.

P

parseArgs(String[]) - Static method in class org.apache.beam.runners.samza.SamzaJobServerDriver
 
PipelineJsonRenderer - Class in org.apache.beam.runners.samza.util
A JSON renderer for BEAM Pipeline DAG.
PipelineJsonRenderer.SamzaIOInfo - Interface in org.apache.beam.runners.samza.util
Interface to get I/O information for a Beam job.
PipelineJsonRenderer.SamzaIORegistrar - Interface in org.apache.beam.runners.samza.util
poll(Set<SystemStreamPartition>, long) - Method in class org.apache.beam.runners.samza.adapter.BoundedSourceSystem.Consumer
 
poll(Set<SystemStreamPartition>, long) - Method in class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem.Consumer
 
poll(Set<SystemStreamPartition>, long) - Method in class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory.SamzaImpulseSystemConsumer
 
poll(Set<SystemStreamPartition>, long) - Method in class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory.SamzaTestStreamSystemConsumer
 
PortableBundleManager<OutT> - Class in org.apache.beam.runners.samza.runtime
Bundle management for the DoFnOp that handles lifecycle of a bundle.
PortableBundleManager(BundleManager.BundleProgressListener<OutT>, long, long, Scheduler<KeyedTimerData<Void>>, String) - Constructor for class org.apache.beam.runners.samza.runtime.PortableBundleManager
 
PortableConfigUtils - Class in org.apache.beam.runners.samza.util
A utility class to encapsulate.
PortableDoFnOp<InT,FnOutT,OutT> - Class in org.apache.beam.runners.samza.runtime
Samza operator for DoFn.
PortableDoFnOp(TupleTag<FnOutT>, DoFn<InT, FnOutT>, Coder<?>, Coder<InT>, Coder<WindowedValue<InT>>, Map<TupleTag<?>, Coder<?>>, Collection<PCollectionView<?>>, List<TupleTag<?>>, WindowingStrategy, Map<String, PCollectionView<?>>, OutputManagerFactory<OutT>, String, String, PCollection.IsBounded, boolean, RunnerApi.ExecutableStagePayload, JobInfo, Map<String, TupleTag<?>>, DoFnSchemaInformation, Map<?, PCollectionView<?>>, Map<String, String>) - Constructor for class org.apache.beam.runners.samza.runtime.PortableDoFnOp
 
portableMetrics() - Method in class org.apache.beam.runners.samza.SamzaPortablePipelineResult
 
PortableTranslationContext - Class in org.apache.beam.runners.samza.translation
Helper that keeps the mapping from BEAM PCollection id to Samza MessageStream.
PortableTranslationContext(StreamApplicationDescriptor, SamzaPipelineOptions, JobInfo) - Constructor for class org.apache.beam.runners.samza.translation.PortableTranslationContext
 
prepare() - Method in interface org.apache.beam.runners.samza.runtime.FutureCollector
Prepares the FutureCollector to accept output elements.
processElement(WindowedValue<InT>) - Method in class org.apache.beam.runners.samza.metrics.DoFnRunnerWithMetrics
 
processElement(WindowedValue<InT>) - Method in class org.apache.beam.runners.samza.runtime.AsyncDoFnRunner
 
processElement(WindowedValue<InT>, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.DoFnOp
 
processElement(WindowedValue<InputT>) - Method in class org.apache.beam.runners.samza.runtime.DoFnRunnerWithKeyedInternals
 
processElement(WindowedValue<KeyedWorkItem<K, InputT>>, OpEmitter<KV<K, OutputT>>) - Method in class org.apache.beam.runners.samza.runtime.GroupByKeyOp
 
processElement(WindowedValue<KV<K, V>>, OpEmitter<KeyedWorkItem<K, V>>) - Method in class org.apache.beam.runners.samza.runtime.KvToKeyedWorkItemOp
 
processElement(WindowedValue<InT>, OpEmitter<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.Op
 
processElement(WindowedValue<InT>, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.PortableDoFnOp
 
processElement(WindowedValue<KeyedWorkItem<byte[], KV<InputT, RestrictionT>>>, OpEmitter<RawUnionValue>) - Method in class org.apache.beam.runners.samza.runtime.SplittableParDoProcessKeyedElementsOp
 
processElement(WindowedValue<T>, OpEmitter<T>) - Method in class org.apache.beam.runners.samza.runtime.WindowAssignOp
 
ProcessElementExecutorServiceFactory() - Constructor for class org.apache.beam.runners.samza.SamzaPipelineOptions.ProcessElementExecutorServiceFactory
 
processSideInput(String, WindowedValue<? extends Iterable<?>>, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.DoFnOp
 
processSideInput(String, WindowedValue<? extends Iterable<?>>, OpEmitter<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.Op
 
processSideInput(String, WindowedValue<? extends Iterable<?>>, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.PortableDoFnOp
 
processSideInputWatermark(Instant, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.DoFnOp
 
processSideInputWatermark(Instant, OpEmitter<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.Op
 
processSideInputWatermark(Instant, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.PortableDoFnOp
 
processTimer(KeyedTimerData<Void>, OpEmitter<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.BundleManager
Signals the BundleManager that a timer is up.
processTimer(KeyedTimerData<Void>, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.ClassicBundleManager
 
processTimer(KeyedTimerData<Void>, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.DoFnOp
 
processTimer(KeyedTimerData<K>, OpEmitter<KV<K, OutputT>>) - Method in class org.apache.beam.runners.samza.runtime.GroupByKeyOp
 
processTimer(KeyedTimerData<K>, OpEmitter<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.Op
 
processTimer(KeyedTimerData<Void>, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.PortableBundleManager
 
processTimer(KeyedTimerData<Void>, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.PortableDoFnOp
 
processTimer(KeyedTimerData<byte[]>, OpEmitter<RawUnionValue>) - Method in class org.apache.beam.runners.samza.runtime.SplittableParDoProcessKeyedElementsOp
 
processWatermark(Instant, OpEmitter<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.BundleManager
Signals a watermark event arrived.
processWatermark(Instant, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.ClassicBundleManager
 
processWatermark(Instant, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.DoFnOp
 
processWatermark(Instant, OpEmitter<KV<K, OutputT>>) - Method in class org.apache.beam.runners.samza.runtime.GroupByKeyOp
 
processWatermark(Instant, OpEmitter<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.Op
 
processWatermark(long) - Method in class org.apache.beam.runners.samza.runtime.OpAdapter
 
processWatermark(Instant, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.PortableBundleManager
 
processWatermark(Instant, OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.PortableDoFnOp
 
processWatermark(Instant, OpEmitter<RawUnionValue>) - Method in class org.apache.beam.runners.samza.runtime.SplittableParDoProcessKeyedElementsOp
 
put(String, String) - Method in class org.apache.beam.runners.samza.translation.ConfigBuilder
 
putAll(Map<String, String>) - Method in class org.apache.beam.runners.samza.translation.ConfigBuilder
 
PViewToIdMapper - Class in org.apache.beam.runners.samza.translation
This class generates an ID for each PValue during a topological traversal of the BEAM Pipeline.

R

readIterator() - Method in interface org.apache.beam.runners.samza.state.SamzaMapState
Returns an iterator from the current map state.
readIterator() - Method in interface org.apache.beam.runners.samza.state.SamzaSetState
Returns an iterator from the current set state.
ReadTranslator<T> - Class in org.apache.beam.runners.samza.translation
Translates Read to Samza input MessageStream.
ReadTranslator() - Constructor for class org.apache.beam.runners.samza.translation.ReadTranslator
 
register(SystemStreamPartition, String) - Method in class org.apache.beam.runners.samza.adapter.BoundedSourceSystem.Consumer
 
register(SystemStreamPartition, String) - Method in class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem.Consumer
 
register(String, String, Context) - Method in class org.apache.beam.runners.samza.metrics.SamzaTransformMetricRegistry
 
register(String, Context) - Method in class org.apache.beam.runners.samza.metrics.SamzaTransformMetrics
 
register(SystemStreamPartition, String) - Method in class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory.SamzaImpulseSystemConsumer
 
register(SystemStreamPartition, String) - Method in class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory.SamzaTestStreamSystemConsumer
 
registerInputMessageStream(String, InputDescriptor<KV<?, OpMessage<T>>, ?>) - Method in class org.apache.beam.runners.samza.translation.PortableTranslationContext
Register an input stream with certain config id.
registerInputMessageStream(PValue, InputDescriptor<KV<?, OpMessage<OutT>>, ?>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
registerInputMessageStreams(String, List<? extends InputDescriptor<KV<?, OpMessage<T>>, ?>>) - Method in class org.apache.beam.runners.samza.translation.PortableTranslationContext
 
registerInputMessageStreams(PValue, List<? extends InputDescriptor<KV<?, OpMessage<OutT>>, ?>>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
Function to register a merged messageStream of all input messageStreams to a PCollection.
registerInputMessageStreams(KeyT, List<? extends InputDescriptor<KV<?, OpMessage<OutT>>, ?>>, BiConsumer<KeyT, MessageStream<OpMessage<OutT>>>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
registerMessageStream(String, MessageStream<OpMessage<T>>) - Method in class org.apache.beam.runners.samza.translation.PortableTranslationContext
 
registerMessageStream(PValue, MessageStream<OpMessage<OutT>>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
registerViewStream(PCollectionView<ViewT>, MessageStream<OpMessage<Iterable<ElemT>>>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
removeProcessingTimer(KeyedTimerData<K>) - Method in class org.apache.beam.runners.samza.runtime.SamzaTimerInternalsFactory
 
removeReadyTimers() - Method in class org.apache.beam.runners.samza.runtime.SamzaTimerInternalsFactory
The method is called when watermark comes.
ReshuffleTranslator<K,InT,OutT> - Class in org.apache.beam.runners.samza.translation
Translates Reshuffle transform into Samza's native partitionBy operator, which will partition each incoming message by the key into a Task corresponding to that key.
ReshuffleTranslator() - Constructor for class org.apache.beam.runners.samza.translation.ReshuffleTranslator
 
ReshuffleTranslator.IsSamzaNativeTransform - Class in org.apache.beam.runners.samza.translation
Predicate to determine whether a URN is a Samza native transform.
run(ExternalContext) - Method in class org.apache.beam.runners.samza.container.BeamContainerRunner
 
run(ExternalContext) - Method in class org.apache.beam.runners.samza.container.BeamJobCoordinatorRunner
 
run(RunnerApi.Pipeline, JobInfo) - Method in class org.apache.beam.runners.samza.SamzaPipelineRunner
 
run(Pipeline) - Method in class org.apache.beam.runners.samza.SamzaRunner
 
run(Pipeline) - Method in class org.apache.beam.runners.samza.TestSamzaRunner
 
Runner() - Constructor for class org.apache.beam.runners.samza.SamzaRunnerRegistrar.Runner
 
runPortablePipeline(RunnerApi.Pipeline, JobInfo) - Method in class org.apache.beam.runners.samza.SamzaRunner
 

S

SamzaCoders - Class in org.apache.beam.runners.samza.util
Utils for Coders creation/conversion in Samza.
SamzaDoFnInvokerRegistrar - Interface in org.apache.beam.runners.samza.runtime
A registrar for Samza DoFnInvoker.
SamzaDoFnRunners - Class in org.apache.beam.runners.samza.runtime
A factory for Samza runner translator to create underlying DoFnRunner used in DoFnOp.
SamzaDoFnRunners() - Constructor for class org.apache.beam.runners.samza.runtime.SamzaDoFnRunners
 
SamzaExecutableStageContextFactory - Class in org.apache.beam.runners.samza.runtime
Singleton class that contains one ExecutableStageContext.Factory per job.
SamzaExecutionContext - Class in org.apache.beam.runners.samza
Runtime context for the Samza runner.
SamzaExecutionContext(SamzaPipelineOptions) - Constructor for class org.apache.beam.runners.samza.SamzaExecutionContext
 
SamzaExecutionContext.Factory - Class in org.apache.beam.runners.samza
The factory to return this SamzaExecutionContext.
SamzaExecutionEnvironment - Enum in org.apache.beam.runners.samza
Different Samza execution environments that defines how the Samza job will be deployed.
SamzaImpulseSystemAdmin() - Constructor for class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory.SamzaImpulseSystemAdmin
 
SamzaImpulseSystemConsumer() - Constructor for class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory.SamzaImpulseSystemConsumer
 
SamzaImpulseSystemFactory - Class in org.apache.beam.runners.samza.translation
This is a trivial system for generating impulse event in Samza when translating IMPULSE transform in portable api.
SamzaImpulseSystemFactory() - Constructor for class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory
 
SamzaImpulseSystemFactory.SamzaImpulseSystemAdmin - Class in org.apache.beam.runners.samza.translation
System admin for ImpulseSystem.
SamzaImpulseSystemFactory.SamzaImpulseSystemConsumer - Class in org.apache.beam.runners.samza.translation
System consumer for ImpulseSystem.
SamzaJobInvoker - Class in org.apache.beam.runners.samza
 
SamzaJobInvoker(String) - Constructor for class org.apache.beam.runners.samza.SamzaJobInvoker
 
SamzaJobServerDriver - Class in org.apache.beam.runners.samza
Driver program that starts a job server for the Samza runner.
SamzaJobServerDriver(JobServerDriver.ServerConfiguration, ServerFactory, ServerFactory, JobServerDriver.JobInvokerFactory) - Constructor for class org.apache.beam.runners.samza.SamzaJobServerDriver
 
SamzaJobServerDriver.SamzaServerConfiguration - Class in org.apache.beam.runners.samza
Samza runner-specific Configuration for the jobServer.
SamzaMapState<KeyT,ValueT> - Interface in org.apache.beam.runners.samza.state
Samza's extended MapState, allowing extra access methods to the state.
SamzaMetricOpFactory - Class in org.apache.beam.runners.samza.metrics
Factory class to create Op for default transform metric computation.
SamzaMetricOpFactory() - Constructor for class org.apache.beam.runners.samza.metrics.SamzaMetricOpFactory
 
SamzaMetricOpFactory.OpType - Enum in org.apache.beam.runners.samza.metrics
 
SamzaMetricsContainer - Class in org.apache.beam.runners.samza.metrics
This class holds the MetricsContainers for BEAM metrics, and update the results to Samza metrics.
SamzaMetricsContainer(MetricsRegistryMap) - Constructor for class org.apache.beam.runners.samza.metrics.SamzaMetricsContainer
 
SamzaPipelineExceptionContext - Class in org.apache.beam.runners.samza
Helper that is used to metadata associated with an exception thrown by Samza Runner.
SamzaPipelineExceptionContext(String, Exception) - Constructor for class org.apache.beam.runners.samza.SamzaPipelineExceptionContext
 
SamzaPipelineExceptionListener - Interface in org.apache.beam.runners.samza.util
An ExceptionListener following Observer pattern.
SamzaPipelineExceptionListener.Registrar - Interface in org.apache.beam.runners.samza.util
 
SamzaPipelineLifeCycleListener - Interface in org.apache.beam.runners.samza
Life cycle listener for a Samza pipeline during runtime.
SamzaPipelineLifeCycleListener.Registrar - Interface in org.apache.beam.runners.samza
SamzaPipelineOptions - Interface in org.apache.beam.runners.samza
Options which can be used to configure a Samza PortablePipelineRunner.
SamzaPipelineOptions.ProcessElementExecutorServiceFactory - Class in org.apache.beam.runners.samza
 
SamzaPipelineOptionsValidator - Class in org.apache.beam.runners.samza
Validates that the SamzaPipelineOptions conforms to all the criteria.
SamzaPipelineOptionsValidator() - Constructor for class org.apache.beam.runners.samza.SamzaPipelineOptionsValidator
 
SamzaPipelineResult - Class in org.apache.beam.runners.samza
The result from executing a Samza Pipeline.
SamzaPipelineResult(ApplicationRunner, SamzaExecutionContext, SamzaPipelineLifeCycleListener, Config) - Constructor for class org.apache.beam.runners.samza.SamzaPipelineResult
 
SamzaPipelineRunner - Class in org.apache.beam.runners.samza
Runs a Samza job via SamzaRunner.
SamzaPipelineRunner(SamzaPipelineOptions) - Constructor for class org.apache.beam.runners.samza.SamzaPipelineRunner
 
SamzaPipelineTranslator - Class in org.apache.beam.runners.samza.translation
This class knows all the translators from a primitive BEAM transform to a Samza operator.
SamzaPipelineTranslator.SamzaPipelineVisitor - Class in org.apache.beam.runners.samza.translation
 
SamzaPipelineTranslator.SamzaTransformsRegistrar - Class in org.apache.beam.runners.samza.translation
Registers classes specialized to the Samza runner.
SamzaPipelineTranslator.SamzaTranslators - Class in org.apache.beam.runners.samza.translation
Registers Samza translators.
SamzaPipelineTranslator.TransformVisitorFn - Interface in org.apache.beam.runners.samza.translation
 
SamzaPipelineTranslatorUtils - Class in org.apache.beam.runners.samza.util
Utilities for pipeline translation.
SamzaPipelineVisitor(SamzaPipelineTranslator.TransformVisitorFn) - Constructor for class org.apache.beam.runners.samza.translation.SamzaPipelineTranslator.SamzaPipelineVisitor
 
SamzaPortablePipelineOptions - Interface in org.apache.beam.runners.samza
Samza pipeline option that contains portability specific logic.
SamzaPortablePipelineResult - Class in org.apache.beam.runners.samza
The result from executing a Samza Portable Pipeline.
SamzaPortablePipelineTranslator - Class in org.apache.beam.runners.samza.translation
Portable specific samza pipeline translator.
SamzaPortablePipelineTranslator.SamzaTranslators - Class in org.apache.beam.runners.samza.translation
Registers Samza translators.
SamzaPortableTranslatorRegistrar - Interface in org.apache.beam.runners.samza.translation
A registrar of TransformTranslator in portable pipeline.
SamzaRunner - Class in org.apache.beam.runners.samza
A PipelineRunner that executes the operations in the Pipeline into an equivalent Samza plan.
SamzaRunnerOverrideConfigs - Class in org.apache.beam.runners.samza
A helper class for holding all the beam runner specific samza configs.
SamzaRunnerOverrideConfigs() - Constructor for class org.apache.beam.runners.samza.SamzaRunnerOverrideConfigs
 
SamzaRunnerRegistrar - Class in org.apache.beam.runners.samza
AutoService registrar - will register SamzaRunner and SamzaOptions as possible pipeline runner services.
SamzaRunnerRegistrar.Options - Class in org.apache.beam.runners.samza
Pipeline options registrar.
SamzaRunnerRegistrar.Runner - Class in org.apache.beam.runners.samza
Pipeline runner registrar.
SamzaServerConfiguration() - Constructor for class org.apache.beam.runners.samza.SamzaJobServerDriver.SamzaServerConfiguration
 
SamzaSetState<T> - Interface in org.apache.beam.runners.samza.state
Samza's extended SetState, allowing extra access methods to the state.
SamzaStateRequestHandlers - Class in org.apache.beam.runners.samza.runtime
This class creates StateRequestHandler for side inputs and states of the Samza portable runner.
SamzaStateRequestHandlers() - Constructor for class org.apache.beam.runners.samza.runtime.SamzaStateRequestHandlers
 
SamzaStoreStateInternals<K> - Class in org.apache.beam.runners.samza.runtime
StateInternals that uses Samza local KeyValueStore to manage state.
SamzaStoreStateInternals.ByteArray - Class in org.apache.beam.runners.samza.runtime
Wrapper of byte[] so it can used as key in the KeyValueStore for caching.
SamzaStoreStateInternals.ByteArraySerdeFactory - Class in org.apache.beam.runners.samza.runtime
SamzaStoreStateInternals.ByteArraySerdeFactory.ByteArraySerde - Class in org.apache.beam.runners.samza.runtime
SamzaStoreStateInternals.Factory<K> - Class in org.apache.beam.runners.samza.runtime
Factory class to create SamzaStoreStateInternals.
SamzaStoreStateInternals.StateValue<T> - Class in org.apache.beam.runners.samza.runtime
Wrapper for state value so that unencoded value can be read directly from the cache of KeyValueStore.
SamzaStoreStateInternals.StateValueSerdeFactory - Class in org.apache.beam.runners.samza.runtime
SamzaStoreStateInternals.StateValueSerdeFactory.StateValueSerde - Class in org.apache.beam.runners.samza.runtime
SamzaTestStreamSystemAdmin() - Constructor for class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory.SamzaTestStreamSystemAdmin
 
SamzaTestStreamSystemConsumer(TestStream<T>) - Constructor for class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory.SamzaTestStreamSystemConsumer
 
SamzaTestStreamSystemFactory - Class in org.apache.beam.runners.samza.translation
A Samza system factory that supports consuming from TestStream and translating events into messages according to the TestStream.EventType of the events.
SamzaTestStreamSystemFactory() - Constructor for class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory
 
SamzaTestStreamSystemFactory.SamzaTestStreamSystemAdmin - Class in org.apache.beam.runners.samza.translation
System admin for SamzaTestStreamSystem.
SamzaTestStreamSystemFactory.SamzaTestStreamSystemConsumer<T> - Class in org.apache.beam.runners.samza.translation
System consumer for SamzaTestStreamSystem.
SamzaTestStreamTranslator<T> - Class in org.apache.beam.runners.samza.translation
Translate TestStream to a samza message stream produced by SamzaTestStreamSystemFactory.SamzaTestStreamSystemConsumer.
SamzaTestStreamTranslator() - Constructor for class org.apache.beam.runners.samza.translation.SamzaTestStreamTranslator
 
SamzaTimerInternalsFactory<K> - Class in org.apache.beam.runners.samza.runtime
TimerInternalsFactory that creates Samza TimerInternals.
SamzaTimerInternalsFactory.TimerKeyCoder<K> - Class in org.apache.beam.runners.samza.runtime
Coder for TimerKey.
SamzaTransformMetricRegistry - Class in org.apache.beam.runners.samza.metrics
SamzaTransformMetricRegistry is a registry that maintains the metrics for each transform.
SamzaTransformMetricRegistry() - Constructor for class org.apache.beam.runners.samza.metrics.SamzaTransformMetricRegistry
 
SamzaTransformMetrics - Class in org.apache.beam.runners.samza.metrics
Metrics like throughput, latency and watermark progress for each Beam transform for Samza Runner.
SamzaTransformMetrics() - Constructor for class org.apache.beam.runners.samza.metrics.SamzaTransformMetrics
 
SamzaTransformOverrides - Class in org.apache.beam.runners.samza.translation
PTransform overrides for Samza runner.
SamzaTransformOverrides() - Constructor for class org.apache.beam.runners.samza.translation.SamzaTransformOverrides
 
SamzaTransformsRegistrar() - Constructor for class org.apache.beam.runners.samza.translation.SamzaPipelineTranslator.SamzaTransformsRegistrar
 
SamzaTranslatorRegistrar - Interface in org.apache.beam.runners.samza.translation
A registrar of TransformTranslator.
SamzaTranslators() - Constructor for class org.apache.beam.runners.samza.translation.SamzaPipelineTranslator.SamzaTranslators
 
SamzaTranslators() - Constructor for class org.apache.beam.runners.samza.translation.SamzaPortablePipelineTranslator.SamzaTranslators
 
scan(Pipeline) - Static method in class org.apache.beam.runners.samza.translation.StateIdParser
 
schedule(Scheduler<KeyedTimerData<K>>) - Method in class org.apache.beam.runners.samza.runtime.OpAdapter
 
setBundleProcessingTimeout(long) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setConfigFilePath(String) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setConfigLoaderFactory(Class<? extends ConfigLoaderFactory>) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setConfigOverride(Map<String, String>) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setCurrentTransform(AppliedPTransform<?, ?, ?>) - Method in class org.apache.beam.runners.samza.translation.ConfigContext
 
setCurrentTransform(PipelineNode.PTransformNode) - Method in class org.apache.beam.runners.samza.translation.PortableTranslationContext
 
setCurrentTransform(AppliedPTransform<?, ?, ?>) - Method in class org.apache.beam.runners.samza.translation.TranslationContext
 
setDropLateData(boolean) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setEnableMetrics(Boolean) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setEnableTransformMetrics(Boolean) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setEventTimerBufferSize(int) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setExecutorServiceForProcessElement(ExecutorService) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setFsTokenPath(String) - Method in interface org.apache.beam.runners.samza.SamzaPortablePipelineOptions
 
setInputWatermark(Instant) - Method in class org.apache.beam.runners.samza.runtime.SamzaTimerInternalsFactory
 
setJobInstance(String) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setMaxBundleSize(long) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setMaxBundleTimeMs(long) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setMaxReadyTimersToProcessOnce(int) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setMaxSourceParallelism(int) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setMetricsReporters(List<MetricsReporter>) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setNumThreadsForProcessElement(int) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setOutputWatermark(Instant) - Method in class org.apache.beam.runners.samza.runtime.SamzaTimerInternalsFactory
 
setSamzaExecutionEnvironment(SamzaExecutionEnvironment) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setStateDurable(Boolean) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setStoreBatchGetSize(int) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setSystemBufferSize(int) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
setWatermarkInterval(long) - Method in interface org.apache.beam.runners.samza.SamzaPipelineOptions
 
signalFailure(Throwable) - Method in interface org.apache.beam.runners.samza.runtime.BundleManager
Fails the current bundle, throws away the pending output, and resets the bundle to an empty state.
signalFailure(Throwable) - Method in class org.apache.beam.runners.samza.runtime.ClassicBundleManager
Signal the bundle manager to handle failure.
signalFailure(Throwable) - Method in class org.apache.beam.runners.samza.runtime.PortableBundleManager
Signal the bundle manager to handle failure.
SingleOutputManagerFactory() - Constructor for class org.apache.beam.runners.samza.runtime.DoFnOp.SingleOutputManagerFactory
 
SplittableParDoProcessKeyedElementsOp<InputT,OutputT,RestrictionT,PositionT,WatermarkEstimatorStateT> - Class in org.apache.beam.runners.samza.runtime
Samza operator for GroupByKey.
SplittableParDoProcessKeyedElementsOp(TupleTag<OutputT>, SplittableParDo.ProcessKeyedElements<InputT, OutputT, RestrictionT, WatermarkEstimatorStateT>, WindowingStrategy<?, BoundedWindow>, OutputManagerFactory<RawUnionValue>, String, String, PCollection.IsBounded) - Constructor for class org.apache.beam.runners.samza.runtime.SplittableParDoProcessKeyedElementsOp
 
SplittableParDoTranslators - Class in org.apache.beam.runners.samza.translation
A set of translators for SplittableParDo.
SplittableParDoTranslators() - Constructor for class org.apache.beam.runners.samza.translation.SplittableParDoTranslators
 
standAloneRunConfig() - Static method in class org.apache.beam.runners.samza.translation.ConfigBuilder
 
start() - Method in class org.apache.beam.runners.samza.adapter.BoundedSourceSystem.Consumer
 
start() - Method in class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem.Consumer
 
start() - Method in class org.apache.beam.runners.samza.SamzaExecutionContext
 
start() - Method in class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory.SamzaImpulseSystemConsumer
 
start() - Method in class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory.SamzaTestStreamSystemConsumer
 
startBundle() - Method in class org.apache.beam.runners.samza.metrics.DoFnRunnerWithMetrics
 
startBundle() - Method in class org.apache.beam.runners.samza.runtime.AsyncDoFnRunner
 
startBundle() - Method in class org.apache.beam.runners.samza.runtime.DoFnRunnerWithKeyedInternals
 
state(StateNamespace, StateTag<T>) - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals
 
state(StateNamespace, StateTag<V>, StateContext<?>) - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals
 
StateIdParser - Class in org.apache.beam.runners.samza.translation
This class identifies the set of non-unique state ids by scanning the BEAM Pipeline with a topological traversal.
stateInternalsForKey(K) - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.Factory
 
StateUtils - Class in org.apache.beam.runners.samza.util
Utils for determining stateful operators.
StateUtils() - Constructor for class org.apache.beam.runners.samza.util.StateUtils
 
StateValueSerde() - Constructor for class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.StateValueSerdeFactory.StateValueSerde
 
StateValueSerdeFactory() - Constructor for class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.StateValueSerdeFactory
 
status() - Method in class org.apache.beam.runners.samza.container.BeamContainerRunner
 
status() - Method in class org.apache.beam.runners.samza.container.BeamJobCoordinatorRunner
 
stop() - Method in class org.apache.beam.runners.samza.adapter.BoundedSourceSystem.Consumer
 
stop() - Method in class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem.Consumer
 
stop() - Method in class org.apache.beam.runners.samza.SamzaExecutionContext
 
stop() - Method in class org.apache.beam.runners.samza.translation.SamzaImpulseSystemFactory.SamzaImpulseSystemConsumer
 
stop() - Method in class org.apache.beam.runners.samza.translation.SamzaTestStreamSystemFactory.SamzaTestStreamSystemConsumer
 
StoreIdGenerator - Class in org.apache.beam.runners.samza.util
This class encapsulates the logic to generate unique store id.
StoreIdGenerator(Set<String>) - Constructor for class org.apache.beam.runners.samza.util.StoreIdGenerator
 

T

test(RunnerApi.PTransform) - Method in class org.apache.beam.runners.samza.translation.ReshuffleTranslator.IsSamzaNativeTransform
 
TEST_STREAM_DECODER - Static variable in class org.apache.beam.runners.samza.translation.SamzaTestStreamTranslator
 
TestSamzaRunner - Class in org.apache.beam.runners.samza
TestSamzaRunner(PipelineOptions) - Constructor for class org.apache.beam.runners.samza.TestSamzaRunner
 
timerInternalsForKey(K) - Method in class org.apache.beam.runners.samza.runtime.SamzaTimerInternalsFactory
 
toBytes(SamzaStoreStateInternals.ByteArray) - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.ByteArraySerdeFactory.ByteArraySerde
 
toBytes(SamzaStoreStateInternals.StateValue<?>) - Method in class org.apache.beam.runners.samza.runtime.SamzaStoreStateInternals.StateValueSerdeFactory.StateValueSerde
 
toJsonString(Pipeline, ConfigContext) - Static method in class org.apache.beam.runners.samza.util.PipelineJsonRenderer
This method creates a JSON representation of the Beam pipeline.
toJsonString(RunnerApi.Pipeline) - Static method in class org.apache.beam.runners.samza.util.PipelineJsonRenderer
This method creates a JSON representation for Beam Portable Pipeline.
toSerde(Coder<T>) - Static method in class org.apache.beam.runners.samza.util.SamzaCoders
 
toStepName(ExecutableStage) - Static method in class org.apache.beam.runners.samza.util.DoFnUtils
 
toString() - Method in class org.apache.beam.runners.samza.runtime.KeyedTimerData
 
toString() - Method in class org.apache.beam.runners.samza.runtime.OpMessage
 
TransformConfigGenerator<T extends org.apache.beam.sdk.transforms.PTransform<?,?>> - Interface in org.apache.beam.runners.samza.translation
Generates config for a BEAM PTransform (regular java api or portable api).
TransformTranslator<T extends org.apache.beam.sdk.transforms.PTransform<?,?>> - Interface in org.apache.beam.runners.samza.translation
Interface of Samza translator for BEAM PTransform.
translate(PTransform<PBegin, PCollection<byte[]>>, TransformHierarchy.Node, TranslationContext) - Method in class org.apache.beam.runners.samza.translation.ImpulseTranslator
 
translate(PTransform<PBegin, PCollection<T>>, TransformHierarchy.Node, TranslationContext) - Method in class org.apache.beam.runners.samza.translation.ReadTranslator
 
translate(PTransform<PCollection<KV<K, InT>>, PCollection<KV<K, OutT>>>, TransformHierarchy.Node, TranslationContext) - Method in class org.apache.beam.runners.samza.translation.ReshuffleTranslator
 
translate(Pipeline, TranslationContext) - Static method in class org.apache.beam.runners.samza.translation.SamzaPipelineTranslator
 
translate(RunnerApi.Pipeline, PortableTranslationContext) - Static method in class org.apache.beam.runners.samza.translation.SamzaPortablePipelineTranslator
 
translate(TestStream<T>, TransformHierarchy.Node, TranslationContext) - Method in class org.apache.beam.runners.samza.translation.SamzaTestStreamTranslator
 
translate(T, TransformHierarchy.Node, TranslationContext) - Method in interface org.apache.beam.runners.samza.translation.TransformTranslator
Translates the Java PTransform into Samza API.
translatePortable(PipelineNode.PTransformNode, QueryablePipeline, PortableTranslationContext) - Method in class org.apache.beam.runners.samza.translation.ImpulseTranslator
 
translatePortable(PipelineNode.PTransformNode, QueryablePipeline, PortableTranslationContext) - Method in class org.apache.beam.runners.samza.translation.ReshuffleTranslator
 
translatePortable(PipelineNode.PTransformNode, QueryablePipeline, PortableTranslationContext) - Method in class org.apache.beam.runners.samza.translation.SamzaTestStreamTranslator
 
translatePortable(PipelineNode.PTransformNode, QueryablePipeline, PortableTranslationContext) - Method in interface org.apache.beam.runners.samza.translation.TransformTranslator
Translates the portable RunnerApi.PTransform into Samza API.
TranslationContext - Class in org.apache.beam.runners.samza.translation
Helper that keeps the mapping from BEAM PValue/PCollectionView to Samza MessageStream.
TranslationContext(StreamApplicationDescriptor, Map<PValue, String>, Set<String>, SamzaPipelineOptions) - Constructor for class org.apache.beam.runners.samza.translation.TranslationContext
 
tryFinishBundle(OpEmitter<OutT>) - Method in interface org.apache.beam.runners.samza.runtime.BundleManager
Tries to close the bundle, and reset the bundle to an empty state.
tryFinishBundle(OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.ClassicBundleManager
 
tryFinishBundle(OpEmitter<OutT>) - Method in class org.apache.beam.runners.samza.runtime.PortableBundleManager
 
tryStartBundle() - Method in interface org.apache.beam.runners.samza.runtime.BundleManager
Starts a new bundle if not already started, then adds an element to the existing bundle.
tryStartBundle() - Method in class org.apache.beam.runners.samza.runtime.ClassicBundleManager
 
tryStartBundle() - Method in class org.apache.beam.runners.samza.runtime.PortableBundleManager
 

U

UnboundedSourceSystem - Class in org.apache.beam.runners.samza.adapter
A Samza system that supports reading from a Beam UnboundedSource.
UnboundedSourceSystem() - Constructor for class org.apache.beam.runners.samza.adapter.UnboundedSourceSystem
 
UnboundedSourceSystem.Admin<T,CheckpointMarkT extends org.apache.beam.sdk.io.UnboundedSource.CheckpointMark> - Class in org.apache.beam.runners.samza.adapter
A SystemAdmin for UnboundedSourceSystem.
UnboundedSourceSystem.Consumer<T,CheckpointMarkT extends org.apache.beam.sdk.io.UnboundedSource.CheckpointMark> - Class in org.apache.beam.runners.samza.adapter
A SystemConsumer for a UnboundedSource.
UnboundedSourceSystem.Factory<T,CheckpointMarkT extends org.apache.beam.sdk.io.UnboundedSource.CheckpointMark> - Class in org.apache.beam.runners.samza.adapter
A SystemFactory that produces a UnboundedSourceSystem for a particular UnboundedSource registered in Config.
updateAfterFiring(AccumT) - Method in class org.apache.beam.runners.samza.transforms.UpdatingCombineFn
Returns an updated accumulator from the given accumulator after firing a window pane.
updateArrivalTimeMap(String, String, long, long) - Method in class org.apache.beam.runners.samza.metrics.SamzaTransformMetricRegistry
 
updateArrivalTimeMap(String, BoundedWindow, long) - Method in class org.apache.beam.runners.samza.metrics.SamzaTransformMetricRegistry
 
updateExecutableStageBundleMetric(String, long) - Method in class org.apache.beam.runners.samza.metrics.SamzaMetricsContainer
 
updateMetrics(String) - Method in class org.apache.beam.runners.samza.metrics.SamzaMetricsContainer
 
UpdatingCombineFn<InputT,AccumT,OutputT> - Class in org.apache.beam.runners.samza.transforms
Currently Beam only supports either throw away the accumulation or keep it after firing.
UpdatingCombineFn() - Constructor for class org.apache.beam.runners.samza.transforms.UpdatingCombineFn
 

V

validate(SamzaPipelineOptions) - Static method in class org.apache.beam.runners.samza.SamzaPipelineOptionsValidator
 
valueOf(String) - Static method in enum org.apache.beam.runners.samza.metrics.SamzaMetricOpFactory.OpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.beam.runners.samza.runtime.OpMessage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.beam.runners.samza.SamzaExecutionEnvironment
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.beam.runners.samza.metrics.SamzaMetricOpFactory.OpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.beam.runners.samza.runtime.OpMessage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.beam.runners.samza.SamzaExecutionEnvironment
Returns an array containing the constants of this enum type, in the order they are declared.
verifyDeterministic() - Method in class org.apache.beam.runners.samza.runtime.KeyedTimerData.KeyedTimerDataCoder
 
verifyDeterministic() - Method in class org.apache.beam.runners.samza.runtime.SamzaTimerInternalsFactory.TimerKeyCoder
 
visitPrimitiveTransform(TransformHierarchy.Node) - Method in class org.apache.beam.runners.samza.translation.PViewToIdMapper
 
visitPrimitiveTransform(TransformHierarchy.Node) - Method in class org.apache.beam.runners.samza.translation.SamzaPipelineTranslator.SamzaPipelineVisitor
 
visitPrimitiveTransform(TransformHierarchy.Node) - Method in class org.apache.beam.runners.samza.translation.StateIdParser
 
visitPrimitiveTransform(TransformHierarchy.Node) - Method in class org.apache.beam.runners.samza.util.PipelineJsonRenderer
 
visitValue(PValue, TransformHierarchy.Node) - Method in class org.apache.beam.runners.samza.translation.PViewToIdMapper
 
visitValue(PValue, TransformHierarchy.Node) - Method in class org.apache.beam.runners.samza.util.PipelineJsonRenderer
 

W

waitForFinish() - Method in class org.apache.beam.runners.samza.container.BeamContainerRunner
 
waitForFinish(Duration) - Method in class org.apache.beam.runners.samza.container.BeamContainerRunner
 
waitForFinish() - Method in class org.apache.beam.runners.samza.container.BeamJobCoordinatorRunner
 
waitForFinish(Duration) - Method in class org.apache.beam.runners.samza.container.BeamJobCoordinatorRunner
 
waitUntilFinish(Duration) - Method in class org.apache.beam.runners.samza.SamzaPipelineResult
 
waitUntilFinish() - Method in class org.apache.beam.runners.samza.SamzaPipelineResult
 
WindowAssignOp<T,W extends org.apache.beam.sdk.transforms.windowing.BoundedWindow> - Class in org.apache.beam.runners.samza.runtime
Samza operator for Window.Assign.
WindowAssignOp(WindowFn<T, W>) - Constructor for class org.apache.beam.runners.samza.runtime.WindowAssignOp
 
WindowUtils - Class in org.apache.beam.runners.samza.util
Utils for window operations.
WindowUtils() - Constructor for class org.apache.beam.runners.samza.util.WindowUtils
 
wrap(DoFnRunner<InT, OutT>, SamzaMetricsContainer, String) - Static method in class org.apache.beam.runners.samza.metrics.DoFnRunnerWithMetrics
 
wrap(FnWithMetricsWrapper.SupplierWithException<T>, boolean) - Method in class org.apache.beam.runners.samza.metrics.FnWithMetricsWrapper
 

Y

yarnRunConfig() - Static method in class org.apache.beam.runners.samza.translation.ConfigBuilder
 
A B C D E F G H I K L M O P R S T U V W Y 
Skip navigation links