public interface LCollectionFactory
LCollection
, LTable
and LGroupedTable
objects from their corresponding
PCollection
, PTable
and PGroupedTable
types. You probably don't want to use or implement this
interface directly. You should start with the Lambda
class instead.Modifier and Type | Method and Description |
---|---|
<S> LCollection<S> |
wrap(PCollection<S> collection)
Wrap a PCollection into an LCollection
|
<K,V> LGroupedTable<K,V> |
wrap(PGroupedTable<K,V> collection)
Wrap a PGroupedTable into an LGroupedTable
|
<K,V> LTable<K,V> |
wrap(PTable<K,V> collection)
Wrap a PTable into an LTable
|
<S> LCollection<S> wrap(PCollection<S> collection)
<K,V> LGroupedTable<K,V> wrap(PGroupedTable<K,V> collection)
Copyright © 2016 The Apache Software Foundation. All rights reserved.