Skip navigation links
C E H O P U 

C

close() - Method in class org.pragmaticminds.crunch.sinks.PostgreSqlSink
Closes the PostgreSQL connection.

E

executeQuery(String) - Method in class org.pragmaticminds.crunch.sinks.PostgreSqlSink
Runs the given query on the database connected and gets results in GenericEvent type as a List.

H

handle(GenericEvent) - Method in class org.pragmaticminds.crunch.sinks.PostgreSqlSink
Is called by the pipeline whenever a new GenericEvent is received.

O

org.pragmaticminds.crunch.sinks - package org.pragmaticminds.crunch.sinks
 
org.pragmaticminds.crunch.sinks.exceptions - package org.pragmaticminds.crunch.sinks.exceptions
 

P

persist(List<GenericEvent>) - Method in class org.pragmaticminds.crunch.sinks.PostgreSqlSink
Saves the List of GenericEvents into the connected PostgreSQL database.
PostgreSqlSink - Class in org.pragmaticminds.crunch.sinks
A Sink for persisting of GenericEvent List in a Events table on a PostgreSQL database.
PostgreSqlSink(String, String, String) - Constructor for class org.pragmaticminds.crunch.sinks.PostgreSqlSink
Main constructor, builds up the connection to the PostgreSql database.

U

UncheckedSQLException - Exception in org.pragmaticminds.crunch.sinks.exceptions
Wrapper for the SQLException into a RuntimeException
UncheckedSQLException(String, SQLException) - Constructor for exception org.pragmaticminds.crunch.sinks.exceptions.UncheckedSQLException
Main constructor, which is passing trough values to parent.
C E H O P U 
Skip navigation links

Copyright © 2018 pragmatic minds GmbH. All rights reserved.