- getConfig() - Method in LoadConfigTask
-
Get the ConfigSlurper representation of the Configuration.
- getConfigFile() - Method in LoadConfigTask
-
Get the configuration File object for managing Streams applications.
- getCreateScript() - Method in PipelineTask
-
Returns a File object representation of the KSQL create script.
- getDir() - Method in PipelineTask
-
Returns a File object representation of the {@pipelinePath} parameter.
- getDirectiveObjects(String) - Method in PipelineTask
-
Returns a List of tables or streams that have a specific directive for execution behavior.
- getDirectives() - Method in PipelineTask
-
Returns a List of Map objects of "Comment Directives" from the KSQL source directory.
- getDomainName() - Method in TaskGroupContainer
-
- getDropSql() - Method in PipelineTask
-
Returns a List of DROP KSQL statements: one for each CREATE statement in the specified pipeline directory.
- getExtensionDir() - Method in KsqlRest
-
Returns File object for the KSQL Server property value for 'ksql.extension.dir'.
- getExtensionPath() - Method in KsqlRest
-
Returns KSQL Server property value for 'ksql.extension.dir'.
- getKsqlRest() - Method in PipelineExecuteTask
-
Instantiates a KsqlRest Class, which is used for interacting with the KSQL RESTful API.
- getObjectName(String) - Method in KsqlRest
-
Returns the object type from a KSQL CREATE or DROP statement.
- getPipelineBuildDir() - Method in PipelineTask
-
Returns a File object representation of the {@project.extensions.confluent.pipelineBuildName} parameter.
- getPipelineFiles() - Method in PipelineTask
-
Gets the hierarchical collection of pipeline files, sorted using folder structure and alphanumeric logic.
- getPipelinePath() - Method in ConfluentPluginExtension
-
Provides the path for Pipeline source files.
- getPipelineSql() - Method in PipelineTask
-
Gets the hierarchical collection of pipeline SQL statements--tokenized and normalized--and sorted using
getPipelineFiles.
- getProperties() - Method in KsqlRest
-
Returns KSQL Server properties from the KSQL RESTful API using the 'LIST PROPERTIES' sql statement.
- getProperty(String) - Method in KsqlRest
-
- getQueryIds(String) - Method in KsqlRest
-
Returns KSQL Server query IDs for all 'writeQueries' and 'readQueries' associated with a particular object.
- getReadQueries(String) - Method in KsqlRest
-
Returns KSQL Server 'readQueries' object, detailing all the queries currently reading a particular table or stream.
- getSchemaRegistry() - Method in KsqlRest
-
Returns the KSQL Server property value for 'ksql.schema.registry.url'.
- getSourceDescription(String) - Method in KsqlRest
-
Returns KSQL Server 'sourceDescription' object, containing the results of the 'DESCRIBE' command.
- getStatementType(String) - Method in KsqlRest
-
Returns the statement type from a KSQL CREATE or DROP statement.
- getStreams() - Method in KsqlRest
-
Return a list of stream objects
- getTaskName(String) - Method in TaskGroupContainer
-
A method that makes it easy for naming 'default' tasks versus non-'default' tasks.
- getTokenizedSql() - Method in PipelineTask
-
- getTopics() - Method in KsqlRest
-
Return a list of topic objects
- getWriteQueries(String) - Method in KsqlRest
-
Returns KSQL Server 'writeQueries' object, detailing all the queries currently writing to a particular table or stream.