Skip navigation links
C F G M O P R S 

C

CdapServiceNowOptions - Interface in org.apache.beam.examples.complete.cdap.servicenow.options
The CdapServiceNowOptions interface provides the custom execution options passed by the executor at the command-line for CdapServiceNowToTxt example.
CdapServiceNowToTxt - Class in org.apache.beam.examples.complete.cdap.servicenow
The CdapServiceNowToTxt pipeline is a batch pipeline which ingests data in JSON format from CDAP ServiceNow, and outputs the resulting records to .txt file.
CdapServiceNowToTxt() - Constructor for class org.apache.beam.examples.complete.cdap.servicenow.CdapServiceNowToTxt
 

F

FormatInputTransform - Class in org.apache.beam.examples.complete.cdap.servicenow.transforms
Different input transformations over the processed data in the pipeline.
FormatInputTransform() - Constructor for class org.apache.beam.examples.complete.cdap.servicenow.transforms.FormatInputTransform
 

G

getClientId() - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
getClientSecret() - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
getOutputTxtFilePathPrefix() - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
getPassword() - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
getQueryMode() - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
getRestApiEndpoint() - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
getTableName() - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
getUser() - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
getValueType() - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 

M

main(String[]) - Static method in class org.apache.beam.examples.complete.cdap.servicenow.CdapServiceNowToTxt
Main entry point for pipeline execution.

O

org.apache.beam.examples.complete.cdap.servicenow - package org.apache.beam.examples.complete.cdap.servicenow
Cdap Plugins template.
org.apache.beam.examples.complete.cdap.servicenow.options - package org.apache.beam.examples.complete.cdap.servicenow.options
Cdap Plugins template.
org.apache.beam.examples.complete.cdap.servicenow.transforms - package org.apache.beam.examples.complete.cdap.servicenow.transforms
Cdap Plugins template.
org.apache.beam.examples.complete.cdap.servicenow.utils - package org.apache.beam.examples.complete.cdap.servicenow.utils
Cdap Plugins template.

P

PluginConfigOptionsConverter - Class in org.apache.beam.examples.complete.cdap.servicenow.utils
Class for converting CDAP PipelineOptions to map for ConfigWrapper.
PluginConfigOptionsConverter() - Constructor for class org.apache.beam.examples.complete.cdap.servicenow.utils.PluginConfigOptionsConverter
 

R

readFromCdapServiceNow(Map<String, Object>) - Static method in class org.apache.beam.examples.complete.cdap.servicenow.transforms.FormatInputTransform
Configures Cdap ServiceNow Read transform.
run(Pipeline, CdapServiceNowOptions) - Static method in class org.apache.beam.examples.complete.cdap.servicenow.CdapServiceNowToTxt
Runs a pipeline which reads records from CDAP ServiceNow and writes it to .txt file.

S

serviceNowOptionsToParamsMap(CdapServiceNowOptions) - Static method in class org.apache.beam.examples.complete.cdap.servicenow.utils.PluginConfigOptionsConverter
Returns map of parameters for Cdap ServiceNow plugin.
setClientId(String) - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
setClientSecret(String) - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
setOutputTxtFilePathPrefix(String) - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
setPassword(String) - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
setQueryMode(String) - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
setRestApiEndpoint(String) - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
setTableName(String) - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
setUser(String) - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
setValueType(String) - Method in interface org.apache.beam.examples.complete.cdap.servicenow.options.CdapServiceNowOptions
 
C F G M O P R S 
Skip navigation links