Interface and Description |
---|
org.apache.beam.sdk.util.IOChannelFactory
This is under redesign, see: https://issues.apache.org/jira/browse/BEAM-59.
|
org.apache.beam.sdk.util.state.StateTag.StateBinder
for migration only; runners should reference the top level
StateBinder
and move towards StateSpec rather than StateTag . |
org.apache.beam.sdk.testing.StreamingIT |
Class and Description |
---|
org.apache.beam.sdk.util.AttemptAndTimeBoundedExponentialBackOff |
org.apache.beam.sdk.util.AttemptBoundedExponentialBackOff |
org.apache.beam.sdk.transforms.Combine.SimpleCombineFn |
org.apache.beam.sdk.util.IntervalBoundedExponentialBackOff |
org.apache.beam.sdk.util.PCollectionViews.IterablePCollectionView
Runners should not inspect the
PCollectionView subclass, as it is an
implementation detail. To specialize a side input, a runner should inspect the
language-independent metadata of the ViewFn . |
org.apache.beam.sdk.util.PCollectionViews.ListPCollectionView
Runners should not inspect the
PCollectionView subclass, as it is an
implementation detail. To specialize a side input, a runner should inspect the
language-independent metadata of the ViewFn . |
org.apache.beam.sdk.util.PCollectionViews.MapPCollectionView
Runners should not inspect the
PCollectionView subclass, as it is an
implementation detail. To specialize a side input, a runner should inspect the
language-independent metadata of the ViewFn . |
org.apache.beam.sdk.util.PCollectionViews.MultimapPCollectionView
Runners should not inspect the
PCollectionView subclass, as it is an
implementation detail. To specialize a side input, a runner should inspect the
language-independent metadata of the ViewFn . |
org.apache.beam.sdk.util.PCollectionViews.SingletonPCollectionView
Runners should not inspect the
PCollectionView subclass, as it is an
implementation detail. To specialize a side input, a runner should inspect the
language-independent metadata of the ViewFn . |
Field and Description |
---|
org.apache.beam.sdk.util.AppEngineEnvironment.IS_APP_ENGINE |
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.