- AbstractSource - Class in gratum.source
- AbstractSource(java.lang.CharSequence) - Constructor in AbstractSource
-
- accept(java.util.zip.ZipEntry) - Method in ZipSource.1
-
- add(gratum.source.Source) - Method in ConcatSource
-
- add(long) - Method in Duration
-
- addAll(Collection<Source>) - Method in ConcatSource
-
- addBatch(Map<String, Object>) - Method in JdbcBatchHelper
-
- addDefaultRejections() - Method in Pipeline
-
- addField(java.lang.String, groovy.lang.Closure) - Method in Pipeline
-
Adds a new field to each row with the value returned by the given closure.
- addMetadata(java.lang.String, java.lang.Object) - Method in LoadStatistic
-
- addRejection(gratum.etl.RejectionCategory, java.lang.CharSequence, java.lang.Integer) - Method in LoadStatistic
-
- addStep(java.lang.CharSequence, Closure<Map<String, Object>>) - Method in Pipeline
-
Adds a step to the pipeline.
- addTiming(java.lang.CharSequence, long) - Method in LoadStatistic
-
- addTo(long) - Method in Duration
-
- addToCurrentRow(java.lang.Object, int, int) - Method in XlsProcessor
-
- after(Closure<Void>) - Method in Pipeline
-
Adds a closure to the end of the Pipeline.
- after - Property in SortConfig
-
- afterProcessing() - Method in CsvSource.1
-
- AfterStep - Class in gratum.etl
- AfterStep(Closure<Void>) - Constructor in AfterStep
-
- apply(Closure<Pipeline>) - Method in Pipeline
-
Passed a closure that is called with this Pipeline.
- ArchivedSource - Class in gratum.source
ArchivedSource supports other archive formats that the JDK doesn't support.
- ArchivedSource(java.io.File) - Constructor in ArchivedSource
-
- asBoolean(java.lang.String) - Method in Pipeline
-
Parses the string value at given column into a java.lang.Boolean value.
- ASC - Enum Constant in SortOrder
-
- asDate(java.lang.String, java.lang.String) - Method in Pipeline
-
Parses the string at the given column name into a Date object using the given format.
- asDouble(java.lang.String) - Method in Pipeline
-
Return a Pipeline where the given column is converted from a string to a java.lang.Double.
- asInt(java.lang.String) - Method in Pipeline
-
Parses the string value at given column into a java.lang.Integer value.
- asLocalDate(java.lang.String, java.lang.String) - Method in Pipeline
-
Helper method for parsing the string at the given column using the given date format.
- asLocalDateTime(java.lang.String, java.time.format.DateTimeFormatter) - Method in Pipeline
-
Parses the string at the given column name into a LocalDateTime object using the given format.
- asType(java.lang.Class) - Method in FileOpenable
-
- asType(java.lang.Class) - Method in Openable
-
- attach(gratum.etl.Pipeline) - Method in CsvSink
-
- attach(gratum.etl.Pipeline) - Method in JdbcSink
-
- attach(gratum.etl.Pipeline) - Method in JsonSink
-
- attach(gratum.etl.Pipeline) - Method in Sink
-
- attach(gratum.etl.Pipeline) - Method in XlsxSink
-
- authBasic(java.lang.String, java.lang.String) - Method in OkHttpSource.OkHttpBuilder
-
Helper method to add Basic authentication header to the request.
- authPass(java.lang.String, java.lang.String) - Method in SshSource
-
Authenticate with a username and password.
- authToken(java.lang.String) - Method in OkHttpSource.OkHttpBuilder
-
Helper method to add Bearer authentication header to the request.
- avg(java.lang.CharSequence) - Method in LoadStatistic
-