| Package | Description |
|---|---|
| org.apache.beam.examples.complete.game | |
| org.apache.beam.examples.complete.game.utils |
| Modifier and Type | Method and Description |
|---|---|
protected static Map<String,WriteToBigQuery.FieldInfo<KV<String,Integer>>> |
UserScore.configureBigQueryWrite()
Create a map of information that describes how to write pipeline output to BigQuery.
|
protected static Map<String,WriteToBigQuery.FieldInfo<KV<String,Integer>>> |
LeaderBoard.configureGlobalWindowBigQueryWrite()
Create a map of information that describes how to write pipeline output to BigQuery.
|
protected static Map<String,WriteToBigQuery.FieldInfo<Double>> |
GameStats.configureSessionWindowWrite()
Create a map of information that describes how to write pipeline output to BigQuery.
|
protected static Map<String,WriteToBigQuery.FieldInfo<KV<String,Integer>>> |
HourlyTeamScore.configureWindowedTableWrite()
Create a map of information that describes how to write pipeline output to BigQuery.
|
protected static Map<String,WriteToBigQuery.FieldInfo<KV<String,Integer>>> |
LeaderBoard.configureWindowedTableWrite()
Create a map of information that describes how to write pipeline output to BigQuery.
|
protected static Map<String,WriteToBigQuery.FieldInfo<KV<String,Integer>>> |
GameStats.configureWindowedWrite()
Create a map of information that describes how to write pipeline output to BigQuery.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,WriteToBigQuery.FieldInfo<T>> |
WriteToBigQuery.fieldInfo |
| Constructor and Description |
|---|
WriteToBigQuery(String tableName,
Map<String,WriteToBigQuery.FieldInfo<T>> fieldInfo) |
WriteWindowedToBigQuery(String tableName,
Map<String,WriteToBigQuery.FieldInfo<T>> fieldInfo) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.