- DataLoadController - Class in com.activeviam.tools.dataloadcontroller.controller
-
- DataLoadController(IDatastore, Properties) - Constructor for class com.activeviam.tools.dataloadcontroller.controller.DataLoadController
-
Construct a data load controller.
- DataLoadController.TopicControllerDelegates - Class in com.activeviam.tools.dataloadcontroller.controller
-
- DataLoadControllerRequest - Class in com.activeviam.tools.dataloadcontroller.core.source.rest
-
- DataLoadControllerRequest() - Constructor for class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerRequest
-
- DataLoadControllerRequest(String, List<String>, Map<String, Object>) - Constructor for class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerRequest
-
- DataLoadControllerResponse - Class in com.activeviam.tools.dataloadcontroller.core.source.rest
-
- DataLoadControllerResponse() - Constructor for class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerResponse
-
- DataLoadControllerResponse(String, long, List<IHealthEvent>) - Constructor for class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerResponse
-
- DataLoadControllerResponse(String, long, List<IHealthEvent>, String) - Constructor for class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerResponse
-
- DataLoadControllerRestService - Class in com.activeviam.tools.dataloadcontroller.core.source.rest
-
- DataLoadControllerRestService(IDataLoadController) - Constructor for class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerRestService
-
Construct a data load controller Rest service.
- dataProviderFactory() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.cloud.azure.IAzureCsvConnector
-
Default implementation of a CSV Azure Blob data provider factory.
- dataProviderFactory() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.cloud.google.IGoogleCsvConnector
-
Create a Factory to retrieve Blob data from Google storage.
- dataProviderFactory() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.cloud.ICloudCsvConnector
-
Create a Factory to retrieve CSV files from Blob cloud storage.
- dataProviderFactory() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.cloud.s3.IS3CsvConnector
-
- datastore - Variable in class com.activeviam.tools.dataloadcontroller.core.source.AExecutionTask
-
- DEFAULT_BRANCH - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerRestService
-
- DEFAULT_CONTROLLER_NAME - Static variable in class com.activeviam.tools.dataloadcontroller.controller.DataLoadController
-
- DEFAULT_JDBC_FETCH_SIZE - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask
-
- DEFAULT_MAX_TX_DRAIN_SIZE - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
- DEFAULT_MAX_TX_DRAIN_TIME_MS - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
- DEFAULT_NAME - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvScopedFetchSource
-
- DEFAULT_NAME - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcScopedFetchSource
-
- DEFAULT_NAME - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingSource
-
- DEFAULT_POLL_TIMEOUT - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.kafka.KafkaMessageConsumer
-
- DEFAULT_PUBLISH_CHUNK_SIZE - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
- DEFAULT_PUBLISH_QUEUE_CAPACITY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
- DEFAULT_PUBLISH_TASK_MAX_CONCURRENCY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
- DEFAULT_PUBLISH_TASK_MAX_CONCURRENCY_PER_FETCH_TASK - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask
-
- DEFAULT_STATEMENT_TAX_MAX_CONCURRENCY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcScopedFetchSource
-
- deserialize(boolean, String, Boolean, byte[], Schema) - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.kafka.deserializer.CustomKafkaAvroDeserializerGenericRecord
-
- deserialize(boolean, String, Boolean, byte[], Schema) - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.kafka.deserializer.CustomKafkaAvroDeserializerObjectTuple
-
- deserialize(String, byte[]) - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.kafka.deserializer.KafkaJsonDeserializer
-
- deserialize(byte[]) - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.rabbitmq.RabbitMqMessageConsumer
-
- DLC_CACHE - Static variable in class com.activeviam.tools.dataloadcontroller.cache.DlcCacheManager
-
- DlcCacheManager - Class in com.activeviam.tools.dataloadcontroller.cache
-
- DlcCsvHealthEvent - Class in com.activeviam.tools.dataloadcontroller.event.impl
-
- DlcCsvHealthEvent() - Constructor for class com.activeviam.tools.dataloadcontroller.event.impl.DlcCsvHealthEvent
-
- DlcCsvHealthEventHandler - Class in com.activeviam.tools.dataloadcontroller.event.handler.impl
-
Default event handler used by the DLC to handle CSV source events.
- DlcCsvHealthEventHandler(String) - Constructor for class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcCsvHealthEventHandler
-
- dlcEventType - Variable in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- DlcEventTypeConstants - Class in com.activeviam.tools.dataloadcontroller.event.constants
-
Class for various DlcEventType related constants
- DlcEventTypeConstants() - Constructor for class com.activeviam.tools.dataloadcontroller.event.constants.DlcEventTypeConstants
-
- DlcException - Exception in com.activeviam.tools.dataloadcontroller.exception
-
- DlcException() - Constructor for exception com.activeviam.tools.dataloadcontroller.exception.DlcException
-
Constructs a new exception with null as its detail message.
- DlcException(String) - Constructor for exception com.activeviam.tools.dataloadcontroller.exception.DlcException
-
Constructs a new exception with the specified detail message.
- DlcException(String, Throwable) - Constructor for exception com.activeviam.tools.dataloadcontroller.exception.DlcException
-
Constructs a new exception with the specified detail message and
cause.
- DlcException(Throwable) - Constructor for exception com.activeviam.tools.dataloadcontroller.exception.DlcException
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- DlcException(String, Throwable, boolean, boolean) - Constructor for exception com.activeviam.tools.dataloadcontroller.exception.DlcException
-
Constructs a new exception with the specified detail message,
cause, suppression enabled or disabled, and writable stack
trace enabled or disabled.
- DlcExceptionHealthEvent - Class in com.activeviam.tools.dataloadcontroller.event.impl
-
A generic exception event
- DlcExceptionHealthEvent(Throwable) - Constructor for class com.activeviam.tools.dataloadcontroller.event.impl.DlcExceptionHealthEvent
-
- DlcFormatter - Interface in com.activeviam.tools.dataloadcontroller.event.formatter
-
- DlcJdbcFailureHealthEvent - Class in com.activeviam.tools.dataloadcontroller.event.impl
-
A generic failure event to handle JDBC related exceptions and/or failures.
- DlcJdbcFailureHealthEvent(Throwable) - Constructor for class com.activeviam.tools.dataloadcontroller.event.impl.DlcJdbcFailureHealthEvent
-
- DlcJdbcHealthEventHandler - Class in com.activeviam.tools.dataloadcontroller.event.handler.impl
-
- DlcJdbcHealthEventHandler(String) - Constructor for class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcJdbcHealthEventHandler
-
- DlcJdbcTaskDoneHealthEvent - Class in com.activeviam.tools.dataloadcontroller.event.impl
-
- DlcJdbcTaskDoneHealthEvent(IJdbcStatementTask.IResult) - Constructor for class com.activeviam.tools.dataloadcontroller.event.impl.DlcJdbcTaskDoneHealthEvent
-
- DlcMessagingFailureHealthEvent - Class in com.activeviam.tools.dataloadcontroller.event.impl
-
A generic failure event to handle exceptions and/or failures encountered
when listening to a
MessagingTopic.
- DlcMessagingFailureHealthEvent(Throwable, String) - Constructor for class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingFailureHealthEvent
-
Construct the health event.
- DlcMessagingHealthEventHandler - Class in com.activeviam.tools.dataloadcontroller.event.handler.impl
-
- DlcMessagingHealthEventHandler(String) - Constructor for class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcMessagingHealthEventHandler
-
- DlcMessagingHealthEventHandler(String, String) - Constructor for class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcMessagingHealthEventHandler
-
Construct the event handler.
- DlcMessagingSummaryHealthEvent - Class in com.activeviam.tools.dataloadcontroller.event.impl
-
A summary health event
- DlcMessagingSummaryHealthEvent(String, String) - Constructor for class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingSummaryHealthEvent
-
- DlcMessagingTaskDoneHealthEvent - Class in com.activeviam.tools.dataloadcontroller.event.impl
-
A generic messaging health event that can be fired to indicate when a task is completed
when listening to a
MessagingTopic.
- DlcMessagingTaskDoneHealthEvent(String, String) - Constructor for class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingTaskDoneHealthEvent
-
Construct the health event.
- DlcNoStatusHealthEvent - Class in com.activeviam.tools.dataloadcontroller.event.impl
-
No status health event
- DlcNoStatusHealthEvent(String) - Constructor for class com.activeviam.tools.dataloadcontroller.event.impl.DlcNoStatusHealthEvent
-
- DlcSummaryHealthEvent - Class in com.activeviam.tools.dataloadcontroller.event.impl
-
A summary health event
- DlcSummaryHealthEvent(String) - Constructor for class com.activeviam.tools.dataloadcontroller.event.impl.DlcSummaryHealthEvent
-
- DlcSummaryHealthEventHandler - Class in com.activeviam.tools.dataloadcontroller.event.handler.impl
-
- DlcSummaryHealthEventHandler(String) - Constructor for class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcSummaryHealthEventHandler
-
- DlcUnloadHealthEvent - Class in com.activeviam.tools.dataloadcontroller.event.impl
-
An unload health event
- DlcUnloadHealthEvent(String) - Constructor for class com.activeviam.tools.dataloadcontroller.event.impl.DlcUnloadHealthEvent
-
- doPostCommit() - Method in class com.activeviam.tools.dataloadcontroller.core.source.ADatastoreTransactionTask
-
Delegate to execute some post-TX-commit operations.
- doPostCommit() - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.TxSizeController
-
- doPostTransactionContent(String, List<IDataLoadSourceHealthEventHandler>) - Static method in class com.activeviam.tools.dataloadcontroller.core.source.TransactionTaskUtil
-
- doTransactionContent(String) - Method in class com.activeviam.tools.dataloadcontroller.core.source.ADatastoreTransactionTask
-
Define the content of the transaction.
- doTransactionContent(String) - Method in class com.activeviam.tools.dataloadcontroller.core.source.LoadDataTxControllerTask
-
- doTransactionContent(String) - Method in class com.activeviam.tools.dataloadcontroller.core.source.UnloadDataTxControllerTask
-
- doTransactionStart(String) - Method in class com.activeviam.tools.dataloadcontroller.core.source.ADatastoreTransactionTask
-
Delegate to execute Datastore transaction start.
- doTransactionStart(String) - Method in class com.activeviam.tools.dataloadcontroller.core.source.LoadDataTxControllerTask
-
We override parent implementation so that we start transaction only on stores directly impacted given the
list of topics that we are processing.
- doTransactionStart(String) - Method in class com.activeviam.tools.dataloadcontroller.core.source.UnloadDataTxControllerTask
-
We override parent implementation so that we start transaction only on stores directly impacted given the
list of topics that we are processing.
- DOWNLOAD_THREADS - Static variable in interface com.activeviam.tools.dataloadcontroller.core.source.cloud.google.IGoogleCsvConnector
-
Sets download threads to 1.5x number of logical cores (Rounded Down).
- DOWNLOAD_THREADS - Static variable in interface com.activeviam.tools.dataloadcontroller.core.source.cloud.ICloudCsvConnector
-
Recommended number of downloader threads is 1.5x number of logical cores on server.
- getCause() - Method in interface com.activeviam.tools.dataloadcontroller.event.IDlcHealthEvent
-
- getCause() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- getChannel() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFileTask
-
- getChannel() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask
-
- getChannel() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcStatementTask
-
- getClazz() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- getDbFetchedRecordCount() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask.Result
-
- getDbFetchedRecordCount() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcStatementTask.IResult
-
- getDbFetchElapsedNs() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask.Result
-
- getDbFetchElapsedNs() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcStatementTask.IResult
-
- getDefaultColumnCalculator(AStoreMessageChannelFactory.TopicStore, String, int) - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.TupleMessageChannelFactory
-
- getDlcCache() - Static method in class com.activeviam.tools.dataloadcontroller.cache.DlcCacheManager
-
- getDlcLoadingStatus() - Method in class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerResponse
-
- getEventHandlerCache() - Static method in class com.activeviam.tools.dataloadcontroller.cache.DlcCacheManager
-
- getEvents() - Method in class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerResponse
-
- getEventsForTask(String) - Static method in class com.activeviam.tools.dataloadcontroller.core.source.TransactionTaskUtil
-
Retrieve events for a taskName
- getEventsForTask(String, String) - Static method in class com.activeviam.tools.dataloadcontroller.core.source.TransactionTaskUtil
-
Retrieve events for a taskName
- getEventType() - Method in interface com.activeviam.tools.dataloadcontroller.event.IDlcHealthEvent
-
An event type
strings defining what this event
is about.
- getEventType() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- getExceptionOnly() - Method in class com.activeviam.tools.dataloadcontroller.controller.DataLoadController
-
If exceptionOnlyResponse is set to true, the RESTful response only includes exception events.
- getExtraProperties() - Method in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvCloudScopedFetchTopic
-
- getExtraProperties() - Method in class com.activeviam.tools.dataloadcontroller.core.source.FilesScopedFetchTopic
-
- getExtraProperties() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.ICloudsScopedFetchTopic
-
- getExtraProperties() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFilesScopedFetchTopic
-
- getExtraProperties() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcScopedFetchTopic
-
- getExtraProperties() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcStatementTopic
-
- getFetchScopeToFileScanParametersConverter() - Method in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvCloudScopedFetchTopic
-
- getFetchScopeToFileScanParametersConverter() - Method in class com.activeviam.tools.dataloadcontroller.core.source.FilesScopedFetchTopic
-
- getFetchScopeToFileScanParametersConverter() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.ICloudsScopedFetchTopic
-
- getFetchScopeToFileScanParametersConverter() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFilesScopedFetchTopic
-
- getFile() - Method in interface com.activeviam.tools.dataloadcontroller.event.IDlcCsvHealthEvent
-
- getFile() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcCsvHealthEvent
-
- getFileLineNumber() - Method in interface com.activeviam.tools.dataloadcontroller.event.IDlcCsvHealthEvent
-
- getFileLineNumber() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcCsvHealthEvent
-
- getFilePath() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFileTask
-
- getFilePath() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFileTask.IResult
-
- getFileReadElapsedNs() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFileTask.IResult
-
- getFileTaskPluginKey() - Method in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvCloudScopedFetchTopic
-
- getFileTaskPluginKey() - Method in class com.activeviam.tools.dataloadcontroller.core.source.FilesScopedFetchTopic
-
- getFileTaskPluginKey() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.ICloudsScopedFetchTopic
-
- getFileTaskPluginKey() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFilesScopedFetchTopic
-
- getFormatter() - Method in class com.activeviam.tools.dataloadcontroller.core.source.LoadDataTxControllerTask
-
- getInstance() - Static method in class com.activeviam.tools.dataloadcontroller.cache.DlcCacheManager
-
- getLevel() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- getLevel() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcExceptionHealthEvent
-
- getLevel() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcJdbcFailureHealthEvent
-
How important the health event is.
- getLevel() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcJdbcTaskDoneHealthEvent
-
How important the health event is.
- getLevel() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingFailureHealthEvent
-
How important the health event is.
- getLevel() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingSummaryHealthEvent
-
- getLevel() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingTaskDoneHealthEvent
-
How important the health event is.
- getLevel() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcNoStatusHealthEvent
-
- getLevel() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcSummaryHealthEvent
-
- getLevel() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcUnloadHealthEvent
-
- getLine() - Method in interface com.activeviam.tools.dataloadcontroller.event.IDlcCsvHealthEvent
-
- getLine() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcCsvHealthEvent
-
- getLineNumber() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- getMessage() - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.TxSizeController.LogMessageOutputStream
-
- getMessage() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingSummaryHealthEvent
-
- getMessage() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcNoStatusHealthEvent
-
- getMessage() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcSummaryHealthEvent
-
- getMessage() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcUnloadHealthEvent
-
- getMethod() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- getName() - Method in class com.activeviam.tools.dataloadcontroller.core.source.FilesScopedFetchTopic
-
- getName() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcScopedFetchSource
-
- getName() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcStatementTopic
-
- getName() - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingSource
-
- getName() - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
- getNumberOfTopicPartitions() - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.kafka.KafkaMessageConsumer
-
- getOperation() - Method in interface com.activeviam.tools.dataloadcontroller.controller.IDataLoadController.IExecutionRequest
-
- getOperation() - Method in class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerRequest
-
- getParseElapsedNs() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFileTask.IResult
-
- getParserConfiguration() - Method in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvCloudScopedFetchTopic
-
- getParserConfiguration() - Method in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvFilesScopedFetchTopic
-
- getParsingInfo() - Method in interface com.activeviam.tools.dataloadcontroller.event.IDlcCsvHealthEvent
-
- getParsingInfo() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcCsvHealthEvent
-
- getPathMatcher() - Method in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvCloudScopedFetchTopic
-
- getPathMatcher() - Method in class com.activeviam.tools.dataloadcontroller.core.source.FilesScopedFetchTopic
-
- getPathMatcher() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.ICloudsScopedFetchTopic
-
- getPathMatcher() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFilesScopedFetchTopic
-
- getProviderFactory() - Method in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvCloudScopedFetchTopic
-
- getPublishedRecordCount() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFileTask.IResult
-
- getPublishedRecordCount() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask.Result
-
- getPublishedRecordCount() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcStatementTask.IResult
-
- getPublishElapsedNs() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFileTask.IResult
-
- getPublishElapsedNs() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask.Result
-
- getPublishElapsedNs() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcStatementTask.IResult
-
- getRecordCount() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFileTask.IResult
-
- getRecursive() - Method in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvCloudScopedFetchTopic.FileScanParameters
-
- getRecursive() - Method in class com.activeviam.tools.dataloadcontroller.core.source.FilesScopedFetchTopic.FileScanParameters
-
- getRecursive() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.ICloudsScopedFetchTopic.IFileScanParameters
-
- getRecursive() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFilesScopedFetchTopic.IFileScanParameters
-
- getRelDirPath() - Method in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvCloudScopedFetchTopic.FileScanParameters
-
- getRelDirPath() - Method in class com.activeviam.tools.dataloadcontroller.core.source.FilesScopedFetchTopic.FileScanParameters
-
- getRelDirPath() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.ICloudsScopedFetchTopic.IFileScanParameters
-
- getRelDirPath() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFilesScopedFetchTopic.IFileScanParameters
-
- getResult() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcJdbcTaskDoneHealthEvent
-
- getResult() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingTaskDoneHealthEvent
-
- getResultFields() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcScopedFetchTopic
-
Optionally, give the names of the result fields for this topic, listed in the order that they are
expected to be provided in the results generated by the JDBC source.
- getResultFields() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcStatementTopic
-
- getRootDirectoryPath() - Method in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvCloudScopedFetchTopic
-
- getRootDirectoryPath() - Method in class com.activeviam.tools.dataloadcontroller.core.source.FilesScopedFetchTopic
-
- getRootDirectoryPath() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.ICloudsScopedFetchTopic
-
- getRootDirectoryPath() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFilesScopedFetchTopic
-
- getScope() - Method in interface com.activeviam.tools.dataloadcontroller.controller.IDataLoadController.IExecutionRequest
-
- getScope() - Method in class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerRequest
-
- getScopeToSqlParametersConverter() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcScopedFetchTopic
-
- getScopeToSqlParametersConverter() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcStatementTopic
-
- getSourceColumnMapping(AStoreMessageChannelFactory.TopicStore) - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.TupleMessageChannelFactory
-
- getSourceFields() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.messaging.IMessagingTopic
-
Ordered list of fields in the record from the remote topic or queue
- getSourceFields() - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
- getSourceTupleFields(String) - Method in interface com.activeviam.tools.dataloadcontroller.core.source.ITupleSource
-
Declare the fields of the tuples produced by this source for the given topic.
- getSourceTupleFields(String) - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcScopedFetchSource
-
- getSourceTupleFields(String) - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingSource
-
- getSql() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask.Result
-
- getSql() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcScopedFetchTopic
-
- getSql() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcStatementTask.IResult
-
- getSql() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcStatementTopic
-
- getSqlInputParameters() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask
-
- getSqlInputParameters() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask.Result
-
- getSqlInputParameters() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcStatementTask
-
- getSqlInputParameters() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcStatementTask.IResult
-
- getStartTimeMs() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFileTask.IResult
-
- getStartTimeMs() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask.Result
-
- getStartTimeMs() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcStatementTask.IResult
-
- getStatementTaskPluginKey() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcScopedFetchTopic
-
- getStatementTaskPluginKey() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcStatementTopic
-
- getStopTimeMs() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.IFileTask.IResult
-
- getStopTimeMs() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask.Result
-
- getStopTimeMs() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcStatementTask.IResult
-
- getStoreToTaskNameMap() - Static method in class com.activeviam.tools.dataloadcontroller.cache.StoreToTaskNameMapper
-
- getTags() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- getTags() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcCsvHealthEvent
-
- getTags() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcExceptionHealthEvent
-
- getTags() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcJdbcFailureHealthEvent
-
A set of
strings defining what this event
is about.
- getTags() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcJdbcTaskDoneHealthEvent
-
A set of
strings defining what this event
is about.
- getTags() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingFailureHealthEvent
-
A set of
strings defining what this event
is about.
- getTags() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingSummaryHealthEvent
-
- getTags() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingTaskDoneHealthEvent
-
A set of
strings defining what this event
is about.
- getTags() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcNoStatusHealthEvent
-
- getTags() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcSummaryHealthEvent
-
- getTags() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcUnloadHealthEvent
-
- getTaskName() - Method in class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerResponse
-
- getTaskName() - Method in class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcJdbcHealthEventHandler
-
- getTaskName() - Method in class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcMessagingHealthEventHandler
-
- getTaskName() - Method in class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcSummaryHealthEventHandler
-
- getTaskName() - Method in interface com.activeviam.tools.dataloadcontroller.event.IDlcHealthEvent
-
- getTaskName() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- getThreadId() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- getThreadName() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- getTimeStamp() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- getTimeTakenMs() - Method in class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerResponse
-
- getTopic() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask
-
- getTopic() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.jdbc.IJdbcStatementTask
-
- getTopic() - Method in interface com.activeviam.tools.dataloadcontroller.event.handler.IMessagingSourceHealthEventHandler
-
In the case of a Messaging Source, consumers are active even after the "START_LISTEN" task completes.
- getTopic() - Method in class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcMessagingHealthEventHandler
-
- getTopic() - Method in interface com.activeviam.tools.dataloadcontroller.event.IDlcMessagingHealthEvent
-
- getTopic() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingFailureHealthEvent
-
- getTopic() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingSummaryHealthEvent
-
- getTopic() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.DlcMessagingTaskDoneHealthEvent
-
- getTopicEventHandlerDlcCache() - Static method in class com.activeviam.tools.dataloadcontroller.cache.DlcCacheManager
-
Cache to map a topic to an Event handler.
- getTopics() - Method in interface com.activeviam.tools.dataloadcontroller.controller.IDataLoadController.IExecutionRequest
-
- getTopics() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcScopedFetchSource
-
- getTopics() - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingSource
-
- getTopics() - Method in class com.activeviam.tools.dataloadcontroller.core.source.rest.DataLoadControllerRequest
-
- getType() - Method in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcPreparedStatementTask
-
- getType() - Method in class com.activeviam.tools.dataloadcontroller.core.source.LoadDataTxControllerTask
-
- getType() - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.kafka.KafkaMessageConsumer
-
- getType() - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.rabbitmq.RabbitMqMessageConsumer
-
- getType() - Method in class com.activeviam.tools.dataloadcontroller.core.source.StartListeningControllerTask
-
- getType() - Method in class com.activeviam.tools.dataloadcontroller.core.source.StopListeningControllerTask
-
- getType() - Method in class com.activeviam.tools.dataloadcontroller.core.source.UnloadDataTxControllerTask
-
- getType() - Method in class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcCsvHealthEventHandler
-
- getType() - Method in class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcJdbcHealthEventHandler
-
Return the type identifying of plugin value
- getType() - Method in class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcMessagingHealthEventHandler
-
Return the type identifying of plugin value
- getType() - Method in class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcSummaryHealthEventHandler
-
- getUpTime() - Method in class com.activeviam.tools.dataloadcontroller.event.impl.ADlcHealthEvent
-
- IAzureCsvConnector - Interface in com.activeviam.tools.dataloadcontroller.core.source.cloud.azure
-
Contract that defines a connector for Azure CSV files.
- ICloudCsvConnector<E> - Interface in com.activeviam.tools.dataloadcontroller.core.source.cloud
-
Cloud connector general implementation for loading CSV data from cloud storage.
- ICloudsScopedFetchTopic - Interface in com.activeviam.tools.dataloadcontroller.core.source
-
Contract for a topic of a source that can fetch files to load data in ActivePivot.
- ICloudsScopedFetchTopic.IFetchScopeToFileScanParametersConverter - Interface in com.activeviam.tools.dataloadcontroller.core.source
-
- ICloudsScopedFetchTopic.IFileScanParameters - Interface in com.activeviam.tools.dataloadcontroller.core.source
-
- ICsvFilesScopedFetchTopic - Interface in com.activeviam.tools.dataloadcontroller.core.source.csv
-
Contract for a topic of a source that can fetch CSV files to load data in ActivePivot.
- ICsvScopedFetchSourceConfig<I> - Interface in com.activeviam.tools.dataloadcontroller.core.source.csv
-
Configuration of the CSV source that supports scoped fetching.
- IDataLoadController - Interface in com.activeviam.tools.dataloadcontroller.controller
-
Contract for a component that controls data loading/unloading operations in ActivePivot.
- IDataLoadController.IExecutionRequest - Interface in com.activeviam.tools.dataloadcontroller.controller
-
- IDataLoadController.IExecutionTask - Interface in com.activeviam.tools.dataloadcontroller.controller
-
- IDataLoadController.IScopeToRemoveWhereConditionConverter - Interface in com.activeviam.tools.dataloadcontroller.controller
-
Contract for a supplier of remove-where condition to apply to a particular target store given
a particular business scope (for a particular data removal execution).
- IDataLoadControllerRestService - Interface in com.activeviam.tools.dataloadcontroller.core.source.rest
-
Contract for a Rest (JAX-RS) Web-Service that allows remote clients to trigger some data loading/unloading on this
ActivePivot server.
- IDataLoadSourceHealthEventHandler - Interface in com.activeviam.tools.dataloadcontroller.event.handler
-
- IDataSource<I,E> - Interface in com.activeviam.tools.dataloadcontroller.core.source
-
Contract for a source that can fetch or listen to data for a specific scope that is specified at runtime
for each fetch or listen operation.
- IDlcCsvHealthEvent - Interface in com.activeviam.tools.dataloadcontroller.event
-
- IDlcHealthEvent - Interface in com.activeviam.tools.dataloadcontroller.event
-
- IDlcJdbcHealthEvent - Interface in com.activeviam.tools.dataloadcontroller.event
-
- IDlcMessagingHealthEvent - Interface in com.activeviam.tools.dataloadcontroller.event
-
Contract for an event that will be generated by
MessagingSource like
kafka, RabbitMQ, ActiveMQ etc.
- IFetchingDataSource<I,E> - Interface in com.activeviam.tools.dataloadcontroller.core.source
-
Contract for a source that can fetch data for a specific scope that is specified at runtime for each fetch iteration.
- IFilesScopedFetchTopic - Interface in com.activeviam.tools.dataloadcontroller.core.source
-
Contract for a topic of a source that can fetch files to load data in ActivePivot.
- IFilesScopedFetchTopic.IFetchScopeToFileScanParametersConverter - Interface in com.activeviam.tools.dataloadcontroller.core.source
-
- IFilesScopedFetchTopic.IFileScanParameters - Interface in com.activeviam.tools.dataloadcontroller.core.source
-
- IFileTask<I,E> - Interface in com.activeviam.tools.dataloadcontroller.core.source
-
Contract for a task that a files source may execute to load data in ActivePivot.
- IFileTask.IResult - Interface in com.activeviam.tools.dataloadcontroller.core.source
-
Contract for a result produced by a
IFileTask.
- IGoogleCsvConnector - Interface in com.activeviam.tools.dataloadcontroller.core.source.cloud.google
-
Connector to fetch CSV files from a Google cloud instance.
- IJdbcScopedFetchSource - Interface in com.activeviam.tools.dataloadcontroller.core.source.jdbc
-
Contract for a source that can load data from a Database into ActivePivot, based on SQL statements (defined via
source topics) and fetch business scopes, which are defined at fetch time to derive the SQL input parameters
required for injection into those statements.
- IJdbcScopedFetchTopic - Interface in com.activeviam.tools.dataloadcontroller.core.source.jdbc
-
Contract for a topic of a source that can fetch a DB to load data in ActivePivot.
- IJdbcScopedFetchTopic.IScopeToSqlParametersConverter - Interface in com.activeviam.tools.dataloadcontroller.core.source.jdbc
-
Contract for a converter of a business scope (for a particular statement task execution) into the relevant
SQL input parameters (given the JDBC statement topic that this tasks relates to).
- IJdbcSourceHealthEventHandler - Interface in com.activeviam.tools.dataloadcontroller.event.handler
-
An health event handler dedicated to
handling health events declared in the JDBC Source project.
- IJdbcStatementTask<I,E> - Interface in com.activeviam.tools.dataloadcontroller.core.source.jdbc
-
Contract for a task that a JDBC source may execute to process a given Statement SQL statement to retrieve
data from a Database and load them in ActivePivot.
- IJdbcStatementTask.IResult - Interface in com.activeviam.tools.dataloadcontroller.core.source.jdbc
-
- IListeningDataSource<I,E> - Interface in com.activeviam.tools.dataloadcontroller.core.source
-
Contract for a source that can consume data from a messaging source like Apache Kafka, RabbitMQ,
and can stay connected and "listen" for real-time data.
- IMessagingConsumer - Interface in com.activeviam.tools.dataloadcontroller.core.source.messaging
-
Contract for implementing consumers for remote messaging topic or queue.
- IMessagingSourceHealthEventHandler - Interface in com.activeviam.tools.dataloadcontroller.event.handler
-
A
health event handler dedicated to
handling health events generated by a
MessagingSource
- IMessagingTopic - Interface in com.activeviam.tools.dataloadcontroller.core.source.messaging
-
Contract for a topic of the Messaging Source.
- incrLoadCsvMessageChannelFactory() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.csv.ICsvScopedFetchSourceConfig
-
- incrLoadCsvSource(String) - Method in interface com.activeviam.tools.dataloadcontroller.core.source.csv.ICsvScopedFetchSourceConfig
-
- initialState() - Method in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvCloudScopedFetchTopic
-
- IS3CsvConnector - Interface in com.activeviam.tools.dataloadcontroller.core.source.cloud.s3
-
Contract for a S3 cloud connector for CSV files.
- ISummaryHealthEventHandler - Interface in com.activeviam.tools.dataloadcontroller.event.handler
-
An health event handler dedicated to
handling health events for summary messages.
- ITupleSource - Interface in com.activeviam.tools.dataloadcontroller.core.source
-
Contract for a source that produces Object[] tuples.
- PARSING_EXCEPTION - Static variable in class com.activeviam.tools.dataloadcontroller.event.constants.DlcEventTypeConstants
-
- parsingInfo - Variable in class com.activeviam.tools.dataloadcontroller.event.impl.DlcCsvHealthEvent
-
Various information about the parsing.
- pathMatcher - Variable in class com.activeviam.tools.dataloadcontroller.core.source.FilesScopedFetchTopic
-
- PLUGIN_KEY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcPreparedStatementTask
-
- PLUGIN_KEY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.LoadDataTxControllerTask
-
- PLUGIN_KEY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.kafka.KafkaMessageConsumer
-
- PLUGIN_KEY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.rabbitmq.RabbitMqMessageConsumer
-
- PLUGIN_KEY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.StartListeningControllerTask
-
- PLUGIN_KEY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.StopListeningControllerTask
-
- PLUGIN_KEY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.UnloadDataTxControllerTask
-
- PLUGIN_KEY - Static variable in class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcCsvHealthEventHandler
-
- PLUGIN_KEY - Static variable in class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcJdbcHealthEventHandler
-
- PLUGIN_KEY - Static variable in class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcMessagingHealthEventHandler
-
- PLUGIN_KEY - Static variable in class com.activeviam.tools.dataloadcontroller.event.handler.impl.DlcSummaryHealthEventHandler
-
- poll() - Method in interface com.activeviam.tools.dataloadcontroller.core.source.csv.ICsvFilesScopedFetchTopic
-
- processObjectArrayRecord(Object[], Object[]) - Method in class com.activeviam.tools.dataloadcontroller.core.source.messaging.kafka.KafkaMessageConsumer
-
Combine the key and value Object[] to a single Object[]
representing a tuple that can be sent to datastore.
- PROP__BROKER_URI - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.rabbitmq.RabbitMqMessageConsumer
-
- PROP__CONTROLLER_NAME - Static variable in class com.activeviam.tools.dataloadcontroller.controller.DataLoadController
-
Optional property, to set a custom name for this controller.
- PROP__EXCEPTION_ONLY_RESPONSE - Static variable in class com.activeviam.tools.dataloadcontroller.controller.DataLoadController
-
Optional property, to set the exception even type in response only.
- PROP__JDBC_FETCH_SIZE - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask
-
Optional property, to set JDBC driver fetch size.
- PROP__MAX_TX_DRAIN_SIZE - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
To set capacity of the publish queue.
- PROP__MAX_TX_DRAIN_TIME_MS - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
To set max wait time before committing transaction
- PROP__PUBLISH_CHUNK_SIZE - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask
-
Optional property, to set size of publish message chunks.
- PROP__PUBLISH_CHUNK_SIZE - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
Optional property, to set size of publish message chunks.
- PROP__PUBLISH_QUEUE_CAPACITY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask
-
Optional property, to set capacity of the publish queue.
- PROP__PUBLISH_QUEUE_CAPACITY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
Optional property, to set the size of publish queue that accumulates
records from remote topic before publishing them to datastore (default = 100M)
- PROP__PUBLISH_TASK_MAX_CONCURRENCY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
Optional property, to set max concurrency of publish tasks per fetch task.
- PROP__PUBLISH_TASK_MAX_CONCURRENCY_PER_FETCH_TASK - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.AJdbcPreparedStatementTask
-
Optional property, to set max concurrency of publish tasks per fetch task.
- PROP__SOURCE_NAME - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvScopedFetchSource
-
Optional property, to set a custom name for this source.
- PROP__SOURCE_NAME - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcScopedFetchSource
-
Optional property, to set a custom name for this source.
- PROP__STATEMENT_TASK_MAX_CONCURRENCY - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.jdbc.JdbcScopedFetchSource
-
Optional property, to set max concurrency of statement tasks.
- PROP_COBDATE_INDEX - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.kafka.KafkaMessageConsumer
-
- PROP_COBDATE_INDEX - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.rabbitmq.RabbitMqMessageConsumer
-
- PROP_POLL_TIMEOUT - Static variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.kafka.KafkaMessageConsumer
-
- props - Variable in class com.activeviam.tools.dataloadcontroller.core.source.messaging.MessagingTopic
-
- providerFactory - Variable in class com.activeviam.tools.dataloadcontroller.core.source.csv.CsvCloudScopedFetchTopic
-
- PublishTask(List<E>, IMessageChannel<String, E>, String, TxSizeController.PublishInfoAccumulator) - Constructor for class com.activeviam.tools.dataloadcontroller.core.source.messaging.TxSizeController.PublishTask
-