- CachedLookup - Class in com.northconcepts.datapipeline.transform.lookup
-
A
Lookup
that lazily caches the results of successful lookups performed by another instance.
- CachedLookup(Lookup, Integer, Scheduler) - Constructor for class com.northconcepts.datapipeline.transform.lookup.CachedLookup
-
Creates a new CachedLookup.
- CachedLookup(Lookup, int) - Constructor for class com.northconcepts.datapipeline.transform.lookup.CachedLookup
-
Creates a new limited CachedLookup that never clears itself.
- CachedLookup(Lookup) - Constructor for class com.northconcepts.datapipeline.transform.lookup.CachedLookup
-
Creates a new CachedLookup that has no limit and never clears itself.
- cacheFieldIndexes - Variable in class com.northconcepts.datapipeline.core.RecordComparator
-
- cacheNextLine() - Method in class com.northconcepts.datapipeline.core.LineParser
-
- CalculatedField - Class in com.northconcepts.datapipeline.foundations.expression
-
- CalculatedField() - Constructor for class com.northconcepts.datapipeline.foundations.expression.CalculatedField
-
- CalculatedField(String, String) - Constructor for class com.northconcepts.datapipeline.foundations.expression.CalculatedField
-
- CalculatedField(String, String, boolean) - Constructor for class com.northconcepts.datapipeline.foundations.expression.CalculatedField
-
- call(Callable<T>) - Method in class com.northconcepts.datapipeline.retry.RetryingOperation
-
- cancel() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
- cancel() - Method in interface com.northconcepts.datapipeline.job.IJob
-
- cancel() - Method in class com.northconcepts.datapipeline.job.Job
-
- cancelLoad() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Gracefully terminate the asynchronous data loading and column stats calculation, waiting up to 10 seconds in total.
- captureElapsedTime - Static variable in class com.northconcepts.datapipeline.core.Endpoint
-
- CardFilter - Enum in com.northconcepts.datapipeline.trello
-
- characteristics() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.DatasetSpliterator
-
- checkChildren(List<SchemaProblem>, List<T>, boolean) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkCyclicalFieldDependency(List<SchemaProblem>, RecordFieldDef) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkEntitiesExists(List<SchemaProblem>, SchemaDef, SchemaPart, String, List<String>) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkEntityExists(List<SchemaProblem>, SchemaDef, SchemaPart, String, String) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkEntityExistsInRelationship(List<SchemaProblem>, SchemaDef, SchemaPart, String, String) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkEntityRelationshipCardinality(List<SchemaProblem>, EntityRelationshipDef) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkEntityRelationshipKeys(List<SchemaProblem>, EntityRelationshipDef) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkFieldExists(List<SchemaProblem>, SchemaPart, EntityDef, String, String) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkFieldsExists(List<SchemaProblem>, SchemaPart, EntityDef, String, List<String>) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkIndexHasFields(List<SchemaProblem>, SchemaPart, List<T>, boolean, String) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkMinimumAndMaximumValues(List<SchemaProblem>, SchemaPart, Number, Number, String, String) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkMinimumAndMaximumValues(List<SchemaProblem>, SchemaPart, Number, Number, String, String, boolean) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkMinimumAndMaximumValues(List<SchemaProblem>, SchemaPart, TemporalAccessor, TemporalAccessor, String, String) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkNameExists(List<DataMappingProblem>, DataMappingPart, String, String) - Static method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingValidator
-
- checkNegativeValue(List<SchemaProblem>, SchemaPart, Number, String) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkParentExists(List<SchemaProblem>, SchemaPart, String, SchemaObject) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkPrecisionAndScale(List<SchemaProblem>, SchemaPart, Integer, Integer, FieldType) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkPrimaryKeyPositions(List<SchemaProblem>, EntityDef) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkUniqueChildNames(List<DataMappingProblem>, DataMappingPart, String, List<T>, Function<T, String>) - Static method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingValidator
-
- checkUniqueChildNames(List<SchemaProblem>, SchemaPart, String, List<T>, Function<T, String>) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkUniqueIndexFieldNames(List<SchemaProblem>, SchemaPart, List<IndexDef>) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- checkValidCondition(List<DataMappingProblem>, DataMappingPart, String, LogicalExpression) - Static method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingValidator
-
- checkValidExpression(List<DataMappingProblem>, DataMappingPart, String, Expression) - Static method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingValidator
-
- checkValidIdentifier(List<SchemaProblem>, SchemaPart, String, String) - Static method in class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- cipher - Variable in class com.northconcepts.datapipeline.security.DecryptingReader
-
- cipher - Variable in class com.northconcepts.datapipeline.security.EncryptingReader
-
- classNameAndSignedParametersLoaded(JdbcConnection, LoadTablesRequest) - Method in interface com.northconcepts.datapipeline.foundations.jdbc.JdbcConnectionListener
-
- cleanupGarbage() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
- clear() - Method in class com.northconcepts.datapipeline.core.FieldList
-
Removes all the fields from this list.
- clear() - Method in class com.northconcepts.datapipeline.core.RecordList
-
- clear() - Method in class com.northconcepts.datapipeline.csv.CommaSeparatedValues
-
- clear() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationResult
-
- clear() - Method in class com.northconcepts.datapipeline.group.AggregateReader
-
Deprecated.
- clear() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteria
-
- clear() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryGrouping
-
- clear() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrder
-
- clear() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Union
-
- clear() - Method in class com.northconcepts.datapipeline.transform.lookup.CachedLookup
-
- clearCurrent() - Static method in class com.northconcepts.datapipeline.core.Messages
-
Removes the thread-local instance if one exists.
- clearHaving() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- clearLimit() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- clearPatterns() - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePatternDetector
-
- clearWhere() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- client - Variable in class com.northconcepts.datapipeline.twitter2.AbstractTwitterReader
-
- clone() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- clone() - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- clone() - Method in class com.northconcepts.datapipeline.core.FieldComparator
-
- clone() - Method in class com.northconcepts.datapipeline.core.FieldDeclarations
-
- clone() - Method in class com.northconcepts.datapipeline.core.FieldList
-
Returns a new FieldList that is a copy of this FieldList.
- clone() - Method in class com.northconcepts.datapipeline.core.Record
-
- clone() - Method in class com.northconcepts.datapipeline.core.RecordComparator
-
- clone() - Method in class com.northconcepts.datapipeline.core.RecordList
-
Returns a new RecordList that is a copy of this RecordList.
- clone() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- clone() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- clone() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
- clone() - Method in class com.northconcepts.datapipeline.filter.rule.ValueMatch
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.core.Attributes
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.core.FoundationObject
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.core.Tags
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableCondition
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableOutcome
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableRule
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeNode
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeOutcome
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- clone() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationResult
-
- clone() - Method in interface com.northconcepts.datapipeline.jdbc.insert.IInsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowPreparedStatementInsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.insert.MySqlPreparedStatementInsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.insert.OracleMultiRowInsertAllStatementInsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.insert.OracleMultiRowSelectUnionAllStatementInsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.insert.PreparedStatementInsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
- clone() - Method in interface com.northconcepts.datapipeline.jdbc.upsert.IUpsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.upsert.MergeUpsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.upsert.MySqlUpsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.upsert.OracleUpsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- clone() - Method in class com.northconcepts.datapipeline.jdbc.upsert.VariableFieldsUpsert
-
- clone() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
- clone() - Method in class com.northconcepts.datapipeline.job.Job
-
- close() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
Closes the Amazon S3 connection.
- close() - Method in class com.northconcepts.datapipeline.avro.AvroReader
-
- close() - Method in class com.northconcepts.datapipeline.avro.AvroWriter
-
- close() - Method in class com.northconcepts.datapipeline.buffer.BufferedReader
-
- close() - Method in class com.northconcepts.datapipeline.buffer.RecordBuffer
-
- close() - Method in class com.northconcepts.datapipeline.core.AsyncMultiReader
-
- close() - Method in class com.northconcepts.datapipeline.core.AsyncReader
-
- close() - Method in class com.northconcepts.datapipeline.core.AsyncTaskReader
-
- close() - Method in class com.northconcepts.datapipeline.core.AsyncWriter
-
- close() - Method in class com.northconcepts.datapipeline.core.BinaryWriter
-
- close() - Method in class com.northconcepts.datapipeline.core.DataEndpoint
-
Indicates that this endpoint has finished reading or writing.
- close() - Method in class com.northconcepts.datapipeline.core.DataEndpointGroup
-
- close() - Method in class com.northconcepts.datapipeline.core.DebugReader
-
- close() - Method in class com.northconcepts.datapipeline.core.DebugWriter
-
- close() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
Indicates that this endpoint has finished reading or writing.
- close() - Method in interface com.northconcepts.datapipeline.core.IParser
-
- close() - Method in class com.northconcepts.datapipeline.core.LineParser
-
- close() - Method in class com.northconcepts.datapipeline.core.MultiWriter
-
- close() - Method in class com.northconcepts.datapipeline.core.Parser
-
- close() - Method in class com.northconcepts.datapipeline.core.PipedWriter
-
- close() - Method in class com.northconcepts.datapipeline.core.ProxyReader
-
- close() - Method in class com.northconcepts.datapipeline.core.ProxyWriter
-
- close() - Method in class com.northconcepts.datapipeline.core.RemoveDuplicatesReader
-
- close() - Method in class com.northconcepts.datapipeline.core.SequenceReader
-
- close() - Method in class com.northconcepts.datapipeline.core.SequenceWriter
-
- close() - Method in class com.northconcepts.datapipeline.core.SortingReader
-
- close() - Method in class com.northconcepts.datapipeline.core.StreamWriter
-
- close() - Method in class com.northconcepts.datapipeline.core.StringParser
-
- close() - Method in class com.northconcepts.datapipeline.core.TeeReader
-
- close() - Method in class com.northconcepts.datapipeline.core.TextReader
-
- close() - Method in class com.northconcepts.datapipeline.core.TextStreamWriter
-
- close() - Method in class com.northconcepts.datapipeline.core.TextWriter
-
- close() - Method in class com.northconcepts.datapipeline.core.TimedReader
-
- close() - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- close() - Method in class com.northconcepts.datapipeline.eventbus.EventBusReader
-
- close() - Method in class com.northconcepts.datapipeline.eventbus.EventBusWriter
-
- close() - Method in class com.northconcepts.datapipeline.excel.ExcelDocument
-
The method can be called when this document can be discarded, but it will be called automatically in the finalize() method.
- close() - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- close() - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- close() - Method in class com.northconcepts.datapipeline.file.FileReader
-
- close() - Method in class com.northconcepts.datapipeline.file.FileSystemInfoReader
-
- close() - Method in class com.northconcepts.datapipeline.file.FileWriter
-
- close() - Method in class com.northconcepts.datapipeline.filesystem.dropbox.DropBoxFileSystem
-
Closes the DropBox connection.
- close() - Method in class com.northconcepts.datapipeline.filesystem.ftp.FtpFileSystem
-
Closes the connection from an FTP server.
- close() - Method in class com.northconcepts.datapipeline.filesystem.hdfs.HdfsFileSystem
-
Closes the HDFS connection.
- close() - Method in class com.northconcepts.datapipeline.filesystem.sftp.SftpFileSystem
-
Closes the connection from an SFTP server.
- close() - Method in class com.northconcepts.datapipeline.filesystem.zip.ZipFileSystem
-
- close() - Method in class com.northconcepts.datapipeline.filter.Filter
-
- close() - Method in class com.northconcepts.datapipeline.filter.FilteringReader
-
- close() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingEditor
-
- close() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingReader
-
- close() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingWriter
-
- close() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- close() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- close() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MemoryDataset
-
- close() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- close() - Method in class com.northconcepts.datapipeline.google.analytics.GoogleAnalyticsReportReader
-
- close() - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- close() - Method in class com.northconcepts.datapipeline.google.contacts.GoogleContactsReader
-
- close() - Method in class com.northconcepts.datapipeline.google.gmail.GmailMessageReader
-
- close() - Method in class com.northconcepts.datapipeline.google.GoogleApiReader
-
- close() - Method in class com.northconcepts.datapipeline.googledrive.GoogleDriveFileSystem
-
Closes the Google Drive connection.
- close() - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- close() - Method in class com.northconcepts.datapipeline.group.Window
-
- close() - Method in class com.northconcepts.datapipeline.instagram.InstagramLocationMediaReader
-
- close() - Method in class com.northconcepts.datapipeline.instagram.InstagramLocationReader
-
- close() - Method in class com.northconcepts.datapipeline.instagram.InstagramSelfFollowedByReader
-
- close() - Method in class com.northconcepts.datapipeline.instagram.InstagramSelfFollowsReader
-
- close() - Method in class com.northconcepts.datapipeline.instagram.InstagramSelfMediaReader
-
- close() - Method in class com.northconcepts.datapipeline.instagram.InstagramTagMediaReader
-
- close() - Method in class com.northconcepts.datapipeline.instagram.InstagramTagReader
-
- close() - Method in class com.northconcepts.datapipeline.instagram.InstagramUserMediaReader
-
- close() - Method in interface com.northconcepts.datapipeline.jdbc.insert.IInsert
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowPreparedStatementInsert
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.insert.PreparedStatementInsert
-
- close() - Method in interface com.northconcepts.datapipeline.jdbc.JdbcConnectionFactory
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
- close() - Method in interface com.northconcepts.datapipeline.jdbc.upsert.IUpsert
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.upsert.MergeUpsert
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.upsert.MySqlUpsert
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.upsert.OracleUpsert
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- close() - Method in class com.northconcepts.datapipeline.jdbc.upsert.VariableFieldsUpsert
-
- close() - Method in class com.northconcepts.datapipeline.jira.client.JiraClient.JiraStub
-
- close() - Method in class com.northconcepts.datapipeline.jira.client.JiraService
-
- close() - Method in class com.northconcepts.datapipeline.jira.JiraReader
-
- close() - Method in class com.northconcepts.datapipeline.jms.JmsConnection
-
- close() - Method in class com.northconcepts.datapipeline.jms.JmsReader
-
- close() - Method in class com.northconcepts.datapipeline.jms.JmsWriter
-
- close() - Method in class com.northconcepts.datapipeline.job.DataReaderIterator
-
- close() - Method in class com.northconcepts.datapipeline.json.JsonRecordReader
-
- close() - Method in class com.northconcepts.datapipeline.json.JsonRecordWriter
-
- close() - Method in class com.northconcepts.datapipeline.json.JsonWriter
-
- close() - Method in class com.northconcepts.datapipeline.json.SimpleJsonReader
-
- close() - Method in class com.northconcepts.datapipeline.json.SimpleJsonWriter
-
- close() - Method in class com.northconcepts.datapipeline.kafka.KafkaReader
-
- close() - Method in class com.northconcepts.datapipeline.kafka.KafkaWriter
-
- close() - Method in class com.northconcepts.datapipeline.kafka.RecordDeserializer
-
- close() - Method in class com.northconcepts.datapipeline.kafka.RecordSerializer
-
- close() - Method in class com.northconcepts.datapipeline.mailchimp.MailChimpListMemberReader
-
- close() - Method in class com.northconcepts.datapipeline.meter.MeteredInputStream
-
- close() - Method in class com.northconcepts.datapipeline.meter.MeteredOutputStream
-
- close() - Method in class com.northconcepts.datapipeline.meter.MeteredReader
-
- close() - Method in class com.northconcepts.datapipeline.meter.MeteredWriter
-
- close() - Method in class com.northconcepts.datapipeline.mongodb.MongoReader
-
- close() - Method in class com.northconcepts.datapipeline.mongodb.MongoWriter
-
- close() - Method in class com.northconcepts.datapipeline.multiplex.SplitReader
-
- close() - Method in class com.northconcepts.datapipeline.multiplex.SplitWriter
-
- close() - Method in class com.northconcepts.datapipeline.orc.OrcDataReader
-
- close() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
- close() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
- close() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
- close() - Method in class com.northconcepts.datapipeline.pdf.PdfWriter
-
- close() - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
- close() - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
- close() - Method in class com.northconcepts.datapipeline.rtf.RtfWriter
-
- close() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyClient.ShopifyStub
-
- close() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyService
-
- close() - Method in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- close() - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- close() - Method in class com.northconcepts.datapipeline.sql.mysql.MySqlInsertWriter
-
- close() - Method in class com.northconcepts.datapipeline.sql.mysql.MySqlUpsertWriter
-
- close() - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlInsertWriter
-
- close() - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlUpsertWriter
-
- close() - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- close() - Method in class com.northconcepts.datapipeline.transform.lookup.JdbcLookup
-
- close() - Method in class com.northconcepts.datapipeline.transform.lookup.Lookup
-
- close() - Method in class com.northconcepts.datapipeline.transform.lookup.LookupTransformer
-
- close() - Method in class com.northconcepts.datapipeline.transform.lookup.ProxyLookup
-
- close() - Method in class com.northconcepts.datapipeline.transform.Transformer
-
- close() - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
- close() - Method in class com.northconcepts.datapipeline.transform.TransformingWriter
-
- close() - Method in class com.northconcepts.datapipeline.trello.TrelloApiReader
-
- close() - Method in class com.northconcepts.datapipeline.trello.TrelloApiWriter
-
- close() - Method in class com.northconcepts.datapipeline.twitter.TwitterFilterStreamReader
-
- close() - Method in class com.northconcepts.datapipeline.twitter.TwitterSampleStreamReader
-
- close() - Method in class com.northconcepts.datapipeline.twitter.TwitterSearchReader
-
- close() - Method in class com.northconcepts.datapipeline.twitter.TwitterStreamProvider
-
- close() - Method in class com.northconcepts.datapipeline.twitter.TwitterUserLookupReader
-
- close() - Method in class com.northconcepts.datapipeline.twitter2.TwitterFilterStreamReader
-
- close() - Method in class com.northconcepts.datapipeline.xml.SimpleXmlReader
-
- close() - Method in class com.northconcepts.datapipeline.xml.SimpleXmlWriter
-
- close() - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- close() - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
- close() - Method in class com.northconcepts.datapipeline.xml.XmlRecordWriter
-
- close() - Method in class com.northconcepts.datapipeline.xml.XmlWriter
-
- CLOSE_BUFFER_MARGIN_MILLIS - Static variable in class com.northconcepts.datapipeline.buffer.BufferStrategy
-
- CLOSE_WINDOW_MARGIN_MILLIS - Static variable in class com.northconcepts.datapipeline.group.CloseWindowStrategy
-
- closeConnection(Connection) - Method in interface com.northconcepts.datapipeline.jdbc.JdbcConnectionFactory
-
- CloseWindowStrategy - Class in com.northconcepts.datapipeline.group
-
- CloseWindowStrategy() - Constructor for class com.northconcepts.datapipeline.group.CloseWindowStrategy
-
- CodeWriter - Class in com.northconcepts.datapipeline.sourcecode
-
A programming-language agnostic class for emitting formatted code using indentation and line breaks.
- CodeWriter() - Constructor for class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- CodeWriter(OutputStream) - Constructor for class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- CodeWriter(Writer) - Constructor for class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- collect(String, Collection) - Method in class com.northconcepts.datapipeline.memory.CollectionWriter
-
- CollectionWriter - Class in com.northconcepts.datapipeline.memory
-
Copies the values in specific fields to an in-memory
Collection
.
- CollectionWriter() - Constructor for class com.northconcepts.datapipeline.memory.CollectionWriter
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.conflict.OnConflict
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.delete.Delete
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.Insert
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.InsertRow
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.InsertValue
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.Merge
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.MergeValue
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.ConditionPart
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.NotPart
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteria
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteriaPart
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrder
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.TableQuerySource
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Union
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.SqlPart
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.update.Update
-
- collectParameterValues(List<Object>) - Method in class com.northconcepts.datapipeline.jdbc.sql.update.UpdateValue
-
- collectQuerySourceSqlFragment(CodeWriter, QuerySource) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.conflict.OnConflict
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.delete.Delete
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.Insert
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.InsertRow
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.InsertValue
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.Merge
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.MergeValue
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.ConditionPart
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.ConjunctivePart
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.FullJoin
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.InnerJoin
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.LeftJoin
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.NotPart
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteria
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryGrouping
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrder
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrderPart
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QuerySelection
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.RightJoin
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.TableQuerySource
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Union
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.SqlPart
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.update.Update
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.jdbc.sql.update.UpdateValue
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTable
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.mysql.DropTable
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.mysql.DropTableConstraint
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.mysql.Insert
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.mysql.InsertRow
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.mysql.InsertValue
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.mysql.Upsert
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTable
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTable
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.postgresql.Insert
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.postgresql.InsertRow
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.postgresql.InsertValue
-
- collectSqlFragment(CodeWriter) - Method in class com.northconcepts.datapipeline.sql.postgresql.Upsert
-
- Column - Class in com.northconcepts.datapipeline.foundations.pipeline.dataset
-
Holds the metadata and statistics for each field in a dataset.
- Column() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- Column(String, int) - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- Column(String, int, Map<Object, LongAdder>) - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- COLUMN_STATS_READER_THREADS - Static variable in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingEditor
-
- columnCountMismatchInLocalFileDataset(int, int) - Static method in class com.northconcepts.datapipeline.foundations.i18n.FoundationMessages
-
- ColumnsDataReader(List<Column>) - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset.ColumnsDataReader
-
- columnsLoaded(JdbcConnection, DatabaseMetaData, LoadTablesRequest) - Method in interface com.northconcepts.datapipeline.foundations.jdbc.JdbcConnectionListener
-
- com.northconcepts.datapipeline.amazons3 - package com.northconcepts.datapipeline.amazons3
-
Read and write to Amazon-S3.
- com.northconcepts.datapipeline.avro - package com.northconcepts.datapipeline.avro
-
Read and write Apache Avro files.
- com.northconcepts.datapipeline.avro.pipeline.input - package com.northconcepts.datapipeline.avro.pipeline.input
-
- com.northconcepts.datapipeline.avro.pipeline.output - package com.northconcepts.datapipeline.avro.pipeline.output
-
- com.northconcepts.datapipeline.bloomberg - package com.northconcepts.datapipeline.bloomberg
-
Read Bloomberg Message data.
- com.northconcepts.datapipeline.buffer - package com.northconcepts.datapipeline.buffer
-
Organize incoming data into groups of sequential records without aggregation or transformation.
- com.northconcepts.datapipeline.core - package com.northconcepts.datapipeline.core
-
Core DataPipeline classes for reading, writing, and processing data.
- com.northconcepts.datapipeline.csv - package com.northconcepts.datapipeline.csv
-
Read and write comma separated values (CSV) and other delimited data.
- com.northconcepts.datapipeline.diagnostic - package com.northconcepts.datapipeline.diagnostic
-
Troubleshoot DataPipeline's setup and environment.
- com.northconcepts.datapipeline.email - package com.northconcepts.datapipeline.email
-
Read emails.
- com.northconcepts.datapipeline.eventbus - package com.northconcepts.datapipeline.eventbus
-
In-memory, publish-subscribe hub using simple Java interfaces or loosely-coupled readers and writers.
- com.northconcepts.datapipeline.eventbus.filter - package com.northconcepts.datapipeline.eventbus.filter
-
- com.northconcepts.datapipeline.excel - package com.northconcepts.datapipeline.excel
-
Read and write Microsoft Excel documents.
- com.northconcepts.datapipeline.expression - package com.northconcepts.datapipeline.expression
-
- com.northconcepts.datapipeline.file - package com.northconcepts.datapipeline.file
-
Read and write records using DataPipeline's native binary format.
- com.northconcepts.datapipeline.filesystem.dropbox - package com.northconcepts.datapipeline.filesystem.dropbox
-
Read and write to Dropbox.
- com.northconcepts.datapipeline.filesystem.ftp - package com.northconcepts.datapipeline.filesystem.ftp
-
Read and write files to an FTP Server.
- com.northconcepts.datapipeline.filesystem.hdfs - package com.northconcepts.datapipeline.filesystem.hdfs
-
Read and write files to Hadoop Distributed File System.
- com.northconcepts.datapipeline.filesystem.sftp - package com.northconcepts.datapipeline.filesystem.sftp
-
Read and write files to an SFTP Server.
- com.northconcepts.datapipeline.filesystem.zip - package com.northconcepts.datapipeline.filesystem.zip
-
Read and write data by treating Zips as a file system.
- com.northconcepts.datapipeline.filter - package com.northconcepts.datapipeline.filter
-
Filter or exclude data by criteria.
- com.northconcepts.datapipeline.filter.rule - package com.northconcepts.datapipeline.filter.rule
-
- com.northconcepts.datapipeline.fixedwidth - package com.northconcepts.datapipeline.fixedwidth
-
Read and write fixed-width / fixed-length records.
- com.northconcepts.datapipeline.foundations.core - package com.northconcepts.datapipeline.foundations.core
-
- com.northconcepts.datapipeline.foundations.datamapping - package com.northconcepts.datapipeline.foundations.datamapping
-
Model and execute source-target data mapping using expressions and functions.
- com.northconcepts.datapipeline.foundations.decisiontable - package com.northconcepts.datapipeline.foundations.decisiontable
-
Decision table rule engine.
- com.northconcepts.datapipeline.foundations.decisiontree - package com.northconcepts.datapipeline.foundations.decisiontree
-
Decision tree rule engine.
- com.northconcepts.datapipeline.foundations.difference - package com.northconcepts.datapipeline.foundations.difference
-
Common classes for comparing objects to detect elements that were added, removed, renamed, and changed.
- com.northconcepts.datapipeline.foundations.expression - package com.northconcepts.datapipeline.foundations.expression
-
- com.northconcepts.datapipeline.foundations.file - package com.northconcepts.datapipeline.foundations.file
-
- com.northconcepts.datapipeline.foundations.i18n - package com.northconcepts.datapipeline.foundations.i18n
-
- com.northconcepts.datapipeline.foundations.internal - package com.northconcepts.datapipeline.foundations.internal
-
- com.northconcepts.datapipeline.foundations.jdbc - package com.northconcepts.datapipeline.foundations.jdbc
-
Database metadata model and code generation.
- com.northconcepts.datapipeline.foundations.number - package com.northconcepts.datapipeline.foundations.number
-
Detect number patterns in strings.
- com.northconcepts.datapipeline.foundations.pipeline - package com.northconcepts.datapipeline.foundations.pipeline
-
Declarative pipeline modeling and execution.
- com.northconcepts.datapipeline.foundations.pipeline.action - package com.northconcepts.datapipeline.foundations.pipeline.action
-
- com.northconcepts.datapipeline.foundations.pipeline.action.aggregate - package com.northconcepts.datapipeline.foundations.pipeline.action.aggregate
-
- com.northconcepts.datapipeline.foundations.pipeline.action.convert - package com.northconcepts.datapipeline.foundations.pipeline.action.convert
-
- com.northconcepts.datapipeline.foundations.pipeline.action.datamapping - package com.northconcepts.datapipeline.foundations.pipeline.action.datamapping
-
- com.northconcepts.datapipeline.foundations.pipeline.action.decision - package com.northconcepts.datapipeline.foundations.pipeline.action.decision
-
- com.northconcepts.datapipeline.foundations.pipeline.action.filter - package com.northconcepts.datapipeline.foundations.pipeline.action.filter
-
- com.northconcepts.datapipeline.foundations.pipeline.action.transform - package com.northconcepts.datapipeline.foundations.pipeline.action.transform
-
- com.northconcepts.datapipeline.foundations.pipeline.action.validate - package com.northconcepts.datapipeline.foundations.pipeline.action.validate
-
- com.northconcepts.datapipeline.foundations.pipeline.dataset - package com.northconcepts.datapipeline.foundations.pipeline.dataset
-
- com.northconcepts.datapipeline.foundations.pipeline.input - package com.northconcepts.datapipeline.foundations.pipeline.input
-
- com.northconcepts.datapipeline.foundations.pipeline.output - package com.northconcepts.datapipeline.foundations.pipeline.output
-
- com.northconcepts.datapipeline.foundations.schema - package com.northconcepts.datapipeline.foundations.schema
-
Schema models for validation, mapping, and code generation.
- com.northconcepts.datapipeline.foundations.schema.diff - package com.northconcepts.datapipeline.foundations.schema.diff
-
Compare schema models to detect elements that were added, removed, renamed, and changed.
- com.northconcepts.datapipeline.foundations.time - package com.northconcepts.datapipeline.foundations.time
-
Detect date-time patterns in strings.
- com.northconcepts.datapipeline.foundations.tools - package com.northconcepts.datapipeline.foundations.tools
-
DataPipeline Foundation tools for generating code and models.
- com.northconcepts.datapipeline.google - package com.northconcepts.datapipeline.google
-
- com.northconcepts.datapipeline.google.analytics - package com.northconcepts.datapipeline.google.analytics
-
Read Google Analytics Report.
- com.northconcepts.datapipeline.google.calendar - package com.northconcepts.datapipeline.google.calendar
-
Read Google Calendar Events.
- com.northconcepts.datapipeline.google.contacts - package com.northconcepts.datapipeline.google.contacts
-
Read Google Contacts.
- com.northconcepts.datapipeline.google.gmail - package com.northconcepts.datapipeline.google.gmail
-
Read Gmail messages.
- com.northconcepts.datapipeline.googledrive - package com.northconcepts.datapipeline.googledrive
-
Read and write files to Google Drive.
- com.northconcepts.datapipeline.group - package com.northconcepts.datapipeline.group
-
Summarize batch and streaming data similar to "group by" in SQL.
- com.northconcepts.datapipeline.group.operation - package com.northconcepts.datapipeline.group.operation
-
- com.northconcepts.datapipeline.instagram - package com.northconcepts.datapipeline.instagram
-
Search and read Instagram media and user data.
- com.northconcepts.datapipeline.internal.lang - package com.northconcepts.datapipeline.internal.lang
-
- com.northconcepts.datapipeline.io - package com.northconcepts.datapipeline.io
-
- com.northconcepts.datapipeline.javabean - package com.northconcepts.datapipeline.javabean
-
Read Java Beans as a job's data source.
- com.northconcepts.datapipeline.jdbc - package com.northconcepts.datapipeline.jdbc
-
Database reading and writing via JDBC.
- com.northconcepts.datapipeline.jdbc.insert - package com.northconcepts.datapipeline.jdbc.insert
-
- com.northconcepts.datapipeline.jdbc.sql - package com.northconcepts.datapipeline.jdbc.sql
-
Common SQL generation classes.
- com.northconcepts.datapipeline.jdbc.sql.conflict - package com.northconcepts.datapipeline.jdbc.sql.conflict
-
- com.northconcepts.datapipeline.jdbc.sql.delete - package com.northconcepts.datapipeline.jdbc.sql.delete
-
SQL generation classes for DELETE.
- com.northconcepts.datapipeline.jdbc.sql.insert - package com.northconcepts.datapipeline.jdbc.sql.insert
-
SQL generation classes for INSERT.
- com.northconcepts.datapipeline.jdbc.sql.merge - package com.northconcepts.datapipeline.jdbc.sql.merge
-
SQL generation classes for MERGE.
- com.northconcepts.datapipeline.jdbc.sql.select - package com.northconcepts.datapipeline.jdbc.sql.select
-
SQL generation classes for SELECT.
- com.northconcepts.datapipeline.jdbc.sql.update - package com.northconcepts.datapipeline.jdbc.sql.update
-
SQL generation classes for UPDATE.
- com.northconcepts.datapipeline.jdbc.upsert - package com.northconcepts.datapipeline.jdbc.upsert
-
- com.northconcepts.datapipeline.jira - package com.northconcepts.datapipeline.jira
-
Read Jira project, sprint and issue data.
- com.northconcepts.datapipeline.jira.client - package com.northconcepts.datapipeline.jira.client
-
RESTful client and Java wrapper for Jira.
- com.northconcepts.datapipeline.jms - package com.northconcepts.datapipeline.jms
-
Read and write Java Message Service data.
- com.northconcepts.datapipeline.job - package com.northconcepts.datapipeline.job
-
Running, tracking, and managing data transfer pipelines.
- com.northconcepts.datapipeline.json - package com.northconcepts.datapipeline.json
-
JSON reading and writing.
- com.northconcepts.datapipeline.json.builder - package com.northconcepts.datapipeline.json.builder
-
Programmatic JSON creation.
- com.northconcepts.datapipeline.kafka - package com.northconcepts.datapipeline.kafka
-
Read and write Apache Kafka distributed messaging system data.
- com.northconcepts.datapipeline.lineage - package com.northconcepts.datapipeline.lineage
-
Extract data lineage from records and fields.
- com.northconcepts.datapipeline.mailchimp - package com.northconcepts.datapipeline.mailchimp
-
Read MailChimp lists.
- com.northconcepts.datapipeline.mailchimp.list - package com.northconcepts.datapipeline.mailchimp.list
-
- com.northconcepts.datapipeline.memory - package com.northconcepts.datapipeline.memory
-
Reading and writing data to and from in-memory buffers.
- com.northconcepts.datapipeline.meter - package com.northconcepts.datapipeline.meter
-
Measures the rate (bytes/second or records/second) at which data is read or written.
- com.northconcepts.datapipeline.mongodb - package com.northconcepts.datapipeline.mongodb
-
Read and write data in MongoDB.
- com.northconcepts.datapipeline.multiplex - package com.northconcepts.datapipeline.multiplex
-
Strategies to convert a single source
DataReader
into many downstream readers.
- com.northconcepts.datapipeline.orc - package com.northconcepts.datapipeline.orc
-
Read and write Apache ORC columnar files.
- com.northconcepts.datapipeline.orc.input - package com.northconcepts.datapipeline.orc.input
-
- com.northconcepts.datapipeline.orc.output - package com.northconcepts.datapipeline.orc.output
-
- com.northconcepts.datapipeline.parquet - package com.northconcepts.datapipeline.parquet
-
Read and Write Apache Parquet columnar files.
- com.northconcepts.datapipeline.parquet.file - package com.northconcepts.datapipeline.parquet.file
-
- com.northconcepts.datapipeline.parquet.input - package com.northconcepts.datapipeline.parquet.input
-
- com.northconcepts.datapipeline.parquet.output - package com.northconcepts.datapipeline.parquet.output
-
- com.northconcepts.datapipeline.parquet.tools - package com.northconcepts.datapipeline.parquet.tools
-
- com.northconcepts.datapipeline.pdf - package com.northconcepts.datapipeline.pdf
-
Write data to a PDF file.
- com.northconcepts.datapipeline.pdf.output - package com.northconcepts.datapipeline.pdf.output
-
- com.northconcepts.datapipeline.retry - package com.northconcepts.datapipeline.retry
-
Classes to retry and continue reading or writing data on failure.
- com.northconcepts.datapipeline.rtf - package com.northconcepts.datapipeline.rtf
-
Writes records to an RTF document stream.
- com.northconcepts.datapipeline.schedule - package com.northconcepts.datapipeline.schedule
-
Common task scheduling.
- com.northconcepts.datapipeline.security - package com.northconcepts.datapipeline.security
-
Encrypt and decrypt data.
- com.northconcepts.datapipeline.shopify - package com.northconcepts.datapipeline.shopify
-
Read data from Shopify.
- com.northconcepts.datapipeline.shopify.client - package com.northconcepts.datapipeline.shopify.client
-
REST client to read and write Shopify store data.
- com.northconcepts.datapipeline.sourcecode - package com.northconcepts.datapipeline.sourcecode
-
Code generation classes.
- com.northconcepts.datapipeline.sql.mysql - package com.northconcepts.datapipeline.sql.mysql
-
Generate SQL code for the MySQL database.
- com.northconcepts.datapipeline.sql.postgresql - package com.northconcepts.datapipeline.sql.postgresql
-
Generate SQL code for the PostgreSQL database.
- com.northconcepts.datapipeline.template - package com.northconcepts.datapipeline.template
-
Write data to a text stream using FreeMarker template.
- com.northconcepts.datapipeline.throttle - package com.northconcepts.datapipeline.throttle
-
Limits the rate (bytes/second or records/second) at which data is read or written.
- com.northconcepts.datapipeline.transform - package com.northconcepts.datapipeline.transform
-
Restructure data using a variety of built-in and customizable operations.
- com.northconcepts.datapipeline.transform.format - package com.northconcepts.datapipeline.transform.format
-
- com.northconcepts.datapipeline.transform.lookup - package com.northconcepts.datapipeline.transform.lookup
-
Enrich data by with data from another source.
- com.northconcepts.datapipeline.transform.net - package com.northconcepts.datapipeline.transform.net
-
- com.northconcepts.datapipeline.trello - package com.northconcepts.datapipeline.trello
-
Read and write data to a Trello board and cards.
- com.northconcepts.datapipeline.twitter - package com.northconcepts.datapipeline.twitter
-
Search and read Twitter users and tweets.
- com.northconcepts.datapipeline.twitter2 - package com.northconcepts.datapipeline.twitter2
-
Search and read Twitter users and tweets using Twitter v2 Api.
- com.northconcepts.datapipeline.validate - package com.northconcepts.datapipeline.validate
-
Validate data while reading.
- com.northconcepts.datapipeline.weblog - package com.northconcepts.datapipeline.weblog
-
Read web server logs.
- com.northconcepts.datapipeline.xml - package com.northconcepts.datapipeline.xml
-
XML reading and writing.
- com.northconcepts.datapipeline.xml.builder - package com.northconcepts.datapipeline.xml.builder
-
Programmatic XML creation.
- CombinedLogReader - Class in com.northconcepts.datapipeline.weblog
-
Obtains records from a webserver's access log file using the Combined Log format.
- CombinedLogReader(File) - Constructor for class com.northconcepts.datapipeline.weblog.CombinedLogReader
-
- CombinedLogReader(Reader) - Constructor for class com.northconcepts.datapipeline.weblog.CombinedLogReader
-
- CommaSeparatedList - Class in com.northconcepts.datapipeline.trello
-
- CommaSeparatedList(String) - Constructor for class com.northconcepts.datapipeline.trello.CommaSeparatedList
-
- CommaSeparatedValues - Class in com.northconcepts.datapipeline.csv
-
A collection of comma delimited values.
- CommaSeparatedValues(String) - Constructor for class com.northconcepts.datapipeline.csv.CommaSeparatedValues
-
- CommaSeparatedValues(Collection<String>) - Constructor for class com.northconcepts.datapipeline.csv.CommaSeparatedValues
-
- CommaSeparatedValues() - Constructor for class com.northconcepts.datapipeline.csv.CommaSeparatedValues
-
- compare(Field, Field) - Method in class com.northconcepts.datapipeline.core.FieldComparator
-
- compare(Record, Record) - Method in class com.northconcepts.datapipeline.core.RecordComparator
-
- compareRecord(Record, Record, boolean) - Method in class com.northconcepts.datapipeline.core.FieldComparator
-
- compareTo(ValueNode<ArrayValue>) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- compareTo(Field) - Method in class com.northconcepts.datapipeline.core.Field
-
- compareTo(Field, Collator) - Method in class com.northconcepts.datapipeline.core.Field
-
- compareTo(ValueNode<Record>) - Method in class com.northconcepts.datapipeline.core.Record
-
- compareTo(Record) - Method in class com.northconcepts.datapipeline.core.Record
-
- compareTo(Record, RecordComparator) - Method in class com.northconcepts.datapipeline.core.Record
-
- compareTo(ValueNode<Object>) - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- compareTo(ValueNode<Object>, Collator) - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- compareTo(DateTimePattern) - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePattern
-
- CompositePipelineAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action
-
- CompositePipelineAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.CompositePipelineAction
-
- CompositeValue - Class in com.northconcepts.datapipeline.core
-
- CompositeValue(int) - Constructor for class com.northconcepts.datapipeline.core.CompositeValue
-
- CompositeValue(List<?>) - Constructor for class com.northconcepts.datapipeline.core.CompositeValue
-
- CompositeValue(Object...) - Constructor for class com.northconcepts.datapipeline.core.CompositeValue
-
- ConcurrentRecordList - Class in com.northconcepts.datapipeline.core
-
- ConcurrentRecordList() - Constructor for class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- ConcurrentRecordList(int) - Constructor for class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- ConcurrentRecordList(Record...) - Constructor for class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- ConcurrentRecordList(DataReader) - Constructor for class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- ConditionPart - Class in com.northconcepts.datapipeline.jdbc.sql.select
-
- ConditionPart(String, Object...) - Constructor for class com.northconcepts.datapipeline.jdbc.sql.select.ConditionPart
-
- configure(Map<String, ?>, boolean) - Method in class com.northconcepts.datapipeline.kafka.RecordDeserializer
-
- configure(Map<String, ?>, boolean) - Method in class com.northconcepts.datapipeline.kafka.RecordSerializer
-
- ConflictAction - Enum in com.northconcepts.datapipeline.sql.postgresql
-
- ConjunctivePart - Class in com.northconcepts.datapipeline.jdbc.sql.select
-
- ConjunctivePart(String) - Constructor for class com.northconcepts.datapipeline.jdbc.sql.select.ConjunctivePart
-
- consume() - Method in interface com.northconcepts.datapipeline.core.IParser
-
- consume(int) - Method in interface com.northconcepts.datapipeline.core.IParser
-
- consume() - Method in class com.northconcepts.datapipeline.core.LineParser
-
- consume(int) - Method in class com.northconcepts.datapipeline.core.LineParser
-
- consume() - Method in class com.northconcepts.datapipeline.core.Parser
-
- consume(int) - Method in class com.northconcepts.datapipeline.core.Parser
-
- consume() - Method in class com.northconcepts.datapipeline.core.StringParser
-
- consume(int) - Method in class com.northconcepts.datapipeline.core.StringParser
-
- consumerKey - Variable in class com.northconcepts.datapipeline.twitter.TwitterProvider
-
- consumerKey - Variable in class com.northconcepts.datapipeline.twitter.TwitterStreamProvider
-
- consumerSecret - Variable in class com.northconcepts.datapipeline.twitter.TwitterProvider
-
- consumerSecret - Variable in class com.northconcepts.datapipeline.twitter.TwitterStreamProvider
-
- consumeWhitespace() - Method in interface com.northconcepts.datapipeline.core.IParser
-
- consumeWhitespace(int) - Method in interface com.northconcepts.datapipeline.core.IParser
-
- consumeWhitespace(CharSequence) - Method in interface com.northconcepts.datapipeline.core.IParser
-
- consumeWhitespace(char[]) - Method in interface com.northconcepts.datapipeline.core.IParser
-
- consumeWhitespace() - Method in class com.northconcepts.datapipeline.core.LineParser
-
- consumeWhitespace(int) - Method in class com.northconcepts.datapipeline.core.LineParser
-
- consumeWhitespace(CharSequence) - Method in class com.northconcepts.datapipeline.core.LineParser
-
- consumeWhitespace(char[]) - Method in class com.northconcepts.datapipeline.core.LineParser
-
- consumeWhitespace() - Method in class com.northconcepts.datapipeline.core.Parser
-
- consumeWhitespace(int) - Method in class com.northconcepts.datapipeline.core.Parser
-
- consumeWhitespace(CharSequence) - Method in class com.northconcepts.datapipeline.core.Parser
-
- consumeWhitespace(char[]) - Method in class com.northconcepts.datapipeline.core.Parser
-
- consumeWhitespace() - Method in class com.northconcepts.datapipeline.core.StringParser
-
- consumeWhitespace(int) - Method in class com.northconcepts.datapipeline.core.StringParser
-
- consumeWhitespace(CharSequence) - Method in class com.northconcepts.datapipeline.core.StringParser
-
- consumeWhitespace(char[]) - Method in class com.northconcepts.datapipeline.core.StringParser
-
- containedWithin(String...) - Method in class com.northconcepts.datapipeline.core.FieldList
-
Returns true
if the supplied fieldNames contains all the fields names in this list.
- containedWithin(List<String>) - Method in class com.northconcepts.datapipeline.core.FieldList
-
Returns true
if the supplied fieldNames contains all the fields names in this list.
- contains(String...) - Method in class com.northconcepts.datapipeline.core.FieldList
-
Returns true
if the supplied fieldNames all are existing in this list.
- contains(List<String>) - Method in class com.northconcepts.datapipeline.core.FieldList
-
Returns true
if the supplied fieldNames all are existing in this list.
- contains(Record) - Method in class com.northconcepts.datapipeline.core.FieldPath
-
Deprecated.
- contains(FieldPath) - Method in class com.northconcepts.datapipeline.core.Record
-
Deprecated.
- contains(String) - Method in class com.northconcepts.datapipeline.csv.CommaSeparatedValues
-
- contains(String, boolean) - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- Contains - Class in com.northconcepts.datapipeline.filter.rule
-
- Contains(String) - Constructor for class com.northconcepts.datapipeline.filter.rule.Contains
-
- Contains(String, boolean) - Constructor for class com.northconcepts.datapipeline.filter.rule.Contains
-
- contains(String) - Method in class com.northconcepts.datapipeline.foundations.core.Tags
-
- containsEntity(String) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
Returns true if this schema contains an
EntityDef
with the specified
name
.
- containsEntityRelationship(String) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- containsField(Record) - Method in class com.northconcepts.datapipeline.core.FieldPath
-
- containsField(String) - Method in class com.northconcepts.datapipeline.core.Record
-
- containsField(FieldPath) - Method in class com.northconcepts.datapipeline.core.Record
-
Indicates if this record contains a matching field for the specified path.
- containsField(FieldList) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns true if all fields and sub fields in a nested path exists.
- containsField(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns true if this entity contains a
FieldDef
with the specified
name
.
- containsField(String) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
Returns true if this index contains an
IndexFieldDef
with the specified
name
.
- containsForeignKeyFieldName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- containsIndex(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns true if this entity contains an
IndexDef
with the specified
name
.
- containsInheritedField(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns true if this entity or any of its super entities contains a
FieldDef
with the specified
name
.
- containsInheritedIndex(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns true if this entity or any of its super entities contains an
IndexDef
with the specified
name
.
- containsKeyImpl(String) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingExpressionContext
-
- containsNonNull(FieldPath) - Method in class com.northconcepts.datapipeline.core.Record
-
Deprecated.
- containsNonNullField(Record) - Method in class com.northconcepts.datapipeline.core.FieldPath
-
- containsNonNullField(FieldPath) - Method in class com.northconcepts.datapipeline.core.Record
-
Indicates if this record contains a field at the specified path that is not null.
- containsNonNullField(String) - Method in class com.northconcepts.datapipeline.core.Record
-
Indicates if this record contains a field at the specified path with a non-null value.
- containsNonNullValue(Record) - Method in class com.northconcepts.datapipeline.core.FieldPath
-
- containsNonNullValue(FieldPath) - Method in class com.northconcepts.datapipeline.core.Record
-
Indicates if this record contains a field or value at the specified path where the value is not null.
- containsSessionProperty(Class<T>, String) - Method in class com.northconcepts.datapipeline.core.Node
-
- containsSessionProperty(Class<T>) - Method in class com.northconcepts.datapipeline.core.Node
-
- containsSessionProperty(String) - Method in class com.northconcepts.datapipeline.core.Node
-
- containsSessionProperty(Class<T>, String) - Method in interface com.northconcepts.datapipeline.core.Session
-
- containsSessionProperty(Class<T>) - Method in interface com.northconcepts.datapipeline.core.Session
-
- containsSessionProperty(String) - Method in interface com.northconcepts.datapipeline.core.Session
-
- containsSessionProperty(Class<T>, String) - Method in class com.northconcepts.datapipeline.core.Session.SessionImpl
-
- containsSessionProperty(Class<T>) - Method in class com.northconcepts.datapipeline.core.Session.SessionImpl
-
- containsSessionProperty(String) - Method in class com.northconcepts.datapipeline.core.Session.SessionImpl
-
- containsTable(String) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QuerySource
-
- containsTable(String) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- containsTable(String) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.TableQuerySource
-
- containsTable(String) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Union
-
- containsValue(Record) - Method in class com.northconcepts.datapipeline.core.FieldPath
-
- containsValue(FieldPath) - Method in class com.northconcepts.datapipeline.core.Record
-
Indicates if this record contains a matching field or value for the specified path.
- contributeExceptionProperties(DataExceptionContributor...) - Method in exception com.northconcepts.datapipeline.core.DataException
-
- contributeExceptionProperties(Throwable, DataExceptionContributor...) - Static method in interface com.northconcepts.datapipeline.core.DataExceptionContributor
-
- contributeExceptionProperties(Throwable, String, DataExceptionContributor...) - Static method in interface com.northconcepts.datapipeline.core.DataExceptionContributor
-
A utility method to add properties from a list of
DataExceptionContributor
to the supplied exception with the given name prefix.
- convert(SchemaDef) - Static method in class com.northconcepts.datapipeline.foundations.tools.ConvertSnakeCaseToCamelCase
-
- convert(EntityDef) - Static method in class com.northconcepts.datapipeline.foundations.tools.ConvertSnakeCaseToCamelCase
-
- convert(FieldDef) - Static method in class com.northconcepts.datapipeline.foundations.tools.ConvertSnakeCaseToCamelCase
-
- convert(EntityRelationshipDef) - Static method in class com.northconcepts.datapipeline.foundations.tools.ConvertSnakeCaseToCamelCase
-
- convert(IndexDef) - Static method in class com.northconcepts.datapipeline.foundations.tools.ConvertSnakeCaseToCamelCase
-
- convert(IndexFieldDef) - Static method in class com.northconcepts.datapipeline.foundations.tools.ConvertSnakeCaseToCamelCase
-
- ConvertDateTimeToStringAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.convert
-
- ConvertDateTimeToStringAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertDateTimeToStringAction
-
- ConvertNullToValueAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.convert
-
- ConvertNullToValueAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNullToValueAction
-
- ConvertNullToValueAction.FieldType - Enum in com.northconcepts.datapipeline.foundations.pipeline.action.convert
-
- ConvertNullToValueAction.TypeValue - Class in com.northconcepts.datapipeline.foundations.pipeline.action.convert
-
- ConvertNumberToStringAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.convert
-
- ConvertNumberToStringAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNumberToStringAction
-
- ConvertSnakeCaseToCamelCase - Class in com.northconcepts.datapipeline.foundations.tools
-
- ConvertSnakeCaseToCamelCase() - Constructor for class com.northconcepts.datapipeline.foundations.tools.ConvertSnakeCaseToCamelCase
-
- ConvertStringToBooleanAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.convert
-
- ConvertStringToBooleanAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToBooleanAction
-
- ConvertStringToDateTimeAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.convert
-
- ConvertStringToDateTimeAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToDateTimeAction
-
- ConvertStringToDateTimeAction.FieldType - Enum in com.northconcepts.datapipeline.foundations.pipeline.action.convert
-
- ConvertStringToNumberAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.convert
-
- ConvertStringToNumberAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToNumberAction
-
- ConvertStringToNumberAction.FieldType - Enum in com.northconcepts.datapipeline.foundations.pipeline.action.convert
-
- ConvertValueToStringAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.convert
-
- ConvertValueToStringAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertValueToStringAction
-
- copy(DataReader, DataWriter) - Static method in class com.northconcepts.datapipeline.core.SortingReader
-
- CopyField - Class in com.northconcepts.datapipeline.transform
-
Creates a duplicate field with the specified target name.
- CopyField(String, String) - Constructor for class com.northconcepts.datapipeline.transform.CopyField
-
Always overwrites the target field.
- CopyField(String, String, boolean) - Constructor for class com.northconcepts.datapipeline.transform.CopyField
-
- CopyFieldsAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.transform
-
- CopyFieldsAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.transform.CopyFieldsAction
-
- CopyFieldsAction.FieldMapping - Class in com.northconcepts.datapipeline.foundations.pipeline.action.transform
-
- copyForm(Property) - Method in class com.northconcepts.datapipeline.foundations.core.Property
-
- copyFrom(Field) - Method in class com.northconcepts.datapipeline.core.Field
-
- copyFrom(Field, boolean) - Method in class com.northconcepts.datapipeline.core.Field
-
- copyFrom(FieldComparator) - Method in class com.northconcepts.datapipeline.core.FieldComparator
-
- copyFrom(Record, Node.DuplicateNodeAction) - Method in class com.northconcepts.datapipeline.core.Record
-
Copy all the fields and child fields from the specified record into this one.
- copyFrom(Record, boolean) - Method in class com.northconcepts.datapipeline.core.Record
-
Copy all the fields and child fields from the specified record into this one.
- copyFrom(Record) - Method in class com.northconcepts.datapipeline.core.Record
-
Copy all the fields and child fields from the specified record into this one, creating new unique fields when target fields with the same name already exists (DuplicateNodeAction#APPEND
).
- copyFrom(Attributes) - Method in class com.northconcepts.datapipeline.foundations.core.Attributes
-
- copyFrom(Tags) - Method in class com.northconcepts.datapipeline.foundations.core.Tags
-
- copyFrom(RecordLineage) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
- copySessionPropertiesFrom(Session) - Method in class com.northconcepts.datapipeline.core.Node
-
- copySessionPropertiesFrom(Session) - Method in interface com.northconcepts.datapipeline.core.Session
-
- copySessionPropertiesFrom(Session) - Method in class com.northconcepts.datapipeline.core.Session.SessionImpl
-
- copyToRecord(Long, Record, IEntityExpansionPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowerIDsReader
-
- copyToRecord(User, Record, IEntityExpansionPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowerListReader
-
- copyToRecord(Long, Record, IEntityExpansionPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowingIDsReader
-
- copyToRecord(User, Record, IEntityExpansionPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowingListReader
-
- copyToRecord(User, Record, IEntityExpansionPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterListMemberReader
-
- copyToRecord(UserList, Record, IEntityExpansionPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterListOwnershipReader
-
- copyToRecord(E, Record, IEntityExpansionPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterPageableReader
-
- count(String) - Method in class com.northconcepts.datapipeline.group.AggregateReader
-
Deprecated.
- count(String) - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- count(String, boolean) - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- create(long) - Method in class com.northconcepts.datapipeline.parquet.file.ParquetOutputFile
-
- createColumnsDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- createConnection() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- createConnection() - Method in interface com.northconcepts.datapipeline.jdbc.JdbcConnectionFactory
-
- createConsumer(JmsSettings, JmsConnection) - Method in enum com.northconcepts.datapipeline.jms.JmsDestinationType
-
- createDataReader() - Method in class com.northconcepts.datapipeline.avro.pipeline.input.AvroPipelineInput
-
- createDataReader(ZipFile, ZipEntry) - Method in interface com.northconcepts.datapipeline.filesystem.zip.ZipDataReaderFactory
-
- createDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- createDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Reads all data cached in this Dataset.
- createDataReader(long, int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Reads a subset of data cached in this Dataset.
- createDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- createDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.DataReaderPipelineInput
-
- createDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.DatasetPipelineInput
-
- createDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- createDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- createDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- createDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- createDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- createDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- createDataReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.ProxyPipelineInput
-
- createDataReader() - Method in interface com.northconcepts.datapipeline.job.DataReaderFactory
-
- createDataReader() - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
- createDataReader() - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- createDataReaderImpl(InputStream) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonPipelineInput
-
- createDataReaderImpl(InputStream) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- createDataset(String, String, DataReaderFactory) - Static method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
Creates a persistent dataset on disk in the specified rootFolder
directory.
- createDataset(String, String, AbstractPipeline) - Static method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
Creates a persistent dataset on disk in the specified rootFolder
directory.
- createDataset(File, AbstractPipeline) - Static method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
Creates a persistent dataset on disk in the specified databaseFile
.
- createDataWriter() - Method in class com.northconcepts.datapipeline.avro.pipeline.output.AvroPipelineOutput
-
- createDataWriter(SequenceWriter.Sequence, Record) - Method in interface com.northconcepts.datapipeline.core.SequenceWriter.DataWriterFactory
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Writes records to this dataset's cache after clearing it.
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MemoryDataset
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.DataWriterPipelineOutput
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.ProxyPipelineOutput
-
- createDataWriter() - Method in interface com.northconcepts.datapipeline.job.DataWriterFactory
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
- createDataWriter() - Method in class com.northconcepts.datapipeline.pdf.output.PdfPipelineOutput
-
- createEmptyRecord() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- createEntity(Dataset) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
- createFactory() - Method in class com.northconcepts.datapipeline.json.JsonRecordReader
-
- createField() - Method in class com.northconcepts.datapipeline.group.GroupOperation
-
- createField() - Method in class com.northconcepts.datapipeline.group.operation.GroupAverage
-
- createField() - Method in class com.northconcepts.datapipeline.group.operation.GroupCount
-
- createField() - Method in class com.northconcepts.datapipeline.group.operation.GroupFirst
-
- createField() - Method in class com.northconcepts.datapipeline.group.operation.GroupLast
-
- createField() - Method in class com.northconcepts.datapipeline.group.operation.GroupMaximum
-
- createField() - Method in class com.northconcepts.datapipeline.group.operation.GroupMinimum
-
- createField() - Method in class com.northconcepts.datapipeline.group.operation.GroupSum
-
- createFieldDef(Column) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
- CreateForeignKey - Class in com.northconcepts.datapipeline.sql.mysql
-
Generates an ALTER TABLE...ADD CONSTRAINT
statement to add a foreign key constraint in MySQL.
- CreateForeignKey() - Constructor for class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- CreateForeignKey(String, String, String) - Constructor for class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- CreateForeignKey - Class in com.northconcepts.datapipeline.sql.postgresql
-
Generates an ALTER TABLE...ADD CONSTRAINT
statement to add a foreign key constraint in PostgreSQL.
- CreateForeignKey() - Constructor for class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- CreateForeignKey(String, String, String) - Constructor for class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- CreateIndex - Class in com.northconcepts.datapipeline.sql.mysql
-
Generates a CREATE INDEX
statement for MySQL.
- CreateIndex() - Constructor for class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- CreateIndex(String, String, String...) - Constructor for class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- CreateIndex - Class in com.northconcepts.datapipeline.sql.postgresql
-
Generates a CREATE INDEX
statement for PostgreSQL.
- CreateIndex() - Constructor for class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- CreateIndex(String, String, String...) - Constructor for class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- createInputStream() - Method in interface com.northconcepts.datapipeline.io.InputStreamFactory
-
- createIssue(JiraIssue) - Method in interface com.northconcepts.datapipeline.jira.client.JiraClient
-
- createIssue(JiraIssue) - Method in class com.northconcepts.datapipeline.jira.client.JiraService
-
- createIssue(String, String, int) - Method in class com.northconcepts.datapipeline.jira.client.JiraService
-
- createIssue(String, String, int, Map<String, String>) - Method in class com.northconcepts.datapipeline.jira.client.JiraService
-
- createJdbcUpsertWriter(Connection, String, IUpsert) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
- createJdbcWriter(Connection, String, IInsert) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
- createJob() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- CreateMySqlDdlFromSchemaDef - Class in com.northconcepts.datapipeline.sql.mysql
-
- CreateMySqlDdlFromSchemaDef(SchemaDef) - Constructor for class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- createOrOverwrite(long) - Method in class com.northconcepts.datapipeline.parquet.file.ParquetOutputFile
-
- CreatePostgreSqlDdlFromSchemaDef - Class in com.northconcepts.datapipeline.sql.postgresql
-
- CreatePostgreSqlDdlFromSchemaDef(SchemaDef) - Constructor for class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- createProducer(JmsSettings, JmsConnection) - Method in enum com.northconcepts.datapipeline.jms.JmsDestinationType
-
- createReader() - Method in class com.northconcepts.datapipeline.multiplex.DeMux
-
- createReader() - Method in class com.northconcepts.datapipeline.multiplex.SplitWriter
-
- createRecord() - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- CreateTable - Class in com.northconcepts.datapipeline.sql.mysql
-
Generates a CREATE TABLE
statement for MySQL.
- CreateTable() - Constructor for class com.northconcepts.datapipeline.sql.mysql.CreateTable
-
- CreateTable(String) - Constructor for class com.northconcepts.datapipeline.sql.mysql.CreateTable
-
- CreateTable - Class in com.northconcepts.datapipeline.sql.postgresql
-
Generates a CREATE TABLE
statement for PostgreSQL.
- CreateTable() - Constructor for class com.northconcepts.datapipeline.sql.postgresql.CreateTable
-
- CreateTable(String) - Constructor for class com.northconcepts.datapipeline.sql.postgresql.CreateTable
-
- CreateTableColumn - Class in com.northconcepts.datapipeline.sql.mysql
-
Generates a column definition for a CREATE TABLE
statement for MySQL.
- CreateTableColumn() - Constructor for class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- CreateTableColumn(String, TableColumnType, Integer, Integer) - Constructor for class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- CreateTableColumn(String, TableColumnType, Integer) - Constructor for class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- CreateTableColumn(String, TableColumnType) - Constructor for class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- CreateTableColumn - Class in com.northconcepts.datapipeline.sql.postgresql
-
Generates a column definition for a CREATE TABLE
statement for PostgreSQL.
- CreateTableColumn() - Constructor for class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- CreateTableColumn(String, TableColumnType, Integer, Integer) - Constructor for class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- CreateTableColumn(String, TableColumnType, Integer) - Constructor for class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- CreateTableColumn(String, TableColumnType) - Constructor for class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- createTableConfig(JdbcTable) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- createTempDataset(String, String, DataReaderFactory) - Static method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
Creates a temporary dataset on disk that will be deleted when the dataset is closed or when the JVM exits.
- createTempDataset(String, String, AbstractPipeline) - Static method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
Creates a temporary dataset on disk that will be deleted when the dataset is closed or when the JVM exits.
- createTempDataset(AbstractPipeline) - Static method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
Creates a temporary dataset on disk that will be deleted when the dataset is closed or when the JVM exits.
- createTempDataset(File, AbstractPipeline) - Static method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
Creates a temporary dataset on disk that will be deleted when the dataset is closed or when the JVM exits.
- createUpsert(JdbcUpsertWriter, Record) - Method in interface com.northconcepts.datapipeline.jdbc.upsert.VariableFieldsUpsert.IUpsertFactory
-
- createVariable(String) - Method in class com.northconcepts.datapipeline.sourcecode.JavaCodeBuilder
-
- CreateWindowStrategy - Class in com.northconcepts.datapipeline.group
-
- CreateWindowStrategy() - Constructor for class com.northconcepts.datapipeline.group.CreateWindowStrategy
-
- credentials - Variable in class com.northconcepts.datapipeline.google.GoogleApiReader
-
- CsvPipelineInput - Class in com.northconcepts.datapipeline.foundations.pipeline.input
-
- CsvPipelineInput() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- CsvPipelineOutput - Class in com.northconcepts.datapipeline.foundations.pipeline.output
-
- CsvPipelineOutput() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- CSVReader - Class in com.northconcepts.datapipeline.csv
-
Obtains records from a Comma Separated Value (CSV) or delimited stream.
- CSVReader(File) - Constructor for class com.northconcepts.datapipeline.csv.CSVReader
-
- CSVReader(Reader) - Constructor for class com.northconcepts.datapipeline.csv.CSVReader
-
- CSVWriter - Class in com.northconcepts.datapipeline.csv
-
Writes records to a Comma Separated Value (CSV) stream.
- CSVWriter(File, boolean) - Constructor for class com.northconcepts.datapipeline.csv.CSVWriter
-
- CSVWriter(File) - Constructor for class com.northconcepts.datapipeline.csv.CSVWriter
-
- CSVWriter(Writer) - Constructor for class com.northconcepts.datapipeline.csv.CSVWriter
-
- CSVWriter.IValuePolicy - Interface in com.northconcepts.datapipeline.csv
-
The interface used by null and empty string writers.
- CSVWriter.ValuePolicy - Enum in com.northconcepts.datapipeline.csv
-
The default implementation used to write null and empty string.
- currentRecord - Variable in class com.northconcepts.datapipeline.core.AbstractReader
-
- currentRecord - Variable in class com.northconcepts.datapipeline.core.AbstractWriter
-
- currentRecord - Variable in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
- currentRecord - Variable in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- currentRecord - Variable in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
- currentRecord - Variable in class com.northconcepts.datapipeline.xml.XmlReader
-
- cyclicDependency(String, String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- G - Static variable in class com.northconcepts.datapipeline.meter.Meter
-
- geEndpoint() - Method in class com.northconcepts.datapipeline.transform.Transformer
-
- generate(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEqualsAndHashCodeMethods
-
- generate() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- generate(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateRecordSerializers
-
- generate(String, String, String, String...) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSchemaFromJdbc
-
- generate(String, String, List<String>, String...) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSchemaFromJdbc
-
- generate() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSchemaFromRecord
-
- generate(String, String, String, String...) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSpringDataJpaClasses
-
- generate(String, String, String, String...) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- generateCode(CodeWriter, AggregateGroupFieldsAction.GroupByField) - Method in enum com.northconcepts.datapipeline.foundations.pipeline.action.aggregate.AggregateGroupFieldsAction.OperatorType
-
- generateCode(JavaCodeBuilder, CodeWriter, String) - Method in enum com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNullToValueAction.FieldType
-
- generateCode(CodeWriter, String, String) - Method in enum com.northconcepts.datapipeline.foundations.pipeline.action.transform.AddFieldsAction.FieldType
-
- generateCodeByFunction(CodeWriter, AggregateGroupFieldsAction.GroupByField, String) - Method in enum com.northconcepts.datapipeline.foundations.pipeline.action.aggregate.AggregateGroupFieldsAction.OperatorType
-
- generateCodeForNonNull(CodeWriter, String, String) - Method in enum com.northconcepts.datapipeline.foundations.pipeline.action.transform.AddFieldsAction.FieldType
-
- generateConstructor(JavaCodeBuilder, CodeWriter) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- generateConstructor(JavaCodeBuilder, CodeWriter) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- generateConstructor(JavaCodeBuilder, CodeWriter) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- generateConstructor(JavaCodeBuilder, CodeWriter) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- generateEntity(DataReader) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
- GenerateEntityFromDataset - Class in com.northconcepts.datapipeline.foundations.tools
-
A utility class for generating EntityDef code from a DataReader.
- GenerateEntityFromDataset() - Constructor for class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
- GenerateEqualsAndHashCodeMethods - Class in com.northconcepts.datapipeline.foundations.tools
-
- GenerateEqualsAndHashCodeMethods() - Constructor for class com.northconcepts.datapipeline.foundations.tools.GenerateEqualsAndHashCodeMethods
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.avro.pipeline.input.AvroPipelineInput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.avro.pipeline.output.AvroPipelineOutput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.core.Attributes
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.core.Tags
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.aggregate.AggregateGroupFieldsAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.CompositePipelineAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertDateTimeToStringAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNullToValueAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNumberToStringAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToBooleanAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToDateTimeAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToNumberAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertValueToStringAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.datamapping.DataMappingAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.decision.DecisionTableAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.decision.DecisionTreeAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterFieldExistsAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterFieldMatchesPatternAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterFieldNotNullAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterMatchExpression
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.PipelineAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.AddFieldsAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.CopyFieldsAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.RenameFieldsAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.SelectArrangeFieldsAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.SortFieldsAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsExistsAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsMatchPatternAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsNotNullAction
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateMatchExpression
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.DataReaderPipelineInput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.DatasetPipelineInput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.DataWriterPipelineOutput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
- generateJavaCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.pdf.output.PdfPipelineOutput
-
- generateJavaCode(JavaCodeBuilder) - Method in interface com.northconcepts.datapipeline.sourcecode.JavaCodeGenerator
-
- generateJavaCodeImpl(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- generateJavaCodeImpl(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- generateJavaCodeImpl(JavaCodeBuilder, CodeWriter) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonPipelineInput
-
- generateJavaCodeImpl(JavaCodeBuilder, CodeWriter) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- generateJavaCodeImpl(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.NullPipeline
-
- generateJavaCodeImpl(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- generateJavaCodePostProcess(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- generateJavaCodePreProcess(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- GenerateQueryDaoClasses - Class in com.northconcepts.datapipeline.foundations.tools
-
- GenerateQueryDaoClasses(JdbcConnection, File, String) - Constructor for class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- GenerateRecordSerializers - Class in com.northconcepts.datapipeline.foundations.tools
-
A utility class for generating toRecord() and fromRecord(Record source) methods from existing Java beans.
- GenerateRecordSerializers() - Constructor for class com.northconcepts.datapipeline.foundations.tools.GenerateRecordSerializers
-
- generateSaveCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- generateSaveCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- generateSaveCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FileSinkPipelineOutput
-
- generateSaveCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- generateSaveCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- generateSaveCode(JavaCodeBuilder) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- generateSchemaDef(File) - Method in class com.northconcepts.datapipeline.parquet.tools.GenerateSchemaDefFromParquet
-
- generateSchemaDef(InputFile) - Method in class com.northconcepts.datapipeline.parquet.tools.GenerateSchemaDefFromParquet
-
- generateSchemaDef(MessageType) - Method in class com.northconcepts.datapipeline.parquet.tools.GenerateSchemaDefFromParquet
-
- GenerateSchemaDefFromParquet - Class in com.northconcepts.datapipeline.parquet.tools
-
- GenerateSchemaDefFromParquet(String, String) - Constructor for class com.northconcepts.datapipeline.parquet.tools.GenerateSchemaDefFromParquet
-
- GenerateSchemaFromJdbc - Class in com.northconcepts.datapipeline.foundations.tools
-
- GenerateSchemaFromJdbc(JdbcConnection) - Constructor for class com.northconcepts.datapipeline.foundations.tools.GenerateSchemaFromJdbc
-
- GenerateSchemaFromRecord - Class in com.northconcepts.datapipeline.foundations.tools
-
A utility class for generating SchemaDef code from a Record or JSON object.
- GenerateSchemaFromRecord(String, String, Record, File, String) - Constructor for class com.northconcepts.datapipeline.foundations.tools.GenerateSchemaFromRecord
-
- GenerateSpringDataJpaClasses - Class in com.northconcepts.datapipeline.foundations.tools
-
A utility class for generating Spring Data JPA entities and repositories using the metadata from a live database.
- GenerateSpringDataJpaClasses(JdbcConnection, File, String, String) - Constructor for class com.northconcepts.datapipeline.foundations.tools.GenerateSpringDataJpaClasses
-
- GenerateTableDaoClasses - Class in com.northconcepts.datapipeline.foundations.tools
-
A utility class for generating data access Java beans using the metadata from a live database.
- GenerateTableDaoClasses(JdbcConnection, File, String) - Constructor for class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- GenerateTableDaoClasses.TableConfig - Class in com.northconcepts.datapipeline.foundations.tools
-
- GenericUpsert - Class in com.northconcepts.datapipeline.jdbc.upsert
-
An upsert strategy that attempts to either:
- GenericUpsert() - Constructor for class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
- geoLocationToString(GeoLocation[][]) - Method in interface com.northconcepts.datapipeline.twitter.ITwitterConverter
-
- geoLocationToString(GeoLocation[][]) - Method in class com.northconcepts.datapipeline.twitter.TwitterConverter
-
- get(int) - Method in class com.northconcepts.datapipeline.core.CompositeValue
-
- get(int) - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- get(int) - Method in class com.northconcepts.datapipeline.core.DataEndpointGroup
-
- get(String) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the value mapped to the specified key or null
.
- get(String) - Method in class com.northconcepts.datapipeline.core.FieldDeclarations
-
- get(int) - Method in class com.northconcepts.datapipeline.core.FieldList
-
- get(String) - Static method in class com.northconcepts.datapipeline.core.Functions
-
Returns the fully-qualified method name for a function alias or null
.
- get(int) - Method in class com.northconcepts.datapipeline.core.MultiWriter
-
- get(int) - Method in class com.northconcepts.datapipeline.core.RecordComparator
-
- get(int) - Method in class com.northconcepts.datapipeline.core.RecordList
-
Returns the record at the specified position in this list.
- get(int) - Method in class com.northconcepts.datapipeline.core.SequenceReader
-
- get(int) - Method in class com.northconcepts.datapipeline.csv.CommaSeparatedValues
-
- get(int) - Method in class com.northconcepts.datapipeline.filter.FilteringReader
-
- get(int) - Method in class com.northconcepts.datapipeline.filter.rule.OrRule
-
- get(int) - Method in class com.northconcepts.datapipeline.filter.rule.PatternMatch
-
- get(int) - Method in class com.northconcepts.datapipeline.filter.rule.ValueMatch
-
- get(String, String, String) - Static method in class com.northconcepts.datapipeline.jira.client.JiraClient.Proxy
-
- get(String) - Static method in class com.northconcepts.datapipeline.mailchimp.MailChimpClient.Proxy
-
- get(String, String) - Static method in class com.northconcepts.datapipeline.shopify.client.ShopifyClient.Proxy
-
- get(int) - Method in class com.northconcepts.datapipeline.template.ArrayTemplateModel
-
- get(String) - Method in class com.northconcepts.datapipeline.template.RecordTemplateModel
-
- get(Object...) - Method in class com.northconcepts.datapipeline.transform.lookup.BasicLookup
-
- get(Object...) - Method in class com.northconcepts.datapipeline.transform.lookup.CachedLookup
-
- get(Object...) - Method in class com.northconcepts.datapipeline.transform.lookup.DataReaderLookup
-
- get(Object...) - Method in class com.northconcepts.datapipeline.transform.lookup.JdbcLookup
-
- get(Object...) - Method in class com.northconcepts.datapipeline.transform.lookup.Lookup
-
- get(List<?>) - Method in class com.northconcepts.datapipeline.transform.lookup.Lookup
-
- get(Object...) - Method in class com.northconcepts.datapipeline.transform.lookup.ProxyLookup
-
- get(int) - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
- get(int) - Method in class com.northconcepts.datapipeline.transform.TransformingWriter
-
- getAbsolutePaths() - Method in class com.northconcepts.datapipeline.file.FileSystemInfoReader
-
- getAcknowledgeMode() - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
- getActionCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.CompositePipelineAction
-
- getActionCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- getActions() - Method in enum com.northconcepts.datapipeline.foundations.pipeline.action.ActionGroup
-
- getActions() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.CompositePipelineAction
-
- getActions() - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- getAdaptedObject(Class<?>) - Method in class com.northconcepts.datapipeline.template.ArrayTemplateModel
-
- getAdaptedObject(Class<?>) - Method in class com.northconcepts.datapipeline.template.RecordTemplateModel
-
- getAdditionalProperties() - Method in class com.northconcepts.datapipeline.mailchimp.list.Link
-
- getAdditionalProperties() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getAdditionalProperties() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMembers
-
- getAdditionalProperties() - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- getAdditionalProperties() - Method in class com.northconcepts.datapipeline.mailchimp.list.Tag
-
- getAddress1() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getAddress2() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getAfterFieldName() - Method in class com.northconcepts.datapipeline.transform.MoveFieldAfter
-
- getAliases() - Static method in class com.northconcepts.datapipeline.core.Functions
-
Returns all the aliases.
- getAlign() - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthField
-
- getAll() - Method in class com.northconcepts.datapipeline.core.CompositeValue
-
- getAll() - Static method in class com.northconcepts.datapipeline.eventbus.EventBus
-
- getAll() - Method in class com.northconcepts.datapipeline.foundations.core.Tags
-
- getAll() - Static method in class com.northconcepts.datapipeline.job.AbstractJob
-
- getAll() - Static method in class com.northconcepts.datapipeline.job.Job
-
Returns all the live jobs in the JVM/classloader.
- getAllDraftOrders() - Method in interface com.northconcepts.datapipeline.shopify.client.ShopifyClient
-
- getAllDraftOrders() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyService
-
- getAllFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Tree
-
- getAllNodes() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Tree
-
- getAllowedValues() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The optional set of values this field allows.
- getAllRecordBreaks() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Tree
-
- getAllTweets(String, LocalDateTime, LocalDateTime, int, String) - Method in class com.northconcepts.datapipeline.twitter2.TwitterV2Client
-
Currently only available via the Academic Research product track
https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference
- getAmazonS3FileSystem() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- getApiKey() - Method in class com.northconcepts.datapipeline.twitter2.TwitterCredentials
-
- getApiLimitPolicy() - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- getApiLimitPolicy() - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- getApiLimitPolicy() - Method in class com.northconcepts.datapipeline.twitter.TwitterWriter
-
- getApiSecret() - Method in class com.northconcepts.datapipeline.twitter2.TwitterCredentials
-
- getApplicableChildCount() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.ConjunctivePart
-
- getApplicationName() - Method in class com.northconcepts.datapipeline.google.GoogleApiReader
-
- getArguments() - Method in class com.northconcepts.datapipeline.eventbus.Event
-
- getArray() - Method in class com.northconcepts.datapipeline.template.ArrayTemplateModel
-
- getArrayValueCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getAsBoolean(String) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the value mapped to the specified key as a boolean
or throws NullPointeException
.
- getAsDatetime(String) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the value mapped to the specified key as a Date
or null
.
- getAsDouble(String) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the value mapped to the specified key as a double
or throws NullPointeException
.
- getAsInteger(String) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the value mapped to the specified key as an int
or throws NullPointeException
.
- getAsLong(String) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the value mapped to the specified key as a long
or throws NullPointeException
.
- getAsString(String) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the value mapped to the specified key as a String
or null
.
- getAsymmetricAlgorithm() - Method in class com.northconcepts.datapipeline.security.AsymmetricDecryptingReader
-
- getAsymmetricAlgorithm() - Method in class com.northconcepts.datapipeline.security.AsymmetricEncryptingReader
-
- getAsymmetricKey() - Method in class com.northconcepts.datapipeline.security.AsymmetricDecryptingReader
-
- getAsymmetricKey() - Method in class com.northconcepts.datapipeline.security.AsymmetricEncryptingReader
-
- getAsyncWriter(int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
- getAsyncWriter(int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
- getAttribute(Element, String) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- getAttribute(Element, String, String) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- getAttribute(Element, String, Character) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- getAttribute(Element, String, Boolean) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- getAttribute(Element, String, Integer) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- getAttribute(Element, String, Long) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- getAttribute(Element, String, Class<? extends T>) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- getAttribute(Element, String, Class<? extends T>, T) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- getAttribute(Element, String, FieldType) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- getAttribute(Element, String, FieldType, T) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- getAttributes() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
User-defined key-value pairs to attached arbitrary metadata to this entity.
- getAttributes() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
User-defined key-value pairs to attached arbitrary metadata to this entityRelationShip.
- getAttributes() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
User-defined key-value pairs to attached arbitrary metadata to this field.
- getAttributes() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
User-defined key-value pairs to attached arbitrary metadata to this schema.
- getAttributes() - Method in class com.northconcepts.datapipeline.xml.builder.XmlElement
-
- getAutoCloseConnection() - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
Indicates if the database connection in this endpoint should be closed when the endpoint is closed.
- getAutoCloseConnection() - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- getAutoCloseConnection() - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
Indicates if the database connection in this endpoint should be closed when the endpoint is closed.
- getAverage(String) - Method in class com.northconcepts.datapipeline.group.AggregateReader
-
Deprecated.
- getAverageLength() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.google.contacts.GoogleContactsReader
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.google.gmail.GmailMessageReader
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.jira.JiraReader
-
Indicates the number of items to retrieve per batch.
- getBatchSize() - Method in class com.northconcepts.datapipeline.mongodb.MongoWriter
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.orc.OrcDataReader
-
Indicates the maximum number of records to buffer when reading ORC data (default 1024).
- getBatchSize() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates the maximum number of records to buffer when writing ORC data (default 1024).
- getBatchSize() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates the maximum number of records to buffer when writing ORC data (default 1024).
- getBatchSize() - Method in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.sql.mysql.MySqlInsertWriter
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlInsertWriter
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.trello.TrelloApiReader
-
- getBatchSize() - Method in class com.northconcepts.datapipeline.twitter.TwitterUserLookupReader
-
- getBefore() - Method in class com.northconcepts.datapipeline.trello.TrelloApiReader
-
- getBeforeFieldName() - Method in class com.northconcepts.datapipeline.transform.MoveFieldBefore
-
- getBestFitFieldType() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getBigDecimalLiteral(BigDecimal) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getBigDecimalPrecision() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Returns default precision value for BigDecimal type of values.
- getBigDecimalPrecision() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Returns default precision value for BigDecimal type of values.
- getBigDecimalScale() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates the scale used when writing BigDecimal values (default 10).
- getBigDecimalScale() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates the scale used when writing BigDecimal values (default 10).
- getBigIntegerLiteral(BigInteger) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getBigNumberDescriptor() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
Returns NumberDescriptor with necessary details for BigInteger & BigDecimal numbers only.
- getBlankCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getBlockFileSystems() - Static method in class com.northconcepts.datapipeline.parquet.file.ParquetOutputFile
-
- getBoardId() - Method in class com.northconcepts.datapipeline.trello.TrelloBoardCardsReader
-
- getBoardId() - Method in class com.northconcepts.datapipeline.trello.TrelloBoardListsReader
-
- getBooleanLiteral(boolean) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getBucketName() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- getBuffer() - Method in class com.northconcepts.datapipeline.foundations.file.FileDetector
-
- getBufferByFields() - Method in class com.northconcepts.datapipeline.buffer.BufferedReader
-
- getBuffersClosed() - Method in class com.northconcepts.datapipeline.buffer.BufferedReader
-
- getBuffersCreated() - Method in class com.northconcepts.datapipeline.buffer.BufferedReader
-
- getBufferSize() - Method in class com.northconcepts.datapipeline.core.DataReader
-
Returns the number of records in this DataReader
s buffer.
- getBufferSize() - Method in class com.northconcepts.datapipeline.foundations.file.FileDetector
-
- getBufferSizeInBytes() - Method in class com.northconcepts.datapipeline.core.AsyncReader
-
- getBufferSizeInBytes() - Method in class com.northconcepts.datapipeline.core.AsyncWriter
-
- getBufferStrategy() - Method in class com.northconcepts.datapipeline.buffer.BufferedReader
-
- getByteCount() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getByteLiteral(byte) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getBytesLiteral(byte[]) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getCacheFolder() - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
- getCacheFolder() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
- getCalendarId() - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- getCallback() - Method in class com.northconcepts.datapipeline.job.Job
-
- getCancelledOn() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the time this job instance was cancelled.
- getCancelledOn() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the time this job instance was cancelled.
- getCancelledOn() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the time this job instance was cancelled.
- getCardFilter() - Method in class com.northconcepts.datapipeline.trello.TrelloBoardCardsReader
-
- getCardFilter() - Method in class com.northconcepts.datapipeline.trello.TrelloBoardListsReader
-
- getCardinality() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- getCardinality() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- getCardinality() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getCascadeResetLocationPath() - Method in class com.northconcepts.datapipeline.xml.XmlField
-
- getCatalog() - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- getCatalogName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- getCatalogName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcSchema
-
- getCatalogName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getCatalogNames() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getCharset() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- getCharset() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- getCharset() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- getCharset() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- getCharset() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- getCharset() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- getCharsetName() - Method in class com.northconcepts.datapipeline.core.ParsingReader
-
- getCheckConstraintCondition() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- getCheckConstraintCondition() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- getCheckConstraintName() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- getCheckConstraintName() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- getChild() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the thread-local child job of this one while this job is running.
- getChild() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the thread-local child job of this one while this job is running.
- getChild() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the thread-local child job of this one while this job is running.
- getChildByName(String) - Method in class com.northconcepts.datapipeline.foundations.difference.Diff
-
- getChildElement(Element, String) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- getChildElements(Element, String) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- getChildNode(String, boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- getChildNode(XmlNode, boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- getChildNodes(ExpressionContext) - Method in class com.northconcepts.datapipeline.xml.builder.XmlConditionalNode
-
- getChildNodes(ExpressionContext) - Method in class com.northconcepts.datapipeline.xml.builder.XmlDetailMarker
-
- getChildNodes(ExpressionContext) - Method in class com.northconcepts.datapipeline.xml.builder.XmlNode
-
- getChildNodes(ExpressionContext) - Method in class com.northconcepts.datapipeline.xml.builder.XmlNodeContainer
-
- getChildren() - Method in class com.northconcepts.datapipeline.foundations.difference.Diff
-
- getChildren() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- getChildrenValueCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- getCity() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getClassName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- getClassName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getClient() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
- getClient() - Method in class com.northconcepts.datapipeline.jira.JiraReader
-
- getClient() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyClient.ShopifyStub
-
- getClientId() - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
- getClosedOn() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
Returns the time in milliseconds when this endpoint was closed or zero (0) if it hasn't yet been closed.
- getClosedWindows() - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- getCloseStream() - Method in class com.northconcepts.datapipeline.core.StreamWriter
-
- getCloseWindowStrategy() - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- getCloseWriterOnClose() - Method in class com.northconcepts.datapipeline.core.DebugReader
-
- getCloseWriterOnClose() - Method in class com.northconcepts.datapipeline.core.DebugWriter
-
- getCode() - Method in enum com.northconcepts.datapipeline.foundations.pipeline.action.ActionGroup
-
- getCode() - Method in interface com.northconcepts.datapipeline.foundations.pipeline.action.DataReaderAction
-
- getCode() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.PipelineAction
-
- getCode() - Method in enum com.northconcepts.datapipeline.twitter.TwitterErrorCode
-
- getCollator() - Method in class com.northconcepts.datapipeline.core.FieldComparator
-
- getCollection(String) - Method in class com.northconcepts.datapipeline.memory.CollectionWriter
-
- getCollectionId() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getColumn() - Method in interface com.northconcepts.datapipeline.core.IParser
-
- getColumn() - Method in class com.northconcepts.datapipeline.core.LineParser
-
- getColumn() - Method in class com.northconcepts.datapipeline.core.Parser
-
- getColumn() - Method in class com.northconcepts.datapipeline.core.StringParser
-
- getColumn(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getColumn(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getColumn(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getColumn(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getColumn(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getColumn(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MemoryDataset
-
- getColumn(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MemoryDataset
-
- getColumn(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- getColumn(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- getColumnCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getColumnCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getColumnCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MemoryDataset
-
- getColumnCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- getColumnName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcFieldIndex
-
- getColumnName() - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.InsertValue
-
- getColumnName() - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.MergeValue
-
- getColumnName() - Method in class com.northconcepts.datapipeline.jdbc.sql.update.UpdateValue
-
- getColumnName() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- getColumnName() - Method in class com.northconcepts.datapipeline.sql.mysql.InsertValue
-
- getColumnName() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- getColumnName() - Method in class com.northconcepts.datapipeline.sql.postgresql.InsertValue
-
- getColumnNames() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getColumnNames() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getColumnNames() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MemoryDataset
-
- getColumnNames() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- getColumnNames() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- getColumnNames() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- getColumnNumber() - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- getColumns() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- getColumns() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getColumns(String...) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getColumns(Collection<String>) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getColumns() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getColumns() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getColumns() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MemoryDataset
-
- getColumns() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- getColumns() - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
Indicates the columns to read from ORC file.
- getColumns() - Method in class com.northconcepts.datapipeline.orc.OrcDataReader
-
Indicates the columns to read from ORC file.
- getColumns() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTable
-
- getColumns() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTable
-
- getColumnStatsException() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getColumnStatsReaderThreads() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
The number of threads to use to process column stats (default 2).
- getColumnStatsReaderThreads() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
Indicates how many threads should be used to read and analyze the data in each column (defaults to 2).
- getColumnStatsReaderThreads() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
- getCompany() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getCompletedTaskCount() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the approximate total number of tasks that have completed execution by this bus' executorService or -1 if unknown.
- getCompressionCodecName() - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Indicates the compression used for writing (default UNCOMPRESSED).
- getCompressionCodecName() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Indicates the compression used for writing (default UNCOMPRESSED).
- getCompressionKind() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates the compression used for writing (default NONE).
- getCompressionKind() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates the compression used for writing (default NONE).
- getCondition() - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- getCondition() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeNode
-
- getCondition() - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.Merge
-
- getCondition() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Join
-
- getCondition() - Method in class com.northconcepts.datapipeline.json.builder.JsonConditionalNode
-
- getCondition() - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
Returns the condition under which this transformation applies or null
if it always applies.
- getCondition() - Method in class com.northconcepts.datapipeline.transform.TransformingWriter
-
Returns the condition under which this transformation applies or null
if it always applies.
- getCondition() - Method in class com.northconcepts.datapipeline.xml.builder.XmlAttribute
-
- getCondition() - Method in class com.northconcepts.datapipeline.xml.builder.XmlConditionalNode
-
- getConditionAsSource() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeNode
-
- getConditionAsString() - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- getConditionCount() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.ConditionPart
-
- getConditionCount() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteriaPart
-
- getConditionFailedSource() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- getConditions() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- getConditions() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableRule
-
- getConditionsSource() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- getConfig() - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
Returns the Orc configuration parameters.
- getConfig() - Method in class com.northconcepts.datapipeline.orc.OrcDataReader
-
Returns the Orc configuration parameters.
- getConfig() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Returns the Orc configuration parameters.
- getConfig() - Method in class com.northconcepts.datapipeline.twitter.TwitterProvider
-
- getConfig() - Method in class com.northconcepts.datapipeline.twitter.TwitterStreamProvider
-
- getConfiguration() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Returns the Orc configuration parameters.
- getConfiguration() - Method in class com.northconcepts.datapipeline.parquet.file.ParquetOutputFile
-
- getConfiguration() - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
Returns the Parquet configuration parameters.
- getConfiguration() - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Returns the Parquet configuration parameters.
- getConfiguration() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
Returns the Parquet configuration parameters.
- getConfiguration() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Returns the Parquet configuration parameters.
- getConfiguration() - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- getConflictAction() - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
Returns the action to perform on conflict (default ConflictAction.UPDATE).
- getConflictAction() - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlUpsertWriter
-
- getConflictAction() - Method in class com.northconcepts.datapipeline.sql.postgresql.Upsert
-
Indicates the action to perform on conflict (default ConflictAction.UPDATE).
- getConnection() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- getConnection() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getConnection() - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- getConnection() - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
- getConnection() - Method in class com.northconcepts.datapipeline.jms.JmsConnection
-
- getConnection() - Method in class com.northconcepts.datapipeline.jms.JmsReader
-
- getConnection() - Method in class com.northconcepts.datapipeline.jms.JmsWriter
-
- getConnectionFactory() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getConnections() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
- getConnections() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
- getConstraintName() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- getConstraintName() - Method in class com.northconcepts.datapipeline.sql.mysql.DropTableConstraint
-
- getConstraintName() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- getConstraintName() - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
- getContent() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcResultPage
-
- getContentType() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- getContentType() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSink
-
- getContentType() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSource
-
- getContentType() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFile
-
- getConverter() - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- getConverter() - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- getConverter() - Method in class com.northconcepts.datapipeline.twitter.TwitterWriter
-
- getCorePoolSize() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the core number of threads in this bus' executorService or -1 if unknown.
- getCost() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItem
-
- getCount() - Method in class com.northconcepts.datapipeline.core.DataEndpointGroup
-
- getCount() - Method in class com.northconcepts.datapipeline.core.FieldDeclarations
-
- getCount() - Static method in class com.northconcepts.datapipeline.core.Functions
-
Returns the number of aliased functions.
- getCount() - Method in class com.northconcepts.datapipeline.core.MultiWriter
-
- getCount() - Method in class com.northconcepts.datapipeline.core.RecordComparator
-
- getCount() - Method in class com.northconcepts.datapipeline.core.SequenceReader
-
- getCount() - Method in class com.northconcepts.datapipeline.filter.FilteringReader
-
- getCount() - Method in class com.northconcepts.datapipeline.filter.rule.OrRule
-
- getCount() - Method in class com.northconcepts.datapipeline.filter.rule.PatternMatch
-
- getCount() - Method in class com.northconcepts.datapipeline.filter.rule.ValueMatch
-
- getCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.DatasetReader
-
- getCount(String) - Method in class com.northconcepts.datapipeline.group.AggregateReader
-
Deprecated.
- getCount() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- getCount() - Method in class com.northconcepts.datapipeline.meter.Meter
-
- getCount() - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
- getCount() - Method in class com.northconcepts.datapipeline.transform.TransformingWriter
-
- getCountry() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getCountryCode() - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- getCountryCode() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getCreatedAtMax() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- getCreatedAtMax() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyEventCriteria
-
- getCreatedAtMax() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getCreatedAtMax() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getCreatedAtMin() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- getCreatedAtMin() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyEventCriteria
-
- getCreatedAtMin() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getCreatedAtMin() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getCreatedOn() - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the time in milliseconds when this record was created.
- getCreatedOn() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
The time this job instance was created.
- getCreatedOn() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the time this job instance was created.
- getCreatedOn() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the time this job instance was created.
- getCreatedOn() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the time this job instance was created.
- getCreateWindowStrategy() - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- getCredentials() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- getCredentials() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
- getCredentialsProvider() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- getCredentialsProvider() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
- getCriteria() - Method in class com.northconcepts.datapipeline.jdbc.sql.delete.Delete
-
- getCriteria() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- getCriteria() - Method in class com.northconcepts.datapipeline.jdbc.sql.update.Update
-
- getCsvFieldSeparator() - Method in class com.northconcepts.datapipeline.foundations.file.FileDetector
-
- getCurrent(boolean) - Static method in class com.northconcepts.datapipeline.core.Messages
-
- getCurrent() - Static method in class com.northconcepts.datapipeline.core.Messages
-
- getCurrent() - Static method in class com.northconcepts.datapipeline.job.AbstractJob
-
- getCurrent() - Static method in class com.northconcepts.datapipeline.job.Job
-
Returns the job currently running in this thread.
- getCurrentEvent() - Static method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the event currently being delivered on this thread.
- getCurrentField() - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- getCurrentField() - Method in class com.northconcepts.datapipeline.transform.FieldTransformer
-
- getCurrentFilter() - Method in class com.northconcepts.datapipeline.filter.FilteringReader
-
- getCurrentRecord() - Method in class com.northconcepts.datapipeline.transform.FieldTransformer
-
- getCurrentRule() - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- getCurrentSequence() - Method in class com.northconcepts.datapipeline.core.SequenceWriter
-
Returns the current Sequence in use by this writer, null
if it hasn't started writing, or the last sequence if it has finished writing.
- getCustomerCriteria() - Method in class com.northconcepts.datapipeline.shopify.ShopifyCustomerReader
-
- getCustomers(ShopifyCustomerCriteria, int, String) - Method in interface com.northconcepts.datapipeline.shopify.client.ShopifyClient
-
- getCustomers(ShopifyCustomerCriteria, Integer, String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyService
-
- getData() - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessage
-
- getData() - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- getDatabaseColumnCatalogName() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The catalog name of a column returned from the database for this field.
- getDatabaseColumnClassName() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The class name of a column returned from the database for this field.
- getDatabaseColumnDisplaySize() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column display size returned from the database for this field.
- getDatabaseColumnFieldType() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
- getDatabaseColumnJavaType() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The Java type mapped from java.sql.Types
.
- getDatabaseColumnName() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column name returned from the database for this field.
- getDatabaseColumnNullable() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column isNullable value returned from the database for this field.
- getDatabaseColumnPrecision() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column precision returned from the database for this field.
- getDatabaseColumnScale() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column scale returned from the database for this field.
- getDatabaseColumnSchemaName() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The schema name of a column returned from the database for this field.
- getDatabaseColumnSigned() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column isSigned value returned from the database for this field.
- getDatabaseColumnSqlType() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column type returned from the database for this field.
- getDatabaseColumnTableName() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The table name of a column returned from the database for this field.
- getDatabaseColumnTypeName() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column type name returned from the database for this field.
- getDatabaseFile() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- getDatabaseQuery() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The SQL statement used to query the database.
- getDatabaseQuery() - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
The SQL statement used to query the database.
- getDatabaseTypeName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- getDatabaseTypeName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getDatabaseUrl() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The JDBC connection URL.
- getDatabaseUrl() - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
The JDBC connection URL.
- getDataConnectionMode() - Method in class com.northconcepts.datapipeline.filesystem.ftp.FtpFileSystem
-
- getDataFile(long) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getDataLoadException() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getDataMapping() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- getDataMapping() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingEditor
-
- getDataMapping() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingPart
-
- getDataMapping() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingReader
-
- getDataMapping() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingWriter
-
- getDataMapping() - Method in class com.northconcepts.datapipeline.foundations.datamapping.FieldMapping
-
- getDataMapping() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.datamapping.DataMappingAction
-
- getDataMapping() - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- getDataMappingName() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingPart
-
- getDataMappingPart() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingProblem
-
- getDataMappingPartContainer() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- getDataMappingPartContainer() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingPart
-
- getDataMappingPartContainer() - Method in class com.northconcepts.datapipeline.foundations.datamapping.FieldMapping
-
- getDataMappingPartContainerName() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingPart
-
- getDataMappingPartContainerType() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingPart
-
- getDataMappingPartName() - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- getDataMappingPartName() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- getDataMappingPartName() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingPart
-
- getDataMappingPartType() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- getDataMappingPartType() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingPart
-
- getDataMappingPartType() - Method in class com.northconcepts.datapipeline.foundations.datamapping.FieldMapping
-
- getDataMappingProblems(List<DataMappingProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- getDataMappingProblems(List<DataMappingProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- getDataMappingProblems(List<DataMappingProblem>, boolean) - Method in interface com.northconcepts.datapipeline.foundations.datamapping.DataMappingProblemsSupplier
-
- getDataMappingProblems(boolean) - Method in interface com.northconcepts.datapipeline.foundations.datamapping.DataMappingProblemsSupplier
-
- getDataMappingProblems() - Method in interface com.northconcepts.datapipeline.foundations.datamapping.DataMappingProblemsSupplier
-
- getDataMappingProblems(List<DataMappingProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.datamapping.FieldMapping
-
- getDataMappingResult(Record) - Static method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- getDataset() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.DatasetIterator
-
- getDataset() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.DatasetReader
-
- getDatasetAfterDataMapping() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingEditor
-
Returns the dataset containing the mapped data that hasn't been sorted.
- getDate() - Method in class com.northconcepts.datapipeline.filter.rule.DateIs
-
- getDate() - Method in class com.northconcepts.datapipeline.filter.rule.DateIsAfter
-
- getDate() - Method in class com.northconcepts.datapipeline.filter.rule.DateIsBefore
-
- getDate() - Method in class com.northconcepts.datapipeline.trello.DateParam
-
- getDateLiteral(Date) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getDateTimeLiteral(Date) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getDateTimePatternDetector() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- getDecimalPlaces() - Method in class com.northconcepts.datapipeline.transform.format.Rounder
-
- getDecimals() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getDecisionTable() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableReader
-
- getDecisionTable() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableWriter
-
- getDecisionTable() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.decision.DecisionTableAction
-
- getDecisionTree() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeReader
-
- getDecisionTree() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeWriter
-
- getDecisionTree() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.decision.DecisionTreeAction
-
- getDeclaration() - Method in class com.northconcepts.datapipeline.xml.builder.XmlTemplate
-
- getDefaultBigDecimalPrecision() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- getDefaultBigDecimalPrecision() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- getDefaultBigDecimalScale() - Method in class com.northconcepts.datapipeline.avro.AvroWriter
-
Returns the default scale used when writing BigDecimal values (default 5).
- getDefaultBigDecimalScale() - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Returns the default scale used when writing BigDecimal values (default 5).
- getDefaultBigDecimalScale() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Returns the default scale used when writing BigDecimal values (default 5).
- getDefaultBigDecimalScale() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- getDefaultBigDecimalScale() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- getDefaultBigIntegerPrecision() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- getDefaultBigIntegerPrecision() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- getDefaultBigNumberPrecision() - Method in class com.northconcepts.datapipeline.avro.AvroWriter
-
Returns the default precision used when writing BigDecimal & BigInteger values (default 25).
- getDefaultBigNumberPrecision() - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Returns the default precision used when writing BigDecimal & BigInteger values (default 25).
- getDefaultBigNumberPrecision() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Returns the default precision used when writing BigDecimal & BigInteger values (default 25).
- getDefaultFileExtension() - Method in enum com.northconcepts.datapipeline.foundations.file.FileType
-
- getDefaultNode() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeNode
-
- getDefaultOutcomes() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTable
-
- getDefaultPort() - Method in enum com.northconcepts.datapipeline.email.MailStore
-
- getDefaultType() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getDefaultValue() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getDefaultValue() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- getDefaultValue() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- getDefaultValueExpression() - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- getDefaultValueExpression() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The calculated value to set in the data if the field is null or missing.
- getDefaultValueExpressionAsString() - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- getDefaultValueExpressionAsString() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The calculated value to set in the data if the field is null or missing.
- getDeferrability() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getDeleteRule() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getDepth() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- getDescendantValueCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- getDescription() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
- getDescription() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- getDescription() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTable
-
- getDescription() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableRule
-
- getDescription() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTree
-
- getDescription() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeNode
-
- getDescription() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- getDescription() - Method in enum com.northconcepts.datapipeline.foundations.pipeline.action.ActionGroup
-
- getDescription() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.PipelineAction
-
- getDescription() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
The human-readable summary of this entity.
- getDescription() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getDescription() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The human-readable summary of this field.
- getDescription() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- getDescription() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
The human-readable summary of this schema.
- getDescription() - Method in enum com.northconcepts.datapipeline.twitter.TwitterErrorCode
-
- getDescriptionField() - Method in class com.northconcepts.datapipeline.trello.TrelloCardWriter
-
- getDestination() - Method in class com.northconcepts.datapipeline.jms.JmsConnection
-
- getDetails() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingProblem
-
- getDetails() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaProblem
-
- getDetailTemplate() - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- getDirection() - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- getDirection() - Method in class com.northconcepts.datapipeline.twitter.TwitterPageableReader
-
- getDiscardedRecordCount() - Method in class com.northconcepts.datapipeline.avro.AvroWriter
-
Returns the number of discarded Records
- getDiscardReasonFieldName() - Method in class com.northconcepts.datapipeline.filter.FilteringReader
-
Returns the field in the record to place the description of the filter that disallowed it or null
if one should not be added.
- getDiscardReasonFieldName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- getDiscardReasonFieldName() - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Returns the field in the record to place the description of the exception that was thrown
by the failing read or null
if one should not be added.
- getDiscardReasonFieldName() - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Returns the field in the record to place the description of the exception that was thrown
by the failing write or null
if one should not be added.
- getDiscardReasonFieldName() - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
Returns the the field in the record to place the description of the transformation that failed along with the exception message.
- getDiscardReasonFieldName() - Method in class com.northconcepts.datapipeline.transform.TransformingWriter
-
Returns the the field in the record to place the description of the transformation that failed along with the exception message.
- getDiscardWriter() - Method in class com.northconcepts.datapipeline.avro.pipeline.output.AvroPipelineOutput
-
- getDiscardWriter() - Method in class com.northconcepts.datapipeline.core.RemoveDuplicatesReader
-
Returns the discard sink for discarded records or null
if one was not assigned.
- getDiscardWriter() - Method in class com.northconcepts.datapipeline.filter.FilteringReader
-
Returns the discard sink for disallowed records or null
if one was not assigned.
- getDiscardWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- getDiscardWriter() - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Returns the discard sink for failing records or null
if one was not assigned.
- getDiscardWriter() - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Returns the discard sink for failing records or null
if one was not assigned.
- getDiscardWriter() - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
Returns the discard sink for bad records or null
if one was not assigned.
- getDiscardWriter() - Method in class com.northconcepts.datapipeline.transform.TransformingWriter
-
Returns the discard sink for bad records or null
if one was not assigned.
- getDiscardWriter() - Method in class com.northconcepts.datapipeline.twitter.TwitterUserLookupReader
-
Returns the discard sink for records where the lookup failed or null
if one was not assigned.
- getDisplayName() - Method in enum com.northconcepts.datapipeline.foundations.datamapping.DataMappingPartType
-
- getDisplayName() - Method in enum com.northconcepts.datapipeline.foundations.file.FileType
-
- getDisplayName() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The user-friendly name for this field.
- getDisplayName() - Method in enum com.northconcepts.datapipeline.foundations.schema.SchemaPartType
-
- getDisplayNameOrName() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The user-friendly name for this field if one is set or the
FieldDef.getName()
value otherwise.
- getDisplayText() - Method in enum com.northconcepts.datapipeline.foundations.pipeline.action.ActionGroup
-
- getDisplayText() - Method in interface com.northconcepts.datapipeline.foundations.pipeline.action.DataReaderAction
-
- getDisplayText() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.PipelineAction
-
- getDisplayText() - Method in enum com.northconcepts.datapipeline.foundations.pipeline.action.transform.AddFieldsAction.FieldType
-
- getDocument() - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- getDocument() - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- getDoneFilter() - Method in class com.northconcepts.datapipeline.jira.JiraEpicReader
-
Indicates which epics to return: true=done, false=not done, null=all (default is all).
- getDoubleLiteral(double) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getDriverClassName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getDstoff() - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- getDuplicateFieldAction() - Method in class com.northconcepts.datapipeline.transform.lookup.LookupTransformer
-
- getDuplicateFieldPolicy() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- getDuplicateFieldPolicy() - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- getElapsedTime() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
- getElapsedTime() - Method in class com.northconcepts.datapipeline.core.SequenceWriter.Sequence
-
The time this sequence has been running while this sequence is current.
- getElapsedTime() - Method in class com.northconcepts.datapipeline.meter.Meter
-
- getElapsedTimeAsString() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
- getElementDepth() - Method in class com.northconcepts.datapipeline.xml.builder.XmlElement
-
- getElementDepth() - Method in class com.northconcepts.datapipeline.xml.builder.XmlNode
-
- getEmailAddress() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getEmailClient() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getEmailType() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getEmptyStringValuePolicy() - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Returns the object responsible for writing empty string values (defaults to ValuePolicy.QUOTED_EMPTY_STRING).
- getEmptyStringValuePolicy() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- getEncodedPassword() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getEndDate() - Method in class com.northconcepts.datapipeline.twitter2.TwitterSearchReader
-
Indicates the newest UTC timestamp search criteria.
- getEndDate() - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineReader
-
Indicates the newest UTC timestamp search criteria.
- getEndingQuote() - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Returns the string used to mark the ending of text values that may contain commas and other special characters (defaults to double quote - ").
- getEndingQuote() - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Returns the string used to mark the ending of text values that may contain commas and other special characters (defaults to double quote - ").
- getEndingQuote() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- getEndingQuote() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- getEndpoint() - Method in class com.northconcepts.datapipeline.transform.Transformer
-
- getEndpointConfiguration() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
- getEntities(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getEntities() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getEntities(String) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getEntity(String) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
Returns the
EntityDef
that matches the specified name.
- getEntity() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaFilter
-
- getEntity() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- getEntityCount() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getEntityDef() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The parent entity containing this field.
- getEntityDef() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- getEntityDef() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaTransformer
-
- getEntityExpansionPolicy() - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- getEntityExpansionPolicy() - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- getEntityExpansionPolicy() - Method in class com.northconcepts.datapipeline.twitter.TwitterWriter
-
- getEntityFile(String) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- getEntityFile() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses.TableConfig
-
- getEntityName() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
- getEntityNames() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getEntityNames() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- getEntityNames() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- getEntityQualifiedName() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
Returns the qualified name that includes the name of this field and the
EntityDef
above it separated by period.
- getEntityQualifiedName() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
Returns the qualified name that includes the name of this index and the
EntityDef
above it separated by period.
- getEntityRelationship(String) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getEntityRelationshipByForeignKeyName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getEntityRelationshipCount() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
Returns the number of entity relationships in this schema.
- getEntityRelationshipNames() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
Returns the names of all entity relationships in this schema.
- getEntityRelationships(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getEntityRelationships() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getEntityRelationshipsByForeignKeyName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getEntitySuperClass() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- getEntitySuperClass() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSpringDataJpaClasses
-
- getEntitySuperClass() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- getEntries() - Method in class com.northconcepts.datapipeline.transform.lookup.CachedLookup
-
Returns the number of cached elements.
- getEpics(int, int, int, Boolean) - Method in interface com.northconcepts.datapipeline.jira.client.JiraClient
-
- getErrorCount() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the number of exceptions this bus has experienced.
- getErrors() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- getErrors() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationResult
-
- getErrors(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationResult
-
- getEventBus() - Method in class com.northconcepts.datapipeline.eventbus.EventBusReader
-
- getEventBus() - Method in class com.northconcepts.datapipeline.eventbus.EventBusWriter
-
- getEventCriteria() - Method in class com.northconcepts.datapipeline.shopify.ShopifyEventReader
-
- getEventFilter() - Method in class com.northconcepts.datapipeline.eventbus.EventBusReader
-
- getEventListenerClass() - Method in class com.northconcepts.datapipeline.eventbus.Event
-
- getEventPublisher() - Method in class com.northconcepts.datapipeline.eventbus.Event
-
- getEvents(ShopifyEventCriteria, int, String) - Method in interface com.northconcepts.datapipeline.shopify.client.ShopifyClient
-
- getEvents(ShopifyEventCriteria, Integer, String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyService
-
- getEventsActive() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the approximate number of threads that are actively delivering events using this bus' executorService or -1 if unknown.
- getEventsDelivered() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
- getEventSource() - Method in class com.northconcepts.datapipeline.eventbus.Event
-
- getEventSource() - Method in class com.northconcepts.datapipeline.eventbus.EventBusWriter
-
- getEventsPublished() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the number of events sent to this event bus for delivery to listeners.
- getEventsQueued() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the number of events waiting to be executed by this bus' executorService or -1 if unknown.
- getExample() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
A human-readable example of values supported by this field.
- getExampleValue() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryParameter
-
- getExampleValueExpression() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryParameter
-
- getException() - Method in class com.northconcepts.datapipeline.core.AsyncMultiReader
-
- getException() - Method in class com.northconcepts.datapipeline.core.AsyncMultiReader.ReaderThread
-
- getException() - Method in class com.northconcepts.datapipeline.core.AsyncReader
-
- getException() - Method in class com.northconcepts.datapipeline.core.AsyncWriter
-
- getException() - Method in class com.northconcepts.datapipeline.core.Message
-
- getException() - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- getException() - Method in class com.northconcepts.datapipeline.google.contacts.GoogleContactsReader
-
- getException() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
Returns an exception thrown by one of the internal AsyncWriters if any.
- getException() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
Returns an exception thrown by one of the internal AsyncWriters if any.
- getException() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the last exception thrown while running.
- getException() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the last exception thrown while running.
- getException() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the last exception thrown while running.
- getException() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- getException() - Method in class com.northconcepts.datapipeline.twitter2.TwitterFilterStreamReader
-
- getExceptionCount() - Method in class com.northconcepts.datapipeline.retry.RetryingOperation
-
Returns the total number of exceptions/failures seen by this reader.
- getExceptionCount() - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Returns the total number of exceptions/failures seen by this reader.
- getExceptionCount() - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Returns the total number of exceptions/failures seen by this writer.
- getExceptionFromCause(Class<T>) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns causeClass
if this exception was caused by (or one of its nested exceptions was caused by) the specified exception.
- getExceptions(boolean) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- getExceptions() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- getExceptions() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
Returns all exceptions thrown by the internal AsyncWriters (the list will not be null, but may contain no elements).
- getExceptions() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
Returns all exceptions thrown by the internal AsyncWriters (the list will not be null, but may contain no elements).
- getExcludedFields() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
The set of fields to be removed from the target.
- getExcludedTables() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- getExcludedWords() - Method in class com.northconcepts.datapipeline.transform.SplitWords
-
- getExcludeNulls() - Method in class com.northconcepts.datapipeline.group.GroupOperation
-
- getExpirationDays(AWSS3Control, String, String) - Static method in class com.northconcepts.datapipeline.amazons3.AmazonS3Util
-
- getExportedKey(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getExportedKeyColumns(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getExportedKeys() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getExpression() - Method in class com.northconcepts.datapipeline.filter.FilterExpression
-
- getExpression() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableCondition
-
- getExpression() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableOutcome
-
- getExpression() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeOutcome
-
- getExpression() - Method in class com.northconcepts.datapipeline.foundations.expression.CalculatedField
-
- getExpression() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterMatchExpression
-
- getExpression() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateMatchExpression
-
- getExpression() - Method in class com.northconcepts.datapipeline.json.builder.JsonExpression
-
- getExpression() - Method in class com.northconcepts.datapipeline.json.builder.JsonLogicalExpression
-
- getExpression() - Method in class com.northconcepts.datapipeline.transform.SetCalculatedField
-
- getExpression() - Method in class com.northconcepts.datapipeline.xml.builder.XmlExpression
-
- getExpression() - Method in class com.northconcepts.datapipeline.xml.builder.XmlLogicalExpression
-
- getExpressionAsString() - Method in exception com.northconcepts.datapipeline.expression.ParseException
-
- getExpressionAsString() - Method in class com.northconcepts.datapipeline.filter.FilterExpression
-
- getExpressionContext() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingReader
-
- getExpressionContext() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingWriter
-
- getExpressionContext() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableReader
-
- getExpressionContext() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableWriter
-
- getExpressionContext() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeReader
-
- getExpressionContext() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeWriter
-
- getExpressionSource() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableCondition
-
- getExpressionSource() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableOutcome
-
- getExpressionSource() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeOutcome
-
- getExpressionSource() - Method in class com.northconcepts.datapipeline.foundations.expression.CalculatedField
-
- getFactory() - Method in class com.northconcepts.datapipeline.core.SequenceWriter
-
- getFactory() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.DataReaderPipelineInput
-
- getFactory() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.DataWriterPipelineOutput
-
- getFailedCondition() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- getFailedRecords() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingEditor
-
Returns the records which failed mapping along with the failure details in a sess\ion property (limited to #getMaxSavedFailedRecords()
records).
- getFetchSize() - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
The fetch size to set on the
Statement
using
Statement.setFetchSize(int)
or
null
if the connection's default should be used (default
null
).
- getField(Record, boolean, boolean) - Method in class com.northconcepts.datapipeline.core.FieldPath
-
- getField(int) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field at the specified index (for zero or positive indexes) or from the end of the list (for negative indexes by adding index to the size of the list).
- getField(int, boolean) - Method in class com.northconcepts.datapipeline.core.Record
-
- getField(String) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the first field with the given name or throws an exception if none are found.
- getField(String, boolean) - Method in class com.northconcepts.datapipeline.core.Record
-
- getField(FieldPath) - Method in class com.northconcepts.datapipeline.core.Record
-
- getField(FieldPath, boolean) - Method in class com.northconcepts.datapipeline.core.Record
-
- getField(FieldPath, boolean, boolean) - Method in class com.northconcepts.datapipeline.core.Record
-
- getField(FieldList, boolean) - Method in class com.northconcepts.datapipeline.core.Record
-
Retrieves a nested child field.
- getField(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns the
FieldDef
that matches the specified name.
- getField() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- getField() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrderPart
-
- getField() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
- getField() - Method in class com.northconcepts.datapipeline.template.FieldKeyValuePair
-
- getFieldAsJavaIdentifierName(JavaCodeBuilder, JdbcQueryColumn, int) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- getFieldCount() - Method in class com.northconcepts.datapipeline.core.Record
-
- getFieldCount() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getFieldFilter() - Method in class com.northconcepts.datapipeline.filter.FieldFilterRule
-
- getFieldIndexes() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- getFieldListCandidates(List<String>, int) - Static method in class com.northconcepts.datapipeline.foundations.tools.DetectPrimaryKeysInDataset
-
- getFieldMappings() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- getFieldName() - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the field name associated with this exception.
- getFieldName() - Method in class com.northconcepts.datapipeline.core.FieldComparator
-
- getFieldName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- getFieldName() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- getFieldName() - Method in class com.northconcepts.datapipeline.transform.MoveFieldAfter
-
- getFieldName() - Method in class com.northconcepts.datapipeline.transform.MoveFieldBefore
-
- getFieldName() - Method in class com.northconcepts.datapipeline.transform.MoveFieldToIndex
-
- getFieldNameList() - Method in class com.northconcepts.datapipeline.core.Record
-
- getFieldNames() - Method in class com.northconcepts.datapipeline.core.AbstractReader
-
- getFieldNames() - Method in class com.northconcepts.datapipeline.core.Record
-
- getFieldNames() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- getFieldNames() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getFieldNames() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationResult
-
- getFieldOrNull(String) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the first field with the given name or null if none are found.
- getFieldPath(int) - Method in class com.northconcepts.datapipeline.core.FieldList
-
- getFields() - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessage
-
- getFields() - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageFields
-
- getFields() - Method in class com.northconcepts.datapipeline.core.FieldDeclarations
-
- getFields() - Method in class com.northconcepts.datapipeline.core.Record
-
Returns a new collection of the fields in this record.
- getFields() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTable
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTree
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.aggregate.AggregateGroupFieldsAction
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertDateTimeToStringAction
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNumberToStringAction
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToBooleanAction
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToDateTimeAction
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToNumberAction
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertValueToStringAction
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterFieldExistsAction
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterFieldNotNullAction
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.SelectArrangeFieldsAction
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsExistsAction
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsNotNullAction
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- getFields(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- getFields(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getFields(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getFields() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationResult
-
- getFields() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryGrouping
-
- getFields() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QuerySelection
-
- getFields() - Method in class com.northconcepts.datapipeline.jira.JiraIssue
-
- getFields() - Method in class com.northconcepts.datapipeline.jira.JiraSearch
-
- getFields() - Method in class com.northconcepts.datapipeline.security.DecryptingReader
-
- getFields() - Method in class com.northconcepts.datapipeline.security.EncryptingReader
-
- getFields() - Method in class com.northconcepts.datapipeline.transform.lookup.LookupTransformer
-
- getFields() - Method in class com.northconcepts.datapipeline.transform.RemoveDuplicateFields
-
- getFields() - Method in class com.northconcepts.datapipeline.transform.SelectFields
-
- getFieldsAsCsv() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- getFieldsAsCsv() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyEventCriteria
-
- getFieldsAsCsv() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getFieldsAsCsv() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getFieldSchema() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The field's schema for ORC and Parquet files.
- getFieldSeparator() - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- getFieldSeparator() - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Returns the string used between each field value (defaults to comma).
- getFieldSeparator() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- getFieldSeparator() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- getFieldSeparator() - Method in class com.northconcepts.datapipeline.transform.FlattenRecord
-
- getFieldType() - Method in class com.northconcepts.datapipeline.foundations.number.NumberDescriptor
-
- getFieldType() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getFieldType() - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePatternMatch
-
Returns FieldType
.
- getFieldType(boolean) - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePatternMatch
-
Returns FieldType
.
- getFieldType() - Method in class com.northconcepts.datapipeline.transform.SetField
-
- getFieldTypeCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getFieldTypeForPrimitiveType(Type) - Method in class com.northconcepts.datapipeline.parquet.tools.GenerateSchemaDefFromParquet
-
- getFieldTypes(FieldList) - Method in class com.northconcepts.datapipeline.core.Record
-
- getFieldTypes() - Method in class com.northconcepts.datapipeline.core.Record
-
- getFieldTypes() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getFieldValue(String, T) - Method in class com.northconcepts.datapipeline.core.Record
-
- getFieldValueAsArray(String, ArrayValue) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value as array if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsBigDecimal(String, BigDecimal) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsBigInteger(String, BigInteger) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsBoolean(String, Boolean) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsByte(String, Byte) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsBytes(String, byte[]) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsChar(String, Character) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsDate(String, Date) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsDatetime(String, Date) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsDouble(String, Double) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsFloat(String, Float) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsInstant(String, Instant) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsInteger(String, Integer) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsList(String, List<T>, Class<T>) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value as a
List
if the field exists and its value is not null, otherwise, it returns the default value (even if the list contains no values).
- getFieldValueAsLocalDate(String, LocalDate) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsLocalDatetime(String, LocalDateTime) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsLocalTime(String, LocalTime) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsLong(String, Long) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsRecord(String, Record) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsShort(String, Short) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsString(String, String) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsTime(String, Time) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValueAsUUID(String, UUID) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field's value if the field exists and its value is not null, otherwise, it returns the default value.
- getFieldValues(long) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- getFile() - Method in class com.northconcepts.datapipeline.core.TextReader
-
- getFile() - Method in class com.northconcepts.datapipeline.core.TextStreamWriter
-
- getFile() - Method in class com.northconcepts.datapipeline.core.TextWriter
-
- getFile() - Method in class com.northconcepts.datapipeline.excel.ExcelDocument
-
- getFile() - Method in class com.northconcepts.datapipeline.foundations.file.FileDetector
-
- getFile() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFile
-
- getFile() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The java.io.File
used to create the DataReader.
- getFile() - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
The java.io.File
used to create the DataReader.
- getFileColumnNumber() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The beginning column number in the input file starting with 0.
- getFileColumnNumber() - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
Returns the column number in the input file starting with 0.
- getFileExtension() - Method in enum com.northconcepts.datapipeline.foundations.file.FileType
-
- getFileId(String) - Method in class com.northconcepts.datapipeline.googledrive.GoogleDriveFileSystem
-
Returns the first occurence of the Google Drive File Id with the matching fileName
.
- getFileLineNumber() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The line number in the input file starting with 0.
- getFileLineNumber() - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
The line number in the input file starting with 0.
- getFileSink() - Method in class com.northconcepts.datapipeline.avro.pipeline.output.AvroPipelineOutput
-
- getFileSink() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- getFileSink() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- getFileSink() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FileSinkPipelineOutput
-
- getFileSink() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- getFileSink() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- getFileSink() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- getFileSink() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
- getFileSink() - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
- getFileSink() - Method in class com.northconcepts.datapipeline.pdf.output.PdfPipelineOutput
-
- getFileSize() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- getFileSize() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSink
-
- getFileSize() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSource
-
- getFileSize() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFile
-
- getFileSource() - Method in class com.northconcepts.datapipeline.avro.pipeline.input.AvroPipelineInput
-
- getFileSource() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- getFileSource() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- getFileSource() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FileSourcePipelineInput
-
- getFileSource() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- getFileSource() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- getFileSource() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- getFileSource() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- getFileSource() - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
- getFileSource() - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- getFileTransferMode() - Method in class com.northconcepts.datapipeline.filesystem.ftp.FtpFileSystem
-
- getFileTransferType() - Method in class com.northconcepts.datapipeline.filesystem.ftp.FtpFileSystem
-
- getFileType() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- getFileType() - Method in class com.northconcepts.datapipeline.foundations.file.FileDetector
-
- getFileType() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSink
-
- getFileType() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSource
-
- getFileType() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFile
-
- getFillChar() - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthField
-
- getFillChar() - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- getFillChar() - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthWriter
-
- getFillChar() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- getFillChar() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- getFilter() - Method in class com.northconcepts.datapipeline.file.FileSystemInfoReader
-
- getFilter() - Method in class com.northconcepts.datapipeline.group.GroupOperation
-
- getFilter() - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- getFilter() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
Returns the filter settings.
- getFilter() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyEventCriteria
-
- getFilter() - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
Deprecated.
- getFilter() - Method in class com.northconcepts.datapipeline.trello.TrelloBoardsReader
-
- getFilterCondition() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- getFilteredStreamRules() - Method in class com.northconcepts.datapipeline.twitter2.TwitterV2Client
-
Returns the active rules on the streaming endpoint.
- getFinancialStatus() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getFinishedOn() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the time this job finished running.
- getFinishedOn() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the time this job finished running.
- getFinishedOn() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the time this job finished running.
- getFirstColumnIndex() - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- getFirstColumnIndex() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- getFirstException() - Method in class com.northconcepts.datapipeline.retry.RetryingOperation
-
Returns the first exception thrown for any individual read attempt.
- getFirstException() - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Returns the first exception thrown for any individual read attempt.
- getFirstException() - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Returns the first exception thrown for any individual write attempt.
- getFirstMessage(Message[]) - Method in enum com.northconcepts.datapipeline.email.EmailReadDirection
-
- getFirstName() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getFirstProperty(String, String) - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageFooter
-
- getFirstProperty(String, String) - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageHeader
-
- getFirstRowIndex() - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- getFirstRowIndex() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- getFixedSizeInBytes() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
Returns the number of bytes used to represent values of this type or zero (0) for non-fixed-byte-sized types.
- getFloatLiteral(float) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getFolderId(String) - Method in class com.northconcepts.datapipeline.googledrive.GoogleDriveFileSystem
-
Returns the first occurence of the Google Drive Folder Id with the matching folderName
.
- getFolderName() - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- getFollow() - Method in class com.northconcepts.datapipeline.twitter.TwitterFilterStreamReader
-
- getFollowers(String, int, String) - Method in class com.northconcepts.datapipeline.twitter2.TwitterV2Client
-
Returns the Followers of a given Twitter handle.
- getFollowing(String, int, String) - Method in class com.northconcepts.datapipeline.twitter2.TwitterV2Client
-
Returns the Twitter users that the provided Twitter handle is following.
- getFooter() - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessage
-
- getFooterTemplate() - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- getForeignEntity() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getForeignEntityName() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getForeignEntityRelationships(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getForeignKeyColumnNames() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- getForeignKeyColumnNames() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- getForeignKeyFieldNames(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getForeignKeyFieldNames() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getForeignKeyFields() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getForeignTableName() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- getForeignTableName() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- getForiegnKeyCatalogName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getForiegnKeyColumnName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getForiegnKeyName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getForiegnKeySchemaName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getForiegnKeyTableName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getFormat() - Method in class com.northconcepts.datapipeline.core.StreamWriter
-
- getFormatter() - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePattern
-
- getFractionDigits() - Method in class com.northconcepts.datapipeline.foundations.number.NumberDescriptor
-
- getFractionPart() - Method in class com.northconcepts.datapipeline.foundations.number.NumberMatch
-
- getFulfillmentStatus() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getGetterMethod() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getGmtoff() - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- getGroupByFields() - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- getGrouping() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- getHandlesAsCsv() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getHasValue() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.ConditionPart
-
- getHaving() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- getHeader() - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessage
-
- getHeaderTemplate() - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- getHistogram() - Method in class com.northconcepts.datapipeline.foundations.file.FileDetector
-
- getHits() - Method in class com.northconcepts.datapipeline.transform.lookup.CachedLookup
-
Returns the number of lookup requests where the results were already cached.
- getHost() - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- getHref() - Method in class com.northconcepts.datapipeline.mailchimp.list.Link
-
- getHttpProxyHost() - Method in class com.northconcepts.datapipeline.twitter.TwitterProvider
-
- getHttpProxyHost() - Method in class com.northconcepts.datapipeline.twitter.TwitterStreamProvider
-
- getHttpProxyPort() - Method in class com.northconcepts.datapipeline.twitter.TwitterProvider
-
- getHttpProxyPort() - Method in class com.northconcepts.datapipeline.twitter.TwitterStreamProvider
-
- getId() - Method in class com.northconcepts.datapipeline.core.DataObject
-
The auto numbered ID of this instance.
- getId() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the unique (sequential) ID of this event bus (within this JVM/classloader).
- getId() - Method in enum com.northconcepts.datapipeline.jms.JmsAcknowledgeMode
-
- getId() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the unique (sequential) ID of this job (within this JVM/classloader).
- getId() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getId() - Method in class com.northconcepts.datapipeline.mailchimp.list.Tag
-
- getId() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItem
-
- getId() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getIdsAsCsv() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- getIdsAsCsv() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItemCriteria
-
- getIdsAsCsv() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getIdsAsCsv() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getImportedKey(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getImportedKeyColumns(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getImportedKeys() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getImports() - Method in class com.northconcepts.datapipeline.sourcecode.JavaCodeBuilder
-
- getIncludeDirectories() - Method in class com.northconcepts.datapipeline.file.FileSystemInfoReader
-
- getIncludeElapsedTime() - Method in class com.northconcepts.datapipeline.core.DebugReader
-
- getIncludeElapsedTime() - Method in class com.northconcepts.datapipeline.core.DebugWriter
-
- getIndentation() - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- getIndentCount() - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- getIndex() - Method in class com.northconcepts.datapipeline.core.Field
-
Returns the position of this field within its record.
- getIndex() - Method in class com.northconcepts.datapipeline.core.SequenceWriter.Sequence
-
- getIndex(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getIndex() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
Index of column in table (starting at 1).
- getIndex() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getIndex() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.DatasetIterator
-
- getIndex(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getIndexCount() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns the number of indexes in this entity.
- getIndexDef() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- getIndexes() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getIndexes(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getIndexes() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getIndexes(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getIndexField(String) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- getIndexFieldCount() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
Returns the number of index fields in this index.
- getIndexFieldNames() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
Returns the names of all index fields in this index.
- getIndexFields(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- getIndexFields() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- getIndexInEntityDef() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
Returns the zero-based index of this field in
EntityDef
.
- getIndexInIndexDef() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
Returns the zero-based index of this index field in
IndexDef
.
- getIndexName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- getIndexName() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- getIndexName() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- getIndexNames() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns the names of all indexes in this entity.
- getIndexQualifiedName() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
Returns a qualified name that includes the name of this index field and the
IndexDef
above it separated by period.
- getIndexQualifier() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- getInferredBooleanValueCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getInferredFieldType() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
Returns the most frequently occurring type in a column.
- getInferredNumericValueCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getInferredTemporalValueCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getInferredTextualValueCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getInferredTypeName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getInferredUuidValueCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getInheritedFieldCount() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getInheritedFields() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns the fields in this entity and its super entities with overridden super fields removed.
- getInheritedFields(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns the fields in this entity and its super entities, optionally removing overridden super fields.
- getInheritedFields(List<FieldDef>, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns the fields in this entity and its super entities, optionally removing overridden super fields.
- getInheritedIndexCount() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns the number of indexes in this entity and its super entities.
- getInitialRetryDelay() - Method in class com.northconcepts.datapipeline.retry.RetryingOperation
-
Returns the amount of time to wait (in milliseconds) after the first error, before retrying (default 1 second).
- getInitialRetryDelay() - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Returns the amount of time to wait (in milliseconds) after the first error, before retrying (default 1 second).
- getInitialRetryDelay() - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Returns the amount of time to wait (in milliseconds) after the first error, before retrying (default 1 second).
- getInitialRetryDelay() - Method in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- getInput() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- getInputStream() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSource
-
- getInputStream() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSource
-
- getInputStream() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFileSource
-
- getInsert() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
- getInsert() - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
- getInsertSql() - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getInsertSql() - Method in class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
- getInsertSql() - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
- getInsertSqlPrefix() - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getInsertStatement() - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getInsertStatement() - Method in class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
- getInstanceCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- getInstanceName() - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
- getInt96FieldType() - Method in class com.northconcepts.datapipeline.parquet.tools.GenerateSchemaDefFromParquet
-
Returns FieldType
for int96 data type of Parquet.
- getInterests() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getInternalId() - Method in class com.northconcepts.datapipeline.foundations.core.FoundationObject
-
The auto numbered ID of this instance.
- getInternalName() - Method in class com.northconcepts.datapipeline.foundations.core.FoundationObject
-
The name of this instance (-).
- getIntLiteral(int) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getInvalidRecordCount() - Method in class com.northconcepts.datapipeline.avro.AvroReader
-
Returns the total number of broken Avro records this reader encountered.
- getInventoryItemCriteria() - Method in class com.northconcepts.datapipeline.shopify.ShopifyInventoryItemReader
-
- getInventoryItemIdsAsCsv() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryLevelCriteria
-
- getInventoryItems(ShopifyInventoryItemCriteria, int, String) - Method in interface com.northconcepts.datapipeline.shopify.client.ShopifyClient
-
- getInventoryItems(ShopifyInventoryItemCriteria, Integer, String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyService
-
- getInventoryLevelCriteria() - Method in class com.northconcepts.datapipeline.shopify.ShopifyInventoryLevelReader
-
- getIpOpt() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getIpSignup() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getIsCatalogAtStart() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getIssueComments(String) - Method in interface com.northconcepts.datapipeline.jira.client.JiraClient
-
- getIssueComments(String) - Method in class com.northconcepts.datapipeline.jira.client.JiraService
-
- getIssueStatus(String, String) - Method in interface com.northconcepts.datapipeline.jira.client.JiraClient
-
- getIssueStatus(String...) - Method in class com.northconcepts.datapipeline.jira.client.JiraService
-
- getIssueTransitions(String) - Method in interface com.northconcepts.datapipeline.jira.client.JiraClient
-
- getIssueTransitions(String) - Method in class com.northconcepts.datapipeline.jira.client.JiraService
-
- getJavaCode() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- getJavaCode() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.CompositePipelineAction
-
- getJavaCode() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- getJavaType() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
Returns the default Java representation for this instance.
- getJavaType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- getJavaType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryParameter
-
- getJavaType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getJavaTypeOverride(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getJavaTypeOverrides() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getJdbcConnectionFactory() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- getJdbcConnectionFactory() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- getJdbcType(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- getJdbcType(Class<?>) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
- getJdbcType(Class<?>) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
- getJdbcType(String) - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- getJdbcType(Class<?>) - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- getJdbcType(String) - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
- getJdbcType(Class<?>) - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
- getJdbcWriter(int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
- getJdbcWriter(int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
- getJiraClient() - Method in class com.northconcepts.datapipeline.jira.client.JiraClient.JiraStub
-
- getJndiFactoryName() - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
Indicates the JNDI name to use when looking up the ConnectionFactory (defaults to "ConnectionFactory").
- getJob() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getJobCount() - Static method in class com.northconcepts.datapipeline.job.Job
-
Returns the current number of live jobs in the JVM/classloader.
- getJoins() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- getJql() - Method in class com.northconcepts.datapipeline.jira.JiraSearch
-
- getKey() - Method in class com.northconcepts.datapipeline.buffer.RecordBuffer
-
- getKey() - Method in class com.northconcepts.datapipeline.jira.JiraIssue
-
- getKey() - Method in class com.northconcepts.datapipeline.memory.MapWriter
-
- getKey() - Method in class com.northconcepts.datapipeline.template.FieldKeyValuePair
-
- getKeyFieldNames() - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlUpsertWriter
-
- getKeyFieldNames() - Method in class com.northconcepts.datapipeline.sql.postgresql.Upsert
-
- getKeyFields() - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- getKeySequence() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getLabelIds() - Method in class com.northconcepts.datapipeline.google.gmail.GmailMessageReader
-
- getLanguage() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getLanguage() - Method in class com.northconcepts.datapipeline.twitter.TwitterFilterStreamReader
-
- getLargestPoolSize() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the largest number of threads that have ever simultaneously been in the pool in this bus' executorService or -1 if unknown.
- getLastChanged() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getLastChildNodeElementDepth() - Method in class com.northconcepts.datapipeline.xml.builder.XmlNode
-
- getLastChildNodeElementDepth() - Method in class com.northconcepts.datapipeline.xml.builder.XmlNodeContainer
-
- getLastException() - Method in class com.northconcepts.datapipeline.retry.RetryingOperation
-
Returns the last exception thrown for any individual read attempt.
- getLastException() - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Returns the last exception thrown for any individual read attempt.
- getLastException() - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Returns the last exception thrown for any individual write attempt.
- getLastLineSeparator() - Method in class com.northconcepts.datapipeline.core.LineParser
-
- getLastName() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getLastRecord() - Method in class com.northconcepts.datapipeline.core.DataEndpoint
-
Returns the most recent record seen by this endpoint while it is open or null
.
- getLastRecord() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaFilter
-
- getLastRecord() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the most recent record seen by this job while it is running or null
.
- getLastRow() - Method in class com.northconcepts.datapipeline.core.AbstractReader
-
- getLastRow() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- getLastRow() - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.Insert
-
- getLastRow() - Method in class com.northconcepts.datapipeline.sql.mysql.Insert
-
- getLastRow() - Method in class com.northconcepts.datapipeline.sql.mysql.Upsert
-
- getLastRow() - Method in class com.northconcepts.datapipeline.sql.postgresql.Insert
-
- getLastRow() - Method in class com.northconcepts.datapipeline.sql.postgresql.Upsert
-
- getLastSequence() - Method in class com.northconcepts.datapipeline.core.SequenceWriter.Sequence
-
- getLatitude() - Method in class com.northconcepts.datapipeline.instagram.InstagramLocationMediaReader
-
- getLatitude() - Method in class com.northconcepts.datapipeline.instagram.InstagramLocationReader
-
- getLatitude() - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- getLatitude() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getLength() - Method in class com.northconcepts.datapipeline.parquet.RandomAccessInputFile
-
- getLength() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- getLength() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- getLengthSum() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getLevel() - Method in class com.northconcepts.datapipeline.core.Message
-
- getLimit() - Method in class com.northconcepts.datapipeline.core.LimitReader
-
- getLimit() - Method in class com.northconcepts.datapipeline.twitter.TwitterRateLimit
-
- getLimitRemaining() - Method in class com.northconcepts.datapipeline.twitter.TwitterRateLimit
-
- getLimitResetTime() - Method in class com.northconcepts.datapipeline.twitter.TwitterRateLimit
-
- getLimitResetTimeRemaining() - Method in class com.northconcepts.datapipeline.twitter.TwitterRateLimit
-
- getLine() - Method in class com.northconcepts.datapipeline.core.LineParser
-
- getLineCount() - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- getLineNumber() - Method in class com.northconcepts.datapipeline.core.ParsingReader
-
- getLineNumber() - Method in class com.northconcepts.datapipeline.core.TextReader
-
- getLineNumber() - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- getLineSeparatorAsCsvEscaped(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- getLineSeparatorAsCsvEscaped() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- getLineSeparators() - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Returns the strings used to separate records or null
if none were explicitly assigned.
- getLineSeparators() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- getLineText() - Method in class com.northconcepts.datapipeline.core.LineParser
-
- getLinks() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getLinks() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMembers
-
- getList() - Method in class com.northconcepts.datapipeline.core.FieldList
-
- getList() - Method in class com.northconcepts.datapipeline.eventbus.TypedListenerList
-
- getList() - Method in class com.northconcepts.datapipeline.trello.CommaSeparatedList
-
- getListener() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getListenerCount() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the total number of listeners subscribed to this bus.
- getListFilter() - Method in class com.northconcepts.datapipeline.trello.TrelloBoardListsReader
-
- getListId() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getListId() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMembers
-
- getListId() - Method in class com.northconcepts.datapipeline.mailchimp.MailChimpListMemberReader
-
- getListId() - Method in class com.northconcepts.datapipeline.trello.TrelloListCardsReader
-
- getListIdField() - Method in class com.northconcepts.datapipeline.trello.TrelloCardWriter
-
- getListMember(String, String) - Method in interface com.northconcepts.datapipeline.mailchimp.MailChimpClient
-
- getListMemberObject(String, String) - Method in interface com.northconcepts.datapipeline.mailchimp.MailChimpClient
-
- getListMembers(String, ListMemberStatus, long, long) - Method in interface com.northconcepts.datapipeline.mailchimp.MailChimpClient
-
- getListMembersObject(String, ListMemberStatus, long, long) - Method in interface com.northconcepts.datapipeline.mailchimp.MailChimpClient
-
- getLists() - Method in class com.northconcepts.datapipeline.trello.TrelloBoardsReader
-
- getLocation() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getLocationIdsAsCsv() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryLevelCriteria
-
- getLocationInventoryLevel(ShopifyInventoryLevelCriteria, int, String) - Method in interface com.northconcepts.datapipeline.shopify.client.ShopifyClient
-
- getLocationInventoryLevel(ShopifyInventoryLevelCriteria, Integer, String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyService
-
- getLocationPath() - Method in class com.northconcepts.datapipeline.xml.XmlField
-
- getLocationPath() - Method in class com.northconcepts.datapipeline.xml.XmlRecordBreak
-
- getLocations(int, String) - Method in interface com.northconcepts.datapipeline.shopify.client.ShopifyClient
-
- getLocations(Integer, String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyService
-
- getLocations() - Method in class com.northconcepts.datapipeline.twitter.TwitterFilterStreamReader
-
- getLogWriter() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
- getLogWriter() - Method in class com.northconcepts.datapipeline.job.Job
-
- getLongitude() - Method in class com.northconcepts.datapipeline.instagram.InstagramLocationMediaReader
-
- getLongitude() - Method in class com.northconcepts.datapipeline.instagram.InstagramLocationReader
-
- getLongitude() - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- getLongitude() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getLongLiteral(long) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getLookup() - Method in class com.northconcepts.datapipeline.transform.lookup.LookupTransformer
-
- getMailStore() - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- getMap() - Method in class com.northconcepts.datapipeline.memory.MapWriter
-
- getMapping() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNullToValueAction
-
- getMapping() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterFieldMatchesPatternAction
-
- getMapping() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.AddFieldsAction
-
- getMapping() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.CopyFieldsAction
-
- getMapping() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.RenameFieldsAction
-
- getMapping() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.SortFieldsAction
-
- getMapping() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsMatchPatternAction
-
- getMaxBufferSizeInBytes() - Method in class com.northconcepts.datapipeline.core.AsyncReader
-
- getMaxColumnStatsRecords() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
The number of records to use when calculating column stats or null
for all records (default null
).
- getMaxEntries() - Method in class com.northconcepts.datapipeline.transform.lookup.CachedLookup
-
- getMaxErrorCount() - Method in class com.northconcepts.datapipeline.retry.RetryingOperation
-
Returns the number of retries allowed across all read attempts (default max long - 1).
- getMaxErrorCount() - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Returns the number of retries allowed across all read attempts (default max long - 1).
- getMaxErrorCount() - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Returns the number of retries allowed across all write attempts (default max long - 1).
- getMaxId() - Method in class com.northconcepts.datapipeline.twitter.TwitterSearchReader
-
Searches for tweets with IDs less than the specified ID (i.e.
- getMaximum() - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
The optional largest number allowed in values of this field.
- getMaximum() - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
The optional largest date, time, or datetime allowed in values of this field.
- getMaximum(String) - Method in class com.northconcepts.datapipeline.group.AggregateReader
-
Deprecated.
- getMaximumArrayElements() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getMaximumChildInstanceCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- getMaximumElements() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The maximum numbers of array elements allowed by this array field.
- getMaximumLength() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getMaximumLength() - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
The optional most number of bytes in values of this field.
- getMaximumLength() - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
The optional most number of characters in values of this field.
- getMaximumPoolSize() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the maximum allowed number of threads in this bus' executorService or -1 if unknown.
- getMaxInvalidRecords() - Method in class com.northconcepts.datapipeline.avro.AvroReader
-
Indicates the number of broken Avro records to skip before this reader should fail (default 1000).
- getMaxInvalidRecords() - Method in class com.northconcepts.datapipeline.avro.pipeline.input.AvroPipelineInput
-
Indicates the number of broken Avro records to skip before this reader should fail (default 1000).
- getMaxItems() - Method in class com.northconcepts.datapipeline.jira.JiraReader
-
Indicates the maximum number of items to return.
- getMaxPagedRecordCount() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingEditor
-
- getMaxRecords() - Method in class com.northconcepts.datapipeline.memory.TailProxyReader
-
- getMaxRecords() - Method in class com.northconcepts.datapipeline.memory.TailWriter
-
- getMaxRecordsAnalyzed() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Indicates how many records should be analyzed and cached to generate the Parquet schema if no schema was explicitly set
on this writer (default is 1000).
- getMaxRecordsToLoad() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getMaxResults() - Method in class com.northconcepts.datapipeline.instagram.InstagramMediaReader
-
- getMaxResults() - Method in class com.northconcepts.datapipeline.instagram.InstagramSelfReader
-
- getMaxResults() - Method in class com.northconcepts.datapipeline.jira.JiraSearch
-
- getMaxResults() - Method in class com.northconcepts.datapipeline.twitter2.AbstractTwitterReader
-
Indicates the maximum number of records that will be obtained by the endpoint.
- getMaxRetryCount() - Method in class com.northconcepts.datapipeline.retry.RetryingOperation
-
Returns the number of retries allowed for any individual read attempt (default 5).
- getMaxRetryCount() - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Returns the number of retries allowed for any individual read attempt (default 5).
- getMaxRetryCount() - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Returns the number of retries allowed for any individual write attempt (default 5).
- getMaxRetryCount() - Method in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- getMaxTime() - Method in class com.northconcepts.datapipeline.core.TimedReader
-
- getMaxWaitTimeMillis() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
- getMeasure() - Method in class com.northconcepts.datapipeline.meter.RecordMeter
-
- getMeasure() - Method in class com.northconcepts.datapipeline.throttle.ThrottledReader
-
- getMeasure() - Method in class com.northconcepts.datapipeline.throttle.ThrottledWriter
-
- getMemberId() - Method in class com.northconcepts.datapipeline.trello.TrelloBoardsReader
-
- getMemberRating() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getMembers() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMembers
-
- getMergeCondition() - Method in class com.northconcepts.datapipeline.jdbc.upsert.MergeUpsert
-
- getMergeCondition() - Method in class com.northconcepts.datapipeline.jdbc.upsert.OracleUpsert
-
- getMergeCondition() - Method in class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- getMergeFields() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getMergeSql() - Method in class com.northconcepts.datapipeline.jdbc.upsert.MergeUpsert
-
- getMergeSql() - Method in class com.northconcepts.datapipeline.jdbc.upsert.OracleUpsert
-
- getMergeSql() - Method in class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- getMergeStatement() - Method in class com.northconcepts.datapipeline.jdbc.upsert.MergeUpsert
-
- getMergeStatement() - Method in class com.northconcepts.datapipeline.jdbc.upsert.OracleUpsert
-
- getMergeStatement() - Method in class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- getMessage() - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageReader
-
- getMessage() - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the detail message string of this exception along with any prefixed text.
- getMessage() - Method in class com.northconcepts.datapipeline.core.Message
-
- getMessage(int) - Method in class com.northconcepts.datapipeline.core.Messages
-
- getMessage() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- getMessageCount() - Method in class com.northconcepts.datapipeline.core.Messages
-
- getMessages() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationResult
-
- getMessageWithProperties() - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the detail message string of this exception along with any prefixed text and properties (name-value pairs).
- getMetadataFile() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getMeter() - Method in interface com.northconcepts.datapipeline.meter.Metered
-
- getMeter() - Method in class com.northconcepts.datapipeline.meter.MeteredInputStream
-
- getMeter() - Method in class com.northconcepts.datapipeline.meter.MeteredOutputStream
-
- getMeter() - Method in class com.northconcepts.datapipeline.meter.MeteredReader
-
- getMeter() - Method in class com.northconcepts.datapipeline.meter.MeteredWriter
-
- getMeter() - Method in class com.northconcepts.datapipeline.throttle.Throttle
-
- getMethod() - Method in class com.northconcepts.datapipeline.eventbus.Event
-
- getMethod() - Method in class com.northconcepts.datapipeline.mailchimp.list.Link
-
- getMethodSuffix() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getMillisecondsPastHour() - Method in class com.northconcepts.datapipeline.schedule.HourlyScheduler
-
- getMimeType() - Method in enum com.northconcepts.datapipeline.foundations.file.FileType
-
- getMinimum() - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
The optional smallest number allowed in values of this field.
- getMinimum() - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
The optional smallest date, time, or datetime allowed in values of this field.
- getMinimum(String) - Method in class com.northconcepts.datapipeline.group.AggregateReader
-
Deprecated.
- getMinimumArrayElements() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getMinimumChildInstanceCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- getMinimumElements() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The minimum numbers of array elements allowed by this array field.
- getMinimumLength() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getMinimumLength() - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
The optional least number of bytes in values of this field.
- getMinimumLength() - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
The optional least number of characters in values of this field.
- getMinimumSizeInBytes() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
Returns the minimum number of bytes used to represent values of this type.
- getMinRecords() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
- getMissedTweets() - Method in class com.northconcepts.datapipeline.twitter.TwitterFilterStreamReader
-
- getMisses() - Method in class com.northconcepts.datapipeline.transform.lookup.CachedLookup
-
Returns the number of lookup requests where the results were not already cached and the underlying lookup was used.
- getModifiedSchema() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
Indicates the modified schema used to read the file.
- getName() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- getName() - Method in class com.northconcepts.datapipeline.avro.pipeline.input.AvroPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.avro.pipeline.output.AvroPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.core.DataObject
-
The name of this instance (-).
- getName() - Method in class com.northconcepts.datapipeline.core.Field
-
- getName(boolean) - Method in class com.northconcepts.datapipeline.core.Field
-
- getName() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the name assigned to this bus or its default name if one was not assigned.
- getName() - Method in class com.northconcepts.datapipeline.filter.FieldExists
-
- getName() - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- getName() - Method in class com.northconcepts.datapipeline.filter.FieldNotExists
-
- getName() - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthField
-
- getName(int) - Method in class com.northconcepts.datapipeline.foundations.core.Attributes
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.core.Property
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTable
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableRule
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTree
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeNode
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.difference.Diff
-
- getName() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSink
-
- getName() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSource
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFile
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryParameter
-
- getName() - Method in interface com.northconcepts.datapipeline.foundations.jdbc.JdbcSink
-
- getName() - Method in interface com.northconcepts.datapipeline.foundations.jdbc.JdbcSource
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.DataReaderPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.DatasetPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FileSourcePipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.DataWriterPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FileSinkPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.PipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.PipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.ProxyPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.ProxyPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
The human-readable text identifier for this entity.
- getName() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The human-readable text identifier for this field.
- getName() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- getName() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
The human-readable text identifier for this schema.
- getName() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the name assigned to this job or its default name if one was not assigned.
- getName() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the name assigned to this job or its default name if one was not assigned.
- getName() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the name assigned to this job or its default name if one was not assigned.
- getName() - Method in class com.northconcepts.datapipeline.mailchimp.list.Tag
-
- getName() - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- getName() - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.pdf.output.PdfPipelineOutput
-
- getName() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getName() - Method in class com.northconcepts.datapipeline.sql.mysql.TableColumn
-
- getName() - Method in class com.northconcepts.datapipeline.transform.FieldTransformer
-
Returns the name of the field this transformer applies to if only one field was specified, otherwise null
if multiple fields.
- getName() - Method in class com.northconcepts.datapipeline.transform.SetBatchSequenceNumberField
-
- getName() - Method in class com.northconcepts.datapipeline.transform.SetCalculatedField
-
- getName() - Method in class com.northconcepts.datapipeline.transform.SetField
-
- getName() - Method in class com.northconcepts.datapipeline.transform.SetGroupSequenceNumberField
-
- getName() - Method in class com.northconcepts.datapipeline.transform.SetSequenceNumberField
-
- getName() - Method in class com.northconcepts.datapipeline.transform.SetUuidField
-
- getName() - Method in class com.northconcepts.datapipeline.transform.SplitArrayField
-
- getName() - Method in class com.northconcepts.datapipeline.xml.builder.XmlAttribute
-
- getName() - Method in class com.northconcepts.datapipeline.xml.builder.XmlElement
-
- getName() - Method in class com.northconcepts.datapipeline.xml.XmlField
-
- getNameAsJavaClassName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getNameAsJavaClassName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getNameAsJavaIdentifier() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- getNameAsJavaIdentifier() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryParameter
-
- getNameAsJavaIdentifier() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getNameAsJavaIdentifier() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getNameField() - Method in class com.northconcepts.datapipeline.trello.TrelloCardWriter
-
- getNameForErrorMessage() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- getNames() - Method in class com.northconcepts.datapipeline.filter.FieldExists
-
- getNames() - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- getNames() - Method in class com.northconcepts.datapipeline.foundations.core.Attributes
-
- getNames() - Method in class com.northconcepts.datapipeline.transform.FieldTransformer
-
- getNamesAsStrings() - Method in class com.northconcepts.datapipeline.transform.FieldTransformer
-
- getNestedAlias() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QuerySource
-
- getNestedEndpoint() - Method in class com.northconcepts.datapipeline.core.DataEndpoint
-
- getNestedEndpoint() - Method in class com.northconcepts.datapipeline.core.DataReader
-
- getNestedEndpoint() - Method in class com.northconcepts.datapipeline.core.DataWriter
-
- getNestedEndpoint() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
Returns the Endpoint
held inside this one or null
if there isn't one.
- getNestedLookup() - Method in class com.northconcepts.datapipeline.transform.lookup.ProxyLookup
-
- getNestedPipelineInput() - Method in class com.northconcepts.datapipeline.foundations.pipeline.PipelineInput
-
Returns the PipelineInput
held inside this one or null
if there isn't one.
- getNestedPipelineInput() - Method in class com.northconcepts.datapipeline.foundations.pipeline.ProxyPipelineInput
-
- getNestedPipelineOutput() - Method in class com.northconcepts.datapipeline.foundations.pipeline.PipelineOutput
-
Returns the PipelineOutput
held inside this one or null
if there isn't one.
- getNestedPipelineOutput() - Method in class com.northconcepts.datapipeline.foundations.pipeline.ProxyPipelineOutput
-
- getNestedReader() - Method in class com.northconcepts.datapipeline.core.DataReader
-
Returns the DataReader
held inside this one or null
if there isn't one.
- getNestedReader() - Method in class com.northconcepts.datapipeline.core.ProxyReader
-
- getNestedReader() - Method in class com.northconcepts.datapipeline.core.SortingReader
-
- getNestedReader0() - Method in class com.northconcepts.datapipeline.core.SortingReader
-
- getNestedWriter() - Method in class com.northconcepts.datapipeline.core.DataWriter
-
Returns the DataWriter
held inside this one or null
if there isn't one.
- getNestedWriter() - Method in class com.northconcepts.datapipeline.core.ProxyWriter
-
- getNewIndex() - Method in class com.northconcepts.datapipeline.transform.MoveFieldToIndex
-
- getNewLine() - Method in class com.northconcepts.datapipeline.core.LinedTextWriter
-
- getNewLine() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- getNewLine() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- getNewLineEscaped() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- getNewName() - Method in class com.northconcepts.datapipeline.transform.FastRenameField
-
- getNewName() - Method in class com.northconcepts.datapipeline.transform.RenameField
-
- getNewValue() - Method in class com.northconcepts.datapipeline.foundations.difference.Diff
-
- getNextPageInfo() - Method in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- getNextTime(long) - Method in class com.northconcepts.datapipeline.schedule.HourlyScheduler
-
- getNextTime(long) - Method in class com.northconcepts.datapipeline.schedule.PeriodicScheduler
-
- getNextTime(long) - Method in interface com.northconcepts.datapipeline.schedule.Scheduler
-
Returns the next time in this schedule after the specified time.
- getNextToken() - Method in class com.northconcepts.datapipeline.twitter2.AbstractTwitterReader
-
- getNodeDepth() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getNodeDepth() - Method in class com.northconcepts.datapipeline.core.Node
-
Returns this node's distance from its root node.
- getNodes() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeNode
-
- getNodes(ExpressionContext) - Method in class com.northconcepts.datapipeline.json.builder.JsonConditionalNode
-
- getNodes(ExpressionContext) - Method in class com.northconcepts.datapipeline.json.builder.JsonNode
-
- getNodes() - Method in class com.northconcepts.datapipeline.xml.builder.XmlNodeContainer
-
- getNodeType() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getNodeType() - Method in class com.northconcepts.datapipeline.core.Field
-
- getNodeType() - Method in class com.northconcepts.datapipeline.core.Node
-
- getNodeType() - Method in class com.northconcepts.datapipeline.core.Record
-
- getNodeType() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getNonNullCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getNonNullNonBlankCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getNonPrettyLineSeparator() - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- getNonPrimaryKeyColumns() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getNonUnique() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- getNonUpdateFields() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
Returns the list of fields that must not be updated if the recored already exists (default null).
- getNonUpdateFields() - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
Returns the list of fields that must not be updated if the recored already exists (default null).
- getNullCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getNullsFirst() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrderPart
-
- getNullValueFieldTypes() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getNullValuePolicy() - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Returns the object responsible for writing null values (defaults to ValuePolicy.EMPTY_STRING).
- getNullValuePolicy() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- getNumber() - Method in class com.northconcepts.datapipeline.foundations.number.NumberMatch
-
- getNumberDescriptor() - Method in class com.northconcepts.datapipeline.foundations.number.NumberMatch
-
- getNumberDescriptor() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getNumberDetector() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- getNumericSizeInBytes() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
Returns the number of bytes used to represent values of this type or zero (0) for non-numeric types.
- getObjectWrapper() - Method in class com.northconcepts.datapipeline.template.ArrayTemplateModel
-
- getObjectWrapper() - Method in class com.northconcepts.datapipeline.template.FieldKeyValuePair
-
- getObjectWrapper() - Method in class com.northconcepts.datapipeline.template.FieldKeyValuePairIterator
-
- getObjectWrapper() - Method in class com.northconcepts.datapipeline.template.RecordTemplateModel
-
- getOffset() - Method in class com.northconcepts.datapipeline.core.LimitReader
-
- getOffset() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.DatasetReader
-
- getOffset() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- getOffsetConsumed() - Method in class com.northconcepts.datapipeline.core.LimitReader
-
- getOldFieldPath() - Method in class com.northconcepts.datapipeline.transform.RenameField
-
- getOldFieldPathAsString() - Method in class com.northconcepts.datapipeline.transform.RenameField
-
- getOldIndex() - Method in class com.northconcepts.datapipeline.transform.FastRenameField
-
- getOldName() - Method in class com.northconcepts.datapipeline.transform.FastRenameField
-
- getOldName() - Method in class com.northconcepts.datapipeline.transform.RenameField
-
- getOldValue() - Method in class com.northconcepts.datapipeline.foundations.difference.Diff
-
- getOnDeleteAction() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getOnDeleteAction() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- getOnDeleteAction() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- getOnUpdateAction() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getOnUpdateAction() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- getOnUpdateAction() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- getOpenedOn() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
Returns the time in milliseconds when this endpoint was opened or zero (0) if it hasn't yet been opened.
- getOpenedWindows() - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- getOpenElapsedTime() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
Returns the number of milliseconds this endpoint was (or has been) opened for or zero (0) if it hasn't yet been opened.
- getOpenElapsedTimeAsString() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
Returns the total time (as a human readable string) this endpoint was (or has been) opened for or "0 seconds" if it hasn't yet been opened.
- getOperation() - Method in class com.northconcepts.datapipeline.group.GroupOperationField
-
- getOperations() - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- getOrCreateColumn(String, int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getOrCreateColumn(String, int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getOrCreateColumn(String, int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MemoryDataset
-
- getOrCreateColumn(String, int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- getOrder() - Method in class com.northconcepts.datapipeline.core.SortingReader
-
- getOrder() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- getOrderBy() - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- getOrderByField() - Method in class com.northconcepts.datapipeline.jira.JiraProjectReader
-
Indicates the returned issue sort order.
- getOrderCriteria() - Method in class com.northconcepts.datapipeline.shopify.ShopifyOrderReader
-
- getOrdinalPosition() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcFieldIndex
-
- getOriginalFieldIndex() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The index of a field set by the DataReader before any transformation or operation was performed.
- getOriginalFieldName() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The name of a field set by the DataReader before any transformation or operation was performed.
- getOutcome() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableResult
-
- getOutcome() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeResult
-
- getOutcomeAsJson() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableResult
-
- getOutcomeAsJson() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeResult
-
- getOutcomes() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableRule
-
- getOutcomes() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeNode
-
- getOutput() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- getOutputStream() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSink
-
- getOutputStream() - Method in class com.northconcepts.datapipeline.core.BinaryWriter
-
- getOutputStream() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSink
-
- getOutputStream() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFileSink
-
- getOverwrite() - Method in class com.northconcepts.datapipeline.transform.CopyField
-
- getOverwrite() - Method in class com.northconcepts.datapipeline.transform.SetBatchSequenceNumberField
-
- getOverwrite() - Method in class com.northconcepts.datapipeline.transform.SetCalculatedField
-
- getOverwrite() - Method in class com.northconcepts.datapipeline.transform.SetField
-
- getOverwrite() - Method in class com.northconcepts.datapipeline.transform.SetGroupSequenceNumberField
-
- getOverwrite() - Method in class com.northconcepts.datapipeline.transform.SetSequenceNumberField
-
- getOverwrite() - Method in class com.northconcepts.datapipeline.transform.SetUuidField
-
- getPackage() - Method in class com.northconcepts.datapipeline.sourcecode.JavaCodeBuilder
-
- getPage() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcResultPage
-
- getPage() - Method in class com.northconcepts.datapipeline.twitter.TwitterPageableReader
-
- getPageImpl(long, int) - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowerIDsReader
-
- getPageImpl(long, int) - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowerListReader
-
- getPageImpl(long, int) - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowingIDsReader
-
- getPageImpl(long, int) - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowingListReader
-
- getPageImpl(long, int) - Method in class com.northconcepts.datapipeline.twitter.TwitterListMemberReader
-
- getPageImpl(long, int) - Method in class com.northconcepts.datapipeline.twitter.TwitterListOwnershipReader
-
- getPageImpl(long, int) - Method in class com.northconcepts.datapipeline.twitter.TwitterPageableReader
-
- getPageNumber() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingEditor
-
- getPageOffset() - Method in class com.northconcepts.datapipeline.jira.JiraReader
-
Indicates the first offset to start returning.
- getPageOffset() - Method in class com.northconcepts.datapipeline.mailchimp.MailChimpListMemberReader
-
- getPages() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- getPageSize() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcResultPage
-
- getPageSize() - Method in class com.northconcepts.datapipeline.mailchimp.MailChimpListMemberReader
-
- getPageSize() - Method in class com.northconcepts.datapipeline.twitter.TwitterPageableReader
-
- getParameters() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- getParameters() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- getParameterSqlTypes() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- getParameterValues() - Method in class com.northconcepts.datapipeline.jdbc.sql.SqlPart
-
- getParent() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- getParent() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the thread-local job that ran this one while this job is running.
- getParent() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the thread-local job that ran this one while this job is running.
- getParent() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the thread-local job that ran this one while this job is running.
- getParentField() - Method in class com.northconcepts.datapipeline.core.Node
-
Returns the closest parent record's field that this node is the child of, otherwise null if one does not exist.
- getParentNode() - Method in class com.northconcepts.datapipeline.core.Field
-
- getParentNode() - Method in class com.northconcepts.datapipeline.core.Node
-
- getParentNode() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- getParentNode() - Method in class com.northconcepts.datapipeline.json.builder.JsonFragment
-
- getParentRecord() - Method in class com.northconcepts.datapipeline.core.Field
-
- getParentRecord() - Method in class com.northconcepts.datapipeline.core.Node
-
Returns the closest parent record that this node is the child of, otherwise null if one does not exist.
- getParquetSchema() - Method in class com.northconcepts.datapipeline.parquet.tools.GenerateSchemaDefFromParquet
-
- getParser() - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- getParts() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.ConjunctivePart
-
- getParts() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteriaPart
-
- getParts() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrder
-
- getPasswordEncoder() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getPath() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- getPath() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeResult
-
- getPath() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSink
-
- getPath() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSource
-
- getPath() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFile
-
- getPath() - Method in class com.northconcepts.datapipeline.orc.OrcDataReader
-
Returns the Path
of the ORC file being read.
- getPath() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Returns the Path
of the ORC file being written.
- getPath() - Method in class com.northconcepts.datapipeline.parquet.file.ParquetOutputFile
-
- getPattern() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertDateTimeToStringAction
-
- getPattern() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNumberToStringAction
-
- getPattern() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToDateTimeAction
-
- getPattern() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToNumberAction
-
- getPattern() - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
The optional numeric pattern to use when parsing incoming values (from currency, percentage, etc.) during mapping.
- getPattern() - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
The optional date, time, or datetime pattern to use when parsing incoming values during mapping.
- getPattern() - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
The optional regular expression pattern to use when parsing incoming values during validation (not used during mapping).
- getPattern() - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePattern
-
Returns the date-time pattern for case-insensitive parsing.
- getPattern() - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePatternMatch
-
The pattern used for parsing.
- getPatterns() - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePatternDetector
-
- getPausedOn() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the time this job was paused or null
if this job is not currently paused.
- getPausedOn() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the time this job was paused or null
if this job is not currently paused.
- getPausedOn() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the time this job was paused or null
if this job is not currently paused.
- getPeakBufferSizeInBytes() - Method in class com.northconcepts.datapipeline.core.AsyncReader
-
- getPeakBufferSizeInBytes() - Method in class com.northconcepts.datapipeline.core.AsyncWriter
-
- getPeekUnitsPerSecond() - Method in class com.northconcepts.datapipeline.throttle.Throttle
-
- getPercentage() - Method in class com.northconcepts.datapipeline.twitter.TwitterRateLimit
-
- getPeriod() - Method in class com.northconcepts.datapipeline.schedule.PeriodicScheduler
-
- getPersonFields() - Method in class com.northconcepts.datapipeline.google.contacts.GoogleContactsReader
-
- getPhone() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getPipeline() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.PipelineAction
-
- getPipeline() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getPlainTextPassword() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getPolicy() - Method in enum com.northconcepts.datapipeline.transform.format.Rounder.RoundingPolicy
-
- getPoolSize() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the current number of threads in this bus' executorService pool or -1 if unknown.
- getPort() - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- getPos() - Method in class com.northconcepts.datapipeline.parquet.RandomAccessSeekableInputStream
-
- getPosition() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The zero-based location of this field in the data (if applicable).
- getPrecision() - Method in class com.northconcepts.datapipeline.foundations.number.NumberDescriptor
-
- getPrecision() - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
The optional numeric precision -- currently unused.
- getPreviousSource() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingExpressionContext
-
- getPreviousTarget() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingExpressionContext
-
- getPrimaryEntity() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getPrimaryEntityName() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getPrimaryEntityRelationships(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getPrimaryKeyCatalogName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getPrimaryKeyColumnName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getPrimaryKeyColumnNames() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- getPrimaryKeyColumnNames() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- getPrimaryKeyColumns() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getPrimaryKeyColumns() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTable
-
- getPrimaryKeyColumns() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTable
-
- getPrimaryKeyFieldNames() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getPrimaryKeyFields() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getPrimaryKeyFields() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getPrimaryKeyName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getPrimaryKeyName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getPrimaryKeyPosition() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- getPrimaryKeySchemaName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getPrimaryKeySequence() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
Starting at 1.
- getPrimaryKeyTableName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getPrimaryKeyType() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- getPrimaryTableName() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- getPrimaryTableName() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- getPrintWriter() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- getPrintWriter() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateRecordSerializers
-
- getPrintWriter() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSpringDataJpaClasses
-
- getPrintWriter() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- getPriority() - Method in class com.northconcepts.datapipeline.core.AsyncReader
-
- getPriority() - Method in class com.northconcepts.datapipeline.core.AsyncWriter
-
- getProcessedAtMax() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getProcessedAtMin() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getProductCriteria() - Method in class com.northconcepts.datapipeline.shopify.ShopifyProductReader
-
- getProducts(ShopifyProductCriteria, int, String) - Method in interface com.northconcepts.datapipeline.shopify.client.ShopifyClient
-
- getProducts(ShopifyProductCriteria, Integer, String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyService
-
- getProductType() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getProjects(String, Integer, boolean) - Method in interface com.northconcepts.datapipeline.jira.client.JiraClient
-
Deprecated.
- getProjectsPaginated(int, int, String, String, String) - Method in interface com.northconcepts.datapipeline.jira.client.JiraClient
-
- getProperties() - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageFooter
-
- getProperties() - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageHeader
-
- getProperties() - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the values associated with this exception as a Map
.
- getProperties() - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- getProperties() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getProperties() - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
- getPropertiesAsString() - Method in exception com.northconcepts.datapipeline.core.DataException
-
- getProperty(String) - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageFooter
-
- getProperty(String) - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageHeader
-
- getProperty(String) - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
- getProtocol() - Method in enum com.northconcepts.datapipeline.email.MailStore
-
- getProvider() - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- getProvider() - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- getProvider() - Method in class com.northconcepts.datapipeline.twitter.TwitterWriter
-
- getProviderType() - Method in class com.northconcepts.datapipeline.excel.ExcelDocument
-
- getProviderType() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- getProviderType() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- getProvince() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getProvinceCode() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- getPublishedAtMax() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getPublishedAtMin() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getPublishedStatus() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getPublisher(Class<T>) - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
- getPublisher(Object, Class<T>) - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
- getPublisher(Object, Class<T>, Object) - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
- getPublishersCreated() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the number of event publishers created by this bus.
- getQualifiedForiegnKeyTable() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getQualifiedName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getQualifiedName() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns the fully qualified name that includes the name of this entity and all names in its hierarchy separated by period.
- getQualifiedName() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
Returns the fully qualified name that includes the name of this entity relationship and all names in its hierarchy separated by period.
- getQualifiedName() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
Returns the fully qualified name that includes the name of this field definition and all names in its hierarchy separated by period.
- getQualifiedName() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
Returns the fully qualified name that includes the name of this index and all names in its hierarchy separated by period.
- getQualifiedName() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
Returns the fully qualified name that includes the name of this index field and all names in its hierarchy separated by period.
- getQualifiedPrimaryKeyTable() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getQueries() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getQuery() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- getQuery() - Method in interface com.northconcepts.datapipeline.foundations.jdbc.JdbcSink
-
- getQuery() - Method in interface com.northconcepts.datapipeline.foundations.jdbc.JdbcSource
-
- getQuery() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getQuery() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- getQuery() - Method in class com.northconcepts.datapipeline.google.gmail.GmailMessageReader
-
- getQuery() - Method in class com.northconcepts.datapipeline.jira.JiraProjectReader
-
Indicates the case-insensitive search filter.
- getQuery() - Method in class com.northconcepts.datapipeline.mongodb.MongoReader
-
Gets the JSON style query string.
Output format:
(e.g.
- getQueryColumns(ResultSetMetaData, JdbcConnection) - Static method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getQuerySources() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- getQueryString() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- getQueue() - Method in class com.northconcepts.datapipeline.core.PipedReader
-
- getQueue() - Method in class com.northconcepts.datapipeline.core.PipedWriter
-
- getQueue() - Method in class com.northconcepts.datapipeline.multiplex.SplitReader
-
- getQueueSize() - Method in class com.northconcepts.datapipeline.multiplex.SplitWriter
-
Retrieves the buffer size for downstream readers of this splitter (default is 100 records).
- getQuoteChar() - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Returns the starting quote - same as calling getStartingQuote() (defaults to double quote - ").
- getQuoteChar() - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Returns the starting quote - same as calling getStartingQuote() (defaults to double quote - ").
- getRadix() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getRateLimit(String, String) - Method in class com.northconcepts.datapipeline.twitter.TwitterProvider
-
- getRateLimit() - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- getRateLimit(boolean) - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- getRateLimit() - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- getRateLimit(boolean) - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- getReader() - Method in class com.northconcepts.datapipeline.core.AsyncMultiReader.ReaderThread
-
- getReader() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the reader supplied to this job.
- getReader() - Method in class com.northconcepts.datapipeline.transform.Transformer
-
- getReaders() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the read pipeline — the chain of readers records pass through, starting with the root instance and ending with the reader passed to this job (and returned by
Job.getReader()
).
- getReadWriteLock() - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- getReceiveTimeout() - Method in class com.northconcepts.datapipeline.jms.JmsReader
-
Returns the timeout interval for receiving messages or null
if reads should not timeout (default to null
).
- getRecentTweets(String, LocalDateTime, LocalDateTime, int, String) - Method in class com.northconcepts.datapipeline.twitter2.TwitterV2Client
-
Returns filtered public Tweets posted over the last 7 days.
- getRecord() - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the record associated with this exception.
- getRecord() - Method in class com.northconcepts.datapipeline.core.Field
-
Returns the record this field belongs to.
- getRecord() - Method in class com.northconcepts.datapipeline.core.Record
-
- getRecord() - Method in interface com.northconcepts.datapipeline.core.RecordContainer
-
- getRecord() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingExpressionContext
-
- getRecord(long) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getRecord(long) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getRecord(long) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MemoryDataset
-
- getRecord(long) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- getRecord() - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
- getRecord() - Method in class com.northconcepts.datapipeline.template.FieldKeyValuePairIterator
-
- getRecord() - Method in class com.northconcepts.datapipeline.template.RecordTemplateModel
-
- getRecordBreaks() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- getRecordBreaks(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- getRecordBreaks() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- getRecordBreaks(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- getRecordBreaks() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- getRecordBreaks(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- getRecordCount() - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- getRecordCount() - Method in class com.northconcepts.datapipeline.core.DataEndpoint
-
Returns this endpoint's record-count as a long
.
- getRecordCount() - Method in class com.northconcepts.datapipeline.core.RecordList
-
- getRecordCount() - Method in class com.northconcepts.datapipeline.core.SequenceWriter.Sequence
-
The number of records written in this sequence while this sequence is current.
- getRecordCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- getRecordCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getRecordCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MemoryDataset
-
- getRecordCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- getRecordCount() - Method in class com.northconcepts.datapipeline.jdbc.upsert.VariableFieldsUpsert.UpsertStub
-
- getRecordCountAsBigInteger() - Method in class com.northconcepts.datapipeline.core.DataEndpoint
-
Returns this endpoint's record-count as a
BigInteger
.
- getRecordCountAsString() - Method in class com.northconcepts.datapipeline.core.DataEndpoint
-
Returns this endpoint's record-count as a
String
.
- getRecordList(long, int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Get a subset of the records cached in this dataset.
- getRecordList(long, int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getRecordList() - Method in class com.northconcepts.datapipeline.memory.MemoryReader
-
- getRecordList() - Method in class com.northconcepts.datapipeline.memory.MemoryWriter
-
- getRecordNumber() - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The sequential record number starting with 0.
- getRecordNumber() - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
The beginning column number in the input file starting with 0.
- getRecords() - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageData
-
- getRecords() - Method in class com.northconcepts.datapipeline.buffer.RecordBuffer
-
- getRecords() - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- getRecords() - Method in class com.northconcepts.datapipeline.core.RecordList
-
Returns a list of records.
- getRecordSchema() - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
The schema for ORC and Parquet files.
- getRecordsFromResponse(Record) - Method in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- getRecordsFromResponse(Record) - Method in class com.northconcepts.datapipeline.shopify.ShopifyCustomerReader
-
- getRecordsFromResponse(Record) - Method in class com.northconcepts.datapipeline.shopify.ShopifyEventReader
-
- getRecordsFromResponse(Record) - Method in class com.northconcepts.datapipeline.shopify.ShopifyInventoryItemReader
-
- getRecordsFromResponse(Record) - Method in class com.northconcepts.datapipeline.shopify.ShopifyInventoryLevelReader
-
- getRecordsFromResponse(Record) - Method in class com.northconcepts.datapipeline.shopify.ShopifyLocationReader
-
- getRecordsFromResponse(Record) - Method in class com.northconcepts.datapipeline.shopify.ShopifyOrderReader
-
- getRecordsFromResponse(Record) - Method in class com.northconcepts.datapipeline.shopify.ShopifyProductReader
-
- getRecordsPendingInsert() - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getRecordsPerCacheFile() - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
- getRecordsPerCacheFile() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Indicates how many records should be cached in memory to generate the Parquet schema if no schema was explicitly set
on this writer (default is 10_000L).
- getRecordsPerFile() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getRecordsTransferred() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the number of records sent from the supplied reader to the supplied writer.
- getRecordTagName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- getRecordTagName() - Method in class com.northconcepts.datapipeline.xml.XmlRecordWriter
-
- getRecurseDirectories() - Method in class com.northconcepts.datapipeline.file.FileSystemInfoReader
-
- getReferencedEntityDef(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- getReferencedEntityDef() - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
The entity in the parent schema to use when validating and mapping this nested field.
- getReferencedEntityName() - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
The name of the entity in the parent schema to use when validating and mapping this nested field.
- getRel() - Method in class com.northconcepts.datapipeline.mailchimp.list.Link
-
- getRemainingCallString() - Method in class com.northconcepts.datapipeline.twitter.TwitterRateLimit
-
- getRemainingLineText() - Method in class com.northconcepts.datapipeline.core.LineParser
-
- getRemarks() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getRemarks() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getRequests() - Method in class com.northconcepts.datapipeline.transform.lookup.CachedLookup
-
- getRequiresShipping() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItem
-
- getResetInterval() - Method in class com.northconcepts.datapipeline.twitter.TwitterRateLimit
-
- getResetSchedule() - Method in class com.northconcepts.datapipeline.transform.lookup.CachedLookup
-
- getResetTimeString() - Method in class com.northconcepts.datapipeline.twitter.TwitterRateLimit
-
- getResource() - Method in class com.northconcepts.datapipeline.google.contacts.GoogleContactsReader
-
- getResteasyClient() - Method in class com.northconcepts.datapipeline.jira.client.JiraClient.JiraStub
-
- getResteasyClient() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyClient.ShopifyStub
-
- getRetryDelay(int, long) - Method in interface com.northconcepts.datapipeline.retry.IRetryStrategy
-
Returns the amount of time to wait (in milliseconds) before retrying the operation.
- getRetryDelay(int, long) - Method in enum com.northconcepts.datapipeline.retry.RetryStrategy
-
- getRetryDelayImpl(int, long) - Method in enum com.northconcepts.datapipeline.retry.RetryStrategy
-
- getRetryStrategy() - Method in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- getRootCause() - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns the root cause of this throwable or this
if the
cause is nonexistent or unknown.
- getRootEndpoint() - Method in class com.northconcepts.datapipeline.core.DataEndpoint
-
- getRootEndpoint() - Method in class com.northconcepts.datapipeline.core.DataReader
-
- getRootEndpoint() - Method in class com.northconcepts.datapipeline.core.DataWriter
-
- getRootEndpoint() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
Returns the deepest, nested Endpoint
held inside this one, otherwise this instance is returned if
there aren't any nested Endpoint
s.
- getRootExpressionContext() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- getRootExpressionContext() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTable
-
- getRootExpressionContext() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTree
-
- getRootFieldName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- getRootFieldName() - Method in class com.northconcepts.datapipeline.json.JsonRecordWriter
-
- getRootNode() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTree
-
- getRootNode() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Tree
-
- getRootPart() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteria
-
- getRootPipelineInput() - Method in class com.northconcepts.datapipeline.foundations.pipeline.PipelineInput
-
Returns the deepest, nested PipelineInput
held inside this one, otherwise this instance is returned if
there aren't any nested PipelineInput
s.
- getRootPipelineOutput() - Method in class com.northconcepts.datapipeline.foundations.pipeline.PipelineOutput
-
Returns the deepest, nested PipelineOutput
held inside this one, otherwise this instance is returned if
there aren't any nested PipelineOutput
s.
- getRootReader() - Method in class com.northconcepts.datapipeline.core.DataReader
-
Returns the deepest, nested DataReader
held inside this one, otherwise this instance is returned if
there aren't any nested DataReader
s.
- getRootTagName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- getRootTagName() - Method in class com.northconcepts.datapipeline.xml.XmlRecordWriter
-
- getRootWriter() - Method in class com.northconcepts.datapipeline.core.DataWriter
-
Returns the deepest, nested DataWriter
held inside this one, otherwise this instance is returned if
there aren't any nested DataWriter
s.
- getRoundingMode() - Method in class com.northconcepts.datapipeline.group.operation.GroupAverage
-
- getRoundingMode() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates the rounding algorithm used for all BigDecimal values (default is RoundingMode.HALF_UP
).
- getRoundingMode() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates the rounding algorithm used for all BigDecimal values (default is RoundingMode.HALF_UP
).
- getRoundingMode() - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Indicates the rounding algorithm used for all BigDecimal values (default is RoundingMode.HALF_UP
).
- getRoundingMode() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Indicates the rounding algorithm used for all BigDecimal values (default is RoundingMode.HALF_UP
).
- getRoundPolicy() - Method in class com.northconcepts.datapipeline.transform.format.Rounder
-
- getRowBatchVersion() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Returns RowBatchVersion
to store ORC data.
- getRowBatchVersion() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Returns RowBatchVersion
to store ORC data.
- getRowIdentifierSequence() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getRownum() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- getRownum() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTable
-
- getRownum() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTree
-
- getRows() - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.Insert
-
- getRows() - Method in class com.northconcepts.datapipeline.sql.mysql.Insert
-
- getRows() - Method in class com.northconcepts.datapipeline.sql.mysql.Upsert
-
- getRows() - Method in class com.northconcepts.datapipeline.sql.postgresql.Insert
-
- getRows() - Method in class com.northconcepts.datapipeline.sql.postgresql.Upsert
-
- getRule(int) - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- getRuleCount() - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- getRuleFired() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableResult
-
- getRules() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTable
-
- getRunnable() - Method in class com.northconcepts.datapipeline.job.RunnableJobAdapter
-
- getRunningTime() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the number of milliseconds this job was (or has been) running for or zero (0) if it hasn't yet started running.
- getRunningTime() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the number of milliseconds this job was (or has been) running for or zero (0) if it hasn't yet started running.
- getRunningTime() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the number of milliseconds this job was (or has been) running for or zero (0) if it hasn't yet started running.
- getRunningTimeAsString() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the time this job was (or has been) running in long form as a human readable string (2 Years, 1 Second, 12 Millisecond) or null
if it hasn't yet started running.
- getRunningTimeAsString(boolean) - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the time this job was (or has been) running as a human readable string in long form (2 Years, 1 Second, 12 Millisecond) or short form (2y 1s 12ms) or null
if it hasn't yet started running.
- getRunningTimeAsString() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the time this job was (or has been) running in long form as a human readable string (2 Years, 1 Second, 12 Millisecond) or null
if it hasn't yet started running.
- getRunningTimeAsString(boolean) - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the time this job was (or has been) running as a human readable string in long form (2 Years, 1 Second, 12 Millisecond) or short form (2y 1s 12ms) or null
if it hasn't yet started running.
- getRunningTimeAsString() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the time this job was (or has been) running in long form as a human readable string (2 Years, 1 Second, 12 Millisecond) or null
if it hasn't yet started running.
- getRunningTimeAsString(boolean) - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the time this job was (or has been) running as a human readable string in long form (2 Years, 1 Second, 12 Millisecond) or short form (2y 1s 12ms) or null
if it hasn't yet started running.
- getRunThread() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the thread currently executing this job or null
if the job is not running.
- getRunThread() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the thread currently executing this job or null
if the job is not running.
- getRunThread() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the thread currently executing this job or null
if the job is not running.
- getSalesOrders(ShopifyOrder, int, String) - Method in interface com.northconcepts.datapipeline.shopify.client.ShopifyClient
-
- getSalesOrders(ShopifyOrder, Integer, String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyService
-
- getSampleValue() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getScale() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- getScale() - Method in class com.northconcepts.datapipeline.foundations.number.NumberDescriptor
-
- getScale() - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
The optional numeric scale -- currently unused.
- getScale() - Method in class com.northconcepts.datapipeline.group.operation.GroupAverage
-
- getScale() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- getScale() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- getSchema() - Method in class com.northconcepts.datapipeline.avro.AvroReader
-
- getSchema() - Method in class com.northconcepts.datapipeline.mailchimp.list.Link
-
- getSchema() - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
Indicates the schema used to read the file.
- getSchema() - Method in class com.northconcepts.datapipeline.orc.OrcDataReader
-
Indicates the schema used to read the file.
- getSchema() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates the schema used to write the file.
- getSchema() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Returns the schema used to write the file.
- getSchema() - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
Indicates the schema used to read the file.
- getSchema() - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Returns the schema used to write the file.
- getSchema() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
Indicates the schema used to read the file.
- getSchema() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Returns the schema used to write the file.
- getSchemaDef() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
The parent schema this entity belongs to.
- getSchemaDef() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getSchemaDef(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- getSchemaDef() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The schema of the parent entity containing this field.
- getSchemaDef(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- getSchemaDef() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
The schema of the parent entity containing this field.
- getSchemaDef(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- getSchemaDef() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
The schema of the parent entity containing this field.
- getSchemaDef() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getSchemaDef() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaPart
-
- getSchemaDef() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- getSchemaDef() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- getSchemaName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- getSchemaName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcSchema
-
- getSchemaName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getSchemaName() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaPart
-
- getSchemaPart() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaProblem
-
- getSchemaPartContainer() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getSchemaPartContainer() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getSchemaPartContainer() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- getSchemaPartContainer() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- getSchemaPartContainer() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- getSchemaPartContainer() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getSchemaPartContainer() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaPart
-
- getSchemaPartContainerName() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaPart
-
- getSchemaPartContainerType() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaPart
-
- getSchemaPartName() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getSchemaPartName() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getSchemaPartName() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- getSchemaPartName() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- getSchemaPartName() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- getSchemaPartName() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getSchemaPartName() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaPart
-
- getSchemaPartType() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getSchemaPartType() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getSchemaPartType() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- getSchemaPartType() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- getSchemaPartType() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- getSchemaPartType() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getSchemaPartType() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaPart
-
- getSchemaPattern() - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- getSchemaProblems(List<SchemaProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- getSchemaProblems(List<SchemaProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getSchemaProblems(List<SchemaProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- getSchemaProblems(List<SchemaProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- getSchemaProblems(List<SchemaProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- getSchemaProblems(List<SchemaProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- getSchemaProblems(List<SchemaProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- getSchemaProblems(List<SchemaProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- getSchemaProblems(List<SchemaProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- getSchemaProblems(List<SchemaProblem>, boolean) - Method in interface com.northconcepts.datapipeline.foundations.schema.SchemaProblemsSupplier
-
- getSchemaProblems(boolean) - Method in interface com.northconcepts.datapipeline.foundations.schema.SchemaProblemsSupplier
-
- getSchemaProblems() - Method in interface com.northconcepts.datapipeline.foundations.schema.SchemaProblemsSupplier
-
- getSchemaProblems(List<SchemaProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- getSchemaProblems(List<SchemaProblem>, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- getSchemas() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getSearchTerm() - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- getSelection() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- getSelects() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Union
-
- getSelfTime() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
- getSelfTimeAsString() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
- getSequence() - Method in class com.northconcepts.datapipeline.eventbus.Event
-
- getSequenceCount() - Method in class com.northconcepts.datapipeline.core.SequenceWriter
-
- getSequencesFinished() - Method in class com.northconcepts.datapipeline.core.SequenceWriter
-
- getSequencesStarted() - Method in class com.northconcepts.datapipeline.core.SequenceWriter
-
- getSequenceWriter() - Method in class com.northconcepts.datapipeline.core.SequenceWriter.Sequence
-
- getSession() - Method in class com.northconcepts.datapipeline.jms.JmsConnection
-
- getSessionProperty(Class<T>, String) - Method in class com.northconcepts.datapipeline.core.Node
-
- getSessionProperty(Class<T>) - Method in class com.northconcepts.datapipeline.core.Node
-
- getSessionProperty(String) - Method in class com.northconcepts.datapipeline.core.Node
-
- getSessionProperty(Class<T>) - Method in interface com.northconcepts.datapipeline.core.Session
-
- getSessionProperty(Class<T>, String) - Method in interface com.northconcepts.datapipeline.core.Session
-
- getSessionProperty(String) - Method in interface com.northconcepts.datapipeline.core.Session
-
- getSessionProperty(Class<T>, String) - Method in class com.northconcepts.datapipeline.core.Session.SessionImpl
-
- getSessionProperty(Class<T>) - Method in class com.northconcepts.datapipeline.core.Session.SessionImpl
-
- getSessionProperty(String) - Method in class com.northconcepts.datapipeline.core.Session.SessionImpl
-
- getSetterMethod() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getSettings() - Method in class com.northconcepts.datapipeline.jms.JmsReader
-
- getSettings() - Method in class com.northconcepts.datapipeline.jms.JmsWriter
-
- getSheet() - Method in class com.northconcepts.datapipeline.excel.PoiSxssfProvider
-
- getSheetIndex() - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- getSheetIndex() - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- getSheetIndex() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- getSheetIndex() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- getSheetName() - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- getSheetName() - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- getSheetName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- getSheetName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- getSheetNames() - Method in class com.northconcepts.datapipeline.excel.ExcelDocument
-
- getShippingAddress() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getShortLiteral(short) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getShutdownTimeout() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the time in milliseconds this bus will wait for events to complete before forcibly shutting down (defaults to 30 seconds).
- getShutdownTimeoutAsString() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns time as human readable string this bus will wait for events to complete before forcibly shutting down (defaults to 30 seconds).
- getSimpleName() - Method in class com.northconcepts.datapipeline.core.FieldPath
-
Returns the name (or number/index) of the last segment in this path as a string.
- getSince() - Method in class com.northconcepts.datapipeline.trello.TrelloApiReader
-
- getSinceId() - Method in class com.northconcepts.datapipeline.twitter.TwitterSearchReader
-
Searches for tweets with IDs greater than the specified ID (i.e.
- getSinceId() - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineReader
-
Returns the sinceId
search criteria.
- getSingleValue(Record, boolean, boolean) - Method in class com.northconcepts.datapipeline.core.FieldPath
-
- getSingleValue(FieldPath, boolean, boolean) - Method in class com.northconcepts.datapipeline.core.Record
-
- getSink() - Method in class com.northconcepts.datapipeline.multiplex.DeMux
-
- getSize() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- getSize() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getSizeInBytes() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getSizeInBytes() - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- getSizeInBytes() - Method in class com.northconcepts.datapipeline.core.Field
-
- getSizeInBytes(ValueNode<?>) - Method in enum com.northconcepts.datapipeline.core.FieldType
-
- getSizeInBytes() - Method in class com.northconcepts.datapipeline.core.Record
-
- getSizeInBytes() - Method in class com.northconcepts.datapipeline.core.RecordList
-
- getSizeInBytes() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getSizeInBytes() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- getSizeInBytesImpl(Object) - Method in enum com.northconcepts.datapipeline.core.FieldType
-
- getSizeInBytesOfFieldNames() - Method in class com.northconcepts.datapipeline.core.Record
-
- getSizeOfNameInBytes() - Method in class com.northconcepts.datapipeline.core.Field
-
- getSku() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItem
-
- getSnapshot() - Method in class com.northconcepts.datapipeline.memory.TailProxyReader
-
- getSnapshot() - Method in class com.northconcepts.datapipeline.memory.TailWriter
-
- getSortDirection() - Method in class com.northconcepts.datapipeline.jira.JiraProjectReader
-
- getSource() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingEditor
-
- getSource() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingExpressionContext
-
- getSource() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- getSource() - Method in class com.northconcepts.datapipeline.foundations.number.NumberMatch
-
- getSource() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.CopyFieldsAction.FieldMapping
-
- getSource() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.RenameFieldsAction.FieldMapping
-
- getSource() - Method in class com.northconcepts.datapipeline.json.builder.JsonExpression
-
- getSource() - Method in class com.northconcepts.datapipeline.json.builder.JsonLogicalExpression
-
- getSource() - Method in class com.northconcepts.datapipeline.multiplex.DeMux
-
- getSource() - Method in class com.northconcepts.datapipeline.sourcecode.JavaCodeBuilder
-
- getSource() - Method in class com.northconcepts.datapipeline.xml.builder.XmlExpression
-
- getSource() - Method in class com.northconcepts.datapipeline.xml.builder.XmlLogicalExpression
-
- getSourceAsJson() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- getSourceEntity() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
The schema entity used to convert and validate incoming data before this mapping is performed (default null
).
- getSourceEntity() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- getSourceEntityResult() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- getSourceExpression() - Method in class com.northconcepts.datapipeline.foundations.datamapping.FieldMapping
-
- getSourceExpressionAsString() - Method in class com.northconcepts.datapipeline.foundations.datamapping.FieldMapping
-
- getSourceFieldName() - Method in class com.northconcepts.datapipeline.group.GroupOperation
-
- getSourceFieldName() - Method in class com.northconcepts.datapipeline.transform.CopyField
-
- getSourceFieldPath() - Method in class com.northconcepts.datapipeline.group.GroupOperation
-
- getSourceString() - Method in interface com.northconcepts.datapipeline.expression.ASTNode
-
Returns the source code for this node and its descendants in the syntax tree.
- getSourceString() - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- getSourceType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- getSourceType() - Method in interface com.northconcepts.datapipeline.foundations.jdbc.JdbcSource
-
- getSourceType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getSourceWriter() - Method in class com.northconcepts.datapipeline.sourcecode.JavaCodeBuilder
-
- getSprints(int, int, int, String) - Method in interface com.northconcepts.datapipeline.jira.client.JiraClient
-
- getSprintState() - Method in class com.northconcepts.datapipeline.jira.JiraSprintReader
-
Indicates the state to filter sprints on (default is ACTIVE).
- getSqlFragment(List<Object>) - Method in interface com.northconcepts.datapipeline.jdbc.sql.merge.IMergeUsing
-
- getSqlFragment() - Method in enum com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteria.CriteriaType
-
- getSqlFragment() - Method in class com.northconcepts.datapipeline.jdbc.sql.SqlPart
-
- getSqlFragment() - Method in enum com.northconcepts.datapipeline.sql.mysql.ForeignKeyAction
-
- getSqlFragment() - Method in enum com.northconcepts.datapipeline.sql.mysql.TableColumnType
-
- getSqlFragment() - Method in enum com.northconcepts.datapipeline.sql.postgresql.ForeignKeyAction
-
- getSqlFragment() - Method in enum com.northconcepts.datapipeline.sql.postgresql.TableColumnType
-
- getSqlOrderBy(String) - Static method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getSqlToJavaTypeMapper() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getSqlType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- getSqlType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryParameter
-
- getSqlTypeIndex() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getSqlValueLiteral(Field) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getSqlValueLiteral(Field) - Method in class com.northconcepts.datapipeline.sql.mysql.MySqlInsertWriter
-
- getSqlValueLiteral(Field) - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlInsertWriter
-
- getStackTrace() - Method in class com.northconcepts.datapipeline.core.Message
-
- getStacktrace() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- getStart() - Method in class com.northconcepts.datapipeline.transform.SetBatchSequenceNumberField
-
- getStart() - Method in class com.northconcepts.datapipeline.transform.SetGroupSequenceNumberField
-
- getStart() - Method in class com.northconcepts.datapipeline.transform.SetSequenceNumberField
-
- getStartAt() - Method in class com.northconcepts.datapipeline.jira.JiraSearch
-
- getStartDate() - Method in class com.northconcepts.datapipeline.twitter2.TwitterSearchReader
-
Indicates the oldest UTC timestamp search criteria.
- getStartDate() - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineReader
-
Indicates the oldest UTC timestamp search criteria.
- getStarted() - Method in class com.northconcepts.datapipeline.meter.Meter
-
- getStartedOn() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the time this job instance started running.
- getStartedOn() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the time this job instance started running.
- getStartedOn() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the time this job instance started running.
- getStartingColumn() - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- getStartingColumn() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- getStartingOffset() - Method in class com.northconcepts.datapipeline.twitter.TwitterPageableReader
-
- getStartingQuote() - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Returns the string used to mark the beginning of text values that may contain commas and other special characters (defaults to double quote - ").
- getStartingQuote() - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Returns the string used to mark the beginning of text values that may contain commas and other special characters (defaults to double quote - ").
- getStartingQuote() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- getStartingQuote() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- getStartingRecordCount() - Method in class com.northconcepts.datapipeline.core.SequenceWriter.Sequence
-
- getStartingRow() - Method in class com.northconcepts.datapipeline.core.AbstractReader
-
- getStartingRow() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- getStartTime() - Method in class com.northconcepts.datapipeline.core.SequenceWriter.Sequence
-
- getState() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
- getState() - Method in class com.northconcepts.datapipeline.core.Record
-
- getState() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the current state of this bus.
- getStatement() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.ConditionPart
-
- getStats() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getStatsFile() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- getStatus() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getStatus() - Method in class com.northconcepts.datapipeline.mailchimp.MailChimpListMemberReader
-
- getStatus() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getStatusAsCsv() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getStatusIfNew() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getStep() - Method in class com.northconcepts.datapipeline.transform.SetBatchSequenceNumberField
-
- getStep() - Method in class com.northconcepts.datapipeline.transform.SetGroupSequenceNumberField
-
- getStep() - Method in class com.northconcepts.datapipeline.transform.SetSequenceNumberField
-
- getStrategy() - Method in class com.northconcepts.datapipeline.core.SequenceWriter
-
- getStrategy() - Method in class com.northconcepts.datapipeline.multiplex.DeMux
-
- getStrategy() - Method in class com.northconcepts.datapipeline.multiplex.SplitWriter
-
- getStrategy() - Method in class com.northconcepts.datapipeline.retry.RetryingOperation
-
- getStrategy() - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
- getStrategy() - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
- getString(CSVWriter, Record, int, Field, String) - Method in interface com.northconcepts.datapipeline.csv.CSVWriter.IValuePolicy
-
- getStringLiteral(String) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getStyleFormats() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- getStyleFormats(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- getSubscriberHash() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getSubscriberHash(String) - Static method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getSum(String) - Method in class com.northconcepts.datapipeline.group.AggregateReader
-
Deprecated.
- getSuperEntity() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns the parent entity this entity inherits from (a superclass in object-oriented programming).
- getSuperEntityName() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns the name of the parent entity this entity inherits from (a superclass in object-oriented programming).
- getSupportsCatalogsInDataManipulation() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getSupportsCatalogsInPrivilegeDefinitions() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getSupportsCatalogsInTableDefinitions() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getSymmetricAlgorithm() - Method in class com.northconcepts.datapipeline.security.AsymmetricDecryptingReader
-
- getSymmetricAlgorithm() - Method in class com.northconcepts.datapipeline.security.AsymmetricEncryptingReader
-
- getSymmetricAlgorithm() - Method in class com.northconcepts.datapipeline.security.SymmetricDecryptingReader
-
- getSymmetricAlgorithm() - Method in class com.northconcepts.datapipeline.security.SymmetricEncryptingReader
-
- getSymmetricKey() - Method in class com.northconcepts.datapipeline.security.AsymmetricEncryptingReader
-
- getSymmetricKey() - Method in class com.northconcepts.datapipeline.security.SymmetricDecryptingReader
-
- getSymmetricKey() - Method in class com.northconcepts.datapipeline.security.SymmetricEncryptingReader
-
- getSymmetricKeyBitLength() - Method in class com.northconcepts.datapipeline.security.AsymmetricEncryptingReader
-
- getSystemEventBus() - Static method in class com.northconcepts.datapipeline.eventbus.EventBus
-
- getTable(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getTable(String, String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getTable(String, String, String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getTable() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getTable() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- getTable() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- getTable() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- getTable() - Method in class com.northconcepts.datapipeline.jdbc.sql.delete.Delete
-
- getTable() - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.Insert
-
- getTable() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Join
-
- getTable() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QuerySource
-
Returns the first table in the list of tables.
- getTable() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
Returns the first table in the list of tables.
- getTable() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.TableQuerySource
-
- getTable() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Union
-
- getTable() - Method in class com.northconcepts.datapipeline.jdbc.sql.update.Update
-
- getTable() - Method in class com.northconcepts.datapipeline.sql.mysql.Insert
-
- getTable() - Method in class com.northconcepts.datapipeline.sql.mysql.Upsert
-
- getTable() - Method in class com.northconcepts.datapipeline.sql.postgresql.Insert
-
- getTable() - Method in class com.northconcepts.datapipeline.sql.postgresql.Upsert
-
- getTableName() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- getTableName() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- getTableName() - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- getTableName() - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
- getTableName() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- getTableName() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTable
-
- getTableName() - Method in class com.northconcepts.datapipeline.sql.mysql.DropTableConstraint
-
- getTableName() - Method in class com.northconcepts.datapipeline.sql.mysql.MySqlInsertWriter
-
- getTableName() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- getTableName() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTable
-
- getTableName() - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
- getTableName() - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlInsertWriter
-
- getTableNamePattern() - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- getTableNames() - Method in class com.northconcepts.datapipeline.sql.mysql.DropTable
-
- getTableNames() - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTable
-
- getTables() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getTables() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QuerySource
-
- getTables() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- getTables() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.TableQuerySource
-
- getTables() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Union
-
- getTablesSorted() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
Returns a list of of tables sorted alphabetically.
- getTablesSortedTopologically() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
Returns a list of of tables sorted alphabetically, but with dependencies first.
- getTagName() - Method in class com.northconcepts.datapipeline.instagram.InstagramTagMediaReader
-
- getTagName() - Method in class com.northconcepts.datapipeline.instagram.InstagramTagReader
-
- getTags() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
The set of labels used to organize, filter, and classify this entity.
- getTags() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
The set of labels used to organize, filter, and classify this entityRelationShip.
- getTags() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The set of labels used to organize, filter, and classify this field.
- getTags() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
The set of labels used to organize, filter, and classify this schema.
- getTags() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getTagsCount() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getTarget() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingEditor
-
Returns all of the mapped and sorted data.
- getTarget() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingExpressionContext
-
- getTarget() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- getTarget() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.CopyFieldsAction.FieldMapping
-
- getTarget() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.RenameFieldsAction.FieldMapping
-
- getTarget() - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.Merge
-
- getTarget() - Method in class com.northconcepts.datapipeline.jira.client.JiraClient.JiraStub
-
- getTarget() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyClient.ShopifyStub
-
- getTargetAsJson() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- getTargetEntity() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
The schema entity used to convert and validate outgoing data after this mapping is performed (default null
).
- getTargetEntity() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- getTargetEntityResult() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- getTargetFieldName() - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- getTargetFieldName() - Method in class com.northconcepts.datapipeline.group.GroupOperation
-
- getTargetFieldName() - Method in class com.northconcepts.datapipeline.transform.CopyField
-
- getTargetFieldPath() - Method in class com.northconcepts.datapipeline.group.GroupOperation
-
- getTargetPage() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingEditor
-
- getTargets() - Method in class com.northconcepts.datapipeline.multiplex.SplitWriter
-
- getTargetSchema() - Method in class com.northconcepts.datapipeline.mailchimp.list.Link
-
- getTargetValidationEntity() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
Deprecated.
- getTargetValidationResult() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
Deprecated.
- getTask() - Method in class com.northconcepts.datapipeline.core.AsyncTaskReader
-
- getTaskCount() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the approximate total number of tasks that have ever been scheduled for execution by this bus' executorService or -1 if unknown.
- getTemporalAccessor() - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePatternMatch
-
- getTemporalFieldTypeCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getTemporalFieldTypes() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getTemporalPatternCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getTemporalPatterns() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getText() - Method in class com.northconcepts.datapipeline.xml.builder.XmlText
-
- getThread() - Method in class com.northconcepts.datapipeline.core.Message
-
- getThread() - Method in class com.northconcepts.datapipeline.multiplex.DeMux
-
- getThreads() - Method in class com.northconcepts.datapipeline.core.AsyncTaskReader
-
- getThrottle() - Method in interface com.northconcepts.datapipeline.throttle.Throttled
-
- getThrottle() - Method in class com.northconcepts.datapipeline.throttle.ThrottledInputStream
-
- getThrottle() - Method in class com.northconcepts.datapipeline.throttle.ThrottledOutputStream
-
- getThrottle() - Method in class com.northconcepts.datapipeline.throttle.ThrottledReader
-
- getThrottle() - Method in class com.northconcepts.datapipeline.throttle.ThrottledWriter
-
- getTimeLiteral(Time) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- getTimeMax() - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- getTimeMin() - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- getTimestamp() - Method in class com.northconcepts.datapipeline.core.Message
-
- getTimestampOpt() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getTimestampOptObject() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getTimestampSignup() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getTimezone() - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- getTitle() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getToken() - Method in class com.northconcepts.datapipeline.instagram.InstagramMediaReader
-
- getToken() - Method in class com.northconcepts.datapipeline.instagram.InstagramSelfReader
-
- getTopic() - Method in class com.northconcepts.datapipeline.eventbus.Event
-
- getTopic() - Method in class com.northconcepts.datapipeline.eventbus.EventBusWriter
-
- getTopicFieldName() - Method in class com.northconcepts.datapipeline.eventbus.EventBusReader
-
Returns the field name used to add the delivery topic to each record or null
if the topic should not be added to records (defaults to null
).
- getTopics() - Method in class com.northconcepts.datapipeline.eventbus.EventBusReader
-
- getTotal() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcResultPage
-
- getTotalFailedRecordCount() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingEditor
-
Returns total failed record count during mapping.
- getTotalItems() - Method in class com.northconcepts.datapipeline.jira.JiraReader
-
- getTotalItems() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMembers
-
- getTotalPages() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcResultPage
-
- getTotalRecordCount() - Method in class com.northconcepts.datapipeline.core.SequenceWriter.Sequence
-
The number of records written to all sequences, including the current.
- getTrack() - Method in class com.northconcepts.datapipeline.twitter.TwitterFilterStreamReader
-
- getTracked() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItem
-
- getTransition() - Method in class com.northconcepts.datapipeline.jira.JiraIssue
-
- getTwitter() - Method in class com.northconcepts.datapipeline.twitter.TwitterProvider
-
- getTwitterStream() - Method in class com.northconcepts.datapipeline.twitter.TwitterStreamProvider
-
- getType() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getType() - Method in class com.northconcepts.datapipeline.core.Field
-
- getType() - Method in class com.northconcepts.datapipeline.core.Record
-
- getType() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getType() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- getType() - Method in class com.northconcepts.datapipeline.eventbus.TypedListenerList
-
- getType() - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- getType() - Method in class com.northconcepts.datapipeline.foundations.difference.Diff
-
- getType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- getType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- getType() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToDateTimeAction
-
- getType() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToNumberAction
-
- getType() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.AddFieldsAction.TypeValue
-
- getType() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The data type of this field.
- getType() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteria
-
- getType() - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
- getType() - Method in class com.northconcepts.datapipeline.json.builder.JsonArray
-
- getType() - Method in class com.northconcepts.datapipeline.json.builder.JsonField
-
- getType() - Method in class com.northconcepts.datapipeline.json.builder.JsonFragment
-
- getType() - Method in class com.northconcepts.datapipeline.json.builder.JsonNode
-
- getType() - Method in class com.northconcepts.datapipeline.json.builder.JsonObject
-
- getType() - Method in class com.northconcepts.datapipeline.json.builder.JsonPrimitive
-
- getType() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- getType() - Method in class com.northconcepts.datapipeline.sql.mysql.TableColumn
-
- getType() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- getTypedListenerCount() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the number of type-specific listeners subscribed to this bus.
- getTypedListenerList(Class<T>) - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
- getTypeImpl(String) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingExpressionContext
-
- getTypes() - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- getUndoneActionCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- getUndoneActions() - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- getUniqueEmailId() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getUniqueValueCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getUniqueValues() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getUniqueValuesByCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getUnitsPerSecond() - Method in class com.northconcepts.datapipeline.meter.Meter
-
Returns units per second.
- getUnitsPerSecond() - Method in class com.northconcepts.datapipeline.throttle.Throttle
-
- getUnitsPerSecondAsString() - Method in class com.northconcepts.datapipeline.meter.Meter
-
- getUnitsPerSecondAsString(String) - Method in class com.northconcepts.datapipeline.meter.Meter
-
- getUnitsPerSecondAsString() - Method in class com.northconcepts.datapipeline.meter.RecordMeter
-
- getUntilId() - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineReader
-
Returns the untilId
search criteria.
- getUntypedEventListenerCount() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the number of non-type-specific listeners subscribed to this bus.
- getUntypedListenerCount() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
- getUpdatedAtMax() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- getUpdatedAtMax() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getUpdatedAtMax() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getUpdatedAtMin() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- getUpdatedAtMin() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryLevelCriteria
-
- getUpdatedAtMin() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- getUpdatedAtMin() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getUpdatedMin() - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- getUpdatedOn() - Method in class com.northconcepts.datapipeline.buffer.RecordBuffer
-
- getUpdateRule() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- getUpdateSql() - Method in class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
- getUpdateStatement() - Method in class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
- getUpsert() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
- getUpsert() - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- getUpsert() - Method in class com.northconcepts.datapipeline.jdbc.upsert.VariableFieldsUpsert.UpsertStub
-
- getUpsertSql() - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
- getUpsertStatement() - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
- getUrl() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getUrlPath() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- getUrlPath() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSink
-
- getUrlPath() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSource
-
- getUrlPath() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFile
-
- GetUrlQueryParam - Class in com.northconcepts.datapipeline.transform.net
-
Retrieves all query parameter values in a URL for the given name and stores them in the target field.
- GetUrlQueryParam(String, String, String) - Constructor for class com.northconcepts.datapipeline.transform.net.GetUrlQueryParam
-
- getUseColumnLabel() - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
- getUser() - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- getUserMessage() - Method in enum com.northconcepts.datapipeline.twitter.TwitterErrorCode
-
- getUsername() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- getUserName() - Method in class com.northconcepts.datapipeline.instagram.InstagramUserMediaReader
-
- getUsername() - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineReader
-
- getUserScreenNameField() - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowWriter
-
- getUserScreenNameField() - Method in class com.northconcepts.datapipeline.twitter.TwitterUnfollowWriter
-
- getUserTimelineMentions(String, LocalDateTime, LocalDateTime, String, String, int, String) - Method in class com.northconcepts.datapipeline.twitter2.TwitterV2Client
-
Returns Tweets mentioning a specific Twitter user.
- getUserTimelineTweets(String, LocalDateTime, LocalDateTime, String, String, int, String) - Method in class com.northconcepts.datapipeline.twitter2.TwitterV2Client
-
Returns Tweets, Retweets, replies, and Quote Tweets published by a specific Twitter account.
- getUsing() - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.Merge
-
- getUuid() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns the universally unique identifier (UUID) for this job.
- getUuid() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns the universally unique identifier (UUID) for this job.
- getUuid() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns the universally unique identifier (UUID) for this job.
- getUuid() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the universally unique identifier (UUID) for this job.
- getValidation() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- getValidationResult() - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaTransformer
-
- getValidations() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
The list of arbitrary validations associated with this entity.
- getValidations(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- getValidationsSource() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
The list of toString()
results from all filters.
- getValue(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
Returns the value at the specified index (for zero or positive indexes) or from the end of the list (for negative indexes by adding index to the size of the list).
- getValue() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValue() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValue(Record, boolean, boolean) - Method in class com.northconcepts.datapipeline.core.FieldPath
-
- getValue() - Method in class com.northconcepts.datapipeline.core.Record
-
- getValue(FieldPath) - Method in class com.northconcepts.datapipeline.core.Record
-
- getValue(FieldPath, boolean) - Method in class com.northconcepts.datapipeline.core.Record
-
- getValue(FieldPath, boolean, boolean) - Method in class com.northconcepts.datapipeline.core.Record
-
- getValue() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValue() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- getValue() - Method in enum com.northconcepts.datapipeline.filesystem.ftp.FileTransferMode
-
- getValue() - Method in enum com.northconcepts.datapipeline.filesystem.ftp.FileTransferType
-
- getValue() - Method in class com.northconcepts.datapipeline.filter.rule.Contains
-
- getValue(int) - Method in class com.northconcepts.datapipeline.foundations.core.Attributes
-
- getValue(String) - Method in class com.northconcepts.datapipeline.foundations.core.Attributes
-
- getValue(String, T) - Method in class com.northconcepts.datapipeline.foundations.core.Attributes
-
- getValue() - Method in class com.northconcepts.datapipeline.foundations.core.Property
-
- getValue() - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePatternMatch
-
The parsed value.
- getValue() - Method in class com.northconcepts.datapipeline.group.GroupOperationField
-
- getValue() - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.InsertValue
-
- getValue() - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.MergeValue
-
- getValue() - Method in class com.northconcepts.datapipeline.jdbc.sql.update.UpdateValue
-
- getValue() - Method in enum com.northconcepts.datapipeline.jira.JiraProjectReader.OrderByField
-
- getValue() - Method in enum com.northconcepts.datapipeline.jira.JiraProjectReader.SortDirection
-
- getValue() - Method in enum com.northconcepts.datapipeline.jira.JiraSprintReader.SprintState
-
- getValue() - Method in class com.northconcepts.datapipeline.memory.MapWriter
-
- getValue() - Method in class com.northconcepts.datapipeline.sql.mysql.InsertValue
-
- getValue() - Method in class com.northconcepts.datapipeline.sql.postgresql.InsertValue
-
- getValue() - Method in class com.northconcepts.datapipeline.template.FieldKeyValuePair
-
- getValue() - Method in class com.northconcepts.datapipeline.transform.SetField
-
- getValue() - Method in class com.northconcepts.datapipeline.xml.builder.XmlAttribute
-
- getValueAsArray(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsArray() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsArray(boolean) - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsBigDecimal(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsBigDecimal() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsBigDecimal() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsBigInteger(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsBigInteger() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsBigInteger() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsBoolean(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsBoolean() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsBoolean() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsByte(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsByte() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsByte() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsBytes(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsBytes() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsBytes() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsChar(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsChar() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsChar() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsDate(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsDate() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsDate() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsDatetime(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsDatetime() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsDatetime() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsDouble(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsDouble() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsDouble() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsFloat(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsFloat() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsFloat() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsInstant(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsInstant() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsInstant() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsInteger(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsInteger() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsInteger() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsList(int, Class<T>) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
Returns the array element value at the specified index as a
List
with each element coerced to the specified type.
- getValueAsList(boolean, Class<T>) - Method in class com.northconcepts.datapipeline.core.Field
-
Retrieve the field's value as a
List
.
- getValueAsLocalDate(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsLocalDate() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsLocalDate() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsLocalDateTime(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsLocalDateTime() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsLocalDateTime() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsLocalTime(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsLocalTime() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsLocalTime() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsLong(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsLong() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsLong() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsRecord(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsRecord() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsShort(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsShort() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsShort() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsSingleValue(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsSingleValue() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsString(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsString() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsString() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsString() - Method in class com.northconcepts.datapipeline.core.Record
-
- getValueAsString() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsString() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- getValueAsTime(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsTime() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsTime() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueAsUuid(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- getValueAsUuid() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueAsUuid() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- getValueCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- getValueImpl(String) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingExpressionContext
-
- getValueNode(int) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
Returns the value node at the specified index (for zero or positive indexes) or from the end of the list (for negative indexes by adding index to the size of the list).
- getValueNode() - Method in class com.northconcepts.datapipeline.core.Field
-
- getValueNode(Record, boolean, boolean) - Method in class com.northconcepts.datapipeline.core.FieldPath
-
- getValueOnException() - Method in class com.northconcepts.datapipeline.transform.FieldTransformer
-
- getValueReader() - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
- getValues() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
Returns a list of values.
- getValues(Class<T>) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
Returns a list of values with each element coerced to the supplied type.
- getValues(FieldList) - Method in class com.northconcepts.datapipeline.core.Record
-
Returns the field values in this record as a
List
for the fields matching the supplied FieldList.
- getValues() - Method in class com.northconcepts.datapipeline.core.Record
-
Returns all the field values in this record as a
List
.
- getValues() - Method in class com.northconcepts.datapipeline.csv.CommaSeparatedValues
-
- getValues() - Method in class com.northconcepts.datapipeline.filter.rule.ValueMatch
-
- getValues() - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.InsertRow
-
- getValues() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.ConditionPart
-
- getValues() - Method in class com.northconcepts.datapipeline.sql.mysql.InsertRow
-
- getValues() - Method in class com.northconcepts.datapipeline.sql.postgresql.InsertRow
-
- getValues() - Method in class com.northconcepts.datapipeline.xml.XmlField
-
- getValuesAsArray() - Method in class com.northconcepts.datapipeline.core.Record
-
Returns all the field values in this record as an
ArrayValue
.
- getValuesAsArray() - Method in class com.northconcepts.datapipeline.core.RecordList
-
Returns a multi-dimensional, ArrayValue of ArrayValues of all the values in this list.
- getValuesAsString() - Method in class com.northconcepts.datapipeline.core.CompositeValue
-
- getValueStream() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
Returns a stream of values.
- getValueStream(Class<T>) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
Returns a stream of values with each element coerced to the supplied type.
- getVariable() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableCondition
-
- getVariable() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableOutcome
-
- getVariable() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeOutcome
-
- getVariable() - Method in class com.northconcepts.datapipeline.foundations.expression.CalculatedField
-
- getVendor() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- getVerb() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyEventCriteria
-
- getViewId() - Method in class com.northconcepts.datapipeline.google.analytics.GoogleAnalyticsReportReader
-
- getVip() - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- getWhere() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- getWholeDigits() - Method in class com.northconcepts.datapipeline.foundations.number.NumberDescriptor
-
- getWholePart() - Method in class com.northconcepts.datapipeline.foundations.number.NumberMatch
-
- getWidth() - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthField
-
- getWindowsClosed() - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- getWindowsCreated() - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- getWorkbook() - Method in class com.northconcepts.datapipeline.excel.PoiSxssfProvider
-
- getWriter() - Method in class com.northconcepts.datapipeline.core.TextStreamWriter
-
- getWriter() - Method in class com.northconcepts.datapipeline.core.TextWriter
-
- getWriter() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the writer supplied to this job.
- getWriter() - Method in class com.northconcepts.datapipeline.transform.Transformer
-
- getWriters() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns the write pipeline — the chain of writers records pass through, starting with the writer passed to this job and returned by
Job.getWriter()
and ending with the root instance.
- getWriteStrategy() - Method in class com.northconcepts.datapipeline.core.MultiWriter
-
- getXmlNodeReader() - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- getXpathExpression() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- getZip() - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- GmailFolders - Interface in com.northconcepts.datapipeline.email
-
- GmailMessageReader - Class in com.northconcepts.datapipeline.google.gmail
-
- GmailMessageReader(Credential, HttpTransport) - Constructor for class com.northconcepts.datapipeline.google.gmail.GmailMessageReader
-
- GmailMessageReader(Credential) - Constructor for class com.northconcepts.datapipeline.google.gmail.GmailMessageReader
-
- GOOGLE_FOLDER_TYPE - Static variable in class com.northconcepts.datapipeline.googledrive.GoogleDriveFileSystem
-
- GoogleAnalyticsReportReader - Class in com.northconcepts.datapipeline.google.analytics
-
- GoogleAnalyticsReportReader(GoogleCredential, HttpTransport, String) - Constructor for class com.northconcepts.datapipeline.google.analytics.GoogleAnalyticsReportReader
-
- GoogleAnalyticsReportReader(GoogleCredential, String) - Constructor for class com.northconcepts.datapipeline.google.analytics.GoogleAnalyticsReportReader
-
- GoogleApiReader - Class in com.northconcepts.datapipeline.google
-
- GoogleApiReader(Credential, HttpTransport) - Constructor for class com.northconcepts.datapipeline.google.GoogleApiReader
-
- GoogleApiReader(Credential) - Constructor for class com.northconcepts.datapipeline.google.GoogleApiReader
-
- GoogleCalendarReader - Class in com.northconcepts.datapipeline.google.calendar
-
- GoogleCalendarReader(Credential, HttpTransport) - Constructor for class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- GoogleContactsReader - Class in com.northconcepts.datapipeline.google.contacts
-
- GoogleContactsReader(Credential, HttpTransport) - Constructor for class com.northconcepts.datapipeline.google.contacts.GoogleContactsReader
-
- GoogleDriveFileSystem - Class in com.northconcepts.datapipeline.googledrive
-
Class for accessing the Google Drive file system.
- GoogleDriveFileSystem(String, String, InputStream, File) - Constructor for class com.northconcepts.datapipeline.googledrive.GoogleDriveFileSystem
-
Enables access to Google Drive.
- GroupAverage - Class in com.northconcepts.datapipeline.group.operation
-
- GroupAverage(String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupAverage
-
- GroupAverage(String, String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupAverage
-
- GroupAverage(String, String, boolean) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupAverage
-
- groupBy(String...) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- GroupByField(String, String, AggregateGroupFieldsAction.OperatorType, boolean) - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.aggregate.AggregateGroupFieldsAction.GroupByField
-
- GroupByReader - Class in com.northconcepts.datapipeline.group
-
A proxy that divides records into groups and applies summary operations to
each group; similar to "group by" in SQL, but applied to streaming data.
- GroupByReader(DataReader, String...) - Constructor for class com.northconcepts.datapipeline.group.GroupByReader
-
- GroupByReader(DataReader, int, String...) - Constructor for class com.northconcepts.datapipeline.group.GroupByReader
-
- GroupByReader(DataReader, FieldList) - Constructor for class com.northconcepts.datapipeline.group.GroupByReader
-
- GroupByReader(DataReader, int, FieldList) - Constructor for class com.northconcepts.datapipeline.group.GroupByReader
-
- GroupCount - Class in com.northconcepts.datapipeline.group.operation
-
- GroupCount(String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupCount
-
- GroupFirst - Class in com.northconcepts.datapipeline.group.operation
-
- GroupFirst(String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupFirst
-
- GroupFirst(String, String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupFirst
-
- GroupFirst(String, String, boolean) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupFirst
-
- GroupLast - Class in com.northconcepts.datapipeline.group.operation
-
- GroupLast(String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupLast
-
- GroupLast(String, String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupLast
-
- GroupLast(String, String, boolean) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupLast
-
- GroupMaximum - Class in com.northconcepts.datapipeline.group.operation
-
- GroupMaximum(String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupMaximum
-
- GroupMaximum(String, String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupMaximum
-
- GroupMaximum(String, String, boolean) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupMaximum
-
- GroupMinimum - Class in com.northconcepts.datapipeline.group.operation
-
- GroupMinimum(String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupMinimum
-
- GroupMinimum(String, String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupMinimum
-
- GroupMinimum(String, String, boolean) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupMinimum
-
- GroupOperation<T> - Class in com.northconcepts.datapipeline.group
-
See
FieldPath
for supported field name expressions.
- GroupOperation(String) - Constructor for class com.northconcepts.datapipeline.group.GroupOperation
-
- GroupOperation(String, String) - Constructor for class com.northconcepts.datapipeline.group.GroupOperation
-
- GroupOperation(String, String, boolean) - Constructor for class com.northconcepts.datapipeline.group.GroupOperation
-
- GroupOperationField<T> - Class in com.northconcepts.datapipeline.group
-
- GroupOperationField(GroupOperation<T>) - Constructor for class com.northconcepts.datapipeline.group.GroupOperationField
-
- GroupSum - Class in com.northconcepts.datapipeline.group.operation
-
- GroupSum(String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupSum
-
- GroupSum(String, String) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupSum
-
- GroupSum(String, String, boolean) - Constructor for class com.northconcepts.datapipeline.group.operation.GroupSum
-
- IApiLimitPolicy - Interface in com.northconcepts.datapipeline.twitter
-
Indicates the action to take when the Twitter API call limits are reached.
- id - Variable in class com.northconcepts.datapipeline.core.DataObject
-
- IEntityExpansionPolicy - Interface in com.northconcepts.datapipeline.twitter
-
Indicates how multi-valued values should be returned.
- IFieldMapping - Interface in com.northconcepts.datapipeline.foundations.datamapping
-
- IInsert - Interface in com.northconcepts.datapipeline.jdbc.insert
-
The strategy used to write records to a database.
- IJob - Interface in com.northconcepts.datapipeline.job
-
- IMergeUsing - Interface in com.northconcepts.datapipeline.jdbc.sql.merge
-
- importedKeysLoaded(JdbcConnection, DatabaseMetaData, LoadTablesRequest) - Method in interface com.northconcepts.datapipeline.foundations.jdbc.JdbcConnectionListener
-
- INBOX - Static variable in interface com.northconcepts.datapipeline.email.GmailFolders
-
- incBlankCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- incEventsDelivered() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
- incInstanceCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- IncludeFields - Class in com.northconcepts.datapipeline.transform
-
- IncludeFields(Collection<String>) - Constructor for class com.northconcepts.datapipeline.transform.IncludeFields
-
Deprecated.
- IncludeFields(String...) - Constructor for class com.northconcepts.datapipeline.transform.IncludeFields
-
Deprecated.
- incNullCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- incorrectPrimaryKeyPosition(String, int, int) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- increment() - Method in class com.northconcepts.datapipeline.jdbc.upsert.VariableFieldsUpsert.UpsertStub
-
- incrementRecordCount() - Method in class com.northconcepts.datapipeline.core.DataEndpoint
-
Increases this endpoint's record-count by 1.
- indent() - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- index(int) - Method in class com.northconcepts.datapipeline.core.FieldPath
-
- IndexDef - Class in com.northconcepts.datapipeline.foundations.schema
-
The metadata model for an entity's index.
- IndexDef() - Constructor for class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- IndexDef(String, String...) - Constructor for class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- IndexDefDiff - Class in com.northconcepts.datapipeline.foundations.schema.diff
-
- IndexDefDiff() - Constructor for class com.northconcepts.datapipeline.foundations.schema.diff.IndexDefDiff
-
- IndexDefDiff(DiffType, String, IndexDef, IndexDef) - Constructor for class com.northconcepts.datapipeline.foundations.schema.diff.IndexDefDiff
-
- indexDoesNotHaveFields(String, String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- indexesLoaded(JdbcConnection, DatabaseMetaData, LoadTablesRequest) - Method in interface com.northconcepts.datapipeline.foundations.jdbc.JdbcConnectionListener
-
- IndexFieldDef - Class in com.northconcepts.datapipeline.foundations.schema
-
The metadata model for a field in an entity's index.
- IndexFieldDef() - Constructor for class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- IndexFieldDef(String, boolean) - Constructor for class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- IndexFieldDef(String) - Constructor for class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- IndexFieldDefDiff - Class in com.northconcepts.datapipeline.foundations.schema.diff
-
- IndexFieldDefDiff() - Constructor for class com.northconcepts.datapipeline.foundations.schema.diff.IndexFieldDefDiff
-
- IndexFieldDefDiff(DiffType, String, IndexFieldDef, IndexFieldDef) - Constructor for class com.northconcepts.datapipeline.foundations.schema.diff.IndexFieldDefDiff
-
- indexFieldHasNoIndex(String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- indexFieldHasNoSchema(String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- indexHasNoEntity(String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- indexHasNoSchema(String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- indexOf(String) - Method in class com.northconcepts.datapipeline.csv.CommaSeparatedValues
-
- indexOfEntity(String) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
Returns the zero-based position of the
EntityDef
with the specified name or -1 if it is not found.
- indexOfEntityRelationship(String) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
Returns the zero-based position of the
EntityRelationshipDef
with the specified name or -1 if it is not found.
- indexOfField(Field) - Method in class com.northconcepts.datapipeline.core.Record
-
- indexOfField(String, boolean) - Method in class com.northconcepts.datapipeline.core.Record
-
- indexOfField(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- indexOfField(String, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- indexOfField(String) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
Returns the zero-based position of the
IndexDef
with the specified name or -1 if it is not found.
- indexOfField(String, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
Returns the zero-based position of the
IndexFieldDef
with the specified name or -1 if it is not found and
throwExceptionOnFailure
is false, otherwise a
DataException
is thrown.
- indexOfForeignKeyFieldName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- indexOfIndex(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns the zero-based position of the
IndexDef
with the specified name or -1 if it is not found.
- indexOfIndex(String, boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Returns the zero-based position of the
IndexDef
with the specified name or -1 if it is not found and
throwExceptionOnFailure
is false, otherwise a
DataException
is thrown.
- indexOfNode(Node) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- indexOfValue(Object) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- indexOutOfBound(long, long) - Static method in class com.northconcepts.datapipeline.foundations.i18n.FoundationMessages
-
- initCipher() - Method in class com.northconcepts.datapipeline.security.AsymmetricDecryptingReader
-
- initCipher() - Method in class com.northconcepts.datapipeline.security.AsymmetricEncryptingReader
-
- initCipher() - Method in class com.northconcepts.datapipeline.security.DecryptingReader
-
- initCipher() - Method in class com.northconcepts.datapipeline.security.EncryptingReader
-
- initCipher() - Method in class com.northconcepts.datapipeline.security.SymmetricDecryptingReader
-
- initCipher() - Method in class com.northconcepts.datapipeline.security.SymmetricEncryptingReader
-
- InnerJoin - Class in com.northconcepts.datapipeline.jdbc.sql.select
-
Generates an INNER JOIN clause.
- InnerJoin(String, String) - Constructor for class com.northconcepts.datapipeline.jdbc.sql.select.InnerJoin
-
- innerJoin(String, String) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- INodeVisitor - Interface in com.northconcepts.datapipeline.core
-
- InputStreamFactory - Interface in com.northconcepts.datapipeline.io
-
- Insert - Class in com.northconcepts.datapipeline.jdbc.sql.insert
-
- Insert(String) - Constructor for class com.northconcepts.datapipeline.jdbc.sql.insert.Insert
-
- Insert - Class in com.northconcepts.datapipeline.sql.mysql
-
Generates an INSERT INTO
statement for MySQL.
- Insert(String) - Constructor for class com.northconcepts.datapipeline.sql.mysql.Insert
-
- Insert - Class in com.northconcepts.datapipeline.sql.postgresql
-
Generates an INSERT INTO
statement for PostgreSQL.
- Insert(String) - Constructor for class com.northconcepts.datapipeline.sql.postgresql.Insert
-
- insert(int, String) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- InsertRow - Class in com.northconcepts.datapipeline.jdbc.sql.insert
-
- InsertRow() - Constructor for class com.northconcepts.datapipeline.jdbc.sql.insert.InsertRow
-
- InsertRow - Class in com.northconcepts.datapipeline.sql.mysql
-
- InsertRow() - Constructor for class com.northconcepts.datapipeline.sql.mysql.InsertRow
-
- InsertRow - Class in com.northconcepts.datapipeline.sql.postgresql
-
- InsertRow() - Constructor for class com.northconcepts.datapipeline.sql.postgresql.InsertRow
-
- InsertValue - Class in com.northconcepts.datapipeline.jdbc.sql.insert
-
- InsertValue(String, Object) - Constructor for class com.northconcepts.datapipeline.jdbc.sql.insert.InsertValue
-
- InsertValue(String) - Constructor for class com.northconcepts.datapipeline.jdbc.sql.insert.InsertValue
-
- InsertValue - Class in com.northconcepts.datapipeline.sql.mysql
-
- InsertValue(String, Object) - Constructor for class com.northconcepts.datapipeline.sql.mysql.InsertValue
-
- InsertValue(String) - Constructor for class com.northconcepts.datapipeline.sql.mysql.InsertValue
-
- InsertValue - Class in com.northconcepts.datapipeline.sql.postgresql
-
- InsertValue(String, Object) - Constructor for class com.northconcepts.datapipeline.sql.postgresql.InsertValue
-
- InsertValue(String) - Constructor for class com.northconcepts.datapipeline.sql.postgresql.InsertValue
-
- InstagramLocationMediaReader - Class in com.northconcepts.datapipeline.instagram
-
Search Instagram for media given a specific location (latitude, longitude).
- InstagramLocationMediaReader(String, String, double, double, int) - Constructor for class com.northconcepts.datapipeline.instagram.InstagramLocationMediaReader
-
Get at most maximum number(maxResults) of recently searched media by location (latitude, longitude).
- InstagramLocationReader - Class in com.northconcepts.datapipeline.instagram
-
Search for a location by geographic coordinate in Instagram.
- InstagramLocationReader(String, String, double, double) - Constructor for class com.northconcepts.datapipeline.instagram.InstagramLocationReader
-
Search Instagram for a location by geographic coordinate.
- InstagramMediaReader - Class in com.northconcepts.datapipeline.instagram
-
Base class for all InstagramXXXMediaReader.
- InstagramMediaReader(String, String, int) - Constructor for class com.northconcepts.datapipeline.instagram.InstagramMediaReader
-
- InstagramSelfFollowedByReader - Class in com.northconcepts.datapipeline.instagram
-
Get the list of users this user is followed by.
- InstagramSelfFollowedByReader(String, String, int) - Constructor for class com.northconcepts.datapipeline.instagram.InstagramSelfFollowedByReader
-
Get at most maximum number(maxResults) of users this user is followed by.
- InstagramSelfFollowsReader - Class in com.northconcepts.datapipeline.instagram
-
Get the list of users this user follows.
- InstagramSelfFollowsReader(String, String, int) - Constructor for class com.northconcepts.datapipeline.instagram.InstagramSelfFollowsReader
-
Get at most maximum number(maxResults) of users this user follows.
- InstagramSelfMediaReader - Class in com.northconcepts.datapipeline.instagram
-
Get your most recent media published.
- InstagramSelfMediaReader(String, String, int) - Constructor for class com.northconcepts.datapipeline.instagram.InstagramSelfMediaReader
-
Get at most maximum number(maxResults) of your recent media.
- InstagramSelfReader - Class in com.northconcepts.datapipeline.instagram
-
Base class for all InstagramSelfXXXReader.
- InstagramSelfReader(String, String, int) - Constructor for class com.northconcepts.datapipeline.instagram.InstagramSelfReader
-
- InstagramTagMediaReader - Class in com.northconcepts.datapipeline.instagram
-
Search Instagram for media given a specific tag.
- InstagramTagMediaReader(String, String, String, int) - Constructor for class com.northconcepts.datapipeline.instagram.InstagramTagMediaReader
-
Get at most maximum number(maxResults) of recently tagged media.
- InstagramTagReader - Class in com.northconcepts.datapipeline.instagram
-
Search for matching tags in Instagram by name - results are ordered first as an exact match, then by popularity.
- InstagramTagReader(String, String, String) - Constructor for class com.northconcepts.datapipeline.instagram.InstagramTagReader
-
- InstagramUserMediaReader - Class in com.northconcepts.datapipeline.instagram
-
Get the most recent media published by a user.
- InstagramUserMediaReader(String, String, String, int) - Constructor for class com.northconcepts.datapipeline.instagram.InstagramUserMediaReader
-
- int96ToTimestamp(byte[]) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
- IntegrationProxyReader - Class in com.northconcepts.datapipeline.internal.lang
-
- IntegrationProxyReader(DataReader) - Constructor for class com.northconcepts.datapipeline.internal.lang.IntegrationProxyReader
-
- IntegrationProxyWriter - Class in com.northconcepts.datapipeline.internal.lang
-
- IntegrationProxyWriter(DataWriter) - Constructor for class com.northconcepts.datapipeline.internal.lang.IntegrationProxyWriter
-
- IntegrationReader - Class in com.northconcepts.datapipeline.internal.lang
-
- IntegrationReader() - Constructor for class com.northconcepts.datapipeline.internal.lang.IntegrationReader
-
- IntegrationWriter - Class in com.northconcepts.datapipeline.internal.lang
-
- IntegrationWriter() - Constructor for class com.northconcepts.datapipeline.internal.lang.IntegrationWriter
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.core.DebugReader
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.core.DebugWriter
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.core.ProxyReader
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.core.ProxyWriter
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.core.RemoveDuplicatesReader
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.core.TeeReader
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.filter.FilteringReader
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingReader
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingWriter
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableReader
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableWriter
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeReader
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeWriter
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.group.AggregateReader
-
Deprecated.
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.memory.TailProxyReader
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.meter.MeteredWriter
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.security.DecryptingReader
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.security.EncryptingReader
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.throttle.ThrottledWriter
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
- interceptRecord(Record) - Method in class com.northconcepts.datapipeline.transform.TransformingWriter
-
- internalId - Variable in class com.northconcepts.datapipeline.foundations.core.FoundationObject
-
- internalName - Variable in class com.northconcepts.datapipeline.foundations.core.FoundationObject
-
- intervalToMilliseconds() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- intervalToMonths() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- intervalToSeconds() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- intervalToYears() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- invalidEntityInRelationship(String, String, String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- invalidIdentifier(String, String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- invalidOffsetOrCount(long, long, long) - Static method in class com.northconcepts.datapipeline.foundations.i18n.FoundationMessages
-
- invalidOneToManyRelationship(String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- invalidStartOfIdentifier(String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- invoke(Object, Method, Object[]) - Method in class com.northconcepts.datapipeline.eventbus.EventSourceInvocationHandler
-
- invokeRequest() - Method in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- invokeRequest() - Method in class com.northconcepts.datapipeline.shopify.ShopifyCustomerReader
-
- invokeRequest() - Method in class com.northconcepts.datapipeline.shopify.ShopifyEventReader
-
- invokeRequest() - Method in class com.northconcepts.datapipeline.shopify.ShopifyInventoryItemReader
-
- invokeRequest() - Method in class com.northconcepts.datapipeline.shopify.ShopifyInventoryLevelReader
-
- invokeRequest() - Method in class com.northconcepts.datapipeline.shopify.ShopifyLocationReader
-
- invokeRequest() - Method in class com.northconcepts.datapipeline.shopify.ShopifyOrderReader
-
- invokeRequest() - Method in class com.northconcepts.datapipeline.shopify.ShopifyProductReader
-
- IParser - Interface in com.northconcepts.datapipeline.core
-
- IRetryStrategy - Interface in com.northconcepts.datapipeline.retry
-
- isAddMissingOptionalFields() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Indicates if data mapping should add optional fields in this entity that are not present in the data (doesn't apply during validation).
- isAddTextToParent() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- isAddTextToParent() - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
Return true if each child node's text should be concatenated to its parent during parsing (defaults to false).
- isAddTextToParent() - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
Return true if each child node's text should be concatenated to its parent during parsing (defaults to false).
- isAddUserToRecord() - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowWriter
-
- isAddUserToRecord() - Method in class com.northconcepts.datapipeline.twitter.TwitterUnfollowWriter
-
- isAlive() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns true if this bus has not been shutdown.
- isAll() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Union
-
- isAllowBlank() - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
Indicates if empty strings are allowed as values for this field.
- isAllowDuplicateFieldNames() - Method in class com.northconcepts.datapipeline.transform.RenameField
-
- isAllowExtraFieldsInMapping() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Indicates if data mapping should fail when the data contains fields not present in this entity (doesn't apply during validation).
- isAllowExtraFieldsInValidation() - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Indicates if data validation should fail when the data contains fields not present in this entity (doesn't apply during mapping ).
- isAllowMultiLineText() - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Indicates if line separators are allowed inside quoted fields.
- isAllowMultiLineText() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- isAllowNoConditions() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableRule
-
- isAllowNoOutcomes() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableRule
-
- isAllowNoResults() - Method in class com.northconcepts.datapipeline.transform.lookup.LookupTransformer
-
Indicates if no exception should be thrown if no results are found (default false, exceptions are thrown).
- isAllowQuoteInField() - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Indicates if unescaped quotes are allowed in fields (default to false).
- isAllowQuoteInField() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- isAlwaysIncludeEmail() - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- isAlwaysShowFooter() - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- isAlwaysShowHeader() - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- isAncestorOf(Node) - Method in class com.northconcepts.datapipeline.core.Node
-
Returns true
if the supplied node is a descendant of this one.
- isAppend() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSink
-
- isAppend() - Method in class com.northconcepts.datapipeline.core.TextWriter
-
Indicates if writing should start at the end of the file (if it exists).
- isAppend() - Method in class com.northconcepts.datapipeline.file.FileWriter
-
Indicates if writing should start at the end of the file (if it exists).
- isAppend() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSink
-
- isAppend() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFileSink
-
- isApplicable() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.ConditionPart
-
- isApplicable() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.ConjunctivePart
-
- isApplicable() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.NotPart
-
- isApplicable() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteriaPart
-
- isApproximateNumber() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
Returns true
if values of this type are numbers that do not contain exact quantities (DOUBLE and FLOAT).
- isApproximateNumber() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
Returns true
if values of this type are numbers that do not contain exact quantities (DOUBLE, FLOAT, or REAL).
- isArbitrarySizeInBytes() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
Returns true
if values of this type can vary in length/size, otherwise false
for fixed-length types.
- isArray() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- isArray() - Method in class com.northconcepts.datapipeline.core.Field
-
- isArray() - Method in class com.northconcepts.datapipeline.core.Record
-
- isArray() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- isArray() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- isArray() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- isArray() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- isAscending() - Method in class com.northconcepts.datapipeline.core.FieldComparator
-
- isAscending() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcFieldIndex
-
- isAscending() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- isAscending() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrderPart
-
- isAttribute() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- isAutoCloseConnection() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- isAutoCloseConnection() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- isAutoCloseConnection() - Method in class com.northconcepts.datapipeline.mongodb.MongoReader
-
Indicates if the MongoDB client should be closed when this reader closes (defaults to false).
- isAutoCloseConnection() - Method in class com.northconcepts.datapipeline.mongodb.MongoWriter
-
Indicates if the MongoDB client should be closed when this writer closes (defaults to false).
- isAutoCloseConnection() - Method in class com.northconcepts.datapipeline.transform.lookup.JdbcLookup
-
- isAutoCloseDocument() - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
Indicates if the ExcelDocument should be closed when this endpoint is closed.
- isAutoCloseDocument() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- isAutoCloseLogWriter() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
- isAutoCloseLogWriter() - Method in class com.northconcepts.datapipeline.job.Job
-
- isAutoCloseReader() - Method in class com.northconcepts.datapipeline.file.FileReader
-
Indicates if the underlying input stream should be closed when this stream closes (defaults to true).
- isAutoCloseReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- isAutoCloseReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- isAutoCloseReader() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- isAutoCloseReader() - Method in class com.northconcepts.datapipeline.json.JsonRecordReader
-
- isAutoCloseReader() - Method in class com.northconcepts.datapipeline.json.SimpleJsonReader
-
- isAutoCloseReader() - Method in class com.northconcepts.datapipeline.xml.SimpleXmlReader
-
- isAutoCloseReader() - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- isAutoCloseReader() - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
- isAutoCloseWriter() - Method in class com.northconcepts.datapipeline.core.TextStreamWriter
-
Indicates if the underlying java.io.BufferedWriter should be closed when this stream closes (defaults to true).
- isAutoCloseWriter() - Method in class com.northconcepts.datapipeline.core.TextWriter
-
Indicates if the underlying java.io.BufferedWriter should be closed when this stream closes (defaults to true).
- isAutoCloseWriter() - Method in class com.northconcepts.datapipeline.file.FileReader
-
- isAutoCloseWriter() - Method in class com.northconcepts.datapipeline.file.FileWriter
-
Indicates if the underlying output stream should be closed when this stream closes (defaults to true).
- isAutoCloseWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- isAutoCloseWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- isAutoCloseWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- isAutoCloseWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- isAutofilterColumns() - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- isAutoFilterColumns() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- isAutofitColumns() - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- isAutofitColumns() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- isAutoIncrement() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- isAutoIncrement() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- isAutoIncrement() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- isAutoIncrementSupported() - Method in enum com.northconcepts.datapipeline.sql.mysql.TableColumnType
-
- isAutoMapping() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
Indicates if incoming source fields should be mapped automatically without the need for explicit
FieldMapping
s (default
false
).
- isBatchMode() - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- isBatchMode() - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
- isBatchMode() - Method in class com.northconcepts.datapipeline.mongodb.MongoWriter
-
- isBatchMode() - Method in class com.northconcepts.datapipeline.sql.mysql.MySqlInsertWriter
-
- isBatchMode() - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlInsertWriter
-
- isBatchSupported() - Method in interface com.northconcepts.datapipeline.jdbc.insert.IInsert
-
- isBatchSupported() - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowPreparedStatementInsert
-
- isBatchSupported() - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- isBatchSupported() - Method in class com.northconcepts.datapipeline.jdbc.insert.PreparedStatementInsert
-
- isBatchSupported() - Method in class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
- isBatchSupported() - Method in interface com.northconcepts.datapipeline.jdbc.upsert.IUpsert
-
- isBatchSupported() - Method in class com.northconcepts.datapipeline.jdbc.upsert.MergeUpsert
-
- isBatchSupported() - Method in class com.northconcepts.datapipeline.jdbc.upsert.MySqlUpsert
-
- isBatchSupported() - Method in class com.northconcepts.datapipeline.jdbc.upsert.OracleUpsert
-
- isBatchSupported() - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
- isBatchSupported() - Method in class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- isBatchSupported() - Method in class com.northconcepts.datapipeline.jdbc.upsert.VariableFieldsUpsert
-
- isBinary() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
- isBinary() - Method in class com.northconcepts.datapipeline.foundations.file.FileDetector
-
- isBinary() - Method in enum com.northconcepts.datapipeline.foundations.file.FileType
-
- isBinarySqlType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- isBoolean() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
- isBoolean() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- isBoolean(String) - Static method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- isBooleanSqlType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- isCacheFieldIndexes() - Method in class com.northconcepts.datapipeline.core.SortingReader
-
- isCancelled() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns true
if this job was cancelled.
- isCancelled(Throwable) - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns true
if this exception is due to this job being cancelled.
- isCancelled() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns true
if this job was cancelled.
- isCancelled() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns true
if this job was cancelled.
- isCandidateKey(RecordList, String...) - Static method in class com.northconcepts.datapipeline.foundations.tools.DetectPrimaryKeysInDataset
-
- isCaptureElapsedTime() - Static method in class com.northconcepts.datapipeline.core.Endpoint
-
Indicates if all endpoints (readers and writers) should record their processing time.
- isCascade() - Method in class com.northconcepts.datapipeline.sql.mysql.DropTable
-
- isCascade() - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTable
-
- isCascade() - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
- isCascadeFieldValue() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- isCascadeValues() - Method in class com.northconcepts.datapipeline.xml.XmlField
-
- isCaseSensitive() - Method in class com.northconcepts.datapipeline.filter.rule.Contains
-
- isCausedBy(Class<? extends Throwable>) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns true
if this exception was caused by (or one of its nested exceptions was caused by) the specified exception.
- isCauseInterruptedException() - Method in exception com.northconcepts.datapipeline.core.DataException
-
Returns true
if the nested exception indicates that a thread was interrupted.
- isCheckIfConstraintExists() - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
Indicates if IF EXISTS
clause should be added to the ALTER TABLE...DROP CONSTRAINT
statement before the constraint name (default true).
- isCheckIfDropTableExists() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
Indicates if IF EXISTS
clause should be included in the DROP TABLE
statement (default is true).
- isCheckIfDropTableExists() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Indicates if IF EXISTS
clause should be included in the DROP TABLE
statement (default is true).
- isCheckIfExists() - Method in class com.northconcepts.datapipeline.sql.mysql.DropTable
-
Indicates if IF EXISTS
clause should be included in the DROP TABLE
statement (default true).
- isCheckIfExists() - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTable
-
Indicates if IF EXISTS
clause should be included in the DROP TABLE
statement (default true).
- isCheckIfForeignTableExists() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
Indicates if IF EXISTS
clause should be included in the ALTER TABLE...ADD CONSTRAINT
statement (default true).
- isCheckIfForeignTableExists() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Indicates if IF EXISTS
clause should be included in the ALTER TABLE
statement (default is true).
- isCheckIfIndexNotExists() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Indicates if IF NOT EXISTS
clause should be included in the CREATE INDEX
statement (default is true).
- isCheckIfNotExists() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTable
-
Indicates if IF NOT EXISTS
clause should be included in the CREATE TABLE
statement (default true).
- isCheckIfNotExists() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
Indicates if IF NOT EXISTS
clause should be included in the CREATE INDEX
statement (default true).
- isCheckIfNotExists() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTable
-
Indicates if IF NOT EXISTS
clause should be included in the CREATE TABLE
statement (default true).
- isCheckIfTableExists() - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
Indicates if the IF EXISTS
clause should be added to the ALTER TABLE
statement before the table name (default true).
- isCheckIfTableNotExists() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
Indicates if IF NOT EXISTS
clause should be included in the CREATE TABLE
statement (default is true).
- isCheckIfTableNotExists() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Indicates if IF NOT EXISTS
clause should be included in the CREATE TABLE
statement (default is true).
- isChildNode() - Method in class com.northconcepts.datapipeline.core.Node
-
Indicates if this record has a parent record (i.e.
- isCloneRecord() - Method in class com.northconcepts.datapipeline.core.TeeReader
-
Indicates if a copy of the original record should be sent to the writer (default false), otherwise the original record is sent to the writer.
- isCloseBeforeAddingRecord() - Method in class com.northconcepts.datapipeline.group.CloseWindowStrategy
-
Returns true
if the window should be closed before adding the record or false
if (the default).
- isClosed() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
Indicates if this endpoint has finished transferring data.
- isClosed() - Method in class com.northconcepts.datapipeline.excel.ExcelDocument
-
- isCollectUniqueValues() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if unique values in the dataset should be collected (default false
).
- isColumnStatsLoaded() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Return true
if all the column stats have been loaded.
- isCommitBatch() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- isCommitBatch() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
Indicates if this writer should call commit on each connection after every batch is sent,
otherwise, commit is called after the final batch update (default is false).
- isCommitBatch() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
Indicates if this writer should call commit on each connection after every batch is sent,
otherwise, commit is called after the final batch update (default is false).
- isCommitBatch() - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
Returns true if this reader calls commit on the connection after every batch is sent.
- isCommitBatch() - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
Indicates if this writer should call commit on the connection after every batch is sent,
otherwise, commit is called after the final batch update (default is false).
- isCompressed() - Method in class com.northconcepts.datapipeline.file.FileReader
-
Indicates if the data is compressed and should be decompressed as it is being read.
- isCompressed() - Method in class com.northconcepts.datapipeline.file.FileWriter
-
Indicates if the data should be compressed as it is being written (default false).
- isContinueOnException() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- isCurrency() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- isDataLoaded() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Return true
if all the records have been loaded and all the column stats have been loaded.
- isDataLoading() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Return true
if the records or column stats are currently being loaded.
- isDebug() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- isDebug() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
- isDebug() - Method in class com.northconcepts.datapipeline.buffer.BufferedReader
-
- isDebug() - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- isDebug() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Indicates if the bus should emit debug log messages when events are published or delivered and during the shutdown process.
- isDebug() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- isDebug() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- isDebug() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- isDebug() - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePatternDetector
-
Indicates if failing patterns should be logged (default false).
- isDebug() - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- isDebug() - Method in interface com.northconcepts.datapipeline.jdbc.insert.IInsert
-
Indicates if the generated SQL should be logged (default false).
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowPreparedStatementInsert
-
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.insert.PreparedStatementInsert
-
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
Indicates if the generated SQL should be logged (default false).
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
Indicates if the generated SQL should be logged (default false).
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
Indicates if the generated SQL should be logged (default false).
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
Indicates if the generated SQL should be logged (default false).
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
Indicates if the generated SQL should be logged (default false).
- isDebug() - Method in interface com.northconcepts.datapipeline.jdbc.upsert.IUpsert
-
Indicates if the generated SQL should be logged (default false).
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.upsert.MergeUpsert
-
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.upsert.MySqlUpsert
-
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.upsert.OracleUpsert
-
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
Indicates if the generated SQL should be logged (default false).
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- isDebug() - Method in class com.northconcepts.datapipeline.jdbc.upsert.VariableFieldsUpsert
-
- isDebug() - Method in class com.northconcepts.datapipeline.json.JsonRecordReader
-
- isDebug() - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
Indicates if debugging is enabled to print log statements.
- isDebug() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
Indicates if debugging is enabled to print log statements.
- isDebug() - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- isDebug() - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
- isDefaulAdjustToUTC() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
- isDefaultAdjustedToUTC() - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Indicates if all datetime fields should be marked as AdjustedToUTC.
- isDefaultAdjustedToUTC() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Indicates if all datetime fields should be marked as AdjustedToUTC.
- isDeleted() - Method in class com.northconcepts.datapipeline.core.Record
-
- isDeleteDatabaseFileOnClose() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- isDeleteFilesOnClose() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- isDependentOn(JdbcTable) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
Returns true
if this table is either directly or indirectly dependent on the supplied table.
- isDetectBigNumberValues() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if big decimals and big integers should be analyzed to determine their precision and scale (default true
).
- isDetectBooleanValues() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if boolean values should be looked for in strings and undefined types (default true
).
- isDetectNumericValues() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if numeric values should be looked for in strings and undefined types (default true
).
- isDetectTemporalValues() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if date/time patterns should be looked for in strings and undefined types (default true
).
- isDetectUuidValues() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if UUID values should be looked for in strings and undefined types (default true
).
- isDigit(int) - Method in class com.northconcepts.datapipeline.core.ParsingReader
-
- isDirectlyDependentOn(JdbcTable) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
Returns true
if this table is directly dependent on the supplied table (i.e they have a direct public-foreign key relationship).
- isDistinct() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QuerySelection
-
- isDropTable() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- isDropTable() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- isEmpty() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
Returns
true
if this array contains no elements -- equivalent to
ArrayValue.size()
== 0.
- isEmpty() - Method in class com.northconcepts.datapipeline.core.FieldList
-
- isEmpty() - Method in class com.northconcepts.datapipeline.core.Record
-
Returns true if this record has no fields or all field values are null.
- isEmpty() - Method in class com.northconcepts.datapipeline.core.RecordList
-
Returns true if this list contains no records.
- isEmpty() - Method in class com.northconcepts.datapipeline.csv.CommaSeparatedValues
-
- isEmpty() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteria
-
- isEmpty() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryGrouping
-
- isEmpty() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrder
-
- isEmpty() - Method in class com.northconcepts.datapipeline.template.RecordTemplateModel
-
- isEnabled() - Static method in class com.northconcepts.datapipeline.core.Messages
-
- isEscapePatterns() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterFieldMatchesPatternAction
-
- isEscapePatterns() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsMatchPatternAction
-
- isEvaluateExpressions() - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- isEvaluateExpressions() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- isExactNumber() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
Returns true
if values of this type are numbers that contain exact quantities (INT, LONG, BYTE, SHORT, BIG_INTEGER, and BIG_DECIMAL).
- isExactNumber() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
Returns true
if values of this type are numbers that contain exact quantities (BIGINT, DECIMAL, INTEGER, NUMERIC, SMALLINT, TINYINT, SMALLINT).
- isExceptionOnFailure() - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
- isExceptionOnFailure() - Method in class com.northconcepts.datapipeline.transform.TransformingWriter
-
- isExceptionOnFailure() - Method in class com.northconcepts.datapipeline.validate.ValidatingReader
-
- isExcludeCatalogAnnotation() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- isExcludeNulls() - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- isExcludeSchemaAnnotation() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- isExhausted() - Method in class com.northconcepts.datapipeline.core.DataReader
-
Returns true
if this stream has already returned a null
indicating that no further reads are possible.
- isFailed() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns true
if this job has completed unsuccessfully.
- isFailed() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns true
if this job has completed unsuccessfully.
- isFailed() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns true
if this job has completed unsuccessfully.
- isFailOnException() - Method in class com.northconcepts.datapipeline.core.AsyncMultiReader
-
- isFailOnLimitationNotice() - Method in class com.northconcepts.datapipeline.twitter.TwitterFilterStreamReader
-
- isField() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- isFieldNamesInFirstRow() - Method in class com.northconcepts.datapipeline.core.AbstractReader
-
- isFieldNamesInFirstRow() - Method in class com.northconcepts.datapipeline.core.AbstractWriter
-
- isFieldNamesInFirstRow() - Method in class com.northconcepts.datapipeline.core.TextWriter
-
- isFieldNamesInFirstRow() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- isFieldNamesInFirstRow() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- isFieldNamesInFirstRow() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- isFieldNamesInFirstRow() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- isFieldNamesInFirstRow() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- isFieldNamesInFirstRow() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- isFieldType(FieldType) - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- IsFieldType - Class in com.northconcepts.datapipeline.filter.rule
-
- IsFieldType(FieldType) - Constructor for class com.northconcepts.datapipeline.filter.rule.IsFieldType
-
- isFinished() - Method in class com.northconcepts.datapipeline.core.AsyncMultiReader.ReaderThread
-
- isFinished() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns true
if this job has finished running.
- isFinished() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns true
if this job has finished running.
- isFinished() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns true
if this job has finished running.
- isFinished() - Method in class com.northconcepts.datapipeline.multiplex.DeMux
-
- isFixedSizeInBytes() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
Returns true
if values of this type are fixed in length/size, otherwise false
for types that can vary in length.
- isFlushOnWrite() - Method in class com.northconcepts.datapipeline.core.TextStreamWriter
-
Indicates if the underlying java.io.BufferedWriter should be flushed after each record is written.
- isFlushOnWrite() - Method in class com.northconcepts.datapipeline.core.TextWriter
-
Indicates if the underlying java.io.BufferedWriter should be flushed after each record is written.
- isFlushOnWrite() - Method in class com.northconcepts.datapipeline.file.FileWriter
-
Indicates if the underlying java.io.BufferedWriter should be flushed after each record is written.
- isFlushOnWrite() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- isFlushOnWrite() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- isFlushOnWrite() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- isFlushOnWrite() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- isForceQuote() - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Returns true if all values will be quoted, even if they are not null or empty strings.
- isForceQuote() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- isForiegnKeyTable(JdbcTable) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- isGenerated() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- isGenerateIndexes() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- isGenerateIndexes() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- isGenerateRelationships() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- isGenerateRelationships() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- isIgnoreEmptyText() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- isIgnoreEmptyText() - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
- isIgnoreNamespaces() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- isIgnoreNamespaces() - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
Indicates if namespaces on elements and attributes are ignored when matching expressions (default to true).
- isIgnoreNamespaces() - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
Indicates if namespaces on elements and attributes are to be removed (default to true).
- isIgnoreOnError() - Method in class com.northconcepts.datapipeline.jdbc.insert.MySqlPreparedStatementInsert
-
- isIncludeInOutcome() - Method in class com.northconcepts.datapipeline.foundations.expression.CalculatedField
-
- isIncludeSpamAndTrash() - Method in class com.northconcepts.datapipeline.google.gmail.GmailMessageReader
-
- isIncludeTemplateMasterFormDef() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSpringDataJpaClasses
-
- isIncludeTemplateMasterFormDef() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- isInferStringTypes() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if string and undefined types should be analyzed to determine if they represent a numeric, boolean, or date/time value (default true
).
- isInsert() - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.MergeValue
-
- isInsertFirst() - Method in class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
Indicates if an insert should be attempted before and update (the default) or false if the update should be attempted first.
- isInstanceOfJavaType(Class<?>) - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- IsInstanceOfJavaType - Class in com.northconcepts.datapipeline.filter.rule
-
- IsInstanceOfJavaType(Class<?>) - Constructor for class com.northconcepts.datapipeline.filter.rule.IsInstanceOfJavaType
-
- isIntegerNumber() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
Returns true
if values of this type are numbers that cannot contain fractions (byte, short, int, etc.).
- isIntegerNumber() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
Returns true
if columns of this type are numbers that cannot contain fractions (byte, short, int, etc.).
- isJavaType(Class<?>) - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- IsJavaType - Class in com.northconcepts.datapipeline.filter.rule
-
- IsJavaType(Class<?>) - Constructor for class com.northconcepts.datapipeline.filter.rule.IsJavaType
-
- isKeepPolling() - Method in class com.northconcepts.datapipeline.kafka.KafkaReader
-
- isLastFieldConsumesRemaining() - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- isLastFieldConsumesRemaining() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- isLengthSupported() - Method in enum com.northconcepts.datapipeline.sql.mysql.TableColumnType
-
- isLengthSupported() - Method in enum com.northconcepts.datapipeline.sql.postgresql.TableColumnType
-
- isLenient() - Method in class com.northconcepts.datapipeline.transform.SelectFields
-
- isLenientPattern() - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- isLetter(int) - Method in class com.northconcepts.datapipeline.core.ParsingReader
-
- isLimitToAllowedValues() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.core.DataReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.core.ParsingReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.foundations.pipeline.PipelineInput
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.json.JsonRecordReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.json.SimpleJsonReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.orc.OrcDataReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.xml.SimpleXmlReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- isLineageSupported() - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
- isLoadColumns() - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- isLoadExportedKeys() - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- isLoadImportedKeys() - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- isLoadIndexes() - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- isLocal() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- isLocal() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSink
-
- isLocal() - Method in interface com.northconcepts.datapipeline.foundations.file.FileSource
-
- isLocal() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFile
-
- isLookupById() - Method in class com.northconcepts.datapipeline.twitter.TwitterUserLookupReader
-
- isLookupByScreenName() - Method in class com.northconcepts.datapipeline.twitter.TwitterUserLookupReader
-
- isMakeIdentifiersSingular() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- isMakeIdentifiersSingular() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSpringDataJpaClasses
-
- isMakeIdentifiersSingular() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- isMakeOptionalFieldsRequired() - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- isMakeOptionalFieldsRequired() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
Used whether to check for
optional
columns that can be made
required
using
ColumnChunkMetaData#getStatistics()
during
ParquetDataReader.open()
.
- isMakeRequiredFieldsOptional() - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- isMakeRequiredFieldsOptional() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
When true, check for required
columns that can be made optional
using ColumnChunkMetaData#getStatistics()
.
- isMapTextRecordsToFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- isMapTextRecordsToFields() - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
- isMarker() - Method in class com.northconcepts.datapipeline.json.builder.JsonDetailMarker
-
- isMarker() - Method in class com.northconcepts.datapipeline.json.builder.JsonNode
-
- isMarker(ExpressionContext) - Method in class com.northconcepts.datapipeline.xml.builder.XmlDetailMarker
-
- isMarker(ExpressionContext) - Method in class com.northconcepts.datapipeline.xml.builder.XmlNode
-
- isMethodBacklisted(String) - Static method in class com.northconcepts.datapipeline.core.Functions
-
Returns true if the specified method starts with any of the blacklisted prefixes and does not start with a whitelisted prefix.
- isMultithreaded() - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- isMuteUser() - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowWriter
-
- isMuteUser() - Method in class com.northconcepts.datapipeline.twitter.TwitterUnfollowWriter
-
- isNegative() - Method in class com.northconcepts.datapipeline.foundations.number.NumberDescriptor
-
- isNewLine(int) - Method in class com.northconcepts.datapipeline.core.ParsingReader
-
- isNotAlive() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Returns true if this bus has been shutdown or is in the process of shutting down.
- isNotArray() - Method in class com.northconcepts.datapipeline.core.Field
-
- isNotArray() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- isNotEmpty() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- isNotEmpty() - Method in class com.northconcepts.datapipeline.core.FieldList
-
- isNotEmpty() - Method in class com.northconcepts.datapipeline.core.Record
-
Returns true if this record has at least one non-null field value.
- isNotEmpty() - Method in class com.northconcepts.datapipeline.core.RecordList
-
Returns true if this list contains at least one record.
- isNotEmpty() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteria
-
- isNotEmpty() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryGrouping
-
- isNotEmpty() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrder
-
- isNotFieldType(FieldType) - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- isNotFinished() - Method in class com.northconcepts.datapipeline.core.AsyncMultiReader.ReaderThread
-
- isNotInstanceOfJavaType(Class<?>) - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- isNotJavaType(Class<?>) - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- isNotNull() - Method in class com.northconcepts.datapipeline.core.Field
-
- isNotNull() - Method in class com.northconcepts.datapipeline.core.Node
-
Returns true
if this node does not contain a null value.
- isNotNull() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- IsNotNull() - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- IsNotNull - Class in com.northconcepts.datapipeline.filter.rule
-
- IsNotNull() - Constructor for class com.northconcepts.datapipeline.filter.rule.IsNotNull
-
- isNotRecord() - Method in class com.northconcepts.datapipeline.core.Field
-
- isNotRecord() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- isNotSingleValue() - Method in class com.northconcepts.datapipeline.core.Field
-
- isNotSingleValue() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- isNotValid() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationResult
-
- isNull() - Method in class com.northconcepts.datapipeline.core.CompositeValue
-
- isNull() - Method in class com.northconcepts.datapipeline.core.Field
-
- isNull() - Method in class com.northconcepts.datapipeline.core.Node
-
Returns true
if this node contains a null value.
- isNull() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- isNull() - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- IsNull - Class in com.northconcepts.datapipeline.filter.rule
-
- IsNull() - Constructor for class com.northconcepts.datapipeline.filter.rule.IsNull
-
- isNullable() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- isNullable() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- isNullable() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- isNullable() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- isNumber(String) - Static method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- isNumeric() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
- isNumeric() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- isNumericSqlType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- isOpen() - Method in class com.northconcepts.datapipeline.core.Endpoint
-
Indicates if this endpoint is ready for reading or writing.
- isOverwrite() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableReader
-
- isOverwrite() - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableWriter
-
- isOverwrite() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeReader
-
- isOverwrite() - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeWriter
-
- isOverwrite() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.CopyFieldsAction.FieldMapping
-
- isOverwrite() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Overwrites the file if true, otherwise, throws an exception if the file already exists.
- isOverwrite() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Overwrites the file if true, otherwise, throws an exception if the file already exists.
- isOverwriteFields() - Method in class com.northconcepts.datapipeline.transform.lookup.LookupTransformer
-
- isPaused() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns true
if this job is currently paused.
- isPaused() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns true
if this job is currently paused.
- isPaused() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns true
if this job is currently paused.
- isPollingRequired() - Method in class com.northconcepts.datapipeline.buffer.BufferStrategy
-
- isPollingRequired() - Method in class com.northconcepts.datapipeline.group.CloseWindowStrategy
-
Indicates if the {@link #shouldClose(Window, GroupByReader, Record) method should be called every second for
open windows -- even if no new data is present -- to release any data that may have been collected (passing in a null
record).
- isPollingRequired() - Method in class com.northconcepts.datapipeline.group.CreateWindowStrategy
-
Indicates if the {@link #shouldCreate(GroupByReader, Record) method should be called every second -- even
if no new data is present -- to allow windows to be created (passing in a null
record).
- isPretty() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- isPretty() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- isPretty() - Method in class com.northconcepts.datapipeline.jdbc.sql.SqlPart
-
- isPretty() - Method in class com.northconcepts.datapipeline.json.JsonRecordWriter
-
Indicates if line breaks and indentations should be added to output (default false).
- isPretty() - Method in class com.northconcepts.datapipeline.json.SimpleJsonWriter
-
Indicates if line breaks and indentations should be added to output (default false).
- isPretty() - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- isPretty() - Method in class com.northconcepts.datapipeline.sql.mysql.MySqlInsertWriter
-
- isPretty() - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlInsertWriter
-
- isPretty() - Method in class com.northconcepts.datapipeline.xml.SimpleXmlWriter
-
Indicates if line breaks and indentations should be added to output (default false).
- isPretty() - Method in class com.northconcepts.datapipeline.xml.XmlRecordWriter
-
Indicates if line breaks and indentations should be added to output (default false).
- isPretty() - Method in class com.northconcepts.datapipeline.xml.XmlWriter
-
Indicates if line breaks and indentations should be added to output (default false).
- isPrimaryKey() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- isPrimaryKey() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
Returns true
if primaryKeyPosition
is not null.
- isPrimaryKey() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- isPrimaryKey() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- isPrimaryKeyIndex() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- isPrimaryKeyTable(JdbcTable) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- isPseudo() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- isPublishLifecycleEvents() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Indicates if the bus should publish its own EventBusLifecycleListener and ShutdownListener events (defaults to true
).
- isQuantity() - Method in interface com.northconcepts.datapipeline.expression.ASTNode
-
True
if this node represents a literal of variable, false
if it represents an expression.
- isRateLimitExceeded() - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- isRateLimitExceeded() - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- isReadOnly() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- isRealNumber() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
Returns true
if values of this type are numbers that can contain fractions.
- isRealNumber() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
Returns true
if columns of this type are numbers that can contain fractions.
- isRecord() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- isRecord() - Method in class com.northconcepts.datapipeline.core.Field
-
- isRecord() - Method in class com.northconcepts.datapipeline.core.Record
-
- isRecord() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- isRecord() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- isRecordBreak() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- isRecordBreak(JsonXmlNode) - Method in class com.northconcepts.datapipeline.json.JsonRecordReader
-
- isRecordBreak(XmlNode) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- isRecordBreak(XmlNode) - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
- isRecordCountBigInteger() - Method in class com.northconcepts.datapipeline.core.DataEndpoint
-
- isRecordsLoaded() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Return true
if all the records have been loaded.
- isRecordStackTraceInMessage() - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
- isRecordStackTraceInMessage() - Method in class com.northconcepts.datapipeline.transform.TransformingWriter
-
- isRecordStackTraceInMessage() - Method in class com.northconcepts.datapipeline.validate.ValidatingReader
-
- isRemoteVerification() - Method in class com.northconcepts.datapipeline.filesystem.ftp.FtpFileSystem
-
- isRemoveDocumentId() - Method in class com.northconcepts.datapipeline.mongodb.MongoReader
-
Indicates if the document "_id" property should be removed from the resulting records (defaults to true).
- isRemoveFieldsWithoutColumnMetadata() - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- isRemoveFieldsWithoutColumnMetadata() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
When true, remove fields in the schema does not have a corresponding ColumnChunkMetaData
in
the file.
- isRemoveFieldsWithoutValues() - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- isRemoveFieldsWithoutValues() - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
- isRenameRequired() - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.RenameFieldsAction.FieldMapping
-
- isRequired() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
Indicates if this field can be null or missing.
- isRestrict() - Method in class com.northconcepts.datapipeline.sql.mysql.DropTable
-
- isRestrict() - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTable
-
- isRestrict() - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
- isReturnOrphans() - Method in class com.northconcepts.datapipeline.twitter.TwitterUserLookupReader
-
Indicates if records failing the lookup should be returned — instead of being deleted (default is false
).
- isRowIdentifier() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- isRunning() - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Returns true
if this job is currently running.
- isRunning() - Method in interface com.northconcepts.datapipeline.job.IJob
-
Returns true
if this job is currently running.
- isRunning() - Method in class com.northconcepts.datapipeline.job.Job
-
Returns true
if this job is currently running.
- isRunning() - Method in class com.northconcepts.datapipeline.meter.Meter
-
- isSanitizeInput() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- isSaveLineage() - Method in class com.northconcepts.datapipeline.core.DataReader
-
- isSaveLineage() - Method in class com.northconcepts.datapipeline.foundations.pipeline.PipelineInput
-
- isSaveLineage() - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
- isScaleSupported() - Method in enum com.northconcepts.datapipeline.sql.mysql.TableColumnType
-
- isScaleSupported() - Method in enum com.northconcepts.datapipeline.sql.postgresql.TableColumnType
-
- isSearchable() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- isSendSkippedToDiscardWriter() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingReader
-
- isSendSkippedToDiscardWriter() - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingWriter
-
- isSendSkippedToDiscardWriter() - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- isSigned() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- isSigned() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- isSigned() - Method in class com.northconcepts.datapipeline.foundations.number.NumberDescriptor
-
- isSingleEvent() - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- isSingleValue() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- isSingleValue() - Method in class com.northconcepts.datapipeline.core.Field
-
- isSingleValue() - Method in class com.northconcepts.datapipeline.core.Record
-
- isSingleValue() - Method in class com.northconcepts.datapipeline.core.SingleValue
-
- isSingleValue() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- isSkip() - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthField
-
- isSkipEmptyRows() - Method in class com.northconcepts.datapipeline.core.AbstractReader
-
Indicates that rows with only null values should not be returned by the reader (default is false).
- isSkipEmptyRows() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- isSkipEmptyRows() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- isSkipEmptyRows() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- isStopOnWriterEOF() - Method in class com.northconcepts.datapipeline.eventbus.EventBusReader
-
Indicates if this reader should stop reading from the event bus when any event bus writer on the same topic finishes (default to true).
- isStrictArrays() - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
Indicates if arrays should be strictly handled as arrays (default/true) or if an array with one value can be treated and a non-array and vice-versa (false).
- isStrictTypeMapping() - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
Indicates if database types should be mapped to java type based only on java.sql.Types
as defined by Sun/Oracle (defaults to false).
- isTabular() - Method in class com.northconcepts.datapipeline.core.FieldList
-
Indicates if all the fields match against a flat record (i.e.
- isTabular() - Method in class com.northconcepts.datapipeline.core.FieldPath
-
Indicates if this path matches against a flat record (i.e.
- isTemporal() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
- isTemporal() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- isTemporalSqlType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- isTerminateWithSemicolon() - Method in class com.northconcepts.datapipeline.jdbc.upsert.MergeUpsert
-
- isTerminateWithSemicolon() - Method in class com.northconcepts.datapipeline.jdbc.upsert.OracleUpsert
-
- isTerminateWithSemicolon() - Method in class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- isTextSqlType() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- isTextual() - Method in enum com.northconcepts.datapipeline.core.FieldType
-
- isTextual() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- isThrowExceptionOnMissingField() - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- isThrowExceptionOnMissingField() - Method in class com.northconcepts.datapipeline.transform.FieldTransformer
-
Indicates if an exception should be thrown if the source field is missing (default to true).
- isTimeExpired() - Method in class com.northconcepts.datapipeline.core.TimedReader
-
Returns true
if reading stopped due to the time expiring.
- isTransacted() - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
- isTrimFields() - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Indicates if space and tab characters at the beginning and ending of non-quoted-values should be removed.
- isTrimFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- isTrue(ExpressionContext) - Method in class com.northconcepts.datapipeline.json.builder.JsonLogicalExpression
-
- isTrue(ExpressionContext) - Method in class com.northconcepts.datapipeline.xml.builder.XmlLogicalExpression
-
- isTruncateFields() - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthWriter
-
- isTruncateFields() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- isUnique() - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- isUnique() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- isUnique() - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- isUnique() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- isUnique() - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- isUseBigDecimal() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonPipelineInput
-
- isUseBigDecimal() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- isUseBigDecimal() - Method in class com.northconcepts.datapipeline.json.JsonReader
-
- isUseBigDecimal() - Method in class com.northconcepts.datapipeline.json.JsonRecordReader
-
- isUseBigDecimal() - Method in class com.northconcepts.datapipeline.json.SimpleJsonReader
-
- isUseCatalog() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- isUseColumnLabel() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- isUseInferredType() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
Indicates if the most frequently inferred type should be used as the field type instead of the best fit of the actual types (defaults to true).
- isUseSheetColumnCount() - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- isUseSheetColumnCount() - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- isUseStrongListenerReference() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Indicates if the event bus uses strong references (default) or
soft references for holding listeners added to the bus.
- isUseTemplateObjectWrapper() - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- isUseTimestampInstant() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates if Instant
s should be used to store datetime values.
- isUseTimestampInstant() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates if Instant
s should be used to store datetime values.
- isUTC() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates if datetime values are adjusted to UTC.
- isUTC() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates if datetime values are adjusted to UTC.
- isUuid() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- isValid() - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationResult
-
- isValidateQuery() - Method in class com.northconcepts.datapipeline.jira.JiraSearch
-
- isValueNode() - Method in class com.northconcepts.datapipeline.core.Node
-
Returns true
if this node is a ValueNode (Record, ArrayValue, or SingleValue).
- isValueNode() - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- isValueNotSet() - Method in class com.northconcepts.datapipeline.core.Field
-
- isValueSet() - Method in class com.northconcepts.datapipeline.core.Field
-
- isWritable() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- isWriteFieldsAsAttributes() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- isWriteFieldsAsAttributes() - Method in class com.northconcepts.datapipeline.xml.XmlRecordWriter
-
- isWriteToFile() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- isWriteToFile() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSpringDataJpaClasses
-
- isWriteToFile() - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- isWriteUuidAsString() - Method in class com.northconcepts.datapipeline.avro.AvroWriter
-
Indicates whether UUID values are written as strings or bytes.
- isWriteUuidAsString() - Method in class com.northconcepts.datapipeline.avro.pipeline.output.AvroPipelineOutput
-
Indicates whether UUID values are written as strings or bytes.
- isWriteUuidAsString() - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates whether UUID values are written as strings or bytes.
- isWriteUuidAsString() - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates whether UUID values are written as strings or bytes.
- isWriteXmlDeclaration() - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- isWriteXmlDeclaration() - Method in class com.northconcepts.datapipeline.xml.XmlRecordWriter
-
- iterator() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- iterator() - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- iterator() - Method in class com.northconcepts.datapipeline.core.FieldList
-
Returns an iterator over the fields in this list.
- iterator() - Method in class com.northconcepts.datapipeline.core.Record
-
Returns an iterator over the fields in this record.
- iterator() - Method in class com.northconcepts.datapipeline.core.RecordList
-
Returns an iterator over the records in this list.
- iterator() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- ITwitterConverter - Interface in com.northconcepts.datapipeline.twitter
-
- IUpsert - Interface in com.northconcepts.datapipeline.jdbc.upsert
-
The strategy used to upsert records to a database.
- save(OutputStream) - Method in class com.northconcepts.datapipeline.excel.ExcelDocument
-
- save(File) - Method in class com.northconcepts.datapipeline.excel.ExcelDocument
-
- saveAncestorAttributeFieldValues(XmlNode) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- saveAncestorNodeFieldValues(XmlNode) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- saveFieldValues(XmlNode) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- saveWorkbook(File) - Method in class com.northconcepts.datapipeline.excel.PoiSxssfProvider
-
- saveWorkbook(OutputStream) - Method in class com.northconcepts.datapipeline.excel.PoiSxssfProvider
-
- scaleTooLarge(String, int, int, Object) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- scheduled(Scheduler) - Static method in class com.northconcepts.datapipeline.buffer.BufferStrategy
-
Closes buffers on a set clock schedule.
- scheduled(String, Scheduler) - Static method in class com.northconcepts.datapipeline.buffer.BufferStrategy
-
Closes buffers on a set clock schedule for the specified datetime field.
- scheduled(Scheduler) - Static method in class com.northconcepts.datapipeline.group.CloseWindowStrategy
-
Closes windows on a set clock schedule.
- scheduled(String, Scheduler) - Static method in class com.northconcepts.datapipeline.group.CloseWindowStrategy
-
Closes windows on a set clock schedule for the specified datetime field.
- Scheduler - Interface in com.northconcepts.datapipeline.schedule
-
Determines the next scheduled event time from a given point in time.
- SchedulerSequenceStrategy(Scheduler) - Constructor for class com.northconcepts.datapipeline.core.SequenceWriter.SchedulerSequenceStrategy
-
- SchemaDef - Class in com.northconcepts.datapipeline.foundations.schema
-
The metadata model containing a set of related entities.
- SchemaDef() - Constructor for class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- SchemaDef(String) - Constructor for class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- SchemaDefDiff - Class in com.northconcepts.datapipeline.foundations.schema.diff
-
- SchemaDefDiff() - Constructor for class com.northconcepts.datapipeline.foundations.schema.diff.SchemaDefDiff
-
- SchemaDefDiff(DiffType, String, SchemaDef, SchemaDef) - Constructor for class com.northconcepts.datapipeline.foundations.schema.diff.SchemaDefDiff
-
- SchemaFilter - Class in com.northconcepts.datapipeline.foundations.schema
-
A filter that matches a record against an entity definition.
- SchemaFilter(EntityDef) - Constructor for class com.northconcepts.datapipeline.foundations.schema.SchemaFilter
-
- SchemaMessages - Class in com.northconcepts.datapipeline.foundations.i18n
-
- SchemaMessages() - Constructor for class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- schemaMismatch(String, String, String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.FoundationMessages
-
- SchemaObject - Class in com.northconcepts.datapipeline.foundations.schema
-
- SchemaObject() - Constructor for class com.northconcepts.datapipeline.foundations.schema.SchemaObject
-
- SchemaPart - Class in com.northconcepts.datapipeline.foundations.schema
-
- SchemaPart() - Constructor for class com.northconcepts.datapipeline.foundations.schema.SchemaPart
-
- SchemaPartType - Enum in com.northconcepts.datapipeline.foundations.schema
-
- SchemaProblem - Class in com.northconcepts.datapipeline.foundations.schema
-
- SchemaProblem() - Constructor for class com.northconcepts.datapipeline.foundations.schema.SchemaProblem
-
- SchemaProblem(SchemaPart, String, Object...) - Constructor for class com.northconcepts.datapipeline.foundations.schema.SchemaProblem
-
- SchemaProblem.Severity - Enum in com.northconcepts.datapipeline.foundations.schema
-
- SchemaProblemsSupplier - Interface in com.northconcepts.datapipeline.foundations.schema
-
- SchemaTransformer - Class in com.northconcepts.datapipeline.foundations.schema
-
Converts and validates records using the specified entity schema.
- SchemaTransformer(EntityDef) - Constructor for class com.northconcepts.datapipeline.foundations.schema.SchemaTransformer
-
- SchemaUtil - Class in com.northconcepts.datapipeline.foundations.internal
-
- SchemaUtil() - Constructor for class com.northconcepts.datapipeline.foundations.internal.SchemaUtil
-
- SchemaValidationPath - Class in com.northconcepts.datapipeline.foundations.schema
-
- SchemaValidator - Class in com.northconcepts.datapipeline.foundations.schema
-
- SchemaValidator() - Constructor for class com.northconcepts.datapipeline.foundations.schema.SchemaValidator
-
- search() - Method in class com.northconcepts.datapipeline.twitter2.AbstractTwitterReader
-
- search() - Method in class com.northconcepts.datapipeline.twitter2.TwitterFilterStreamReader
-
- search() - Method in class com.northconcepts.datapipeline.twitter2.TwitterFollowerReader
-
- search() - Method in class com.northconcepts.datapipeline.twitter2.TwitterFollowingReader
-
- search() - Method in class com.northconcepts.datapipeline.twitter2.TwitterSearchReader
-
- search() - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineReader
-
- searchImpl() - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineMentionsReader
-
- searchImpl() - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineReader
-
- searchImpl() - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineTweetsReader
-
- searchIssue(JiraSearch) - Method in class com.northconcepts.datapipeline.jira.client.JiraService
-
- searchIssuesById(String...) - Method in class com.northconcepts.datapipeline.jira.JiraSearch
-
- searchUser(String) - Method in class com.northconcepts.datapipeline.twitter2.TwitterV2Client
-
Returns the unique identifier of the provided Twitter handle.
- SECOND - Static variable in class com.northconcepts.datapipeline.schedule.HourlyScheduler
-
- secondsToDate() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- secondsToDateTime() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- seek(long) - Method in class com.northconcepts.datapipeline.parquet.RandomAccessSeekableInputStream
-
- Select - Class in com.northconcepts.datapipeline.jdbc.sql.select
-
- Select(String...) - Constructor for class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- Select(List<String>) - Constructor for class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- Select(QuerySource...) - Constructor for class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- select(String...) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- SelectArrangeFieldsAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.transform
-
- SelectArrangeFieldsAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.transform.SelectArrangeFieldsAction
-
- selectFields(FieldList) - Method in class com.northconcepts.datapipeline.core.Record
-
- selectFields(FieldList, boolean) - Method in class com.northconcepts.datapipeline.core.Record
-
- SelectFields - Class in com.northconcepts.datapipeline.transform
-
Select and arrange fields according to the supplied field names -- like an SQL SELECT statement.
- SelectFields(Collection<String>) - Constructor for class com.northconcepts.datapipeline.transform.SelectFields
-
- SelectFields(String...) - Constructor for class com.northconcepts.datapipeline.transform.SelectFields
-
- SENT_MAIL - Static variable in interface com.northconcepts.datapipeline.email.GmailFolders
-
- SequenceReader - Class in com.northconcepts.datapipeline.core
-
Combines one or more DataReaders into a single stream by reading from each until empty then moving to the next.
- SequenceReader(DataReader...) - Constructor for class com.northconcepts.datapipeline.core.SequenceReader
-
- SequenceWriter - Class in com.northconcepts.datapipeline.core
-
Writes to sequence of data writers created by a factory in turn and rolled based on a ISequenceStrategy policy.
- SequenceWriter(SequenceWriter.ISequenceStrategy, SequenceWriter.DataWriterFactory) - Constructor for class com.northconcepts.datapipeline.core.SequenceWriter
-
- SequenceWriter.DataWriterFactory - Interface in com.northconcepts.datapipeline.core
-
- SequenceWriter.ElapsedTimeSequenceStrategy - Class in com.northconcepts.datapipeline.core
-
- SequenceWriter.ISequenceStrategy - Interface in com.northconcepts.datapipeline.core
-
- SequenceWriter.OrSequenceStrategy - Class in com.northconcepts.datapipeline.core
-
- SequenceWriter.RecordCountSequenceStrategy - Class in com.northconcepts.datapipeline.core
-
- SequenceWriter.SchedulerSequenceStrategy - Class in com.northconcepts.datapipeline.core
-
- SequenceWriter.Sequence - Class in com.northconcepts.datapipeline.core
-
- serialize(Record, JsonGenerator, SerializerProvider) - Method in class com.northconcepts.datapipeline.json.RecordJsonSerializer
-
- serialize(String, Record) - Method in class com.northconcepts.datapipeline.kafka.RecordSerializer
-
- SERIALIZED_CLASS_NAME - Static variable in interface com.northconcepts.datapipeline.core.RecordSerializable
-
- serializer - Variable in class com.northconcepts.datapipeline.security.EncryptingReader
-
- service - Variable in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- session - Variable in class com.northconcepts.datapipeline.core.Node
-
- Session - Interface in com.northconcepts.datapipeline.core
-
Session is the base type for objects that can contain temporary, non-persistent data in Data Pipeline.
- Session.SessionImpl - Class in com.northconcepts.datapipeline.core
-
- SessionImpl() - Constructor for class com.northconcepts.datapipeline.core.Session.SessionImpl
-
- set(int, Object) - Method in class com.northconcepts.datapipeline.core.CompositeValue
-
- set(int, Record) - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- set(String, Map<?, ?>) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Maps a java.util.Map to the specified key, overwriting any previous association.
- set(String, Collection<?>) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Maps a collection to the specified key, overwriting any previous association.
- set(String, Object) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Maps a value to the specified key, overwriting any previous association.
- set(String, char) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Maps a character value to the specified key, overwriting any previous association.
- set(String, int) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Maps an int
value to the specified key, overwriting any previous association.
- set(String, long) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Maps a long
value to the specified key, overwriting any previous association.
- set(String, double) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Maps a double
value to the specified key, overwriting any previous association.
- set(String, boolean) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Maps a boolean
value to the specified key, overwriting any previous association.
- set(String, Class<?>) - Method in class com.northconcepts.datapipeline.core.FieldDeclarations
-
- set(int, Record) - Method in class com.northconcepts.datapipeline.core.RecordList
-
Replaces the record at the specified position in this list with a new record.
- set(String, Object) - Method in class com.northconcepts.datapipeline.jdbc.sql.conflict.OnConflict
-
- set(String) - Method in class com.northconcepts.datapipeline.jdbc.sql.conflict.OnConflict
-
- set(String, Object) - Method in class com.northconcepts.datapipeline.jdbc.sql.update.Update
-
- set(String) - Method in class com.northconcepts.datapipeline.jdbc.sql.update.Update
-
- setAbsolutePaths(boolean) - Method in class com.northconcepts.datapipeline.file.FileSystemInfoReader
-
- setAcknowledgeMode(JmsAcknowledgeMode) - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
- setAction(int, PipelineAction) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.CompositePipelineAction
-
- setAction(int, PipelineAction) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setActions(List<PipelineAction>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.CompositePipelineAction
-
- setActions(List<PipelineAction>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setAdditionalProperty(String, Object) - Method in class com.northconcepts.datapipeline.mailchimp.list.Link
-
- setAdditionalProperty(String, Object) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setAdditionalProperty(String, Object) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMembers
-
- setAdditionalProperty(String, Object) - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- setAdditionalProperty(String, Object) - Method in class com.northconcepts.datapipeline.mailchimp.list.Tag
-
- setAddMissingOptionalFields(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- setAddress1(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setAddress2(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setAddTextToParent(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- setAddTextToParent(boolean) - Method in class com.northconcepts.datapipeline.json.JsonReader
-
- setAddTextToParent(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
Indicates if each child node's text should be concatenated to its parent during parsing (defaults to false).
- setAddTextToParent(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
Indicates if each child node's text should be concatenated to its parent during parsing (defaults to false).
- setAddUserToRecord(boolean) - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowWriter
-
- setAddUserToRecord(boolean) - Method in class com.northconcepts.datapipeline.twitter.TwitterUnfollowWriter
-
- setAlign(FixedWidthAlign) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthField
-
- setAlive() - Method in class com.northconcepts.datapipeline.core.Record
-
- setAll(boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Union
-
- setAllowBlank(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setAllowDuplicateFieldNames(boolean) - Method in class com.northconcepts.datapipeline.transform.RenameField
-
- setAllowedValues(ValueMatch<?>) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setAllowedValues(ValueMatch<?>) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setAllowedValues(ValueMatch<?>) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setAllowedValues(ValueMatch<?>) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setAllowedValues(ValueMatch<?>) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setAllowedValues(ValueMatch<?>) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setAllowedValues(ValueMatch<?>) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setAllowedValues(ValueMatch<?>) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setAllowExtraFieldsInMapping(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- setAllowExtraFieldsInValidation(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- setAllowMultiLineText(boolean) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Indicates if line separators are allowed inside quoted fields.
- setAllowMultiLineText(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setAllowNoConditions(boolean) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableRule
-
- setAllowNoOutcomes(boolean) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableRule
-
- setAllowNoResults(boolean) - Method in class com.northconcepts.datapipeline.transform.lookup.LookupTransformer
-
Indicates if no exception should be thrown if no results are found (default false, exceptions are thrown).
- setAllowQuoteInField(boolean) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Indicates if unescaped quotes are allowed in fields (default to false).
- setAllowQuoteInField(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setAlwaysIncludeEmail(boolean) - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- setAlwaysShowFooter(boolean) - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
Indicates if the footer should be written, even if no records were written (defaults to true).
- setAlwaysShowHeader(boolean) - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
Indicates if the header should be written, even if no records are written (defaults to true).
- setAmazonS3FileSystem(AmazonS3FileSystem) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- setAmazonS3FileSystem(AmazonS3FileSystem) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSink
-
- setAmazonS3FileSystem(AmazonS3FileSystem) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSource
-
- setApiLimitPolicy(IApiLimitPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterPageableReader
-
- setApiLimitPolicy(IApiLimitPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- setApiLimitPolicy(IApiLimitPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- setApiLimitPolicy(IApiLimitPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterSearchReader
-
- setApiLimitPolicy(IApiLimitPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterWriter
-
- setAppend(boolean) - Method in class com.northconcepts.datapipeline.foundations.file.LocalFileSink
-
- setApplicationName(String) - Method in class com.northconcepts.datapipeline.google.GoogleApiReader
-
- setArray(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setArray(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setArray(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setArray(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setArray(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setArray(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setArray(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setArray(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setArray(ArrayValue) - Method in class com.northconcepts.datapipeline.template.ArrayTemplateModel
-
- setAscending(boolean) - Method in class com.northconcepts.datapipeline.core.FieldComparator
-
- setAscending(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcFieldIndex
-
- setAscending(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- setAscending(boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrderPart
-
- setAsymmetricAlgorithm(String) - Method in class com.northconcepts.datapipeline.security.AsymmetricDecryptingReader
-
- setAsymmetricAlgorithm(String) - Method in class com.northconcepts.datapipeline.security.AsymmetricEncryptingReader
-
- setAsymmetricKey(PrivateKey) - Method in class com.northconcepts.datapipeline.security.AsymmetricDecryptingReader
-
- setAsymmetricKey(PublicKey) - Method in class com.northconcepts.datapipeline.security.AsymmetricEncryptingReader
-
- setAttribute(Element, String, Object) - Static method in interface com.northconcepts.datapipeline.core.XmlSerializable
-
- setAttributes(Attributes) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setAttributes(Attributes) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setAttributes(Attributes) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- setAttributes(Attributes) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- setAttributes(Attributes) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setAttributes(Attributes) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setAttributes(Attributes) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setAttributes(Attributes) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- setAttributes(Attributes) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setAttributes(Attributes) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setAttributes(Attributes) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setAutoCloseConnection(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- setAutoCloseConnection(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- setAutoCloseConnection(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
Indicates if the database connection in this endpoint should be closed when the endpoint is closed.
- setAutoCloseConnection(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- setAutoCloseConnection(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
Indicates if the database connection in this endpoint should be closed when the endpoint is closed.
- setAutoCloseConnection(boolean) - Method in class com.northconcepts.datapipeline.mongodb.MongoReader
-
Indicates if the MongoDB client should be closed when this reader closes (defaults to false).
- setAutoCloseConnection(boolean) - Method in class com.northconcepts.datapipeline.mongodb.MongoWriter
-
Indicates if the MongoDB client should be closed when this writer closes (defaults to false).
- setAutoCloseConnection(boolean) - Method in class com.northconcepts.datapipeline.transform.lookup.JdbcLookup
-
- setAutoCloseDocument(boolean) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
Indicates if the ExcelDocument should be closed when this endpoint is closed.
- setAutoCloseDocument(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setAutoCloseLogWriter(boolean) - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
- setAutoCloseLogWriter(boolean) - Method in class com.northconcepts.datapipeline.job.Job
-
- setAutoCloseReader(boolean) - Method in class com.northconcepts.datapipeline.file.FileReader
-
Indicates if the underlying input stream should be closed when this stream closes (defaults to true).
- setAutoCloseReader(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonPipelineInput
-
- setAutoCloseReader(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- setAutoCloseReader(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- setAutoCloseReader(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- setAutoCloseReader(boolean) - Method in class com.northconcepts.datapipeline.json.JsonReader
-
- setAutoCloseReader(boolean) - Method in class com.northconcepts.datapipeline.json.JsonRecordReader
-
- setAutoCloseReader(boolean) - Method in class com.northconcepts.datapipeline.json.SimpleJsonReader
-
- setAutoCloseReader(boolean) - Method in class com.northconcepts.datapipeline.xml.SimpleXmlReader
-
- setAutoCloseReader(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- setAutoCloseReader(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.core.TextStreamWriter
-
Indicates if the underlying java.io.BufferedWriter should be closed when this stream closes (defaults to true).
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.core.TextWriter
-
Indicates if the underlying java.io.BufferedWriter should be closed when this stream closes (defaults to true).
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.file.FileReader
-
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.file.FileWriter
-
Indicates if the underlying output stream should be closed when this stream closes (defaults to true).
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthWriter
-
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.json.JsonLinesWriter
-
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.json.JsonWriter
-
- setAutoCloseWriter(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlWriter
-
- setAutoFilterColumns(boolean) - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
Indicates if a row containing a drop-down filter with values from each column should be added above the data rows.
- setAutoFilterColumns(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- setAutofitColumns(boolean) - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
Indicates if the columns should be expanded to fit the widest value.
- setAutofitColumns(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- setAutoIncrement(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setAutoIncrement(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setAutoIncrement(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setAutoMapping(boolean) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
Indicates if incoming source fields should be mapped automatically without the need for explicit
FieldMapping
s (default
false
).
- setBasicAWSCredentials(String, String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- setBasicAWSCredentials(String, String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSink
-
- setBasicAWSCredentials(String, String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSource
-
- setBasicAWSCredentials(String, String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
- SetBatchSequenceNumberField - Class in com.northconcepts.datapipeline.transform
-
Adds a sequence (auto increment) field that is incremented with the step value when the value(s) in the specified
watch fields differs from the previous record.
- SetBatchSequenceNumberField(String, long, long, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetBatchSequenceNumberField
-
- SetBatchSequenceNumberField(String, double, double, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetBatchSequenceNumberField
-
- SetBatchSequenceNumberField(String, BigDecimal, BigDecimal, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetBatchSequenceNumberField
-
- SetBatchSequenceNumberField(String, BigInteger, BigInteger, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetBatchSequenceNumberField
-
- SetBatchSequenceNumberField(String, long, long, boolean, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetBatchSequenceNumberField
-
- SetBatchSequenceNumberField(String, double, double, boolean, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetBatchSequenceNumberField
-
- SetBatchSequenceNumberField(String, BigDecimal, BigDecimal, boolean, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetBatchSequenceNumberField
-
- SetBatchSequenceNumberField(String, BigInteger, BigInteger, boolean, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetBatchSequenceNumberField
-
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.google.contacts.GoogleContactsReader
-
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.google.gmail.GmailMessageReader
-
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
Sets the number of records to chunk together in batch updates.
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
Sets the number of records to chunk together in batch updates.
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
Sets the number of records to chunk together in batch updates.
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
Sets the number of records to chunk together in batch updates.
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.jira.JiraReader
-
Indicates the number of items to retrieve per batch.
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.mongodb.MongoWriter
-
Sets the number of records to chunk together in batch updates.
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.orc.OrcDataReader
-
Indicates the maximum number of records to buffer when reading ORC data (default 1024).
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates the maximum number of records to buffer when writing ORC data (default 1024).
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates the maximum number of records to buffer when writing ORC data (default 1024).
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.sql.mysql.MySqlInsertWriter
-
Sets the number of records to chunk together in batch inserts.
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.sql.mysql.MySqlUpsertWriter
-
Sets the number of records to chunk together in batch upserts.
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlInsertWriter
-
Sets the number of records to chunk together in batch inserts.
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlUpsertWriter
-
Sets the number of records to chunk together in batch upserts.
- setBatchSize(int) - Method in class com.northconcepts.datapipeline.twitter.TwitterUserLookupReader
-
- setBefore(Date) - Method in class com.northconcepts.datapipeline.trello.TrelloApiReader
-
- setBigDecimalPrecision(int) - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Sets default precision value for BigDecimal type of values.
- setBigDecimalPrecision(int) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Sets default precision value for BigDecimal type of values.
- setBigDecimalScale(int) - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates the scale used when writing BigDecimal values (default 10).
- setBigDecimalScale(int) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates the scale used when writing BigDecimal values (default 10).
- setBigNumberDescriptor(NumberDescriptor) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
Set NumberDescriptor with necessary details for BigInteger & BigDecimal numbers only.
- setBlankCount(long) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setBucketName(String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- setBucketName(String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSink
-
- setBucketName(String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSource
-
- setBufferStrategy(BufferStrategy) - Method in class com.northconcepts.datapipeline.buffer.BufferedReader
-
- setByteCount(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setCacheFieldIndexes(boolean) - Method in class com.northconcepts.datapipeline.core.SortingReader
-
- setCacheFolder(String) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
- setCacheFolder(String) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
- SetCalculatedField - Class in com.northconcepts.datapipeline.transform
-
See
FieldPath
for supported field name expressions.
- SetCalculatedField(String, String, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetCalculatedField
-
- SetCalculatedField(String, String, FieldDeclarations, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetCalculatedField
-
- SetCalculatedField(String, String) - Constructor for class com.northconcepts.datapipeline.transform.SetCalculatedField
-
- SetCalculatedField(String, String, FieldDeclarations) - Constructor for class com.northconcepts.datapipeline.transform.SetCalculatedField
-
- setCalendarId(String) - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- setCallback(JobCallback<DataReader, DataWriter>) - Method in class com.northconcepts.datapipeline.job.Job
-
- setCaptureElapsedTime(boolean) - Static method in class com.northconcepts.datapipeline.core.Endpoint
-
Indicates if all endpoints (readers and writers) should record their processing time.
- setCardFilter(CardFilter) - Method in class com.northconcepts.datapipeline.trello.TrelloBoardCardsReader
-
- setCardFilter(CardFilter) - Method in class com.northconcepts.datapipeline.trello.TrelloBoardListsReader
-
- setCardinality(long) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- setCardinality(JdbcQuery.Cardinality) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- setCardinality(RelationshipCardinality) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- setCascade(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.DropTable
-
- setCascade(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTable
-
- setCascade(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
- setCascadeFieldValue(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- setCascadeResetLocationPath(LocationPath) - Method in class com.northconcepts.datapipeline.xml.XmlField
-
- setCascadeValues(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlField
-
- setCaseSensitive(boolean) - Method in class com.northconcepts.datapipeline.filter.rule.Contains
-
- setCatalog(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- setCatalogName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setCatalogName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcSchema
-
- setCatalogName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- setCharset(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setCharset(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- setCharset(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setCharset(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- setCharset(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- setCharset(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- setCheckConstraint(String, String) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setCheckConstraint(String, String) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
Appends a check constraint to the column definition.
- setCheckConstraintCondition(String) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setCheckConstraintCondition(String) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- setCheckConstraintName(String) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setCheckConstraintName(String) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- setCheckIfConstraintExists(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
Indicates if IF EXISTS
clause should be added to the ALTER TABLE...DROP CONSTRAINT
statement before the constraint name (default true).
- setCheckIfDropTableExists(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
Indicates if IF EXISTS
clause should be included in the DROP TABLE
statement (default is true).
- setCheckIfDropTableExists(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Indicates if IF EXISTS
clause should be included in the DROP TABLE
statement (default is true).
- setCheckIfExists(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.DropTable
-
- setCheckIfExists(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTable
-
Indicates if IF EXISTS
clause should be included in the DROP TABLE
statement (default true).
- setCheckIfForeignTableExists(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
Indicates if IF EXISTS
clause should be included in the ALTER TABLE...ADD CONSTRAINT
statement (default true).
- setCheckIfForeignTableExists(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Indicates if IF EXISTS
clause should be included in the ALTER TABLE
statement (default is true).
- setCheckIfIndexNotExists(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Indicates if IF NOT EXISTS
clause should be included in the CREATE INDEX
statement (default is true).
- setCheckIfNotExists(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTable
-
Indicates if IF NOT EXISTS
clause should be included in the CREATE TABLE
statement (default true).
- setCheckIfNotExists(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
Indicates if IF NOT EXISTS
clause should be included in the CREATE INDEX
statement (default true).
- setCheckIfNotExists(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTable
-
Indicates if IF NOT EXISTS
clause should be included in the CREATE TABLE
statement (default true).
- setCheckIfTableExists(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
Indicates if the IF EXISTS
clause should be added to the ALTER TABLE
statement before the table name (default true).
- setCheckIfTableNotExists(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
Indicates if IF NOT EXISTS
clause should be included in the CREATE TABLE
statement (default is true).
- setCheckIfTableNotExists(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Indicates if IF NOT EXISTS
clause should be included in the CREATE TABLE
statement (default is true).
- setCity(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setClassName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setClassName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setClient(AmazonS3) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
- setClientId(String) - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
- setCloseStream(boolean) - Method in class com.northconcepts.datapipeline.core.StreamWriter
-
Specifies if the stream should be closed when this writer is closed (default is false).
- setCloseWindowStrategy(CloseWindowStrategy) - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- setCloseWriterOnClose(boolean) - Method in class com.northconcepts.datapipeline.core.DebugReader
-
- setCloseWriterOnClose(boolean) - Method in class com.northconcepts.datapipeline.core.DebugWriter
-
- setCollator(Collator) - Method in class com.northconcepts.datapipeline.core.FieldComparator
-
- setCollectionId(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setCollectUniqueValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if unique values in the dataset should be collected (default false
).
- setColumnName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcFieldIndex
-
- setColumnName(String) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setColumnName(String) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- setColumnNames(List<String>) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- setColumnNames(String...) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- setColumnNames(List<String>) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- setColumnNames(String...) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- setColumns(Collection<JdbcQueryColumn>) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- setColumns(FieldList) - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
Indicates the columns to read from ORC file.
- setColumns(FieldList) - Method in class com.northconcepts.datapipeline.orc.OrcDataReader
-
Indicates the columns to read from ORC file.
- setColumns(List<CreateTableColumn>) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTable
-
- setColumns(List<CreateTableColumn>) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTable
-
- setColumnStatsLoaded(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- setColumnStatsReaderThreads(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
The number of threads to use to process column stats (default 2).
- setColumnStatsReaderThreads(int) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
Indicates how many threads should be used to read and analyze the data in each column (defaults to 2).
- setColumnStatsReaderThreads(int) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
- setCommitBatch(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- setCommitBatch(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
Indicates if this writer should call commit on each connection after every batch is sent,
otherwise, commit is called after the final batch update (default is false).
- setCommitBatch(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
Indicates if this writer should call commit on each connection after every batch is sent,
otherwise, commit is called after the final batch update (default is false).
- setCommitBatch(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
Indicates if this reader should call commit on the connection after every batch is sent,
otherwise commit is called after the final batch update.
- setCommitBatch(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
Indicates if this writer should call commit on the connection after every batch is sent,
otherwise, commit is called after the final batch update (default is false).
- setCompany(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setCompressionCodecName(CompressionCodecName) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Indicates the compression used for writing (default UNCOMPRESSED).
- setCompressionCodecName(CompressionCodecName) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Indicates the compression used for writing (default UNCOMPRESSED).
- setCompressionKind(CompressionKind) - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates the compression used for writing (default NONE).
- setCompressionKind(CompressionKind) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates the compression used for writing (default NONE).
- setCondition(LogicalExpression) - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- setCondition(LogicalExpression) - Method in class com.northconcepts.datapipeline.foundations.datamapping.FieldMapping
-
- setCondition(LogicalExpression) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeNode
-
- setCondition(String) - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.Merge
-
- setCondition(Filter) - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
Sets the condition under which this transformation applies or null
if it should always be applied.
- setCondition(String) - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
Sets the condition under which this transformation applies or null
if it should always be applied.
- setCondition(Filter) - Method in class com.northconcepts.datapipeline.transform.TransformingWriter
-
Sets the condition under which this transformation applies or null
if it should always be applied.
- setConfig(Configuration) - Method in class com.northconcepts.datapipeline.orc.OrcDataReader
-
Sets the Orc configuration parameters.
- setConfig(Configuration) - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Sets the Orc configuration parameters.
- setConfiguration(Map<String, String>) - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
Sets the Parquet configuration parameters.
- setConfiguration(String, String) - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- setConfiguration(Map<String, String>) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Sets the Parquet configuration parameters.
- setConfiguration(String, String) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
- setConfiguration(Configuration) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
Sets the Parquet configuration parameters.
- setConfiguration(Configuration) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Sets the Parquet configuration parameters.
- setConflictAction(PostgreSqlUpsert.ConflictAction) - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
Indicates the action to perform on conflict (default ConflictAction.UPDATE).
- setConflictAction(ConflictAction) - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlUpsertWriter
-
Indicates the action to perform on conflict (default ConflictAction.UPDATE).
- setConflictAction(ConflictAction) - Method in class com.northconcepts.datapipeline.sql.postgresql.Upsert
-
- setConnection(JdbcConnection) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- setConnection(JdbcConnection) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- setConnectionFactory(JdbcConnectionFactory) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- setConstraintName(String) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- setConstraintName(String) - Method in class com.northconcepts.datapipeline.sql.mysql.DropTableConstraint
-
- setConstraintName(String) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- setConstraintName(String) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
- setContent(List<T>) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcResultPage
-
- setContinueOnException(boolean) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- setConverter(ITwitterConverter) - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- setConverter(ITwitterConverter) - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- setConverter(ITwitterConverter) - Method in class com.northconcepts.datapipeline.twitter.TwitterWriter
-
- setCost(Double) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItem
-
- setCountry(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setCountryCode(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- setCountryCode(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setCreatedAtMax(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- setCreatedAtMax(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyEventCriteria
-
- setCreatedAtMax(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setCreatedAtMax(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setCreatedAtMin(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- setCreatedAtMin(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyEventCriteria
-
- setCreatedAtMin(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setCreatedAtMin(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setCreateWindowStrategy(CreateWindowStrategy) - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- setCredentials(AWSCredentials) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- setCredentials(AWSCredentials) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSink
-
- setCredentials(AWSCredentials) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSource
-
- setCredentials(AWSCredentials) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
- setCredentialsProvider(AWSCredentialsProvider) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- setCredentialsProvider(AWSCredentialsProvider) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSink
-
- setCredentialsProvider(AWSCredentialsProvider) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSource
-
- setCredentialsProvider(AWSCredentialsProvider) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
- setCurrency(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setCurrent(Messages) - Static method in class com.northconcepts.datapipeline.core.Messages
-
- setCustomerCriteria(ShopifyCustomerCriteria) - Method in class com.northconcepts.datapipeline.shopify.ShopifyCustomerReader
-
- setData(BloombergMessageData) - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessage
-
- setDatabaseColumnCatalogName(String) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The catalog name of a column returned from the database for this field.
- setDatabaseColumnClassName(String) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The class name of a column returned from the database for this field.
- setDatabaseColumnDisplaySize(int) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column display size returned from the database for this field.
- setDatabaseColumnFieldType(FieldType) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
- setDatabaseColumnJavaType(Class<?>) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The Java type mapped from java.sql.Types
.
- setDatabaseColumnName(String) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column name returned from the database for this field.
- setDatabaseColumnNullable(boolean) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column isNullable value returned from the database for this field.
- setDatabaseColumnPrecision(int) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column precision returned from the database for this field.
- setDatabaseColumnScale(int) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column scale returned from the database for this field.
- setDatabaseColumnSchemaName(String) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The schema name of a column returned from the database for this field.
- setDatabaseColumnSigned(boolean) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column isSigned value returned from the database for this field.
- setDatabaseColumnSqlType(int) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column type returned from the database for this field.
- setDatabaseColumnTableName(String) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The table name of a column returned from the database for this field.
- setDatabaseColumnTypeName(String) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The column type name returned from the database for this field.
- setDatabaseQuery(String) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The SQL statement used to query the database.
- setDatabaseQuery(String) - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
The SQL statement used to query the database.
- setDatabaseTypeName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setDatabaseTypeName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setDatabaseUrl(String) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The JDBC connection URL.
- setDatabaseUrl(String) - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
The JDBC connection URL.
- setDataConnectionMode(DataConnectionMode) - Method in class com.northconcepts.datapipeline.filesystem.ftp.FtpFileSystem
-
- setDataMapping(DataMapping) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.datamapping.DataMappingAction
-
- setDataMapping(DataMapping) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setDataMappingPart(DataMappingPart) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingProblem
-
- setDataMappingResult(Record, DataMappingResult) - Static method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- setDateTimePatternDetector(DateTimePatternDetector) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.buffer.BufferedReader
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Indicates if the bus should emit debug log messages when events are published or delivered and during the shutdown process.
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonPipelineInput
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePatternDetector
-
Indicates if failing patterns should be logged (default false).
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- setDebug(boolean) - Method in interface com.northconcepts.datapipeline.jdbc.insert.IInsert
-
Set to true
to log generated SQL (default false).
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowPreparedStatementInsert
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.insert.PreparedStatementInsert
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
Indicates if the generated SQL should be logged (default false).
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
Indicates if the generated SQL should be logged (default false).
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
Indicates if the generated SQL should be logged (default false).
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
Indicates if the generated SQL should be logged (default false).
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
Set to true
to log generated SQL (default false).
- setDebug(boolean) - Method in interface com.northconcepts.datapipeline.jdbc.upsert.IUpsert
-
Set to true
to log generated SQL (default false).
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.upsert.MergeUpsert
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.upsert.MySqlUpsert
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.upsert.OracleUpsert
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
Set to true
to log generated SQL (default false).
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.jdbc.upsert.VariableFieldsUpsert
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.json.JsonReader
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.json.JsonRecordReader
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
Indicates if debugging is enabled to print log statements.
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
Indicates if debugging is enabled to print log statements.
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- setDebug(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
- setDecimalPlaces(int) - Method in class com.northconcepts.datapipeline.transform.format.Rounder
-
- setDecimals(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setDecisionTable(DecisionTable) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.decision.DecisionTableAction
-
- setDecisionTree(DecisionTree) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.decision.DecisionTreeAction
-
- setDeclaration(String) - Method in class com.northconcepts.datapipeline.xml.builder.XmlTemplate
-
- setDefaultAdjustedToUTC(boolean) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Indicates if all datetime fields should be marked as AdjustedToUTC.
- setDefaultAdjustedToUTC(boolean) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Indicates if all datetime fields should be marked as AdjustedToUTC.
- setDefaultAdjustToUTC(boolean) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
- setDefaultBigDecimalPrecision(int) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
Sets a default precision for
FieldType.BIG_DECIMAL
.
This value will be used if no precision is specified for
BIG_DECIMAL
fields (default 20).
- setDefaultBigDecimalPrecision(int) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Sets a default precision for
FieldType.BIG_DECIMAL
.
This value will be used if no precision is specified for
BIG_DECIMAL
fields (default 20).
- setDefaultBigDecimalScale(int) - Method in class com.northconcepts.datapipeline.avro.AvroWriter
-
Sets the default scale used when writing BigDecimal values (default 5).
- setDefaultBigDecimalScale(int) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Sets the default scale used when writing BigDecimal values (default 5).
- setDefaultBigDecimalScale(int) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Sets the default scale used when writing BigDecimal values (default 5).
- setDefaultBigDecimalScale(Integer) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
Sets a default scale for
FieldType.BIG_DECIMAL
(default 5).
This value will be used if no scale is specified for
BIG_DECIMAL
fields.
- setDefaultBigDecimalScale(Integer) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Sets a default scale for
FieldType.BIG_DECIMAL
(default 5).
This value will be used if no scale is specified for
BIG_DECIMAL
fields.
- setDefaultBigIntegerPrecision(int) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
Sets a default precision for
FieldType.BIG_INTEGER
(default 20).
This value will be used if no precision is specified for
BIG_INTEGER
fields.
- setDefaultBigIntegerPrecision(int) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Sets a default precision for
FieldType.BIG_INTEGER
(default 20).
This value will be used if no precision is specified for
BIG_INTEGER
fields.
- setDefaultBigNumberPrecision(int) - Method in class com.northconcepts.datapipeline.avro.AvroWriter
-
Sets the default precision used when writing BigDecimal & BigInteger values (default 25).
- setDefaultBigNumberPrecision(int) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Sets the default precision used when writing BigDecimal & BigInteger values (default 25).
- setDefaultBigNumberPrecision(int) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Sets the default precision used when writing BigDecimal & BigInteger values (default 25).
- setDefaultNode(DecisionTreeNode) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeNode
-
- setDefaultType(FieldType) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- setDefaultValue(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setDefaultValue(String) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setDefaultValue(String) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- setDefaultValueExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- setDefaultValueExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.datamapping.FieldMapping
-
- setDefaultValueExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setDefaultValueExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setDefaultValueExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
The calculated value to set in the data if the field is null or missing.
- setDefaultValueExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setDefaultValueExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setDefaultValueExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setDefaultValueExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setDefaultValueExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setDeferrability(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setDeleteDatabaseFileOnClose(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- setDeleteFilesOnClose(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- setDeleteRule(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.core.Endpoint
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthWriter
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTable
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableRule
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTree
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeNode
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.PipelineAction
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.jira.JiraIssue
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.json.JsonLinesWriter
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.json.JsonReader
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.json.JsonWriter
-
- setDescription(String) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- setDescriptionField(String) - Method in class com.northconcepts.datapipeline.trello.TrelloCardWriter
-
- setDetails(String) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingProblem
-
- setDetails(String) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaProblem
-
- setDetailTemplate(String) - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- setDetailTemplate(Template) - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- setDetectBigNumberValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if big decimals and big integers should be analyzed to determine their precision and scale (default true
).
- setDetectBooleanValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if boolean values should be looked for in strings and undefined types (default true
).
- setDetectNumericValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if numeric values should be looked for in strings and undefined types (default true
).
- setDetectTemporalValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if date/time patterns should be looked for in strings and undefined types (default true
).
- setDetectUuidValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if UUID values should be looked for in strings and undefined types (default true
).
- setDirection(EmailReadDirection) - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- setDirection(TwitterPageableReader.Direction) - Method in class com.northconcepts.datapipeline.twitter.TwitterPageableReader
-
- setDiscardReasonFieldName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setDiscardReasonFieldName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setDiscardReasonFieldName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setDiscardReasonFieldName(String) - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Specifies the field in the record to place the description of the exception that was thrown
by the failing read or null
if one should not be added.
- setDiscardReasonFieldName(String) - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Specifies the field in the record to place the description of the exception that was thrown
by the failing write or null
if one should not be added.
- setDiscardWriter(DataWriter) - Method in class com.northconcepts.datapipeline.avro.pipeline.output.AvroPipelineOutput
-
- setDiscardWriter(DataWriter) - Method in class com.northconcepts.datapipeline.core.RemoveDuplicatesReader
-
Assign a discard sink for duplicate records.
- setDiscardWriter(DataWriter) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setDiscardWriter(DataWriter) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setDiscardWriter(DataWriter) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setDiscardWriter(DataWriter) - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Assign a discard sink for failing records.
- setDiscardWriter(DataWriter) - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Assign a discard sink for failing records.
- setDiscardWriter(DataWriter) - Method in class com.northconcepts.datapipeline.twitter.TwitterUserLookupReader
-
Assign a discard sink for records where the lookup failed.
- setDisplayName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setDisplayName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setDisplayName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setDisplayName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setDisplayName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setDisplayName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setDisplayName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setDisplayName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setDistinct(boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QuerySelection
-
- setDoneFilter(Boolean) - Method in class com.northconcepts.datapipeline.jira.JiraEpicReader
-
Indicates which epics to return: true=done, false=not done, null=all (default is all).
- setDriverClassName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- setDropTable(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- setDropTable(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- setDstoff(Long) - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- setDuplicateFieldAction(Node.DuplicateNodeAction) - Method in class com.northconcepts.datapipeline.transform.lookup.LookupTransformer
-
- setDuplicateFieldPolicy(XmlReader.DuplicateFieldPolicy) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonPipelineInput
-
- setDuplicateFieldPolicy(XmlReader.DuplicateFieldPolicy) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- setDuplicateFieldPolicy(XmlReader.DuplicateFieldPolicy) - Method in class com.northconcepts.datapipeline.json.JsonReader
-
- setDuplicateFieldPolicy(XmlReader.DuplicateFieldPolicy) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- setEmailAddress(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setEmailClient(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setEmailType(EmailType) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setEmptyStringValuePolicy(CSVWriter.IValuePolicy) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Assigns the object responsible for writing empty string values (defaults to ValuePolicy.QUOTED_EMPTY_STRING).
- setEmptyStringValuePolicy(CSVWriter.ValuePolicy) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setEnabled(boolean) - Static method in class com.northconcepts.datapipeline.core.Messages
-
- setEncodedPassword(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- setEndDate(LocalDateTime) - Method in class com.northconcepts.datapipeline.twitter2.TwitterSearchReader
-
Indicates the newest UTC timestamp search criteria.
- setEndDate(LocalDateTime) - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineReader
-
Indicates the newest UTC timestamp search criteria.
- setEndingQuote(String) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Assigns the string used to mark the ending of text values that may contain commas and other special characters (defaults to double quote - ").
- setEndingQuote(String) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Assigns the string used to mark the ending of text values that may contain commas and other special characters (defaults to double quote - ").
- setEndingQuote(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setEndingQuote(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setEndpointConfiguration(EndpointConfiguration) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
- setEntities(List<EntityDef>) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- setEntity(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- setEntityDef(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setEntityDef(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setEntityDef(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setEntityDef(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- setEntityDef(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setEntityDef(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setEntityDef(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setEntityDef(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setEntityDef(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setEntityExpansionPolicy(IEntityExpansionPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- setEntityExpansionPolicy(IEntityExpansionPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- setEntityExpansionPolicy(IEntityExpansionPolicy) - Method in class com.northconcepts.datapipeline.twitter.TwitterWriter
-
- setEntityName(String) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
- setEntityNames(List<String>) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
Set entity names that should be included in the output DDL (all entities will be included by default).
- setEntityNames(String...) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
Set entity names that should be included in the output DDL (all entities will be included by default).
- setEntityNames(List<String>) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Set entity names that should be included in the output DDL (all entities will be included by default).
- setEntityNames(String...) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Set entity names that should be included in the output DDL (all entities will be included by default).
- setEntityRelationships(List<EntityRelationshipDef>) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- setEntitySuperClass(Class<?>) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- setEntitySuperClass(Class<?>) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSpringDataJpaClasses
-
- setEntitySuperClass(Class<?>) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- setErrors(List<ValidationMessage>) - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationResult
-
- setEscapePatterns(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterFieldMatchesPatternAction
-
- setEscapePatterns(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsMatchPatternAction
-
- setEvaluateExpressions(boolean) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- setEvaluateExpressions(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setEventCriteria(ShopifyEventCriteria) - Method in class com.northconcepts.datapipeline.shopify.ShopifyEventReader
-
- setEventFilter(EventFilter) - Method in class com.northconcepts.datapipeline.eventbus.EventBusReader
-
- setEventSource(Object) - Method in class com.northconcepts.datapipeline.eventbus.EventBusWriter
-
- setExample(String) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setExample(String) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setExample(String) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setExample(String) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setExample(String) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setExample(String) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setExample(String) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setExample(String) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setExampleValueExpression(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryParameter
-
- setException(DataException) - Method in class com.northconcepts.datapipeline.twitter2.AbstractTwitterReader
-
- setException(DataException) - Method in class com.northconcepts.datapipeline.twitter2.TwitterFilterStreamReader
-
- setExceptionOnFailure(boolean) - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
Sets the flag to stop processing if an exception is thrown (default) or false if they should be ignored.
- setExceptionOnFailure(boolean) - Method in class com.northconcepts.datapipeline.transform.TransformingWriter
-
Sets the flag to stop processing if an exception is thrown (default) or false if they should be ignored.
- setExceptionOnFailure(boolean) - Method in class com.northconcepts.datapipeline.validate.ValidatingReader
-
- setExcludeCatalogAnnotation(boolean) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- setExcludedWords(Set<String>) - Method in class com.northconcepts.datapipeline.transform.SplitWords
-
- setExcludeNulls(boolean) - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
Indicates if null
groups should be excluded from results (defaults to false).
- setExcludeNulls(boolean) - Method in class com.northconcepts.datapipeline.group.GroupOperation
-
- setExcludeSchemaAnnotation(boolean) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- setExpression(LogicalExpression) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableCondition
-
- setExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableOutcome
-
- setExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeOutcome
-
- setExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.expression.CalculatedField
-
- setExpression(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterMatchExpression
-
- setExpression(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateMatchExpression
-
- setExpressionAsString(String) - Method in exception com.northconcepts.datapipeline.expression.ParseException
-
- setFactory(DataReaderFactory) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.DataReaderPipelineInput
-
- setFactory(DataWriterFactory) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.DataWriterPipelineOutput
-
- setFailedCondition(LogicalExpression) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- setFailOnException(boolean) - Method in class com.northconcepts.datapipeline.core.AsyncMultiReader
-
- setFailOnLimitationNotice(boolean) - Method in class com.northconcepts.datapipeline.twitter.TwitterFilterStreamReader
-
- setFetchSize(Integer) - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
The fetch size to set on the
Statement
using
Statement.setFetchSize(int)
or
null
if the connection's default should be used (default
null
).
- setField(String, Object) - Method in class com.northconcepts.datapipeline.core.Record
-
- setField(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- setField(FieldDef) - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- setField(String) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrderPart
-
- setField(String, Object) - Method in class com.northconcepts.datapipeline.jira.JiraIssue
-
- setField(Field) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
- setField(Field) - Method in class com.northconcepts.datapipeline.template.FieldKeyValuePair
-
- SetField - Class in com.northconcepts.datapipeline.transform
-
See
FieldPath
for supported field name expressions.
- SetField(String, Object, FieldType, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Object, FieldType) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, String, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Date, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Date, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Time, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Instant, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, LocalDateTime, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, LocalDate, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, LocalTime, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Integer, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Long, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, BigInteger, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Short, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Byte, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Boolean, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Character, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Double, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, BigDecimal, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Float, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, byte[], boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, UUID, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Object, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, String) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, UUID) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Date) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Date) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Time) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Instant) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, LocalDateTime) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, LocalDate) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, LocalTime) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Integer) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Long) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, BigInteger) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Short) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Byte) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Character) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Double) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, BigDecimal) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Float) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, byte[]) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- SetField(String, Object) - Constructor for class com.northconcepts.datapipeline.transform.SetField
-
- setFieldIndexes(List<JdbcFieldIndex>) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- setFieldName(String) - Method in exception com.northconcepts.datapipeline.core.DataException
-
sets the field name associated with this exception.
- setFieldName(String) - Method in class com.northconcepts.datapipeline.core.FieldComparator
-
Sets the field path of the field to be used for comparisons.
- setFieldName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- setFieldName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- setFieldNames(String...) - Method in class com.northconcepts.datapipeline.core.AbstractReader
-
- setFieldNames(Collection<String>) - Method in class com.northconcepts.datapipeline.core.AbstractReader
-
- setFieldNames(String...) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- setFieldNames(Collection<String>) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- setFieldNames(String...) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- setFieldNames(Collection<String>) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- setFieldNames(String...) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- setFieldNames(Collection<String>) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- setFieldNames(String...) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setFieldNames(Collection<String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.core.AbstractReader
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.core.AbstractWriter
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthWriter
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.json.JsonLinesWriter
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.json.JsonWriter
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.MySqlInsertWriter
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlInsertWriter
-
- setFieldNamesInFirstRow(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlWriter
-
- setFieldNull(String, FieldType) - Method in class com.northconcepts.datapipeline.core.Record
-
- setFields(BloombergMessageFields) - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessage
-
- setFields(List<String>) - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageFields
-
- setFields(Set<AggregateGroupFieldsAction.GroupByField>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.aggregate.AggregateGroupFieldsAction
-
- setFields(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertDateTimeToStringAction
-
- setFields(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNumberToStringAction
-
- setFields(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToBooleanAction
-
- setFields(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToDateTimeAction
-
- setFields(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToNumberAction
-
- setFields(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertValueToStringAction
-
- setFields(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterFieldExistsAction
-
- setFields(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterFieldNotNullAction
-
- setFields(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.SelectArrangeFieldsAction
-
- setFields(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsExistsAction
-
- setFields(Set<String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsNotNullAction
-
- setFields(List<FixedWidthField>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- setFields(List<FixedWidthField>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- setFields(List<FieldDef>) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- setFields(Record) - Method in class com.northconcepts.datapipeline.jira.JiraIssue
-
- setFields(String...) - Method in class com.northconcepts.datapipeline.jira.JiraSearch
-
- setFields(String...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- setFields(String...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyEventCriteria
-
- setFields(String...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setFields(String...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setFieldSchema(String) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The field's schema for ORC and Parquet files.
- setFieldSeparator(char) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- setFieldSeparator(String) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- setFieldSeparator(char) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Assigns the string used between each field value (defaults to comma).
- setFieldSeparator(String) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Assigns the string used between each field value (defaults to comma).
- setFieldSeparator(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setFieldSeparator(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setFieldSeparator(String) - Method in class com.northconcepts.datapipeline.transform.FlattenRecord
-
- setFieldTypes(Map<FieldType, LongAdder>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setFile(File) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The java.io.File
used to create the DataReader.
- setFile(File) - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
The java.io.File
used to create the DataReader.
- setFileColumnNumber(Long) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The beginning column number in the input file starting with 0.
- setFileColumnNumber(Long) - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
The beginning column number in the input file starting with 0.
- setFileLineNumber(Long) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The line number in the input file starting with 0.
- setFileLineNumber(Long) - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
The line number in the input file starting with 0.
- setFileSink(FileSink) - Method in class com.northconcepts.datapipeline.avro.pipeline.output.AvroPipelineOutput
-
- setFileSink(FileSink) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setFileSink(FileSink) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- setFileSink(FileSink) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FileSinkPipelineOutput
-
- setFileSink(FileSink) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- setFileSink(FileSink) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- setFileSink(FileSink) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- setFileSink(FileSink) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
- setFileSink(FileSink) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
- setFileSink(FileSink) - Method in class com.northconcepts.datapipeline.pdf.output.PdfPipelineOutput
-
- setFileSource(FileSource) - Method in class com.northconcepts.datapipeline.avro.pipeline.input.AvroPipelineInput
-
- setFileSource(FileSource) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setFileSource(FileSource) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setFileSource(FileSource) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FileSourcePipelineInput
-
- setFileSource(FileSource) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- setFileSource(FileSource) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonPipelineInput
-
- setFileSource(FileSource) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- setFileSource(FileSource) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlPipelineInput
-
- setFileSource(FileSource) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- setFileSource(FileSource) - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
- setFileSource(FileSource) - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- setFileTransferMode(FileTransferMode) - Method in class com.northconcepts.datapipeline.filesystem.ftp.FtpFileSystem
-
- setFileTransferType(FileTransferType) - Method in class com.northconcepts.datapipeline.filesystem.ftp.FtpFileSystem
-
- setFileType(FileType) - Method in class com.northconcepts.datapipeline.foundations.file.LocalFile
-
- setFileType(FileType) - Method in class com.northconcepts.datapipeline.foundations.file.LocalFileSink
-
- setFileType(FileType) - Method in class com.northconcepts.datapipeline.foundations.file.LocalFileSource
-
- setFillChar(Character) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthField
-
- setFillChar(char) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- setFillChar(char) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthWriter
-
- setFillChar(char) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- setFillChar(char) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- setFilter(FileFilter) - Method in class com.northconcepts.datapipeline.file.FileSystemInfoReader
-
- setFilter(Filter) - Method in class com.northconcepts.datapipeline.group.GroupOperation
-
- setFilter(MetadataFilter) - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- setFilter(MetadataFilter) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
Sets the filter settings.
- setFilter(Filter) - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
Deprecated.
- setFilter(EnumSet<BoardFilter>) - Method in class com.northconcepts.datapipeline.trello.TrelloBoardsReader
-
- setFilter(BoardFilter...) - Method in class com.northconcepts.datapipeline.trello.TrelloBoardsReader
-
- setFilterCondition(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- setFilters(EventFilter...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyEventCriteria
-
- setFinancialStatus(FinancialStatus) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setFirstColumnIndex(int) - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- setFirstColumnIndex(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- setFirstName(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setFirstRowIndex(int) - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- setFirstRowIndex(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- setFlushOnWrite(boolean) - Method in class com.northconcepts.datapipeline.core.TextStreamWriter
-
Indicates if the underlying java.io.BufferedWriter should be flushed after each record is written (defaults to false).
- setFlushOnWrite(boolean) - Method in class com.northconcepts.datapipeline.core.TextWriter
-
Indicates if the underlying java.io.BufferedWriter should be flushed after each record is written (defaults to false).
- setFlushOnWrite(boolean) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
- setFlushOnWrite(boolean) - Method in class com.northconcepts.datapipeline.file.FileWriter
-
Indicates if the underlying java.io.BufferedWriter should be flushed after each record is written.
- setFlushOnWrite(boolean) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthWriter
-
- setFlushOnWrite(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setFlushOnWrite(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- setFlushOnWrite(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- setFlushOnWrite(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- setFlushOnWrite(boolean) - Method in class com.northconcepts.datapipeline.json.JsonLinesWriter
-
- setFlushOnWrite(boolean) - Method in class com.northconcepts.datapipeline.json.JsonWriter
-
- setFlushOnWrite(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlWriter
-
- setFolderName(String) - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- setFollow(long...) - Method in class com.northconcepts.datapipeline.twitter.TwitterFilterStreamReader
-
- setFooter(BloombergMessageFooter) - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessage
-
- setFooterTemplate(String) - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- setFooterTemplate(Template) - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- setForceQuote(boolean) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Indicates if all values should be quoted, even if they are not null or empty strings.
- setForceQuote(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setForeignEntityName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- setForeignKeyColumnNames(List<String>) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- setForeignKeyColumnNames(String...) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- setForeignKeyColumnNames(List<String>) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- setForeignKeyColumnNames(String...) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- setForeignKeyFieldNames(List<String>) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- setForeignKeyFieldNames(String...) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- setForeignTableName(String) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- setForeignTableName(String) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- setForiegnKeyCatalogName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setForiegnKeyColumnName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setForiegnKeyName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setForiegnKeySchemaName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setForiegnKeyTableName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setFormat(StreamWriter.Format) - Method in class com.northconcepts.datapipeline.core.StreamWriter
-
- setFormat(boolean) - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- setFractionDigits(int) - Method in class com.northconcepts.datapipeline.foundations.number.NumberDescriptor
-
- setFractionPart(String) - Method in class com.northconcepts.datapipeline.foundations.number.NumberMatch
-
- setFulfillmentStatus(FulfillmentStatus) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setGenerated(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setGenerateIndexes(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- setGenerateIndexes(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- setGenerateRelationships(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
- setGenerateRelationships(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
- setGmtoff(Long) - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- setGrouping(QueryGrouping) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- SetGroupSequenceNumberField - Class in com.northconcepts.datapipeline.transform
-
Adds a sequence (auto increment) field that is incremented with the step value as long as the value(s) in the specified
watch fields remain the same as the previous record.
- SetGroupSequenceNumberField(String, long, long, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetGroupSequenceNumberField
-
- SetGroupSequenceNumberField(String, double, double, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetGroupSequenceNumberField
-
- SetGroupSequenceNumberField(String, BigDecimal, BigDecimal, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetGroupSequenceNumberField
-
- SetGroupSequenceNumberField(String, BigInteger, BigInteger, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetGroupSequenceNumberField
-
- SetGroupSequenceNumberField(String, long, long, boolean, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetGroupSequenceNumberField
-
- SetGroupSequenceNumberField(String, double, double, boolean, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetGroupSequenceNumberField
-
- SetGroupSequenceNumberField(String, BigDecimal, BigDecimal, boolean, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetGroupSequenceNumberField
-
- SetGroupSequenceNumberField(String, BigInteger, BigInteger, boolean, String...) - Constructor for class com.northconcepts.datapipeline.transform.SetGroupSequenceNumberField
-
- setHandles(String...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setHaving(QueryCriteria) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- setHeader(BloombergMessageHeader) - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessage
-
- setHeaderTemplate(String) - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- setHeaderTemplate(Template) - Method in class com.northconcepts.datapipeline.template.TemplateWriter
-
- setHref(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.Link
-
- setHttpProxyHost(String) - Method in class com.northconcepts.datapipeline.twitter.TwitterProvider
-
- setHttpProxyHost(String) - Method in class com.northconcepts.datapipeline.twitter.TwitterStreamProvider
-
- setHttpProxyPort(Integer) - Method in class com.northconcepts.datapipeline.twitter.TwitterProvider
-
- setHttpProxyPort(Integer) - Method in class com.northconcepts.datapipeline.twitter.TwitterStreamProvider
-
- setId(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setId(Long) - Method in class com.northconcepts.datapipeline.mailchimp.list.Tag
-
- setId(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItem
-
- setId(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setIds(String...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- setIds(String...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItemCriteria
-
- setIds(String...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setIds(String...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setIds(String...) - Method in class com.northconcepts.datapipeline.shopify.ShopifyInventoryItemReader
-
- setIgnoreEmptyText(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- setIgnoreEmptyText(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
- setIgnoreNamespaces(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- setIgnoreNamespaces(boolean) - Method in class com.northconcepts.datapipeline.json.JsonReader
-
- setIgnoreNamespaces(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
Indicates if namespaces on elements and attributes are ignored when matching expressions (default to true).
- setIgnoreNamespaces(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
Indicates if namespaces on elements and attributes are to be removed (default to true).
- setIgnoreOnError(boolean) - Method in class com.northconcepts.datapipeline.jdbc.insert.MySqlPreparedStatementInsert
-
- setIncludeDirectories(boolean) - Method in class com.northconcepts.datapipeline.file.FileSystemInfoReader
-
- setIncludeElapsedTime(boolean) - Method in class com.northconcepts.datapipeline.core.DebugReader
-
- setIncludeElapsedTime(boolean) - Method in class com.northconcepts.datapipeline.core.DebugWriter
-
- setIncludeInOutcome(boolean) - Method in class com.northconcepts.datapipeline.foundations.expression.CalculatedField
-
- setIncludeSpamAndTrash(boolean) - Method in class com.northconcepts.datapipeline.google.gmail.GmailMessageReader
-
- setIncludeTemplateMasterFormDef(boolean) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSpringDataJpaClasses
-
- setIncludeTemplateMasterFormDef(boolean) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- setIndentation(String) - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- setIndentCount(int) - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- setIndex(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
Index of column in table (starting at 1).
- setIndex(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setIndexDef(IndexDef) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexFieldDef
-
- setIndexes(List<IndexDef>) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- setIndexFields(List<IndexFieldDef>) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- setIndexName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- setIndexName(String) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- setIndexName(String) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- setIndexQualifier(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- setInferStringTypes(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Indicates if string and undefined types should be analyzed to determine if they represent a numeric, boolean, or date/time value (default true
).
- setInitialRetryDelay(long) - Method in class com.northconcepts.datapipeline.retry.RetryingOperation
-
Sets the amount of time to wait (in milliseconds) after the first error, before retrying (default 1 second).
- setInitialRetryDelay(long) - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Sets the amount of time to wait (in milliseconds) after the first error, before retrying (default 1 second).
- setInitialRetryDelay(long) - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Sets the amount of time to wait (in milliseconds) after the first error, before retrying (default 1 second).
- setInitialRetryDelay(long) - Method in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- setInput(PipelineInput) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setInput(PipelineInput) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setInput(PipelineInput) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setInputAsDataReader(DataReader) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setInputAsDataReader(DataReader) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setInputAsDataReader(DataReader) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setInputAsDataReaderFactory(DataReaderFactory) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setInputAsDataReaderFactory(DataReaderFactory) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setInputAsDataReaderFactory(DataReaderFactory) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setInsertFirst(boolean) - Method in class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
Indicates if this upsert strategy should attempt an insert before and update (the default).
- setInsertSqlPrefix(String) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- setInsertStatement(Statement) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- setInsertStatement(PreparedStatement) - Method in class com.northconcepts.datapipeline.jdbc.insert.PreparedStatementInsert
-
- setInstanceCount(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- setInt96FieldType(FieldType) - Method in class com.northconcepts.datapipeline.parquet.tools.GenerateSchemaDefFromParquet
-
Set FieldType
for int96 data type of Parquet.
- setInterests(Map<String, Boolean>) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setInventoryItemCriteria(ShopifyInventoryItemCriteria) - Method in class com.northconcepts.datapipeline.shopify.ShopifyInventoryItemReader
-
- setInventoryItemIds(String...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryLevelCriteria
-
- setInventoryLevelCriteria(ShopifyInventoryLevelCriteria) - Method in class com.northconcepts.datapipeline.shopify.ShopifyInventoryLevelReader
-
- setIpOpt(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setIpSignup(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setIssuesJson(String) - Method in class com.northconcepts.datapipeline.jira.JiraReader
-
- setIssueType(int) - Method in class com.northconcepts.datapipeline.jira.JiraIssue
-
- setJavaType(Class<?>) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setJavaType(Class<?>) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryParameter
-
- setJavaType(Class<?>) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setJavaTypeOverride(String, Class<?>) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- setJdbcConnectionFactory(JdbcConnectionFactory) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- setJdbcConnectionFactory(Connection) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- setJdbcConnectionFactory(DataSource) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- setJdbcConnectionFactory(JdbcConnectionFactory) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- setJdbcConnectionFactory(Connection) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- setJdbcConnectionFactory(DataSource) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- setJdbcType(String, int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
The given Java object will be converted to the given targetSqlType before being sent to the database.
- setJdbcType(String, int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
The given Java object will be converted to the given targetSqlType before being sent to the database.
- setJdbcType(Class<?>, int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
Forces field values of the specified Java class type to be sent to the database using PreparedStatement.setObject(parameterIndex, fieldValue, jdbcType)
(instead of the appropriate PreparedStatement.setXXX()
method for its field's type).
- setJdbcType(String, int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
The given Java object will be converted to the given targetSqlType before being sent to the database.
- setJdbcType(Class<?>, int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiWriter
-
Forces field values of the specified Java class type to be sent to the database using PreparedStatement.setObject(parameterIndex, fieldValue, jdbcType)
(instead of the appropriate PreparedStatement.setXXX()
method for its field's type).
- setJdbcType(String, int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
The given Java object will be converted to the given targetSqlType before being sent to the database.
- setJdbcType(Class<?>, int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
Forces field values of the specified Java class type to be sent to the database using PreparedStatement.setObject(parameterIndex, fieldValue, jdbcType)
(instead of the appropriate PreparedStatement.setXXX()
method for its field's type).
- setJdbcType(String, int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
Forces the specified field's values to be sent to the database using PreparedStatement.setObject(parameterIndex, fieldValue, jdbcType)
(instead of the appropriate PreparedStatement.setXXX()
method for its field's type).
- setJdbcType(Class<?>, int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
Forces field values of the specified Java class type to be sent to the database using PreparedStatement.setObject(parameterIndex, fieldValue, jdbcType)
(instead of the appropriate PreparedStatement.setXXX()
method for its field's type).
- setJndiFactoryName(String) - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
- setJql(String) - Method in class com.northconcepts.datapipeline.jira.JiraSearch
-
- setJsonFactory(T) - Method in class com.northconcepts.datapipeline.google.GoogleApiReader
-
- setKeepPolling(boolean) - Method in class com.northconcepts.datapipeline.kafka.KafkaReader
-
- setKey(String) - Method in class com.northconcepts.datapipeline.jira.JiraIssue
-
- setKeySequence(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setLanguage(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setLanguage(String...) - Method in class com.northconcepts.datapipeline.twitter.TwitterFilterStreamReader
-
- setLastChanged(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setLastFieldConsumesRemaining(boolean) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
Set whether the last field in each record will contain the rest of each line.
- setLastFieldConsumesRemaining(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- setLastName(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setLastRow(int) - Method in class com.northconcepts.datapipeline.core.AbstractReader
-
- setLastRow(int) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- setLastRow(int) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- setLastRow(int) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- setLastRow(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setLatitude(double) - Method in class com.northconcepts.datapipeline.instagram.InstagramLocationMediaReader
-
- setLatitude(double) - Method in class com.northconcepts.datapipeline.instagram.InstagramLocationReader
-
- setLatitude(Long) - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- setLatitude(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setLength(Integer) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setLength(Integer) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- setLengthSum(long) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setLenient(boolean) - Method in class com.northconcepts.datapipeline.transform.SelectFields
-
- setLenientPattern(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setLimit(Long) - Method in class com.northconcepts.datapipeline.core.LimitReader
-
- setLimit(long) - Method in class com.northconcepts.datapipeline.core.LimitReader
-
- setLimitToAllowedValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setLimitToAllowedValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setLimitToAllowedValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setLimitToAllowedValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setLimitToAllowedValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setLimitToAllowedValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setLimitToAllowedValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setLimitToAllowedValues(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setLineSeparator(String) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Indicates the string used to separate records.
- setLineSeparatorAsCsvEscaped(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setLineSeparators(char[][]) - Method in class com.northconcepts.datapipeline.core.LineParser
-
- setLineSeparators(String...) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Indicates the string or strings used to separate records.
- setLineSeparators(String[]) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setLinks(List<Link>) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setLinks(List<Link>) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMembers
-
- setListener(JdbcConnectionListener) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- setListFilter(ListFilter) - Method in class com.northconcepts.datapipeline.trello.TrelloBoardListsReader
-
- setListId(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setListId(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMembers
-
- setListIdField(String) - Method in class com.northconcepts.datapipeline.trello.TrelloCardWriter
-
- setLists(BoardLists) - Method in class com.northconcepts.datapipeline.trello.TrelloBoardsReader
-
- setLoadColumns(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- setLoadExportedKeys(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- setLoadImportedKeys(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- setLoadIndexes(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- setLocation(Location) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setLocationIds(String...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryLevelCriteria
-
- setLocations(double[]...) - Method in class com.northconcepts.datapipeline.twitter.TwitterFilterStreamReader
-
- setLogWriter(DataWriter) - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
- setLogWriter(DataWriter) - Method in class com.northconcepts.datapipeline.job.Job
-
- setLongitude(double) - Method in class com.northconcepts.datapipeline.instagram.InstagramLocationMediaReader
-
- setLongitude(double) - Method in class com.northconcepts.datapipeline.instagram.InstagramLocationReader
-
- setLongitude(Long) - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- setLongitude(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setLookupByScreenName(boolean) - Method in class com.northconcepts.datapipeline.twitter.TwitterUserLookupReader
-
- setMakeIdentifiersSingular(boolean) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- setMakeIdentifiersSingular(boolean) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSpringDataJpaClasses
-
- setMakeIdentifiersSingular(boolean) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- setMakeOptionalFieldsRequired(boolean) - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- setMakeOptionalFieldsRequired(boolean) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
Used whether to check for
optional
columns that can be made
required
using
ColumnChunkMetaData#getStatistics()
during
ParquetDataReader.open()
.
- setMakeRequiredFieldsOptional(boolean) - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- setMakeRequiredFieldsOptional(boolean) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
When true, check for required
columns that can be made optional
using ColumnChunkMetaData#getStatistics()
.
- setMapping(Map<String, ConvertNullToValueAction.TypeValue>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNullToValueAction
-
- setMapping(Map<String, String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.filter.FilterFieldMatchesPatternAction
-
- setMapping(Map<String, AddFieldsAction.TypeValue>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.AddFieldsAction
-
- setMapping(List<CopyFieldsAction.FieldMapping>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.CopyFieldsAction
-
- setMapping(List<RenameFieldsAction.FieldMapping>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.RenameFieldsAction
-
- setMapping(Map<String, String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.SortFieldsAction
-
- setMapping(Map<String, String>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsMatchPatternAction
-
- setMapTextRecordsToFields(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.XmlRecordPipelineInput
-
- setMapTextRecordsToFields(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlRecordReader
-
- setMaxBufferSizeInBytes(long) - Method in class com.northconcepts.datapipeline.core.AsyncReader
-
- setMaxColumnStatsRecords(Long) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
The number of records to use when calculating column stats or null
for all records (default null
).
- setMaxErrorCount(long) - Method in class com.northconcepts.datapipeline.retry.RetryingOperation
-
Sets the number of retries allowed across all read attempts (default max long -1).
- setMaxErrorCount(long) - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Sets the number of retries allowed across all read attempts (default max long -1).
- setMaxErrorCount(long) - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Sets the number of retries allowed across all write attempts (default max long -1).
- setMaxId(long) - Method in class com.northconcepts.datapipeline.twitter.TwitterSearchReader
-
Searches for tweets with IDs less than the specified ID (i.e.
- setMaximum(Number) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setMaximum(TemporalAccessor) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setMaximumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setMaximumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setMaximumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setMaximumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setMaximumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setMaximumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setMaximumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setMaximumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setMaximumLength(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setMaximumLength(Long) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setMaximumLength(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setMaxInvalidRecords(int) - Method in class com.northconcepts.datapipeline.avro.AvroReader
-
Indicates the number of broken Avro records to skip before this reader should fail (default 1000).
- setMaxInvalidRecords(int) - Method in class com.northconcepts.datapipeline.avro.pipeline.input.AvroPipelineInput
-
Indicates the number of broken Avro records to skip before this reader should fail (default 1000).
- setMaxItems(long) - Method in class com.northconcepts.datapipeline.jira.JiraReader
-
Indicates the maximum number of items to return.
- setMaxRecordsAnalyzed(Long) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Indicates how many records should be analyzed and cached to generate the Parquet schema if no schema was explicitly set
on this writer (default is 1000).
- setMaxRecordsAnalyzed(Long) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Indicates how many records should be analyzed and cached to generate the Parquet schema if no schema was explicitly set
on this writer (default is 1000).
- setMaxResults(int) - Method in class com.northconcepts.datapipeline.jira.JiraSearch
-
- setMaxResults(int) - Method in class com.northconcepts.datapipeline.twitter2.AbstractTwitterReader
-
Indicates the maximum number of records that will be obtained by the endpoint.
- setMaxRetryCount(int) - Method in class com.northconcepts.datapipeline.retry.RetryingOperation
-
Sets the number of retries allowed for any individual read attempt (default 5).
- setMaxRetryCount(int) - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
Sets the number of retries allowed for any individual read attempt (default 5).
- setMaxRetryCount(int) - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
Sets the number of retries allowed for any individual write attempt (default 5).
- setMaxRetryCount(int) - Method in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- setMaxWaitTimeMillis(long) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
- setMeasure(RecordMeter.MeterUnit) - Method in class com.northconcepts.datapipeline.meter.RecordMeter
-
- setMeasure(RecordMeter.MeterUnit) - Method in class com.northconcepts.datapipeline.throttle.ThrottledReader
-
- setMeasure(RecordMeter.MeterUnit) - Method in class com.northconcepts.datapipeline.throttle.ThrottledWriter
-
- setMemberId(String) - Method in class com.northconcepts.datapipeline.trello.TrelloBoardsReader
-
- setMemberRating(Long) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setMembers(List<ListMember>) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMembers
-
- setMergeCondition(String) - Method in class com.northconcepts.datapipeline.jdbc.upsert.MergeUpsert
-
- setMergeCondition(String) - Method in class com.northconcepts.datapipeline.jdbc.upsert.OracleUpsert
-
- setMergeCondition(String) - Method in class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- setMergeFields(Map<String, Object>) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setMessage(String) - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- setMethod(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.Link
-
- setMinimum(Number) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setMinimum(TemporalAccessor) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setMinimumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setMinimumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setMinimumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setMinimumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setMinimumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setMinimumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setMinimumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setMinimumElements(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setMinimumLength(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setMinimumLength(Long) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setMinimumLength(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setMinRecords(long) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
- setMultithreaded(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setMultithreaded(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setMultithreaded(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setMuteUser(boolean) - Method in class com.northconcepts.datapipeline.twitter.TwitterFollowWriter
-
- setMuteUser(boolean) - Method in class com.northconcepts.datapipeline.twitter.TwitterUnfollowWriter
-
- setName(String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- setName(String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSink
-
- setName(String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSource
-
- setName(String) - Method in class com.northconcepts.datapipeline.core.Field
-
- setName(String) - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Assigns a new name to this bus.
- setName(String) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthField
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.core.Property
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTable
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableRule
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTree
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeNode
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.difference.Diff
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.difference.PropertyDiff
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.difference.RecordDiff
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.file.LocalFile
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.file.LocalFileSink
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.file.LocalFileSource
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryParameter
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setName(String) - Method in class com.northconcepts.datapipeline.job.AbstractJob
-
Assigns a new name to this job.
- setName(String) - Method in interface com.northconcepts.datapipeline.job.IJob
-
Assigns a new name to this job.
- setName(String) - Method in class com.northconcepts.datapipeline.job.Job
-
Assigns a new name to this job.
- setName(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.Tag
-
- setName(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setName(String) - Method in class com.northconcepts.datapipeline.sql.mysql.TableColumn
-
- setName(String) - Method in class com.northconcepts.datapipeline.xml.XmlField
-
- setNameField(String) - Method in class com.northconcepts.datapipeline.trello.TrelloCardWriter
-
- setNameFromPath() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFile
-
- setNameFromPath() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFileSink
-
- setNameFromPath() - Method in class com.northconcepts.datapipeline.foundations.file.LocalFileSource
-
- setNegative(boolean) - Method in class com.northconcepts.datapipeline.foundations.number.NumberDescriptor
-
- setNestedAlias(String) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QuerySource
-
- setNestedAlias(String) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- setNestedAlias(String) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.TableQuerySource
-
- setNestedAlias(String) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Union
-
- setNestedDataReader(DataReader) - Method in class com.northconcepts.datapipeline.core.ProxyReader
-
Make sure to close old target and open the new one or call #setTargetDataReader(DataReader, boolean)
with true
.
- setNestedDataReader(DataReader, boolean) - Method in class com.northconcepts.datapipeline.core.ProxyReader
-
- setNestedDataWriter(DataWriter) - Method in class com.northconcepts.datapipeline.core.ProxyWriter
-
- setNestedDataWriter(DataWriter, boolean) - Method in class com.northconcepts.datapipeline.core.ProxyWriter
-
- setNestedLookup(Lookup) - Method in class com.northconcepts.datapipeline.transform.lookup.ProxyLookup
-
- setNewLine(String) - Method in class com.northconcepts.datapipeline.core.LinedTextWriter
-
Assigns the string used between each line (defaults to "\n" on Linux and "\r\n" on Windows).
- setNewLine(String) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Assigns the string used between each line (defaults to "\n" on Linux and "\r\n" on Windows).
- setNewLine(String) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthWriter
-
- setNewLine(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setNewLine(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- setNewLineEscaped(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setNewValue(T) - Method in class com.northconcepts.datapipeline.foundations.difference.Diff
-
- setNewValue(Object) - Method in class com.northconcepts.datapipeline.foundations.difference.PropertyDiff
-
- setNewValue(Record) - Method in class com.northconcepts.datapipeline.foundations.difference.RecordDiff
-
- setNonPrettyLineSeparator(String) - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- setNonUnique(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- setNonUpdateFields(FieldList) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
Assigns the list of fields that must not be updated if the recored already exists (default null).
- setNonUpdateFields(String...) - Method in class com.northconcepts.datapipeline.jdbc.JdbcMultiUpsertWriter
-
Assigns the list of fields that must not be updated if the recored already exists (default null).
- setNonUpdateFields(FieldList) - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
Assigns the list of fields that must not be updated if the recored already exists (default null).
- setNonUpdateFields(String...) - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- setNull(int, FieldType) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- setNull(FieldType) - Method in class com.northconcepts.datapipeline.core.Field
-
- setNullable(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setNullable(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setNullable(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setNullable(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- setNullCount(long) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setNullsFirst(Boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryOrderPart
-
- setNullValueFieldTypes(ConcurrentSkipListMap<FieldType, LongAdder>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setNullValuePolicy(CSVWriter.IValuePolicy) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Assigns the object responsible for writing null values (defaults to ValuePolicy.EMPTY_STRING).
- setNullValuePolicy(CSVWriter.ValuePolicy) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setNumberDescriptor(NumberDescriptor) - Method in class com.northconcepts.datapipeline.foundations.number.NumberMatch
-
- setNumberDescriptor(NumberDescriptor) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setNumberDetector(NumberDetector) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setObjectWrapper(ObjectWrapper) - Method in class com.northconcepts.datapipeline.template.ArrayTemplateModel
-
- setObjectWrapper(ObjectWrapper) - Method in class com.northconcepts.datapipeline.template.FieldKeyValuePair
-
- setObjectWrapper(ObjectWrapper) - Method in class com.northconcepts.datapipeline.template.FieldKeyValuePairIterator
-
- setObjectWrapper(ObjectWrapper) - Method in class com.northconcepts.datapipeline.template.RecordTemplateModel
-
- setOffset(Long) - Method in class com.northconcepts.datapipeline.core.LimitReader
-
- setOffset(long) - Method in class com.northconcepts.datapipeline.core.LimitReader
-
- setOldValue(T) - Method in class com.northconcepts.datapipeline.foundations.difference.Diff
-
- setOldValue(Object) - Method in class com.northconcepts.datapipeline.foundations.difference.PropertyDiff
-
- setOldValue(Record) - Method in class com.northconcepts.datapipeline.foundations.difference.RecordDiff
-
- setOnDeleteAction(ForeignKeyAction) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- setOnDeleteAction(ForeignKeyAction) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- setOnDeleteAction(ForeignKeyAction) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- setOnUpdateAction(ForeignKeyAction) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- setOnUpdateAction(ForeignKeyAction) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- setOnUpdateAction(ForeignKeyAction) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- setOrder(QueryOrder) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- setOrderBy(String) - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- setOrderByField(JiraProjectReader.OrderByField) - Method in class com.northconcepts.datapipeline.jira.JiraProjectReader
-
Indicates the returned issue sort order.
- setOrderCriteria(ShopifyOrder) - Method in class com.northconcepts.datapipeline.shopify.ShopifyOrderReader
-
- setOrdinalPosition(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcFieldIndex
-
- setOriginalFieldIndex(int) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The index of a field set by the DataReader before any transformation or operation was performed.
- setOriginalFieldName(String) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The name of a field set by the DataReader before any transformation or operation was performed.
- setOutcome(Record) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableResult
-
- setOutput(PipelineOutput) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setOutput(PipelineOutput) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setOutput(PipelineOutput) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setOutputAsDataWriter(DataWriter) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setOutputAsDataWriter(DataWriter) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setOutputAsDataWriter(DataWriter) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setOutputAsDataWriterFactory(DataWriterFactory) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setOutputAsDataWriterFactory(DataWriterFactory) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setOutputAsDataWriterFactory(DataWriterFactory) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setOverwrite(boolean) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableReader
-
- setOverwrite(boolean) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableWriter
-
- setOverwrite(boolean) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeReader
-
- setOverwrite(boolean) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeWriter
-
- setOverwrite(boolean) - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Overwrites the file if true, otherwise, throws an exception if the file already exists.
- setOverwrite(boolean) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Overwrites the file if true, otherwise, throws an exception if the file already exists.
- setPackage(String) - Method in class com.northconcepts.datapipeline.sourcecode.JavaCodeBuilder
-
- setPage(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcResultPage
-
- setPageOffset(int) - Method in class com.northconcepts.datapipeline.jira.JiraReader
-
Indicates the first offset to start returning.
- setPageOffset(long) - Method in class com.northconcepts.datapipeline.mailchimp.MailChimpListMemberReader
-
- setPages(long) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- setPageSize(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcResultPage
-
- setPageSize(long) - Method in class com.northconcepts.datapipeline.mailchimp.MailChimpListMemberReader
-
- setParameters(Collection<JdbcQueryParameter>) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- setParameters(Object[]) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- setParameterSqlTypes(int[]) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- setParameterValue(Field, int, PreparedStatement) - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- setParameterValue(Field, int, PreparedStatement, int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcUpsertWriter
-
- setParameterValue(Field, PreparedStatement, int) - Method in class com.northconcepts.datapipeline.jdbc.JdbcWriter
-
- setParent(TreeNode) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- setParent(String) - Method in class com.northconcepts.datapipeline.jira.JiraIssue
-
- setParentNode(Node) - Method in class com.northconcepts.datapipeline.core.Record
-
- setParentNode(Node) - Method in class com.northconcepts.datapipeline.core.ValueNode
-
- setPasswordEncoder(Encoder<String, String>) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- setPath(String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- setPath(String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSink
-
- setPath(String) - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSource
-
- setPath(String) - Method in class com.northconcepts.datapipeline.foundations.file.LocalFile
-
- setPath(String) - Method in class com.northconcepts.datapipeline.foundations.file.LocalFileSink
-
- setPath(String) - Method in class com.northconcepts.datapipeline.foundations.file.LocalFileSource
-
- setPattern(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertDateTimeToStringAction
-
- setPattern(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNumberToStringAction
-
- setPattern(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToDateTimeAction
-
- setPattern(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToNumberAction
-
- setPattern(String) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setPattern(String) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setPattern(Pattern) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
The optional regular expression pattern to use when parsing incoming values during validation (not used during mapping).
- setPattern(String) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
The optional regular expression pattern to use when parsing incoming values during validation (not used during mapping).
- setPattern(String) - Method in class com.northconcepts.datapipeline.foundations.time.DateTimePattern
-
Sets the date-time pattern for case-insensitive parsing.
- setPersonFields(String) - Method in class com.northconcepts.datapipeline.google.contacts.GoogleContactsReader
-
- setPhone(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setPipeline(Pipeline) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.CompositePipelineAction
-
- setPipeline(Pipeline) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.PipelineAction
-
- setPipeline(Pipeline) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.transform.RenameFieldsAction
-
- setPipeline(AbstractPipeline) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- setPipeline(AbstractPipeline) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- setPipeline(AbstractPipeline) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MemoryDataset
-
- setPipeline(AbstractPipeline) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.MvStoreDataset
-
- setPlainTextPassword(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- setPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setPrecision(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.delete.Delete
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.insert.Insert
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.Merge
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QuerySource
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.TableQuerySource
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Union
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.SqlPart
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.jdbc.sql.update.Update
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.json.JsonRecordWriter
-
Indicates if line breaks and indentations should be added to output (default false).
Example output (pretty = true):
[
{
"country":"Philippines"
,"capital":"Manila"
}
]
Example output (pretty = false):
[{"country":"Philippines","capital":"Manila"}]
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.json.SimpleJsonWriter
-
Indicates if line breaks and indentations should be added to output (default false).
Example output (pretty = true):
[
{
"country":"Philippines"
,"capital":"Manila"
}
]
Example output (pretty = false):
[{"country":"Philippines","capital":"Manila"}]
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sourcecode.CodeWriter
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
Indicates if line breaks and indentations should be added to output DDL (default false).
Example output (pretty = true):
ALTER TABLE products
ADD CONSTRAINT fk_products_product_groups FOREIGN KEY (product_group_id)
REFERENCES product_groups
ON DELETE CASCADE
ON UPDATE CASCADE
Example output (pretty = false):
ALTER TABLE products ADD CONSTRAINT fk_products_product_groups FOREIGN KEY (product_group_id) REFERENCES product_groups ON DELETE CASCADE ON UPDATE CASCADE
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateMySqlDdlFromSchemaDef
-
Indicates if line breaks and indentations should be added to output DDL (default false).
Example output (pretty = true):
CREATE TABLE IF NOT EXISTS table_name (
id bigint,
email text
PRIMARY KEY (user_id)
);
Example output (pretty = false):
CREATE TABLE IF NOT EXISTS table_name (id bigint, email text, PRIMARY KEY (user_id));
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTable
-
Indicates if line breaks and indentations should be added to output DDL (default false).
Example output (pretty = true):
CREATE TABLE IF NOT EXISTS table_name (
user_id int,
email text
PRIMARY KEY (user_id)
)
Example output (pretty = false):
CREATE TABLE IF NOT EXISTS table_name (user_id int, email text, PRIMARY KEY (user_id))
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.DropTable
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.DropTableConstraint
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.Insert
-
Indicates if line breaks and indentations should be added to output insert statement (default false).
Example output (pretty = true):
INSERT INTO `tableName` (`col1`, `col2`, `col3`)
VALUES (val1, val2, val3),
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.MySqlInsertWriter
-
Indicates if line breaks and indentations should be added to output insert statement (default false).
Example output (pretty = true):
INSERT INTO `tableName` (`col1`, `col2`, `col3`)
VALUES (val1, val2, val3),
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.MySqlUpsertWriter
-
Indicates if line breaks and indentations should be added to output upsert statement (default false).
Example output (pretty = true):
INSERT INTO `tableName` (`col1`, `col2`)
VALUES (val1, val2),
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.Upsert
-
Indicates if line breaks and indentations should be added to output upsert statement (default false).
Example output (pretty = true):
INSERT INTO `tableName` (`col1`, `col2`)
VALUES (val1, val2),
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
Indicates if line breaks and indentations should be added to output DDL (default false).
Example output (pretty = true):
ALTER TABLE "products"
ADD CONSTRAINT "fk_products_product_groups" FOREIGN KEY ("product_group_id")
REFERENCES "product_groups"
ON DELETE CASCADE
ON UPDATE CASCADE
Example output (pretty = false):
ALTER TABLE "products" ADD CONSTRAINT "fk_products_product_groups" FOREIGN KEY ("product_group_id") REFERENCES "product_groups" ON DELETE CASCADE ON UPDATE CASCADE
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreatePostgreSqlDdlFromSchemaDef
-
Indicates if line breaks and indentations should be added to output DDL (default false).
Example output (pretty = true):
CREATE TABLE IF NOT EXISTS table_name (
id serial,
email text
PRIMARY KEY (user_id)
);
Example output (pretty = false):
CREATE TABLE IF NOT EXISTS table_name (id serial, email text, PRIMARY KEY (user_id));
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTable
-
Indicates if line breaks and indentations should be added to output DDL (default false).
Example output (pretty = true):
CREATE TABLE IF NOT EXISTS "table_name" (
"user_id" serial,
"email" text
PRIMARY KEY ("user_id")
)
Example output (pretty = false):
CREATE TABLE IF NOT EXISTS "table_name" ("user_id" serial, "email" text, PRIMARY KEY ("user_id"))
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTable
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.Insert
-
Indicates if line breaks and indentations should be added to output insert statement (default false).
Example output (pretty = true):
INSERT INTO "tableName" ("col1", "col2", "col3")
VALUES (val1, val2, val3),
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlInsertWriter
-
Indicates if line breaks and indentations should be added to output insert statement (default false).
Example output (pretty = true):
INSERT INTO "tableName" ("col1", "col2", "col3")
VALUES (val1, val2, val3),
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.PostgreSqlUpsertWriter
-
Indicates if line breaks and indentations should be added to output upsert statement (default false).
Example output (pretty = true):
INSERT INTO "tableName" ("col1", "col2", "col3")
VALUES (val1, val2, val3),
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.Upsert
-
Indicates if line breaks and indentations should be added to output upsert statement (default false).
Example output (pretty = true):
INSERT INTO "tableName" ("col1", "col2", "col3")
VALUES (val1, val2, val3),
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.xml.SimpleXmlWriter
-
Indicates if line breaks and indentations should be added to output (default false).
Example output (pretty = true):
<?xml version="1.0" ?>
<records>
<record>
<field name="country">Philippines</field>
</record>
</records>
Example output (pretty = false):
<?xml version="1.0" ?><records><record><field name="country">Philippines</field></record></records>
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlRecordWriter
-
Indicates if line breaks and indentations should be added to output (default false).
- setPretty(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlWriter
-
Indicates if line breaks and indentations should be added to output (default false).
Example output (pretty = true):
<?xml version="1.0" ?>
<records>
<record>
<field name="country">Philippines</field>
</record>
</records>
Example output (pretty = false):
<?xml version="1.0" ?><records><record><field name="country">Philippines</field></record></records>
- setPrimaryEntityName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- setPrimaryKey(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setPrimaryKey(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- setPrimaryKeyCatalogName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setPrimaryKeyColumnName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setPrimaryKeyColumnNames(List<String>) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- setPrimaryKeyColumnNames(String...) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- setPrimaryKeyColumnNames(List<String>) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- setPrimaryKeyColumnNames(String...) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- setPrimaryKeyName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setPrimaryKeyName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- setPrimaryKeyPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setPrimaryKeyPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setPrimaryKeyPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setPrimaryKeyPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setPrimaryKeyPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setPrimaryKeyPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setPrimaryKeyPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setPrimaryKeyPosition(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setPrimaryKeySchemaName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setPrimaryKeySequence(Integer) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setPrimaryKeyTableName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setPrimaryKeyType(PrimaryKeyType) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setPrimaryKeyType(PrimaryKeyType) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setPrimaryKeyType(PrimaryKeyType) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setPrimaryKeyType(PrimaryKeyType) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setPrimaryKeyType(PrimaryKeyType) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setPrimaryKeyType(PrimaryKeyType) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setPrimaryKeyType(PrimaryKeyType) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setPrimaryKeyType(PrimaryKeyType) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setPrimaryTableName(String) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateForeignKey
-
- setPrimaryTableName(String) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateForeignKey
-
- setPrintWriter(PrintWriter) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- setPrintWriter(PrintWriter) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateRecordSerializers
-
- setPrintWriter(PrintWriter) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSpringDataJpaClasses
-
- setPrintWriter(PrintWriter) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- setPriority(int) - Method in class com.northconcepts.datapipeline.core.AsyncReader
-
- setPriority(int) - Method in class com.northconcepts.datapipeline.core.AsyncWriter
-
- setProcessedAtMax(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setProcessedAtMin(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setProductCriteria(ShopifyProductCriteria) - Method in class com.northconcepts.datapipeline.shopify.ShopifyProductReader
-
- setProductType(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setProfileCredentialsProvider() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3File
-
- setProfileCredentialsProvider() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSink
-
- setProfileCredentialsProvider() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSource
-
- setProfileCredentialsProvider() - Method in class com.northconcepts.datapipeline.amazons3.AmazonS3FileSystem
-
- setProject(String) - Method in class com.northconcepts.datapipeline.jira.JiraIssue
-
- setProperties(Map<String, List<String>>) - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageFooter
-
- setProperties(Map<String, List<String>>) - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageHeader
-
- setProperty(String, String) - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- setProperty(String, String) - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
- setProviderType(ExcelDocument.ProviderType) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setProviderType(ExcelDocument.ProviderType) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- setProvince(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setProvinceCode(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- setPseudo(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setPublishedAtMax(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setPublishedAtMin(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setPublishedStatus(PublishedStatus) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setPublishLifecycleEvents(boolean) - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Indicates if the bus should publish its own EventBusLifecycleListener and ShutdownListener events (defaults to true
).
- setQuery(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- setQuery(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- setQuery(String) - Method in class com.northconcepts.datapipeline.google.gmail.GmailMessageReader
-
- setQuery(String) - Method in class com.northconcepts.datapipeline.jira.JiraProjectReader
-
Indicates the case-insensitive search filter.
- setQuery(String) - Method in class com.northconcepts.datapipeline.mongodb.MongoReader
-
Set the JSON style query.
(e.g.
- setQuery(Record) - Method in class com.northconcepts.datapipeline.mongodb.MongoReader
-
Set the JSON style query.
(e.g.
- setQueryString(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- setQueueSize(int) - Method in class com.northconcepts.datapipeline.multiplex.SplitWriter
-
Sets the buffer size for downstream readers of this splitter (default is 100 records).
- setQuoteChar(char) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- setQuoteChar(String) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Assigns startingQuote and endingQuote to the same value (defaults to double quote - ").
- setQuoteChar(String) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Assigns startingQuote and endingQuote to the same value (defaults to double quote - ").
- setRadix(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setRateLimit(TwitterResponse) - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- setRateLimit(RateLimitStatus) - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- setRateLimit(TwitterResponse) - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- setRateLimit(RateLimitStatus) - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- setRateLimitExceeded(boolean) - Method in class com.northconcepts.datapipeline.twitter.TwitterProxyReader
-
- setRateLimitExceeded(boolean) - Method in class com.northconcepts.datapipeline.twitter.TwitterReader
-
- setReadOnly(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setReceiveTimeout(Long) - Method in class com.northconcepts.datapipeline.jms.JmsReader
-
Sets the timeout interval for receiving messages or null
if reads should not timeout (default to null
).
- setRecord(Record) - Method in exception com.northconcepts.datapipeline.core.DataException
-
Sets the record associated with this exception.
- setRecord(Record) - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
- setRecord(Record) - Method in class com.northconcepts.datapipeline.template.FieldKeyValuePairIterator
-
- setRecord(Record) - Method in class com.northconcepts.datapipeline.template.RecordTemplateModel
-
- setRecordBreak(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- setRecordField(XmlNode, XmlField, LocationPath) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- setRecordNumber(long) - Method in class com.northconcepts.datapipeline.lineage.FieldLineage
-
The sequential record number starting with 0.
- setRecordNumber(long) - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
Sets the sequential record number starting with 0.
- setRecords(RecordList) - Method in class com.northconcepts.datapipeline.bloomberg.BloombergMessageData
-
- setRecordSchema(String) - Method in class com.northconcepts.datapipeline.lineage.RecordLineage
-
The schema for ORC and Parquet files.
- setRecordsLoaded(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
- setRecordsPendingInsert(int) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- setRecordsPerCacheFile(int) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
- setRecordsPerCacheFile(int) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Indicates how many records should be cached in memory to generate the Parquet schema if no schema was explicitly set
on this writer (default is 10_000L).
- setRecordsPerFile(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.LocalFileDataset
-
- setRecordStackTraceInMessage(boolean) - Method in class com.northconcepts.datapipeline.transform.TransformingReader
-
- setRecordStackTraceInMessage(boolean) - Method in class com.northconcepts.datapipeline.transform.TransformingWriter
-
- setRecordStackTraceInMessage(boolean) - Method in class com.northconcepts.datapipeline.validate.ValidatingReader
-
- setRecordTagName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- setRecordTagName(String) - Method in class com.northconcepts.datapipeline.xml.XmlRecordWriter
-
- setRecurseDirectories(boolean) - Method in class com.northconcepts.datapipeline.file.FileSystemInfoReader
-
- setReferencedEntityName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setRel(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.Link
-
- setRemarks(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- setRemarks(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setRemoteVerification(boolean) - Method in class com.northconcepts.datapipeline.filesystem.ftp.FtpFileSystem
-
- setRemoveDocumentId(boolean) - Method in class com.northconcepts.datapipeline.mongodb.MongoReader
-
Indicates if the document "_id" property should be removed from the resulting records (defaults to true).
- setRemoveFieldsWithoutColumnMetadata(boolean) - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- setRemoveFieldsWithoutColumnMetadata(boolean) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
Used whether to remove fields in the schema does not have a corresponding
ColumnChunkMetaData
in
the file during
ParquetDataReader.open()
.
- setRemoveFieldsWithoutValues(boolean) - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
- setRemoveFieldsWithoutValues(boolean) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
- setRequired(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setRequired(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setRequired(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setRequired(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setRequired(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setRequired(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setRequired(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setRequired(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setRequiresShipping(Boolean) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItem
-
- setResource(String) - Method in class com.northconcepts.datapipeline.google.contacts.GoogleContactsReader
-
- setRetryStrategy(IRetryStrategy) - Method in class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- setReturnOrphans(boolean) - Method in class com.northconcepts.datapipeline.twitter.TwitterUserLookupReader
-
Indicates if records failing the lookup should be returned — instead of being deleted (default is false
).
- setRootFieldName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JsonRecordPipelineOutput
-
- setRootFieldName(String) - Method in class com.northconcepts.datapipeline.json.JsonRecordWriter
-
- setRootNode(DecisionTreeNode) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTree
-
- setRootPart(QueryCriteriaPart) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteria
-
- setRootTagName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- setRootTagName(String) - Method in class com.northconcepts.datapipeline.xml.XmlRecordWriter
-
- setRoundingMode(RoundingMode) - Method in class com.northconcepts.datapipeline.group.operation.GroupAverage
-
- setRoundingMode(RoundingMode) - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates the rounding algorithm used for all BigDecimal values (default is RoundingMode.HALF_UP
).
- setRoundingMode(RoundingMode) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates the rounding algorithm used for all BigDecimal values (default is RoundingMode.HALF_UP
).
- setRoundingMode(RoundingMode) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Indicates the rounding algorithm used for all BigDecimal values (default is RoundingMode.HALF_UP
).
- setRoundingMode(RoundingMode) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Indicates the rounding algorithm used for all BigDecimal values (default is RoundingMode.HALF_UP
).
- setRoundPolicy(Rounder.RoundingPolicy) - Method in class com.northconcepts.datapipeline.transform.format.Rounder
-
- setRowBatchVersion(RowBatchVersion) - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Sets RowBatchVersion
to store ORC data.
- setRowBatchVersion(RowBatchVersion) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Sets RowBatchVersion
to store ORC data.
- setRowIdentifierSequence(Integer) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setRuleFired(DecisionTableRule) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableResult
-
- setSanitizeInput(boolean) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- setSaveLineage(boolean) - Method in class com.northconcepts.datapipeline.core.DataReader
-
- setSaveLineage(boolean) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- setSaveLineage(boolean) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- setSaveLineage(boolean) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- setSaveLineage(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setSaveLineage(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setSaveLineage(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.PipelineInput
-
- setSaveLineage(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
- setSaveLineage(boolean) - Method in class com.northconcepts.datapipeline.json.JsonReader
-
- setSaveLineage(boolean) - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
- setSaveLineage(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlReader
-
- setScale(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setScale(Integer) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setScale(int) - Method in class com.northconcepts.datapipeline.group.operation.GroupAverage
-
- setScale(Integer) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setScale(Integer) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- setSchema(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.Link
-
- setSchema(String) - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
Sets the schema used to read the file as a string.
- setSchema(TypeDescription) - Method in class com.northconcepts.datapipeline.orc.input.OrcPipelineInput
-
Indicates the schema used to read the file.
- setSchema(String) - Method in class com.northconcepts.datapipeline.orc.OrcDataReader
-
Indicates the schema used to read the file.
- setSchema(TypeDescription) - Method in class com.northconcepts.datapipeline.orc.OrcDataReader
-
Indicates the schema used to read the file.
- setSchema(TypeDescription) - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates the schema used to write the file.
- setSchema(TypeDescription) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Sets the schema used to write the file.
- setSchema(MessageType) - Method in class com.northconcepts.datapipeline.parquet.input.ParquetPipelineInput
-
Indicates the schema used to read the file.
- setSchema(MessageType) - Method in class com.northconcepts.datapipeline.parquet.output.ParquetPipelineOutput
-
Sets the schema used to write the file.
- setSchema(MessageType) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataReader
-
Indicates the schema used to read the file.
- setSchema(MessageType) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Sets the schema used to write the file.
- setSchema(Connection, String, Object...) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Sets the schema used to write the file by copying it from the metadata of an SQL query.
- setSchema(Connection, JdbcValueReader, String, Object...) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Sets the schema used to write the file by copying it from the metadata of an SQL query.
- setSchema(JdbcConnectionFactory, String, Object...) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Sets the schema used to write the file by copying it from the metadata of an SQL query.
- setSchema(JdbcConnectionFactory, JdbcValueReader, String, Object...) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Sets the schema used to write the file by copying it from the metadata of an SQL query.
- setSchema(Connection, String, String, String) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Sets the schema used to write the Parquet file by copying it from the schema of a database table.
- setSchema(Connection, JdbcValueReader, String, String, String) - Method in class com.northconcepts.datapipeline.parquet.ParquetDataWriter
-
Sets the schema used to write the Parquet file by copying it from the schema of a database table.
- setSchemaDef(SchemaDef) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- setSchemaDef(SchemaDef) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- setSchemaName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setSchemaName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcSchema
-
- setSchemaName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- setSchemaPart(SchemaPart) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaProblem
-
- setSchemaPattern(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- setSearchable(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setSearchTerm(SearchTerm) - Method in class com.northconcepts.datapipeline.email.EmailReader
-
- setSelection(QuerySelection) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- setSendSkippedToDiscardWriter(boolean) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingReader
-
- setSendSkippedToDiscardWriter(boolean) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingWriter
-
- setSendSkippedToDiscardWriter(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- SetSequenceNumberField - Class in com.northconcepts.datapipeline.transform
-
Adds a sequence (auto increment) field with the specified increment (step).
- SetSequenceNumberField(String, long, long) - Constructor for class com.northconcepts.datapipeline.transform.SetSequenceNumberField
-
- SetSequenceNumberField(String, double, double) - Constructor for class com.northconcepts.datapipeline.transform.SetSequenceNumberField
-
- SetSequenceNumberField(String, BigDecimal, BigDecimal) - Constructor for class com.northconcepts.datapipeline.transform.SetSequenceNumberField
-
- SetSequenceNumberField(String, BigInteger, BigInteger) - Constructor for class com.northconcepts.datapipeline.transform.SetSequenceNumberField
-
- SetSequenceNumberField(String, long, long, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetSequenceNumberField
-
- SetSequenceNumberField(String, double, double, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetSequenceNumberField
-
- SetSequenceNumberField(String, BigDecimal, BigDecimal, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetSequenceNumberField
-
- SetSequenceNumberField(String, BigInteger, BigInteger, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetSequenceNumberField
-
- setSessionProperty(Class<T>, String, Object) - Method in class com.northconcepts.datapipeline.core.Node
-
- setSessionProperty(Class<T>, Object) - Method in class com.northconcepts.datapipeline.core.Node
-
- setSessionProperty(String, Object) - Method in class com.northconcepts.datapipeline.core.Node
-
- setSessionProperty(Class<T>, String, Object) - Method in class com.northconcepts.datapipeline.core.Session.SessionImpl
-
- setSessionProperty(Class<T>, Object) - Method in class com.northconcepts.datapipeline.core.Session.SessionImpl
-
- setSessionProperty(String, Object) - Method in class com.northconcepts.datapipeline.core.Session.SessionImpl
-
- setSessionProperty(Class<T>, Object) - Method in interface com.northconcepts.datapipeline.core.Session
-
- setSessionProperty(Class<T>, String, Object) - Method in interface com.northconcepts.datapipeline.core.Session
-
- setSessionProperty(String, Object) - Method in interface com.northconcepts.datapipeline.core.Session
-
- setSheetIndex(int) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- setSheetIndex(int) - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- setSheetIndex(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setSheetIndex(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- setSheetName(String) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- setSheetName(String) - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- setSheetName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setSheetName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- setShippingAddress(ShopifyShippingAddress) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setShutdownTimeout(long) - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Sets the time in milliseconds this bus will wait for events to complete before forcibly shutting down (defaults to 30 seconds).
- setSigned(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setSigned(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setSince(Date) - Method in class com.northconcepts.datapipeline.trello.TrelloApiReader
-
- setSinceId(long) - Method in class com.northconcepts.datapipeline.twitter.TwitterSearchReader
-
Searches for tweets with IDs greater than the specified ID (i.e.
- setSinceId(String) - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineReader
-
Sets the sinceId
search criteria.
- setSingleEvent(boolean) - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- setSize(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setSize(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setSkip(boolean) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthField
-
- setSkipEmptyRows(boolean) - Method in class com.northconcepts.datapipeline.core.AbstractReader
-
Indicates that rows with only null values should not be returned by the reader (default is false).
- setSkipEmptyRows(boolean) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- setSkipEmptyRows(boolean) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- setSkipEmptyRows(boolean) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- setSkipEmptyRows(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setSkipEmptyRows(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setSkipEmptyRows(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- setSku(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItem
-
- setSortDirection(JiraProjectReader.SortDirection) - Method in class com.northconcepts.datapipeline.jira.JiraProjectReader
-
- setSource(Record) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- setSource(String) - Method in class com.northconcepts.datapipeline.foundations.number.NumberMatch
-
- setSourceEntity(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
The schema entity used to convert and validate incoming data before this mapping is performed (default null
).
- setSourceEntity(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setSourceEntity(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setSourceEntity(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setSourceEntityResult(ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- setSourceExpression(Expression) - Method in class com.northconcepts.datapipeline.foundations.datamapping.FieldMapping
-
- setSprintState(JiraSprintReader.SprintState) - Method in class com.northconcepts.datapipeline.jira.JiraSprintReader
-
Indicates the state to filter sprints on (default is ACTIVE).
- setSqlToJavaTypeMapper(JdbcValueReader) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- setSqlType(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setSqlType(Integer) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryParameter
-
- setSqlTypeIndex(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setStacktrace(String) - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- setStartAt(int) - Method in class com.northconcepts.datapipeline.jira.JiraSearch
-
- setStartDate(LocalDateTime) - Method in class com.northconcepts.datapipeline.twitter2.TwitterSearchReader
-
Indicates the oldest UTC timestamp search criteria.
- setStartDate(LocalDateTime) - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineReader
-
Indicates the oldest UTC timestamp search criteria.
- setStartingColumn(int) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- setStartingColumn(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setStartingOffset(long) - Method in class com.northconcepts.datapipeline.twitter.TwitterPageableReader
-
- setStartingQuote(String) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Assigns the string used to mark the beginning of text values that may contain commas and other special characters (defaults to double quote - ").
- setStartingQuote(String) - Method in class com.northconcepts.datapipeline.csv.CSVWriter
-
Assigns the string used to mark the beginning of text values that may contain commas and other special characters (defaults to double quote - ").
- setStartingQuote(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setStartingQuote(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.CsvPipelineOutput
-
- setStartingRow(int) - Method in class com.northconcepts.datapipeline.core.AbstractReader
-
- setStartingRow(int) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
- setStartingRow(int) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
- setStartingRow(int) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- setStartingRow(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setStats(Map<String, Object>) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setStatus(ListMemberStatus) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setStatus(ListMemberStatus) - Method in class com.northconcepts.datapipeline.mailchimp.MailChimpListMemberReader
-
- setStatus(OrderStatus) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setStatus(ProductStatus...) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setStatusIfNew(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setStopOnWriterEOF(boolean) - Method in class com.northconcepts.datapipeline.eventbus.EventBusReader
-
Indicates if this reader should stop reading from the event bus when any event bus writer on the same topic finishes (default to true).
- setStrategy(IRetryStrategy) - Method in class com.northconcepts.datapipeline.retry.RetryingOperation
-
- setStrategy(IRetryStrategy) - Method in class com.northconcepts.datapipeline.retry.RetryingReader
-
- setStrategy(IRetryStrategy) - Method in class com.northconcepts.datapipeline.retry.RetryingWriter
-
- setStrictArrays(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setStrictArrays(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setStrictArrays(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setStrictArrays(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setStrictArrays(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setStrictArrays(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setStrictArrays(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setStrictArrays(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setStrictTypeMapping(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
Indicates if database types should be mapped to java type based only on java.sql.Types
as defined by Sun/Oracle (defaults to false).
- setStyleFormat(FieldType, String) - Method in class com.northconcepts.datapipeline.excel.ExcelWriter
-
- setStyleFormat(FieldType, String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.ExcelPipelineOutput
-
- setSummary(String) - Method in class com.northconcepts.datapipeline.jira.JiraIssue
-
- setSuperEntityName(String) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
Sets the name of the parent entity this entity inherits from (a superclass in object-oriented programming).
- setSymmetricAlgorithm(String) - Method in class com.northconcepts.datapipeline.security.AsymmetricDecryptingReader
-
- setSymmetricAlgorithm(String) - Method in class com.northconcepts.datapipeline.security.AsymmetricEncryptingReader
-
- setSymmetricAlgorithm(String) - Method in class com.northconcepts.datapipeline.security.SymmetricDecryptingReader
-
- setSymmetricAlgorithm(String) - Method in class com.northconcepts.datapipeline.security.SymmetricEncryptingReader
-
- setSymmetricKey(SecretKey) - Method in class com.northconcepts.datapipeline.security.AsymmetricEncryptingReader
-
- setSymmetricKey(SecretKey) - Method in class com.northconcepts.datapipeline.security.SymmetricDecryptingReader
-
- setSymmetricKey(SecretKey) - Method in class com.northconcepts.datapipeline.security.SymmetricEncryptingReader
-
- setSymmetricKeyBitLength(int) - Method in class com.northconcepts.datapipeline.security.AsymmetricEncryptingReader
-
- setTable(JdbcTable) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcExportedKey
-
- setTable(JdbcTable) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setTable(JdbcTable) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- setTable(JdbcTable) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTableColumn
-
- setTable(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- setTableName(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setTableName(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.JdbcPipelineOutput
-
- setTableName(String) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- setTableName(String) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTable
-
- setTableName(String) - Method in class com.northconcepts.datapipeline.sql.mysql.DropTableConstraint
-
- setTableName(String) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- setTableName(String) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTable
-
- setTableName(String) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTableConstraint
-
- setTableNamePattern(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- setTableNames(Collection<String>) - Method in class com.northconcepts.datapipeline.sql.mysql.DropTable
-
- setTableNames(String...) - Method in class com.northconcepts.datapipeline.sql.mysql.DropTable
-
- setTableNames(Collection<String>) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTable
-
- setTableNames(String...) - Method in class com.northconcepts.datapipeline.sql.postgresql.DropTable
-
- setTagName(String) - Method in class com.northconcepts.datapipeline.instagram.InstagramTagMediaReader
-
- setTagName(String) - Method in class com.northconcepts.datapipeline.instagram.InstagramTagReader
-
- setTags(Tags) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setTags(Tags) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setTags(Tags) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- setTags(Tags) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityRelationshipDef
-
- setTags(Tags) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setTags(Tags) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setTags(Tags) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setTags(Tags) - Method in class com.northconcepts.datapipeline.foundations.schema.SchemaDef
-
- setTags(Tags) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setTags(Tags) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setTags(Tags) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setTags(List<Tag>) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setTagsCount(Long) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setTarget(Record) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- setTargetEntity(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
The schema entity used to convert and validate outgoing data after this mapping is performed (default null
).
- setTargetEntity(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.pipeline.AbstractPipeline
-
- setTargetEntity(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.pipeline.DataMappingPipeline
-
- setTargetEntity(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.pipeline.Pipeline
-
- setTargetEntityResult(ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
- setTargetFieldName(String) - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- setTargetFieldName(String) - Method in class com.northconcepts.datapipeline.foundations.datamapping.FieldMapping
-
- setTargetFieldName(String) - Method in class com.northconcepts.datapipeline.group.GroupOperation
-
- setTargetSchema(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.Link
-
- setTargetValidationEntity(EntityDef) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
Deprecated.
- setTargetValidationResult(ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMappingResult
-
Deprecated.
- setTemporalFieldTypes(Map<FieldType, LongAdder>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setTemporalPatterns(Map<DateTimePattern, LongAdder>) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setTerminateWithSemicolon(boolean) - Method in class com.northconcepts.datapipeline.jdbc.upsert.MergeUpsert
-
- setTerminateWithSemicolon(boolean) - Method in class com.northconcepts.datapipeline.jdbc.upsert.OracleUpsert
-
- setTerminateWithSemicolon(boolean) - Method in class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- setThrowExceptionOnMissingField(boolean) - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- setThrowExceptionOnMissingField(boolean) - Method in class com.northconcepts.datapipeline.transform.FieldTransformer
-
Indicates if an exception should be thrown if the source field is missing (default to true).
- setTimeMax(Date) - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- setTimeMin(Date) - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- setTimestampOpt(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setTimestampSignup(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setTimezone(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.Location
-
- setTitle(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setTopic(Object) - Method in class com.northconcepts.datapipeline.eventbus.EventBusWriter
-
- setTopicFieldName(String) - Method in class com.northconcepts.datapipeline.eventbus.EventBusReader
-
Assigns the field name to use when adding the delivery topic to each record or null
if the topic should not be added to records (defaults to null
).
- setTopics(Object...) - Method in class com.northconcepts.datapipeline.eventbus.EventBusReader
-
- setTotal(long) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcResultPage
-
- setTotalItems(long) - Method in class com.northconcepts.datapipeline.jira.JiraReader
-
- setTotalItems(long) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMembers
-
- setTrack(String...) - Method in class com.northconcepts.datapipeline.twitter.TwitterFilterStreamReader
-
- setTracked(Boolean) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItem
-
- setTransacted(boolean) - Method in class com.northconcepts.datapipeline.jms.JmsSettings
-
- setTransition(int) - Method in class com.northconcepts.datapipeline.jira.JiraIssue
-
- setTrimFields(boolean) - Method in class com.northconcepts.datapipeline.csv.CSVReader
-
Indicates if space and tab characters at the beginning and ending of non-quoted-values should be removed.
- setTrimFields(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.CsvPipelineInput
-
- setTruncateFields(boolean) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthWriter
-
- setTruncateFields(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- setType(FieldType) - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- setType(DiffType) - Method in class com.northconcepts.datapipeline.foundations.difference.Diff
-
- setType(DiffType) - Method in class com.northconcepts.datapipeline.foundations.difference.PropertyDiff
-
- setType(DiffType) - Method in class com.northconcepts.datapipeline.foundations.difference.RecordDiff
-
- setType(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcIndex
-
- setType(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- setType(ConvertStringToDateTimeAction.FieldType) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToDateTimeAction
-
- setType(ConvertStringToNumberAction.FieldType) - Method in class com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToNumberAction
-
- setType(FieldType) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- setType(FieldType) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- setType(FieldType) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- setType(FieldType) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- setType(FieldType) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- setType(FieldType) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- setType(FieldType) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- setType(FieldType) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- setType(QueryCriteria.CriteriaType) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteria
-
- setType(TableColumnType) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setType(TableColumnType) - Method in class com.northconcepts.datapipeline.sql.mysql.TableColumn
-
- setType(TableColumnType) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- setTypes(String...) - Method in class com.northconcepts.datapipeline.foundations.jdbc.LoadTablesRequest
-
- setUnique(boolean) - Method in class com.northconcepts.datapipeline.foundations.schema.IndexDef
-
- setUnique(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateIndex
-
- setUnique(boolean) - Method in class com.northconcepts.datapipeline.sql.mysql.CreateTableColumn
-
- setUnique(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateIndex
-
- setUnique(boolean) - Method in class com.northconcepts.datapipeline.sql.postgresql.CreateTableColumn
-
- setUniqueEmailId(String) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setUnitsPerSecond(int) - Method in class com.northconcepts.datapipeline.throttle.Throttle
-
- setUntilId(String) - Method in class com.northconcepts.datapipeline.twitter2.TwitterTimelineReader
-
Sets the untilId
search criteria.
- setUpdatedAtMax(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- setUpdatedAtMax(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setUpdatedAtMax(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setUpdatedAtMin(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- setUpdatedAtMin(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryLevelCriteria
-
- setUpdatedAtMin(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- setUpdatedAtMin(Date) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setUpdatedMin(Date) - Method in class com.northconcepts.datapipeline.google.calendar.GoogleCalendarReader
-
- setUpdateRule(int) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcImportedKey
-
- setupFilteredStreamRules(Map<String, String>) - Method in class com.northconcepts.datapipeline.twitter2.TwitterV2Client
-
Replaces the rules currently active on the streaming endpoint with the ones sent as parameter.
- setUpsertSql(String) - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
- setUpsertStatement(PreparedStatement) - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
- setUrl(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- setUseBigDecimal(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonPipelineInput
-
- setUseBigDecimal(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JsonRecordPipelineInput
-
- setUseBigDecimal(boolean) - Method in class com.northconcepts.datapipeline.json.JsonReader
-
- setUseBigDecimal(boolean) - Method in class com.northconcepts.datapipeline.json.JsonRecordReader
-
- setUseBigDecimal(boolean) - Method in class com.northconcepts.datapipeline.json.SimpleJsonReader
-
- setUseCatalog(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- setUseColumnLabel(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.JdbcPipelineInput
-
- setUseColumnLabel(boolean) - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
When set to true
, column labels (or aliases) will be used for field names instead
of the underlying, real column names.
- setUseInferredType(boolean) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateEntityFromDataset
-
Indicates if the most frequently inferred type should be used as the field type instead of the best fit of the actual types (defaults to true).
- setUsername(String) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcConnection
-
- setUsername(String) - Method in class com.northconcepts.datapipeline.instagram.InstagramUserMediaReader
-
- setUseSheetColumnCount(boolean) - Method in class com.northconcepts.datapipeline.excel.ExcelReader
-
Set whether to use the entire worksheet (or just the current row) when
determining each record's field count.
- setUseSheetColumnCount(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.ExcelPipelineInput
-
- setUseStrongListenerReference(boolean) - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
Indicates if the event bus uses strong references (default) or
soft references for holding listeners added to the bus.
- setUseTimestampInstant(boolean) - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates if Instant
s should be used to store datetime values.
- setUseTimestampInstant(boolean) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates if Instant
s should be used to store datetime values.
- setUsing(IMergeUsing) - Method in class com.northconcepts.datapipeline.jdbc.sql.merge.Merge
-
- setUTC(boolean) - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates if datetime values are adjusted to UTC.
- setUTC(boolean) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates if datetime values are adjusted to UTC.
- SetUuidField - Class in com.northconcepts.datapipeline.transform
-
Adds a field with a randomly generated UUID as its value.
- SetUuidField(String) - Constructor for class com.northconcepts.datapipeline.transform.SetUuidField
-
- SetUuidField(String, boolean) - Constructor for class com.northconcepts.datapipeline.transform.SetUuidField
-
- setValidateQuery(boolean) - Method in class com.northconcepts.datapipeline.jira.JiraSearch
-
- setValidation(Filter) - Method in class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- setValidations(List<Filter>) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- setValue(int, FieldType, Object) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- setValue(int, Object) - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- setValue(Object) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(String) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(Date) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(Date) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(Time) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(int) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(long) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(short) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(byte) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(boolean) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(char) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(double) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(float) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(byte[]) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(BigDecimal) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(BigInteger) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(Record) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(Instant) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(LocalDateTime) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(LocalDate) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(LocalTime) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(UUID) - Method in class com.northconcepts.datapipeline.core.Field
-
- setValue(String) - Method in class com.northconcepts.datapipeline.filter.rule.Contains
-
- setValue(String, Object) - Method in class com.northconcepts.datapipeline.foundations.core.Attributes
-
- setValue(String) - Method in class com.northconcepts.datapipeline.foundations.core.Property
-
- setValue(String, Object) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- setValue(String, Object, Class<?>) - Method in class com.northconcepts.datapipeline.foundations.datamapping.DataMapping
-
- setValue(String, Object) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTable
-
- setValue(String, Object, Class<?>) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTable
-
- setValue(String, Object) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTree
-
- setValue(String, Object, Class<?>) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTree
-
- setValue(String, Object) - Method in class com.northconcepts.datapipeline.json.builder.JsonTemplate
-
- setValue(String, Object, Class<?>) - Method in class com.northconcepts.datapipeline.json.builder.JsonTemplate
-
- setValue(String, Object) - Method in class com.northconcepts.datapipeline.xml.builder.XmlTemplate
-
- setValue(String, Object, Class<?>) - Method in class com.northconcepts.datapipeline.xml.builder.XmlTemplate
-
- setValueCount(long) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Column
-
- setValueOnException(Object) - Method in class com.northconcepts.datapipeline.transform.FieldTransformer
-
- setValueReader(JdbcValueReader) - Method in class com.northconcepts.datapipeline.jdbc.JdbcReader
-
- setValues(JdbcWriter, Record) - Method in interface com.northconcepts.datapipeline.jdbc.insert.IInsert
-
- setValues(JdbcWriter, Record) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowPreparedStatementInsert
-
- setValues(JdbcWriter, Record) - Method in class com.northconcepts.datapipeline.jdbc.insert.MultiRowStatementInsert
-
- setValues(JdbcWriter, Record) - Method in class com.northconcepts.datapipeline.jdbc.insert.OracleMultiRowInsertAllStatementInsert
-
- setValues(JdbcWriter, Record) - Method in class com.northconcepts.datapipeline.jdbc.insert.OracleMultiRowSelectUnionAllStatementInsert
-
- setValues(JdbcWriter, Record) - Method in class com.northconcepts.datapipeline.jdbc.insert.PreparedStatementInsert
-
- setValues(JdbcUpsertWriter, Record) - Method in class com.northconcepts.datapipeline.jdbc.upsert.GenericUpsert
-
- setValues(JdbcUpsertWriter, Record) - Method in interface com.northconcepts.datapipeline.jdbc.upsert.IUpsert
-
- setValues(JdbcUpsertWriter, Record) - Method in class com.northconcepts.datapipeline.jdbc.upsert.MergeUpsert
-
- setValues(JdbcUpsertWriter, Record) - Method in class com.northconcepts.datapipeline.jdbc.upsert.MySqlUpsert
-
- setValues(JdbcUpsertWriter, Record) - Method in class com.northconcepts.datapipeline.jdbc.upsert.OracleUpsert
-
- setValues(JdbcUpsertWriter, Record) - Method in class com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert
-
- setValues(JdbcUpsertWriter, Record) - Method in class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- setValues(JdbcUpsertWriter, Record) - Method in class com.northconcepts.datapipeline.jdbc.upsert.VariableFieldsUpsert
-
- setVariable(String) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableCondition
-
- setVariable(String) - Method in class com.northconcepts.datapipeline.foundations.decisiontable.DecisionTableOutcome
-
- setVariable(String) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeOutcome
-
- setVariable(String) - Method in class com.northconcepts.datapipeline.foundations.expression.CalculatedField
-
- setVendor(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- setVerb(EventVerb) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyEventCriteria
-
- setVip(Boolean) - Method in class com.northconcepts.datapipeline.mailchimp.list.ListMember
-
- setWhere(QueryCriteria) - Method in class com.northconcepts.datapipeline.jdbc.sql.select.Select
-
- setWholeDigits(int) - Method in class com.northconcepts.datapipeline.foundations.number.NumberDescriptor
-
- setWholePart(String) - Method in class com.northconcepts.datapipeline.foundations.number.NumberMatch
-
- setWidth(int) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthField
-
- setWritable(boolean) - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQueryColumn
-
- setWriteFieldsAsAttributes(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- setWriteFieldsAsAttributes(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlRecordWriter
-
- setWriter(TransformingWriter) - Method in class com.northconcepts.datapipeline.transform.Transformer
-
- setWriteStrategy(MultiWriter.WriteStrategy) - Method in class com.northconcepts.datapipeline.core.MultiWriter
-
- setWriteToFile(boolean) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateQueryDaoClasses
-
- setWriteToFile(boolean) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateSpringDataJpaClasses
-
- setWriteToFile(boolean) - Method in class com.northconcepts.datapipeline.foundations.tools.GenerateTableDaoClasses
-
- setWriteUuidAsString(boolean) - Method in class com.northconcepts.datapipeline.avro.AvroWriter
-
Indicates whether UUID values are written as strings or bytes.
- setWriteUuidAsString(boolean) - Method in class com.northconcepts.datapipeline.avro.pipeline.output.AvroPipelineOutput
-
Indicates whether UUID values are written as strings or bytes.
- setWriteUuidAsString(boolean) - Method in class com.northconcepts.datapipeline.orc.OrcDataWriter
-
Indicates whether UUID values are written as strings or bytes.
- setWriteUuidAsString(boolean) - Method in class com.northconcepts.datapipeline.orc.output.OrcPipelineOutput
-
Indicates whether UUID values are written as strings or bytes.
- setWriteXmlDeclaration(boolean) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.XmlRecordPipelineOutput
-
- setWriteXmlDeclaration(boolean) - Method in class com.northconcepts.datapipeline.xml.XmlRecordWriter
-
- setXpathExpression(String) - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.TreeNode
-
- setZip(String) - Method in class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- SftpFileSystem - Class in com.northconcepts.datapipeline.filesystem.sftp
-
Class for accessing the SFTP file system.
- SftpFileSystem(String, String) - Constructor for class com.northconcepts.datapipeline.filesystem.sftp.SftpFileSystem
-
Connects to the specified SFTP server at localhost, default port 22.
- SftpFileSystem(String, int, String, String) - Constructor for class com.northconcepts.datapipeline.filesystem.sftp.SftpFileSystem
-
Connects to the specified SFTP server.
- ShopifyApiReader - Class in com.northconcepts.datapipeline.shopify
-
- ShopifyApiReader(String, String) - Constructor for class com.northconcepts.datapipeline.shopify.ShopifyApiReader
-
- ShopifyClient - Interface in com.northconcepts.datapipeline.shopify.client
-
- ShopifyClient.AccessToken - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyClient.HeaderFilter - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyClient.Proxy - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyClient.ShopifyStub - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyCustomerCriteria - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyCustomerCriteria() - Constructor for class com.northconcepts.datapipeline.shopify.client.ShopifyCustomerCriteria
-
- ShopifyCustomerReader - Class in com.northconcepts.datapipeline.shopify
-
- ShopifyCustomerReader(String, String) - Constructor for class com.northconcepts.datapipeline.shopify.ShopifyCustomerReader
-
- ShopifyEventCriteria - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyEventCriteria() - Constructor for class com.northconcepts.datapipeline.shopify.client.ShopifyEventCriteria
-
- ShopifyEventReader - Class in com.northconcepts.datapipeline.shopify
-
- ShopifyEventReader(String, String) - Constructor for class com.northconcepts.datapipeline.shopify.ShopifyEventReader
-
- ShopifyInventoryItem - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyInventoryItem() - Constructor for class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItem
-
- ShopifyInventoryItemCriteria - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyInventoryItemCriteria() - Constructor for class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryItemCriteria
-
- ShopifyInventoryItemReader - Class in com.northconcepts.datapipeline.shopify
-
- ShopifyInventoryItemReader(String, String) - Constructor for class com.northconcepts.datapipeline.shopify.ShopifyInventoryItemReader
-
- ShopifyInventoryLevelCriteria - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyInventoryLevelCriteria() - Constructor for class com.northconcepts.datapipeline.shopify.client.ShopifyInventoryLevelCriteria
-
- ShopifyInventoryLevelReader - Class in com.northconcepts.datapipeline.shopify
-
- ShopifyInventoryLevelReader(String, String) - Constructor for class com.northconcepts.datapipeline.shopify.ShopifyInventoryLevelReader
-
- ShopifyLocationReader - Class in com.northconcepts.datapipeline.shopify
-
- ShopifyLocationReader(String, String) - Constructor for class com.northconcepts.datapipeline.shopify.ShopifyLocationReader
-
- ShopifyOrder - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyOrder() - Constructor for class com.northconcepts.datapipeline.shopify.client.ShopifyOrder
-
- ShopifyOrderReader - Class in com.northconcepts.datapipeline.shopify
-
- ShopifyOrderReader(String, String) - Constructor for class com.northconcepts.datapipeline.shopify.ShopifyOrderReader
-
- ShopifyProductCriteria - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyProductCriteria() - Constructor for class com.northconcepts.datapipeline.shopify.client.ShopifyProductCriteria
-
- ShopifyProductReader - Class in com.northconcepts.datapipeline.shopify
-
- ShopifyProductReader(String, String) - Constructor for class com.northconcepts.datapipeline.shopify.ShopifyProductReader
-
- ShopifyService - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyService(String, String) - Constructor for class com.northconcepts.datapipeline.shopify.client.ShopifyService
-
- ShopifyShippingAddress - Class in com.northconcepts.datapipeline.shopify.client
-
- ShopifyShippingAddress() - Constructor for class com.northconcepts.datapipeline.shopify.client.ShopifyShippingAddress
-
- shouldClose(RecordBuffer, BufferedReader, Record) - Method in class com.northconcepts.datapipeline.buffer.BufferStrategy
-
Indicates if the open buffer should be closed after adding the record.
- shouldClose(Window, GroupByReader, Record) - Method in class com.northconcepts.datapipeline.group.CloseWindowStrategy
-
- shouldCreate(GroupByReader, Record) - Method in class com.northconcepts.datapipeline.group.CreateWindowStrategy
-
- shouldWrapWhenNested() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.QuerySource
-
- shouldWrapWhenNested() - Method in class com.northconcepts.datapipeline.jdbc.sql.select.TableQuerySource
-
- shutdown() - Method in class com.northconcepts.datapipeline.core.AsyncMultiReader.ReaderThread
-
- shutdown() - Method in class com.northconcepts.datapipeline.eventbus.EventBus
-
- ShutdownListener - Interface in com.northconcepts.datapipeline.eventbus
-
- signRequest(OAuthRequest, OAuth10aService) - Method in class com.northconcepts.datapipeline.twitter2.TwitterCredentials
-
- SimpleJsonReader - Class in com.northconcepts.datapipeline.json
-
- SimpleJsonReader(File) - Constructor for class com.northconcepts.datapipeline.json.SimpleJsonReader
-
- SimpleJsonReader(Reader) - Constructor for class com.northconcepts.datapipeline.json.SimpleJsonReader
-
- SimpleJsonWriter - Class in com.northconcepts.datapipeline.json
-
Writes JSON in the following simple format.
- SimpleJsonWriter(File) - Constructor for class com.northconcepts.datapipeline.json.SimpleJsonWriter
-
- SimpleJsonWriter(Writer) - Constructor for class com.northconcepts.datapipeline.json.SimpleJsonWriter
-
- SimpleXmlReader - Class in com.northconcepts.datapipeline.xml
-
- SimpleXmlReader(File) - Constructor for class com.northconcepts.datapipeline.xml.SimpleXmlReader
-
- SimpleXmlReader(Reader) - Constructor for class com.northconcepts.datapipeline.xml.SimpleXmlReader
-
- SimpleXmlWriter - Class in com.northconcepts.datapipeline.xml
-
Writes XML in the following simple format.
- SimpleXmlWriter(File) - Constructor for class com.northconcepts.datapipeline.xml.SimpleXmlWriter
-
- SimpleXmlWriter(Writer) - Constructor for class com.northconcepts.datapipeline.xml.SimpleXmlWriter
-
- singleValue(SingleValue) - Method in interface com.northconcepts.datapipeline.core.INodeVisitor
-
- singleValue(SingleValue) - Method in class com.northconcepts.datapipeline.core.NodeVisitor
-
- SingleValue - Class in com.northconcepts.datapipeline.core
-
- SingleValue(FieldType, Object) - Constructor for class com.northconcepts.datapipeline.core.SingleValue
-
- SingleValue(Object) - Constructor for class com.northconcepts.datapipeline.core.SingleValue
-
- singleValue(SingleValue) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer.SingleValueOperation
-
- SingleValueOperation(String, FieldType, boolean) - Constructor for class com.northconcepts.datapipeline.transform.BasicFieldTransformer.SingleValueOperation
-
- SingleValueOperation(String, FieldType) - Constructor for class com.northconcepts.datapipeline.transform.BasicFieldTransformer.SingleValueOperation
-
- size() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
- size() - Method in class com.northconcepts.datapipeline.core.CompositeValue
-
- size() - Method in class com.northconcepts.datapipeline.core.FieldList
-
- size() - Method in class com.northconcepts.datapipeline.core.RecordList
-
Returns the number of records in this list.
- size() - Method in class com.northconcepts.datapipeline.csv.CommaSeparatedValues
-
- size() - Method in class com.northconcepts.datapipeline.foundations.core.Attributes
-
- size() - Method in class com.northconcepts.datapipeline.foundations.core.Tags
-
- size() - Method in class com.northconcepts.datapipeline.template.ArrayTemplateModel
-
- size() - Method in class com.northconcepts.datapipeline.template.RecordTemplateModel
-
- sizeMismatch(String, String, int, int) - Static method in class com.northconcepts.datapipeline.foundations.i18n.FoundationMessages
-
- skip(int) - Method in class com.northconcepts.datapipeline.core.DataReader
-
Skips over the specified number of records.
- skip(long) - Method in class com.northconcepts.datapipeline.meter.MeteredInputStream
-
- skipField(int) - Method in class com.northconcepts.datapipeline.fixedwidth.FixedWidthReader
-
- skipField(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.input.FixedWidthPipelineInput
-
- skipField(int) - Method in class com.northconcepts.datapipeline.foundations.pipeline.output.FixedWidthPipelineOutput
-
- sort(RecordComparator, boolean) - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- sort(RecordComparator) - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- sort(RecordComparator, boolean) - Method in class com.northconcepts.datapipeline.core.RecordList
-
- sort(RecordComparator) - Method in class com.northconcepts.datapipeline.core.RecordList
-
- sortColumns() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery
-
- sortColumns() - Method in class com.northconcepts.datapipeline.foundations.jdbc.JdbcTable
-
- SortFieldsAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.transform
-
- SortFieldsAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.transform.SortFieldsAction
-
- sortFieldsByName() - Method in class com.northconcepts.datapipeline.core.Record
-
- SortingReader - Class in com.northconcepts.datapipeline.core
-
A proxy that sorts records.
- SortingReader(DataReader, long) - Constructor for class com.northconcepts.datapipeline.core.SortingReader
-
- SortingReader(DataReader) - Constructor for class com.northconcepts.datapipeline.core.SortingReader
-
- SPAM - Static variable in interface com.northconcepts.datapipeline.email.GmailFolders
-
- SplitArrayField - Class in com.northconcepts.datapipeline.transform
-
Flattens an array field by creating one record for each value.
- SplitArrayField(String) - Constructor for class com.northconcepts.datapipeline.transform.SplitArrayField
-
- SplitReader - Class in com.northconcepts.datapipeline.multiplex
-
Used by SplitWriter as a consumer when converting a single source DataReader into many downstream sources.
- SplitReader(SplitWriter) - Constructor for class com.northconcepts.datapipeline.multiplex.SplitReader
-
- SplitWords - Class in com.northconcepts.datapipeline.transform
-
Flattens an array field by creating one record for each value.
- SplitWords(String, String, Locale) - Constructor for class com.northconcepts.datapipeline.transform.SplitWords
-
- SplitWords(String, String) - Constructor for class com.northconcepts.datapipeline.transform.SplitWords
-
- SplitWriter - Class in com.northconcepts.datapipeline.multiplex
-
Converts a single source DataReader into many downstream sources using one of the provided strategies.
- SplitWriter(SplitWriter.IStrategy) - Constructor for class com.northconcepts.datapipeline.multiplex.SplitWriter
-
- SplitWriter() - Constructor for class com.northconcepts.datapipeline.multiplex.SplitWriter
-
- SplitWriter.IStrategy - Interface in com.northconcepts.datapipeline.multiplex
-
- SplitWriter.Strategy - Enum in com.northconcepts.datapipeline.multiplex
-
- SqlPart - Class in com.northconcepts.datapipeline.jdbc.sql
-
- SqlPart() - Constructor for class com.northconcepts.datapipeline.jdbc.sql.SqlPart
-
- sqlToJavaType(int, int, int, boolean, boolean, String) - Method in interface com.northconcepts.datapipeline.jdbc.JdbcValueReader
-
- STARRED - Static variable in interface com.northconcepts.datapipeline.email.GmailFolders
-
- start() - Method in class com.northconcepts.datapipeline.jms.JmsConnection
-
- startArray(ArrayValue) - Method in interface com.northconcepts.datapipeline.core.INodeVisitor
-
- startArray(ArrayValue) - Method in class com.northconcepts.datapipeline.core.NodeVisitor
-
- startArray(ArrayValue) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer.SingleValueOperation
-
- startArrayValue(ArrayValue, int, ValueNode<?>) - Method in interface com.northconcepts.datapipeline.core.INodeVisitor
-
- startArrayValue(ArrayValue, int, ValueNode<?>) - Method in class com.northconcepts.datapipeline.core.NodeVisitor
-
- startArrayValue(ArrayValue, int, ValueNode<?>) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer.SingleValueOperation
-
- startField(Field) - Method in interface com.northconcepts.datapipeline.core.INodeVisitor
-
- startField(Field) - Method in class com.northconcepts.datapipeline.core.NodeVisitor
-
- startField(Field) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer.SingleValueOperation
-
- startFieldValue(Field, ValueNode<?>) - Method in interface com.northconcepts.datapipeline.core.INodeVisitor
-
- startFieldValue(Field, ValueNode<?>) - Method in class com.northconcepts.datapipeline.core.NodeVisitor
-
- startFieldValue(Field, ValueNode<?>) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer.SingleValueOperation
-
- startFilteredStream(<any>) - Method in class com.northconcepts.datapipeline.twitter2.TwitterV2Client
-
Streams filtered Tweets in real-time based on the added filter rules.
- startingRow - Variable in class com.northconcepts.datapipeline.core.AbstractReader
-
- startInterval(long) - Static method in class com.northconcepts.datapipeline.group.CreateWindowStrategy
-
Opens a new window at set time intervals.
- startRecord(Record) - Method in interface com.northconcepts.datapipeline.core.INodeVisitor
-
- startRecord(Record) - Method in class com.northconcepts.datapipeline.core.NodeVisitor
-
- startRecord(Record) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer.SingleValueOperation
-
- startWritingImpl(String, int) - Method in class com.northconcepts.datapipeline.excel.PoiSxssfProvider
-
- stop() - Method in class com.northconcepts.datapipeline.jms.JmsConnection
-
- stop() - Method in class com.northconcepts.datapipeline.multiplex.DeMux
-
- stopTimer() - Method in class com.northconcepts.datapipeline.meter.Meter
-
- stream() - Method in class com.northconcepts.datapipeline.core.ArrayValue
-
Returns a sequential Stream of the elements in this array.
- stream() - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- stream() - Method in class com.northconcepts.datapipeline.core.FieldList
-
Returns a sequential Stream of the fields in this list.
- stream() - Method in class com.northconcepts.datapipeline.core.Record
-
Returns a sequential Stream of the fields in this record.
- stream() - Method in class com.northconcepts.datapipeline.core.RecordList
-
Returns a sequential Stream of the records in this list.
- stream() - Method in class com.northconcepts.datapipeline.foundations.pipeline.dataset.Dataset
-
Returns a Stream over records cached in this dataset.
- StreamWriter - Class in com.northconcepts.datapipeline.core
-
Writes records to a stream in a human-readable format.
- StreamWriter(File) - Constructor for class com.northconcepts.datapipeline.core.StreamWriter
-
- StreamWriter(Writer) - Constructor for class com.northconcepts.datapipeline.core.StreamWriter
-
- StreamWriter(OutputStream) - Constructor for class com.northconcepts.datapipeline.core.StreamWriter
-
- StreamWriter.Format - Enum in com.northconcepts.datapipeline.core
-
- STRICT - Static variable in interface com.northconcepts.datapipeline.jdbc.JdbcValueReader
-
Maps database types to java types based only on java.sql.Types
as defined by Sun/Oracle.
- StringOperation(String, boolean) - Constructor for class com.northconcepts.datapipeline.transform.BasicFieldTransformer.StringOperation
-
- StringOperation(String) - Constructor for class com.northconcepts.datapipeline.transform.BasicFieldTransformer.StringOperation
-
- StringParser - Class in com.northconcepts.datapipeline.core
-
- StringParser(String) - Constructor for class com.northconcepts.datapipeline.core.StringParser
-
- stringToBigDecimal() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToBigInteger() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToBoolean() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToBoolean(boolean) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
Converts a string to a boolean.
- stringToByte() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToChar() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToDate(String) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToDate(String, String) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToDateTime(String) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToDateTime(String, String) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToDouble() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToDouble(DecimalFormat) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToDouble(String) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToFloat() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToInt() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToLong() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToShort() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToTime(String) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToTime(String, String) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- stringToUuid() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- sublist(int, int, boolean) - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- sublist(int, boolean) - Method in class com.northconcepts.datapipeline.core.ConcurrentRecordList
-
- sublist(int, int, boolean) - Method in class com.northconcepts.datapipeline.core.RecordList
-
- sublist(int, boolean) - Method in class com.northconcepts.datapipeline.core.RecordList
-
- subList(int, int) - Method in class com.northconcepts.datapipeline.csv.CommaSeparatedValues
-
- substring(int, int) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- substring(int) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- sum(String) - Method in class com.northconcepts.datapipeline.group.AggregateReader
-
Deprecated.
- sum(String, String) - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- sum(String) - Method in class com.northconcepts.datapipeline.group.GroupByReader
-
- supportsBlockSize() - Method in class com.northconcepts.datapipeline.parquet.file.ParquetOutputFile
-
- SybaseUpsert - Class in com.northconcepts.datapipeline.jdbc.upsert
-
A batch-able upsert strategy that relies on the
SQL Merge statement.
- SybaseUpsert() - Constructor for class com.northconcepts.datapipeline.jdbc.upsert.SybaseUpsert
-
- SymmetricDecryptingReader - Class in com.northconcepts.datapipeline.security
-
- SymmetricDecryptingReader(DataReader) - Constructor for class com.northconcepts.datapipeline.security.SymmetricDecryptingReader
-
- SymmetricDecryptingReader(DataReader, String, SecretKey) - Constructor for class com.northconcepts.datapipeline.security.SymmetricDecryptingReader
-
- SymmetricEncryptingReader - Class in com.northconcepts.datapipeline.security
-
- SymmetricEncryptingReader(DataReader) - Constructor for class com.northconcepts.datapipeline.security.SymmetricEncryptingReader
-
- SymmetricEncryptingReader(DataReader, String, SecretKey) - Constructor for class com.northconcepts.datapipeline.security.SymmetricEncryptingReader
-
- validateAllowedValues(Object, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- validateField(Record) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- validateField(Record, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- validateField(Field) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- validateField(Field, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- ValidateFieldsExistsAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.validate
-
- ValidateFieldsExistsAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsExistsAction
-
- ValidateFieldsMatchPatternAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.validate
-
- ValidateFieldsMatchPatternAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsMatchPatternAction
-
- ValidateFieldsNotNullAction - Class in com.northconcepts.datapipeline.foundations.pipeline.action.validate
-
- ValidateFieldsNotNullAction() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateFieldsNotNullAction
-
- ValidateMatchExpression - Class in com.northconcepts.datapipeline.foundations.pipeline.action.validate
-
- ValidateMatchExpression() - Constructor for class com.northconcepts.datapipeline.foundations.pipeline.action.validate.ValidateMatchExpression
-
- validateName() - Method in class com.northconcepts.datapipeline.foundations.datamapping.AbstractFieldMapping
-
- validateRecord(Record) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- validateRecord(Record, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.EntityDef
-
- validateValue(Object) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- validateValue(Object, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- validateValueImpl(Object, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.BinaryFieldDef
-
- validateValueImpl(Object, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.BooleanFieldDef
-
- validateValueImpl(Object, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.FieldDef
-
- validateValueImpl(Object, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.NumericFieldDef
-
- validateValueImpl(Object, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.RecordFieldDef
-
- validateValueImpl(Object, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.TemporalFieldDef
-
- validateValueImpl(Object, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.TextFieldDef
-
- validateValueImpl(Object, ValidationResult) - Method in class com.northconcepts.datapipeline.foundations.schema.UuidFieldDef
-
- ValidatingReader - Class in com.northconcepts.datapipeline.validate
-
A proxy that validates records by applying a set of filters.
- ValidatingReader(DataReader, DataWriter, String) - Constructor for class com.northconcepts.datapipeline.validate.ValidatingReader
-
Accepts the DataReader to validate and the DataWriter to send discarded records to.
- ValidatingReader(DataReader, DataWriter) - Constructor for class com.northconcepts.datapipeline.validate.ValidatingReader
-
Accepts the DataReader to validate and the DataWriter to send discarded records to.
- ValidatingReader(DataReader) - Constructor for class com.northconcepts.datapipeline.validate.ValidatingReader
-
- ValidationMessage - Class in com.northconcepts.datapipeline.foundations.schema
-
- ValidationMessage() - Constructor for class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- ValidationMessage(EntityDef, String) - Constructor for class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- ValidationMessage(FieldDef, String) - Constructor for class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- ValidationMessage(Filter, String) - Constructor for class com.northconcepts.datapipeline.foundations.schema.ValidationMessage
-
- ValidationResult - Class in com.northconcepts.datapipeline.foundations.schema
-
- ValidationResult() - Constructor for class com.northconcepts.datapipeline.foundations.schema.ValidationResult
-
- value(String) - Method in class com.northconcepts.datapipeline.json.builder.JsonArray
-
- value(String) - Method in class com.northconcepts.datapipeline.json.builder.JsonConditionalNode
-
- value(String) - Method in class com.northconcepts.datapipeline.json.builder.JsonDetailMarker
-
- value(String) - Method in class com.northconcepts.datapipeline.json.builder.JsonNode
-
- valueBuffer - Variable in class com.northconcepts.datapipeline.core.ParsingReader
-
- valueIsNotABoolean(String, Class<?>) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- valueIsNotARecord(String, Class<?>) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- valueIsWrongType(Object, FieldType, FieldType) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- ValueMatch<T> - Class in com.northconcepts.datapipeline.filter.rule
-
- ValueMatch() - Constructor for class com.northconcepts.datapipeline.filter.rule.ValueMatch
-
- ValueMatch(T...) - Constructor for class com.northconcepts.datapipeline.filter.rule.ValueMatch
-
- ValueMatch(Collection<?>) - Constructor for class com.northconcepts.datapipeline.filter.rule.ValueMatch
-
- valueMatches(T...) - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- ValueNode<T> - Class in com.northconcepts.datapipeline.core
-
ValueNode is the base class for all persistent values held in fields and arrays.
- ValueNode() - Constructor for class com.northconcepts.datapipeline.core.ValueNode
-
- ValueNodeContainer - Interface in com.northconcepts.datapipeline.core
-
A general interface for nodes that allow values to be added to itself.
- valueNodeToBsonValue(ValueNode<?>) - Static method in class com.northconcepts.datapipeline.mongodb.MongoTypeConverter
-
- valueNotFoundInValueMatch(String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- valueNotMatches(T...) - Method in class com.northconcepts.datapipeline.filter.FieldFilter
-
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.core.DataEndpoint.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.core.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.core.Message.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.core.Node.DuplicateNodeAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.core.Node.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.core.Record.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.core.StreamWriter.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.csv.CSVWriter.ValuePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.email.EmailReadDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.email.MailStore
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.eventbus.EventBus.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.excel.ExcelDocument.ProviderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.filesystem.ftp.DataConnectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.filesystem.ftp.FileTransferMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.filesystem.ftp.FileTransferType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.fixedwidth.FixedWidthAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.datamapping.DataMappingPartType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.difference.DiffType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.file.FileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery.Cardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.jdbc.JdbcSourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.pipeline.action.ActionGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.pipeline.action.aggregate.AggregateGroupFieldsAction.OperatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNullToValueAction.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToDateTimeAction.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToNumberAction.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.pipeline.action.transform.AddFieldsAction.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.schema.ForeignKeyAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.schema.PrimaryKeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.schema.RelationshipCardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.schema.SchemaPartType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.foundations.schema.SchemaProblem.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.jdbc.sql.merge.MergeUsing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteria.CriteriaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert.ConflictAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.jira.JiraProjectReader.OrderByField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.jira.JiraProjectReader.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.jira.JiraSprintReader.SprintState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.jms.JmsAcknowledgeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.jms.JmsDestinationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.json.builder.JsonNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.mailchimp.list.EmailType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.mailchimp.list.ListMemberStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.meter.RecordMeter.MeterUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.multiplex.DeMux.Strategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.multiplex.SplitWriter.Strategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.retry.RetryStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.shopify.client.EventFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.shopify.client.EventVerb
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.shopify.client.FinancialStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.shopify.client.FulfillmentStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.shopify.client.OrderStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.shopify.client.ProductStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.shopify.client.PublishedStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.sql.mysql.ForeignKeyAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.sql.mysql.TableColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.sql.postgresql.ConflictAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.sql.postgresql.ForeignKeyAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.sql.postgresql.TableColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.transform.format.Rounder.RoundingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.transform.RemoveDuplicateFields.DuplicateFieldsPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.trello.BoardFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.trello.BoardLists
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.trello.CardFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.trello.ListFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.twitter.ApiLimitPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.twitter.EntityExpansionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.twitter.TwitterErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.twitter.TwitterPageableReader.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.northconcepts.datapipeline.xml.XmlReader.DuplicateFieldPolicy
-
Returns the enum constant of this type with the specified name.
- valueOfRule(int) - Static method in enum com.northconcepts.datapipeline.foundations.schema.ForeignKeyAction
-
- values() - Static method in enum com.northconcepts.datapipeline.core.DataEndpoint.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.core.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.core.Message.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.core.Node.DuplicateNodeAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.core.Node.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.core.Record.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.core.StreamWriter.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.csv.CSVWriter.ValuePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.email.EmailReadDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.email.MailStore
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.eventbus.EventBus.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.excel.ExcelDocument.ProviderType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.filesystem.ftp.DataConnectionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.filesystem.ftp.FileTransferMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.filesystem.ftp.FileTransferType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.fixedwidth.FixedWidthAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.datamapping.DataMappingPartType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.difference.DiffType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.file.FileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.jdbc.JdbcQuery.Cardinality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.jdbc.JdbcSourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.pipeline.action.ActionGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.pipeline.action.aggregate.AggregateGroupFieldsAction.OperatorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertNullToValueAction.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToDateTimeAction.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.pipeline.action.convert.ConvertStringToNumberAction.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.pipeline.action.transform.AddFieldsAction.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.schema.ForeignKeyAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.schema.PrimaryKeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.schema.RelationshipCardinality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.schema.SchemaPartType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.foundations.schema.SchemaProblem.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.jdbc.sql.merge.MergeUsing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.jdbc.sql.select.QueryCriteria.CriteriaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.jdbc.upsert.PostgreSqlUpsert.ConflictAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.jira.JiraProjectReader.OrderByField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.jira.JiraProjectReader.SortDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.jira.JiraSprintReader.SprintState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.jms.JmsAcknowledgeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.jms.JmsDestinationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.json.builder.JsonNodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.mailchimp.list.EmailType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.mailchimp.list.ListMemberStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.meter.RecordMeter.MeterUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.multiplex.DeMux.Strategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.multiplex.SplitWriter.Strategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.retry.RetryStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.shopify.client.EventFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.shopify.client.EventVerb
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.shopify.client.FinancialStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.shopify.client.FulfillmentStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.shopify.client.OrderStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.shopify.client.ProductStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.shopify.client.PublishedStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.sql.mysql.ForeignKeyAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.sql.mysql.TableColumnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.sql.postgresql.ConflictAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.sql.postgresql.ForeignKeyAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.sql.postgresql.TableColumnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.northconcepts.datapipeline.template.RecordTemplateModel
-
- values() - Static method in enum com.northconcepts.datapipeline.transform.format.Rounder.RoundingPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.transform.RemoveDuplicateFields.DuplicateFieldsPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.trello.BoardFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.trello.BoardLists
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.trello.CardFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.trello.ListFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.twitter.ApiLimitPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.twitter.EntityExpansionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.twitter.TwitterErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.twitter.TwitterPageableReader.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.northconcepts.datapipeline.xml.XmlReader.DuplicateFieldPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueToNull(Object) - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
Converts a field to null
if its value matches the specified parameter.
- valueTooEarly(String, TemporalAccessor, Object) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- valueTooLate(String, TemporalAccessor, Object) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- valueTooLong(String, Number, Number) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- valueTooShort(String, Number, Number) - Static method in class com.northconcepts.datapipeline.foundations.i18n.SchemaMessages
-
- valueToString(Object) - Method in enum com.northconcepts.datapipeline.core.FieldType
-
- valueToString() - Method in class com.northconcepts.datapipeline.transform.BasicFieldTransformer
-
- valueToStringImpl(Object) - Method in enum com.northconcepts.datapipeline.core.FieldType
-
- VariableFieldsUpsert - Class in com.northconcepts.datapipeline.jdbc.upsert
-
A upsert strategy that wraps another strategy to support a variable set of fields.
- VariableFieldsUpsert(VariableFieldsUpsert.IUpsertFactory) - Constructor for class com.northconcepts.datapipeline.jdbc.upsert.VariableFieldsUpsert
-
- VariableFieldsUpsert(Class<? extends IUpsert>) - Constructor for class com.northconcepts.datapipeline.jdbc.upsert.VariableFieldsUpsert
-
- VariableFieldsUpsert.IUpsertFactory - Interface in com.northconcepts.datapipeline.jdbc.upsert
-
- VariableFieldsUpsert.UpsertStub - Class in com.northconcepts.datapipeline.jdbc.upsert
-
- variableNameIsReserved(String) - Static method in class com.northconcepts.datapipeline.foundations.i18n.FoundationMessages
-
- VENDOR - Static variable in class com.northconcepts.datapipeline.core.DataEndpoint
-
- visit(Node, INodeVisitor) - Static method in class com.northconcepts.datapipeline.core.NodeVisitor
-
- visit(DecisionTreeVisitor) - Method in class com.northconcepts.datapipeline.foundations.decisiontree.DecisionTree
-
- visitNode(List<DecisionTreeNode>, DecisionTreeNode) - Method in interface com.northconcepts.datapipeline.foundations.decisiontree.DecisionTreeVisitor
-