public static interface KafkaWindowedWordCountExample.KafkaStreamingWordCountOptions extends WindowedWordCount.StreamingWordCountOptions
org.apache.beam.sdk.options.GcpOptions.CredentialDirFactory, org.apache.beam.sdk.options.GcpOptions.DefaultProjectFactory, org.apache.beam.sdk.options.GcpOptions.GcpTempLocationFactory, org.apache.beam.sdk.options.GcpOptions.GcpUserCredentialsFactoryorg.apache.beam.sdk.options.GoogleApiDebugOptions.GoogleApiTracerorg.apache.beam.sdk.options.PipelineOptions.AtomicLongFactory, org.apache.beam.sdk.options.PipelineOptions.CheckEnabled, org.apache.beam.sdk.options.PipelineOptions.DirectRunner, org.apache.beam.sdk.options.PipelineOptions.JobNameFactory| Modifier and Type | Method and Description |
|---|---|
String |
getBroker() |
String |
getGroup() |
String |
getKafkaTopic() |
String |
getZookeeper() |
void |
setBroker(String value) |
void |
setGroup(String value) |
void |
setKafkaTopic(String value) |
void |
setZookeeper(String value) |
getSlide, getWindowSize, setSlide, setWindowSizegetInput, getOutput, setInput, setOutputgetCheckpointingInterval, getExecutionRetryDelay, getFilesToStage, getFlinkMaster, getNumberOfExecutionRetries, getParallelism, getStateBackend, setCheckpointingInterval, setExecutionRetryDelay, setFilesToStage, setFlinkMaster, setNumberOfExecutionRetries, setParallelism, setStateBackendisStreaming, setStreaminggetAppName, setAppNamegetAuthorizationServerEncodedUrl, getCredentialDir, getCredentialFactoryClass, getCredentialId, getGcpCredential, getGcpTempLocation, getProject, getSecretsFile, getServiceAccountKeyfile, getServiceAccountName, getTokenServerUrl, setAuthorizationServerEncodedUrl, setCredentialDir, setCredentialFactoryClass, setCredentialId, setGcpCredential, setGcpTempLocation, setProject, setSecretsFile, setServiceAccountKeyfile, setServiceAccountName, setTokenServerUrlgetGoogleApiTrace, setGoogleApiTrace@Default.String(value="test") String getKafkaTopic()
void setKafkaTopic(String value)
@Default.String(value="localhost:9092") String getBroker()
void setBroker(String value)
@Default.String(value="localhost:2181") String getZookeeper()
void setZookeeper(String value)
@Default.String(value="myGroup") String getGroup()
void setGroup(String value)
Copyright © 2016 The Apache Software Foundation. All rights reserved.