public abstract static class RedisIO.ReadAll extends PTransform<PCollection<String>,PCollection<KV<String,String>>>
RedisIO.readAll().name| Constructor and Description |
|---|
ReadAll() |
| Modifier and Type | Method and Description |
|---|---|
PCollection<KV<String,String>> |
expand(PCollection<String> input) |
RedisIO.ReadAll |
withAuth(String auth) |
RedisIO.ReadAll |
withConnectionConfiguration(RedisConnectionConfiguration connection) |
RedisIO.ReadAll |
withEndpoint(String host,
int port) |
RedisIO.ReadAll |
withTimeout(int timeout) |
getAdditionalInputs, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, populateDisplayData, toString, validatepublic RedisIO.ReadAll withEndpoint(String host, int port)
public RedisIO.ReadAll withAuth(String auth)
public RedisIO.ReadAll withTimeout(int timeout)
public RedisIO.ReadAll withConnectionConfiguration(RedisConnectionConfiguration connection)
public PCollection<KV<String,String>> expand(PCollection<String> input)
expand in class PTransform<PCollection<String>,PCollection<KV<String,String>>>Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.