Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- acknowledgeError(OffsetDateTime, String) - Method in class org.deltafi.common.types.DeltaFile
- action() - Method in record class org.deltafi.common.types.ActionExecution
-
Returns the value of the
actionrecord component. - Action - Class in org.deltafi.common.types
- Action(Action) - Constructor for class org.deltafi.common.types.Action
- ACTION - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- ACTION_EXECUTION_TIME_MS - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- ActionConfiguration - Class in org.deltafi.common.types
- ActionConfiguration(String, ActionType, String) - Constructor for class org.deltafi.common.types.ActionConfiguration
- ActionContext - Class in org.deltafi.common.types
- ActionContext() - Constructor for class org.deltafi.common.types.ActionContext
- ActionDescriptor - Class in org.deltafi.common.types
- ActionDescriptor() - Constructor for class org.deltafi.common.types.ActionDescriptor
- ActionEvent - Class in org.deltafi.common.types
- ActionEvent() - Constructor for class org.deltafi.common.types.ActionEvent
- ActionEventQueue - Class in org.deltafi.common.action
-
Service for pushing and popping action events to a redis queue.
- ActionEventQueue(ActionEventQueueProperties, int) - Constructor for class org.deltafi.common.action.ActionEventQueue
- ActionEventQueueProperties - Class in org.deltafi.common.action
- ActionEventQueueProperties() - Constructor for class org.deltafi.common.action.ActionEventQueueProperties
- ActionEventType - Enum Class in org.deltafi.common.types
- ActionExecution - Record Class in org.deltafi.common.types
- ActionExecution(String, String, String, OffsetDateTime) - Constructor for record class org.deltafi.common.types.ActionExecution
-
Creates an instance of a
ActionExecutionrecord class. - ActionInput - Class in org.deltafi.common.types
- ActionInput() - Constructor for class org.deltafi.common.types.ActionInput
- actionNamed(String, String) - Method in class org.deltafi.common.types.DeltaFile
- actionNames() - Method in class org.deltafi.common.types.Plugin
- ActionState - Enum Class in org.deltafi.common.types
- actionType - Variable in class org.deltafi.common.types.ActionConfiguration
- ActionType - Enum Class in org.deltafi.common.types
- addAction(String, String, ActionType, ActionState) - Method in class org.deltafi.common.types.DeltaFile
- addAnnotationIfAbsent(String, String) - Method in class org.deltafi.common.types.DeltaFile
- addAnnotations(Map<String, String>) - Method in class org.deltafi.common.types.DeltaFile
- addAnnotationsIfAbsent(Map<String, String>) - Method in class org.deltafi.common.types.DeltaFile
- addDomain(String, String, String) - Method in class org.deltafi.common.types.Action
- addEgressFlow(String) - Method in class org.deltafi.common.types.DeltaFile
- addEnrichment(String, String) - Method in class org.deltafi.common.types.Action
- addEnrichment(String, String, String) - Method in class org.deltafi.common.types.Action
- addMetadata(String, String) - Method in class org.deltafi.common.types.SourceInfo
- addMetadata(Map<String, String>) - Method in class org.deltafi.common.types.SourceInfo
- addPendingAnnotationsForFlow(String) - Method in class org.deltafi.common.types.DeltaFile
-
Add the given flow to the set of pendingAnnotationsForFlows for this DeltaFile Do nothing if the given set is null or empty
- addReadyToCollectAction(String, String, ActionType) - Method in class org.deltafi.common.types.DeltaFile
- addTag(String, String) - Method in class org.deltafi.common.types.Metric
- addTags(Map<String, String>) - Method in class org.deltafi.common.types.Metric
- ADMIN_PERMISSION - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- afterFormat() - Method in class org.deltafi.common.types.Action
- allActionConfigurations() - Method in class org.deltafi.common.types.EgressFlowPlan
- allActionConfigurations() - Method in class org.deltafi.common.types.EnrichFlowPlan
- allActionConfigurations() - Method in class org.deltafi.common.types.FlowPlan
- allActionConfigurations() - Method in class org.deltafi.common.types.NormalizeFlowPlan
- allActionConfigurations() - Method in class org.deltafi.common.types.TimedIngressFlowPlan
- allActionConfigurations() - Method in class org.deltafi.common.types.TransformFlowPlan
- amendedData() - Method in class org.deltafi.common.types.Action
- AnnotationChangeEvent - Class in org.deltafi.common.types
- AnnotationChangeEvent() - Constructor for class org.deltafi.common.types.AnnotationChangeEvent
- apiVersion - Variable in class org.deltafi.common.types.DeltaFiConfiguration
- APPLICATION_FLOWFILE - Static variable in class org.deltafi.common.nifi.ContentType
- APPLICATION_FLOWFILE_V_1 - Static variable in class org.deltafi.common.nifi.ContentType
- APPLICATION_FLOWFILE_V_2 - Static variable in class org.deltafi.common.nifi.ContentType
- APPLICATION_FLOWFILE_V_3 - Static variable in class org.deltafi.common.nifi.ContentType
- attributes() - Method in record class org.deltafi.common.nifi.FlowFile
-
Returns the value of the
attributesrecord component. - AUTO_RESOLVE_FLOW_NAME - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- AutoDestructTempFile - Class in org.deltafi.common.file
- AutoDestructTempFile() - Constructor for class org.deltafi.common.file.AutoDestructTempFile
- AutoDestructTempFile(InputStream) - Constructor for class org.deltafi.common.file.AutoDestructTempFile
- AutoDestructTempFile(InputStream, String, String) - Constructor for class org.deltafi.common.file.AutoDestructTempFile
- AutoDestructTempFile(String, String) - Constructor for class org.deltafi.common.file.AutoDestructTempFile
- await() - Method in interface org.deltafi.common.stream.BlockingInputStream
- await() - Method in class org.deltafi.common.stream.PassthroughBlockingInputStream
- await() - Method in class org.deltafi.common.stream.PipelineBlockingInputStream
B
- BlockingInputStream - Interface in org.deltafi.common.stream
- BOOLEAN - Enum constant in enum class org.deltafi.common.types.VariableDataType
- BoundedLineReader - Class in org.deltafi.common.reader
-
Buffered reader that tracks the number of bytes read and bounds the readLine method by the maxLineSize setting to limit the characters read into memory.
- BoundedLineReader(Reader, int, long) - Constructor for class org.deltafi.common.reader.BoundedLineReader
- BoundedLineReader(Reader, long) - Constructor for class org.deltafi.common.reader.BoundedLineReader
- build(Class<T>) - Static method in class org.deltafi.common.http.client.feign.FeignClientFactory
-
Builds a client for the provided Feign-annotated interface.
- build(Class<T>, String) - Static method in class org.deltafi.common.http.client.feign.FeignClientFactory
-
Builds a client for the provided Feign-annotated interface for the resources at the given URL.
- build(Class<T>, String, Encoder, Decoder, Retryer) - Static method in class org.deltafi.common.http.client.feign.FeignClientFactory
-
Builds a client for the provided Feign-annotated interface for the resources at the given URL.
- build(Class<T>, String, Encoder, Decoder, Retryer, Request.Options) - Static method in class org.deltafi.common.http.client.feign.FeignClientFactory
-
Builds a client for the provided Feign-annotated interface for the resources at the given URL.
- build(Class<T>, String, Encoder, Decoder, Retryer, Request.Options, SslProperties) - Static method in class org.deltafi.common.http.client.feign.FeignClientFactory
-
Builds an SSL-enabled client for the provided Feign-annotated interface for the resources at the given URL.
- build(Class<T>, String, Encoder, Decoder, Retryer, SslProperties) - Static method in class org.deltafi.common.http.client.feign.FeignClientFactory
-
Builds an SSL-enabled client for the provided Feign-annotated interface for the resources at the given URL.
- build(Class<T>, String, SslProperties) - Static method in class org.deltafi.common.http.client.feign.FeignClientFactory
-
Builds an SSL-enabled client for the provided Feign-annotated interface for the resources at the given URL.
- build(Class<T>, SslProperties) - Static method in class org.deltafi.common.http.client.feign.FeignClientFactory
-
Builds an SSL-enabled client for the provided Feign-annotated interface.
- build(String, String...) - Method in class org.deltafi.common.graphql.dgs.GraphQLClientFactory
- buildActionInput(String, DeltaFile, String, String, String, OffsetDateTime, Action, String) - Method in class org.deltafi.common.types.ActionConfiguration
-
Create the ActionInput that should be sent to an Action
- buildCollectionActionInput(String, DeltaFile, List<DeltaFile>, String, String, String, OffsetDateTime, Action) - Method in class org.deltafi.common.types.ActionConfiguration
-
Create the ActionInput that should be sent to an Action with a collect configuration.
- buildSslContext(SslProperties) - Static method in class org.deltafi.common.ssl.SslContextFactory
- BYTES_IN - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- BYTES_OUT - Static variable in class org.deltafi.common.constant.DeltaFiConstants
C
- CacheAutoConfiguration - Class in org.deltafi.common.cache
- CacheAutoConfiguration() - Constructor for class org.deltafi.common.cache.CacheAutoConfiguration
- cacheManager(CacheProperties, Ticker) - Method in class org.deltafi.common.cache.CacheAutoConfiguration
- CacheProperties - Class in org.deltafi.common.cache
- CacheProperties() - Constructor for class org.deltafi.common.cache.CacheProperties
- calculateTotalSize(Set<Segment>) - Static method in class org.deltafi.common.content.Segment
- canBeCancelled() - Method in class org.deltafi.common.types.DeltaFile
- cancel() - Method in class org.deltafi.common.types.DeltaFile
- CANCELLED - Enum constant in enum class org.deltafi.common.types.ActionState
- CANCELLED - Enum constant in enum class org.deltafi.common.types.DeltaFileStage
- cancelQueuedActions() - Method in class org.deltafi.common.types.DeltaFile
- ChildFormatEvent - Class in org.deltafi.common.types
- ChildFormatEvent() - Constructor for class org.deltafi.common.types.ChildFormatEvent
- ChildLoadEvent - Class in org.deltafi.common.types
- ChildLoadEvent() - Constructor for class org.deltafi.common.types.ChildLoadEvent
- CLASS - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- clazz() - Method in record class org.deltafi.common.types.ActionExecution
-
Returns the value of the
clazzrecord component. - clearErrorAcknowledged() - Method in class org.deltafi.common.types.DeltaFile
- close() - Method in class org.deltafi.common.file.AutoDestructTempFile
- COLD_QUEUED - Enum constant in enum class org.deltafi.common.types.ActionState
- collect - Variable in class org.deltafi.common.types.ActionConfiguration
- CollectConfiguration - Record Class in org.deltafi.common.types
- CollectConfiguration(Duration, Integer, Integer, String) - Constructor for record class org.deltafi.common.types.CollectConfiguration
-
Creates an instance of a
CollectConfigurationrecord class. - COLLECTED - Enum constant in enum class org.deltafi.common.types.ActionState
- collectedAction(String, String, OffsetDateTime, OffsetDateTime) - Method in class org.deltafi.common.types.DeltaFile
- COLLECTING - Enum constant in enum class org.deltafi.common.types.ActionState
- collectingAction(String, String, OffsetDateTime, OffsetDateTime) - Method in class org.deltafi.common.types.DeltaFile
- COMPLETE - Enum constant in enum class org.deltafi.common.types.ActionState
- COMPLETE - Enum constant in enum class org.deltafi.common.types.DeltaFileStage
- completeAction(String, String, OffsetDateTime, OffsetDateTime) - Method in class org.deltafi.common.types.DeltaFile
- completeAction(String, String, OffsetDateTime, OffsetDateTime, List<Content>, Map<String, String>, List<String>, List<Domain>, List<Enrichment>) - Method in class org.deltafi.common.types.DeltaFile
- completeAction(ActionEvent) - Method in class org.deltafi.common.types.DeltaFile
- completeAction(ActionEvent, List<Content>, Map<String, String>, List<String>, List<Domain>, List<Enrichment>) - Method in class org.deltafi.common.types.DeltaFile
- computeContentSize(List<Content>) - Static method in class org.deltafi.common.content.ContentUtil
- containsKey(String) - Method in class org.deltafi.common.types.SourceInfo
- content() - Method in record class org.deltafi.common.nifi.FlowFile
-
Returns the value of the
contentrecord component. - content() - Method in record class org.deltafi.common.types.SaveManyContent
-
Returns the value of the
contentrecord component. - Content - Class in org.deltafi.common.types
-
A data object that defines a named content reference
- Content(String, String) - Constructor for class org.deltafi.common.types.Content
-
Create content with no segments
- Content(String, String, List<Segment>, long) - Constructor for class org.deltafi.common.types.Content
-
Provide an all-args constructor including size, which is a field in graphql but not on the object
- Content(String, String, Segment) - Constructor for class org.deltafi.common.types.Content
-
Create content with a single segment
- Content(Content) - Constructor for class org.deltafi.common.types.Content
- CONTENT_BUCKET - Static variable in class org.deltafi.common.content.ContentStorageService
- ContentChangeEvent - Class in org.deltafi.common.types
- ContentChangeEvent() - Constructor for class org.deltafi.common.types.ContentChangeEvent
- contentStorageService(ObjectStorageService) - Method in class org.deltafi.common.content.ContentStorageServiceAutoConfiguration
- ContentStorageService - Class in org.deltafi.common.content
- ContentStorageService() - Constructor for class org.deltafi.common.content.ContentStorageService
- ContentStorageServiceAutoConfiguration - Class in org.deltafi.common.content
- ContentStorageServiceAutoConfiguration() - Constructor for class org.deltafi.common.content.ContentStorageServiceAutoConfiguration
- ContentType - Class in org.deltafi.common.nifi
- ContentType() - Constructor for class org.deltafi.common.nifi.ContentType
- ContentUtil - Class in org.deltafi.common.content
- ContentUtil() - Constructor for class org.deltafi.common.content.ContentUtil
- convertEvent(String) - Static method in class org.deltafi.common.action.ActionEventQueue
- convertInput(String) - Static method in class org.deltafi.common.action.ActionEventQueue
- convertKeyValues(List<KeyValue>) - Static method in class org.deltafi.common.converters.KeyValueConverter
- convertValue(String) - Method in enum class org.deltafi.common.types.VariableDataType
- copy() - Method in class org.deltafi.common.types.Content
-
Creates and returns a copy of the current Content object.
- copy(InputStream, OutputStream, long) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV2
- copy(InputStream, OutputStream, long) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV3
- copy(String) - Method in class org.deltafi.common.types.ActionContext
-
Create a copy of this ActionContext with a different did
- countBytesInNextLine() - Method in class org.deltafi.common.reader.BoundedLineReader
-
Counts the number of bytes in the next line of text.
- CURRENT_SCHEMA_VERSION - Static variable in class org.deltafi.common.types.DeltaFile
- customize(HttpClient.Builder) - Method in interface org.deltafi.common.http.HttpClientCustomizer
-
Customize the HttpClient.Builder used to create HttpClient bean By default, the builder will add an SSLContext based on
SslPropertiesand set the connectTimeout toHttpServiceAutoConfiguration.DEFAULT_CONNECT_TIMEOUT.
D
- DEFAULT - Enum constant in enum class org.deltafi.common.types.PropertySource
- DEFAULT_CONNECT_TIMEOUT - Static variable in class org.deltafi.common.http.HttpServiceAutoConfiguration
- DEGRADED - Enum constant in enum class org.deltafi.common.types.IngressStatus
- delete(Content) - Method in class org.deltafi.common.content.ContentStorageService
- deleteAll(List<Segment>) - Method in class org.deltafi.common.content.ContentStorageService
- DELETED_BYTES - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- DELETED_FILES - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- DeltaFiConfiguration - Class in org.deltafi.common.types
- DeltaFiConfiguration(String) - Constructor for class org.deltafi.common.types.DeltaFiConfiguration
- DeltaFiConstants - Class in org.deltafi.common.constant
- DeltaFile - Class in org.deltafi.common.types
- DeltaFile(DeltaFile) - Constructor for class org.deltafi.common.types.DeltaFile
- DeltaFileMessage - Class in org.deltafi.common.types
- DeltaFileMessage() - Constructor for class org.deltafi.common.types.DeltaFileMessage
- DeltaFileStage - Enum Class in org.deltafi.common.types
- DGS_QUEUE - Static variable in class org.deltafi.common.action.ActionEventQueue
- did() - Method in record class org.deltafi.common.types.ActionExecution
-
Returns the value of the
didrecord component. - Domain - Class in org.deltafi.common.types
- Domain(Domain) - Constructor for class org.deltafi.common.types.Domain
- DOMAIN - Enum constant in enum class org.deltafi.common.types.ActionEventType
- DOMAIN - Enum constant in enum class org.deltafi.common.types.ActionType
- DomainActionConfiguration - Class in org.deltafi.common.types
- DomainActionConfiguration(String, String, List<String>) - Constructor for class org.deltafi.common.types.DomainActionConfiguration
- DomainChangeEvent - Class in org.deltafi.common.types
- DomainChangeEvent() - Constructor for class org.deltafi.common.types.DomainChangeEvent
- DomainEvent - Class in org.deltafi.common.types
- DomainEvent() - Constructor for class org.deltafi.common.types.DomainEvent
- domainMap() - Method in class org.deltafi.common.types.DeltaFileMessage
- domains() - Method in class org.deltafi.common.types.DeltaFile
- drop(List<String>) - Method in class org.deltafi.common.action.ActionEventQueue
- drop(List<String>) - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Drop all queues in key list.
E
- Egress - Class in org.deltafi.common.types
- Egress(Egress) - Constructor for class org.deltafi.common.types.Egress
- EGRESS - Enum constant in enum class org.deltafi.common.types.ActionEventType
- EGRESS - Enum constant in enum class org.deltafi.common.types.ActionType
- EGRESS - Enum constant in enum class org.deltafi.common.types.DeltaFileStage
- EGRESS - Enum constant in enum class org.deltafi.common.types.FlowType
- EGRESS_FLOW - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- EgressActionConfiguration - Class in org.deltafi.common.types
- EgressActionConfiguration(String, String) - Constructor for class org.deltafi.common.types.EgressActionConfiguration
- EgressFlowConfiguration - Class in org.deltafi.common.types
- EgressFlowConfiguration(String, String, String) - Constructor for class org.deltafi.common.types.EgressFlowConfiguration
- EgressFlowPlan - Class in org.deltafi.common.types
- EgressFlowPlan(String, String, FormatActionConfiguration, List<ValidateActionConfiguration>, EgressActionConfiguration) - Constructor for class org.deltafi.common.types.EgressFlowPlan
- EgressFlowPlan(String, String, FormatActionConfiguration, EgressActionConfiguration) - Constructor for class org.deltafi.common.types.EgressFlowPlan
- EgressFlowPlan(String, FlowType, String, FormatActionConfiguration, List<ValidateActionConfiguration>, EgressActionConfiguration) - Constructor for class org.deltafi.common.types.EgressFlowPlan
- ENRICH - Enum constant in enum class org.deltafi.common.types.ActionEventType
- ENRICH - Enum constant in enum class org.deltafi.common.types.ActionType
- ENRICH - Enum constant in enum class org.deltafi.common.types.DeltaFileStage
- ENRICH - Enum constant in enum class org.deltafi.common.types.FlowType
- EnrichActionConfiguration - Class in org.deltafi.common.types
- EnrichActionConfiguration(String, String, List<String>) - Constructor for class org.deltafi.common.types.EnrichActionConfiguration
- EnrichEvent - Class in org.deltafi.common.types
- EnrichEvent() - Constructor for class org.deltafi.common.types.EnrichEvent
- EnrichFlowConfiguration - Class in org.deltafi.common.types
- EnrichFlowConfiguration(String) - Constructor for class org.deltafi.common.types.EnrichFlowConfiguration
- EnrichFlowPlan - Class in org.deltafi.common.types
- EnrichFlowPlan(String, String) - Constructor for class org.deltafi.common.types.EnrichFlowPlan
- EnrichFlowPlan(String, FlowType, String) - Constructor for class org.deltafi.common.types.EnrichFlowPlan
- Enrichment - Class in org.deltafi.common.types
- Enrichment(Enrichment) - Constructor for class org.deltafi.common.types.Enrichment
- EnrichmentChangeEvent - Class in org.deltafi.common.types
- EnrichmentChangeEvent() - Constructor for class org.deltafi.common.types.EnrichmentChangeEvent
- enrichmentMap() - Method in class org.deltafi.common.types.DeltaFileMessage
- enrichments() - Method in class org.deltafi.common.types.DeltaFile
- ensurePendingAction(String, String) - Method in class org.deltafi.common.types.DeltaFile
- equals(Object) - Method in record class org.deltafi.common.nifi.FlowFile
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.deltafi.common.types.ActionExecution
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.deltafi.common.types.CollectConfiguration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.deltafi.common.types.SaveManyContent
-
Indicates whether some other object is "equal to" this one.
- equalsIgnoreVersion(PluginCoordinates) - Method in class org.deltafi.common.types.PluginCoordinates
- ERROR - Enum constant in enum class org.deltafi.common.types.ActionEventType
- ERROR - Enum constant in enum class org.deltafi.common.types.ActionState
- ERROR - Enum constant in enum class org.deltafi.common.types.DeltaFileStage
- errorAction(String, String, OffsetDateTime, OffsetDateTime, String, String) - Method in class org.deltafi.common.types.DeltaFile
- errorAction(String, String, OffsetDateTime, OffsetDateTime, String, String, OffsetDateTime) - Method in class org.deltafi.common.types.DeltaFile
- errorAction(ActionEvent) - Method in class org.deltafi.common.types.DeltaFile
- errorAction(ActionEvent, String, Integer) - Method in class org.deltafi.common.types.DeltaFile
- errorAction(ActionEvent, String, String) - Method in class org.deltafi.common.types.DeltaFile
- ErrorDomain - Class in org.deltafi.common.types
- ErrorDomain() - Constructor for class org.deltafi.common.types.ErrorDomain
- erroredActions() - Method in class org.deltafi.common.types.DeltaFile
- ErrorEvent - Class in org.deltafi.common.types
- ErrorEvent() - Constructor for class org.deltafi.common.types.ErrorEvent
- exceedsDuration(Duration) - Method in record class org.deltafi.common.types.ActionExecution
- executeQuery(GraphQLClient, GraphQLQueryRequest, String, Class<T>) - Static method in class org.deltafi.common.graphql.dgs.GraphQLExecutor
- EXECUTION_TIME_MS - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- exists(String, String) - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Check if an object exists in the queue based on the search pattern
- EXTERNAL - Enum constant in enum class org.deltafi.common.types.PropertySource
F
- FeignClientFactory - Class in org.deltafi.common.http.client.feign
- FeignClientFactory() - Constructor for class org.deltafi.common.http.client.feign.FeignClientFactory
- FILES_AUTO_RESUMED - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- FILES_DROPPED - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- FILES_ERRORED - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- FILES_FILTERED - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- FILES_IN - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- FILES_OUT - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- FILTER - Enum constant in enum class org.deltafi.common.types.ActionEventType
- filterAction(ActionEvent, String) - Method in class org.deltafi.common.types.DeltaFile
- FILTERED - Enum constant in enum class org.deltafi.common.types.ActionState
- FilterEvent - Class in org.deltafi.common.types
- FilterEvent() - Constructor for class org.deltafi.common.types.FilterEvent
- firstActionError() - Method in class org.deltafi.common.types.DeltaFile
- FlowFile - Record Class in org.deltafi.common.nifi
- FlowFile(Map<String, String>, PipelineBlockingInputStream) - Constructor for record class org.deltafi.common.nifi.FlowFile
-
Creates an instance of a
FlowFilerecord class. - FlowFileTwoStepUnpackager - Interface in org.deltafi.common.nifi
- FlowFileTwoStepUnpackagerV1 - Class in org.deltafi.common.nifi
- FlowFileTwoStepUnpackagerV1() - Constructor for class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV1
- FlowFileTwoStepUnpackagerV2 - Class in org.deltafi.common.nifi
- FlowFileTwoStepUnpackagerV2() - Constructor for class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV2
- FlowFileTwoStepUnpackagerV3 - Class in org.deltafi.common.nifi
- FlowFileTwoStepUnpackagerV3() - Constructor for class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV3
- FlowFileUtil - Class in org.deltafi.common.nifi
- FlowFileUtil() - Constructor for class org.deltafi.common.nifi.FlowFileUtil
- FlowPlan - Class in org.deltafi.common.types
- FlowPlan() - Constructor for class org.deltafi.common.types.FlowPlan
- FlowType - Enum Class in org.deltafi.common.types
- FORMAT - Enum constant in enum class org.deltafi.common.types.ActionEventType
- FORMAT - Enum constant in enum class org.deltafi.common.types.ActionType
- FORMAT_MANY - Enum constant in enum class org.deltafi.common.types.ActionEventType
- FormatActionConfiguration - Class in org.deltafi.common.types
- FormatActionConfiguration(String, String, List<String>) - Constructor for class org.deltafi.common.types.FormatActionConfiguration
- formatComplete(String) - Method in class org.deltafi.common.types.DeltaFile
- formatContent(String) - Method in class org.deltafi.common.types.DeltaFile
- FormatEvent - Class in org.deltafi.common.types
- FormatEvent() - Constructor for class org.deltafi.common.types.FormatEvent
- formatMetadata(String) - Method in class org.deltafi.common.types.DeltaFile
-
Assemble formatted metadata based on a given flow.
- formatString(String) - Method in enum class org.deltafi.common.types.VariableDataType
-
Format the value in a way that it can be mapped to json
- forQueue(String) - Method in class org.deltafi.common.types.DeltaFile
- fromMap(Map<String, String>) - Static method in class org.deltafi.common.converters.KeyValueConverter
- fromMapEntry(Map.Entry<String, String>) - Static method in class org.deltafi.common.converters.KeyValueConverter
G
- generate() - Method in class org.deltafi.common.uuid.RandomUUIDGenerator
- generate() - Method in interface org.deltafi.common.uuid.UUIDGenerator
- generateUpdate() - Method in class org.deltafi.common.types.DeltaFile
- getActions() - Method in class org.deltafi.common.types.DeltaFile
- getAnnotationKeys() - Method in class org.deltafi.common.types.DeltaFile
- getAnnotations() - Method in class org.deltafi.common.types.DeltaFile
- getBytesRead() - Method in class org.deltafi.common.reader.BoundedLineReader
-
Get the total bytes that have been read by this reader
- getContent() - Method in class org.deltafi.common.types.Action
- getDeleteMetadataKeys() - Method in class org.deltafi.common.types.Action
- getDomains() - Method in class org.deltafi.common.types.Action
- getEgress() - Method in class org.deltafi.common.types.DeltaFile
- getEnrichments() - Method in class org.deltafi.common.types.Action
- getErrorMetadata(Action) - Method in class org.deltafi.common.types.DeltaFile
-
Get metadata, considering whether the given action is post-formatting.
- getInputStream() - Method in interface org.deltafi.common.stream.BlockingInputStream
- getInputStream() - Method in class org.deltafi.common.stream.PassthroughBlockingInputStream
- getInputStream() - Method in class org.deltafi.common.stream.PipelineBlockingInputStream
- getLongRunningTask(String) - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Retrieves the value associated with the given key from the long-running tasks
- getLongRunningTasks() - Method in class org.deltafi.common.action.ActionEventQueue
-
Fetches and returns a list of tasks that have been running for longer than the specified duration threshold.
- getLongRunningTasks() - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Retrieves a map of long-running tasks
- getMetadata() - Method in class org.deltafi.common.types.Action
- getMetadata() - Method in class org.deltafi.common.types.DeltaFile
-
Get the cumulative metadata from all actions that amend data through the load and enrich actions as well as retried format actions This method retrieves a copy of source metadata, and then applies changes from all actions that amended data.
- getMetadata(String) - Method in class org.deltafi.common.types.SourceInfo
- getMetadata(String, String) - Method in class org.deltafi.common.types.SourceInfo
- getObject(ObjectReference) - Method in class org.deltafi.common.storage.s3.minio.MinioObjectStorageService
- getObject(ObjectReference) - Method in interface org.deltafi.common.storage.s3.ObjectStorageService
- getObjectAsByteArray(ObjectReference) - Method in interface org.deltafi.common.storage.s3.ObjectStorageService
- getPath() - Method in class org.deltafi.common.file.AutoDestructTempFile
- getPendingAction(String, String) - Method in class org.deltafi.common.types.DeltaFile
- getScoreEpochMilli() - Method in class org.deltafi.common.queue.jedis.SortedSetEntry
-
Converts the score to milliseconds since the epoch.
- getSize() - Method in class org.deltafi.common.types.Content
-
Calculate size of all the segments
- GraphQLClientFactory - Class in org.deltafi.common.graphql.dgs
- GraphQLClientFactory() - Constructor for class org.deltafi.common.graphql.dgs.GraphQLClientFactory
- GraphQLExecutor - Class in org.deltafi.common.graphql.dgs
- GraphQLExecutor() - Constructor for class org.deltafi.common.graphql.dgs.GraphQLExecutor
- groupAndArtifact() - Method in class org.deltafi.common.types.PluginCoordinates
H
- hasActionInState(String, String, ActionState) - Method in class org.deltafi.common.types.DeltaFile
- hasActionInState(ActionState) - Method in class org.deltafi.common.types.DeltaFile
- hasCollectedAction(String, String) - Method in class org.deltafi.common.types.DeltaFile
- hasCompletedAction(String, String) - Method in class org.deltafi.common.types.DeltaFile
- hasCompletedActions(String, List<String>) - Method in class org.deltafi.common.types.DeltaFile
- hasDomains(List<String>) - Method in class org.deltafi.common.types.DeltaFile
- hasEnrichments(List<String>) - Method in class org.deltafi.common.types.DeltaFile
- hasErroredAction() - Method in class org.deltafi.common.types.DeltaFile
- hasFilteredAction() - Method in class org.deltafi.common.types.DeltaFile
- hashCode() - Method in record class org.deltafi.common.nifi.FlowFile
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.deltafi.common.types.ActionExecution
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.deltafi.common.types.CollectConfiguration
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.deltafi.common.types.SaveManyContent
-
Returns a hash code value for this object.
- hasMoreData() - Method in interface org.deltafi.common.nifi.FlowFileTwoStepUnpackager
- hasMoreData() - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV1
- hasMoreData() - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV2
- hasMoreData() - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV3
- hasPendingActions() - Method in class org.deltafi.common.types.DeltaFile
- hasReinjectedAction() - Method in class org.deltafi.common.types.DeltaFile
- hasTerminalAction(String, String) - Method in class org.deltafi.common.types.DeltaFile
- hasValue() - Method in class org.deltafi.common.types.Property
- hasValue() - Method in class org.deltafi.common.types.Variable
- HEALTHY - Enum constant in enum class org.deltafi.common.types.IngressStatus
- httpClient(SslProperties) - Method in class org.deltafi.common.http.HttpServiceAutoConfiguration
- HttpClientCustomizer - Interface in org.deltafi.common.http
-
Create a bean implementing this class to customize the HttpClient created in
HttpServiceAutoConfiguration - HttpPostException - Exception in org.deltafi.common.http
- HttpPostException(String, String) - Constructor for exception org.deltafi.common.http.HttpPostException
- httpService(HttpClient) - Method in class org.deltafi.common.http.HttpServiceAutoConfiguration
- HttpService - Class in org.deltafi.common.http
-
General purpose HTTP client service
- HttpService() - Constructor for class org.deltafi.common.http.HttpService
- HttpServiceAutoConfiguration - Class in org.deltafi.common.http
- HttpServiceAutoConfiguration(List<HttpClientCustomizer>) - Constructor for class org.deltafi.common.http.HttpServiceAutoConfiguration
I
- inactiveStage() - Method in class org.deltafi.common.types.DeltaFile
- incrementRequeueCount() - Method in class org.deltafi.common.types.DeltaFile
- INGRESS - Enum constant in enum class org.deltafi.common.types.ActionEventType
- INGRESS - Enum constant in enum class org.deltafi.common.types.ActionType
- INGRESS - Enum constant in enum class org.deltafi.common.types.DeltaFileStage
- INGRESS_ACTION - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- INGRESS_FLOW - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- IngressEvent - Class in org.deltafi.common.types
- IngressEvent() - Constructor for class org.deltafi.common.types.IngressEvent
- IngressEventItem - Class in org.deltafi.common.types
- IngressEventItem() - Constructor for class org.deltafi.common.types.IngressEventItem
- IngressStatus - Enum Class in org.deltafi.common.types
- internalParameters - Variable in class org.deltafi.common.types.ActionConfiguration
- INVALID_ACTION_EVENT_RECEIVED - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- InvalidActionEventException - Exception in org.deltafi.core.exceptions
- InvalidActionEventException(String) - Constructor for exception org.deltafi.core.exceptions.InvalidActionEventException
- isNewAction(String, String) - Method in class org.deltafi.common.types.DeltaFile
- isNotMasked() - Method in class org.deltafi.common.types.Variable
J
- JedisKeyedBlockingQueue - Class in org.deltafi.common.queue.jedis
-
A keyed blocking queue based on the Jedis client library for Redis.
- JedisKeyedBlockingQueue(String, String, int, int) - Constructor for class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Constructs a JedisKeyedBlockingQueue.
K
- key() - Method in record class org.deltafi.common.types.ActionExecution
- keys() - Method in class org.deltafi.common.action.ActionEventQueue
- keys() - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Get a list of unique keys from redis
- KeyValue - Class in org.deltafi.common.types
- KeyValue() - Constructor for class org.deltafi.common.types.KeyValue
- KeyValueConverter - Class in org.deltafi.common.converters
- KeyValueConverter() - Constructor for class org.deltafi.common.converters.KeyValueConverter
L
- lastAction() - Method in class org.deltafi.common.types.DeltaFile
- lastAction(String) - Method in class org.deltafi.common.types.DeltaFile
- lastCompleteDataAmendedAction() - Method in class org.deltafi.common.types.DeltaFile
- lastDataAmendedContent() - Method in class org.deltafi.common.types.DeltaFile
- lastFormatAction(String) - Method in class org.deltafi.common.types.DeltaFile
- LIST - Enum constant in enum class org.deltafi.common.types.VariableDataType
- load(Content) - Method in class org.deltafi.common.content.ContentStorageService
- LOAD - Enum constant in enum class org.deltafi.common.types.ActionEventType
- LOAD - Enum constant in enum class org.deltafi.common.types.ActionType
- LOAD_MANY - Enum constant in enum class org.deltafi.common.types.ActionEventType
- LoadActionConfiguration - Class in org.deltafi.common.types
- LoadActionConfiguration(String, String) - Constructor for class org.deltafi.common.types.LoadActionConfiguration
- LoadEvent - Class in org.deltafi.common.types
- LoadEvent() - Constructor for class org.deltafi.common.types.LoadEvent
- longRunningTaskExists(String, String, String) - Method in class org.deltafi.common.action.ActionEventQueue
-
Check if a specific long-running task exists and if its heartbeat is within the acceptable threshold.
M
- MAP - Enum constant in enum class org.deltafi.common.types.VariableDataType
- MASK_STRING - Static variable in class org.deltafi.common.types.Variable
- maskIfSensitive() - Method in class org.deltafi.common.types.Variable
- matches(String, String) - Static method in class org.deltafi.common.maven.VersionMatcher
-
Determine if a given version satisfies a version spec.
- MATCHES_ANY - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- maxAge() - Method in record class org.deltafi.common.types.CollectConfiguration
-
Returns the value of the
maxAgerecord component. - maxNum() - Method in record class org.deltafi.common.types.CollectConfiguration
-
Returns the value of the
maxNumrecord component. - mediaType() - Method in record class org.deltafi.common.types.SaveManyContent
-
Returns the value of the
mediaTyperecord component. - MetadataChangeEvent - Class in org.deltafi.common.types
- MetadataChangeEvent() - Constructor for class org.deltafi.common.types.MetadataChangeEvent
- metadataKey() - Method in record class org.deltafi.common.types.CollectConfiguration
-
Returns the value of the
metadataKeyrecord component. - metadataWithFormatRetries(String) - Method in class org.deltafi.common.types.DeltaFile
- Metric - Class in org.deltafi.common.types
- Metric(String, long) - Constructor for class org.deltafi.common.types.Metric
- metricName() - Method in class org.deltafi.common.types.Metric
-
Generate a fully tagged metric name for this metric (STATSD format)
- MinioAutoConfiguration - Class in org.deltafi.common.storage.s3.minio
- MinioAutoConfiguration() - Constructor for class org.deltafi.common.storage.s3.minio.MinioAutoConfiguration
- minioClient - Variable in class org.deltafi.common.storage.s3.minio.MinioObjectStorageService
- minioClient(MinioProperties) - Method in class org.deltafi.common.storage.s3.minio.MinioAutoConfiguration
- minioObjectStorageService(MinioClient, MinioProperties) - Method in class org.deltafi.common.storage.s3.minio.MinioAutoConfiguration
- MinioObjectStorageService - Class in org.deltafi.common.storage.s3.minio
- MinioObjectStorageService() - Constructor for class org.deltafi.common.storage.s3.minio.MinioObjectStorageService
- minioProperties - Variable in class org.deltafi.common.storage.s3.minio.MinioObjectStorageService
- MinioProperties - Class in org.deltafi.common.storage.s3.minio
- MinioProperties() - Constructor for class org.deltafi.common.storage.s3.minio.MinioProperties
- minNum() - Method in record class org.deltafi.common.types.CollectConfiguration
-
Returns the value of the
minNumrecord component. - MONGO - Enum constant in enum class org.deltafi.common.types.PropertySource
- MONGO_MAP_KEY_DOT_REPLACEMENT - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- MultipleActionException - Exception in org.deltafi.core.exceptions
- MultipleActionException(String, String, String) - Constructor for exception org.deltafi.core.exceptions.MultipleActionException
N
- name - Variable in class org.deltafi.common.types.DeltaFiConfiguration
- name() - Method in record class org.deltafi.common.types.SaveManyContent
-
Returns the value of the
namerecord component. - NO_EGRESS_FLOW_CONFIGURED_ACTION - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- NORMALIZATION - Enum constant in enum class org.deltafi.common.types.ProcessingType
- NORMALIZE - Enum constant in enum class org.deltafi.common.types.FlowType
- NormalizeFlowConfiguration - Class in org.deltafi.common.types
- NormalizeFlowConfiguration(String) - Constructor for class org.deltafi.common.types.NormalizeFlowConfiguration
- NormalizeFlowPlan - Class in org.deltafi.common.types
- NormalizeFlowPlan(String, String) - Constructor for class org.deltafi.common.types.NormalizeFlowPlan
- NormalizeFlowPlan(String, FlowType, String) - Constructor for class org.deltafi.common.types.NormalizeFlowPlan
- NOT_SET - Static variable in class org.deltafi.common.ssl.SslProperties
- NUMBER - Enum constant in enum class org.deltafi.common.types.VariableDataType
O
- objectName() - Method in class org.deltafi.common.content.Segment
- ObjectReference - Class in org.deltafi.common.storage.s3
- ObjectReference(String, String) - Constructor for class org.deltafi.common.storage.s3.ObjectReference
- ObjectStorageException - Exception in org.deltafi.common.storage.s3
- ObjectStorageException(String) - Constructor for exception org.deltafi.common.storage.s3.ObjectStorageException
- ObjectStorageException(String, Throwable) - Constructor for exception org.deltafi.common.storage.s3.ObjectStorageException
- ObjectStorageException(Throwable) - Constructor for exception org.deltafi.common.storage.s3.ObjectStorageException
- ObjectStorageService - Interface in org.deltafi.common.storage.s3
- org.deltafi.common.action - package org.deltafi.common.action
- org.deltafi.common.cache - package org.deltafi.common.cache
- org.deltafi.common.constant - package org.deltafi.common.constant
- org.deltafi.common.content - package org.deltafi.common.content
- org.deltafi.common.converters - package org.deltafi.common.converters
- org.deltafi.common.file - package org.deltafi.common.file
- org.deltafi.common.graphql.dgs - package org.deltafi.common.graphql.dgs
- org.deltafi.common.http - package org.deltafi.common.http
- org.deltafi.common.http.client.feign - package org.deltafi.common.http.client.feign
- org.deltafi.common.maven - package org.deltafi.common.maven
- org.deltafi.common.nifi - package org.deltafi.common.nifi
- org.deltafi.common.queue.jedis - package org.deltafi.common.queue.jedis
- org.deltafi.common.reader - package org.deltafi.common.reader
- org.deltafi.common.resource - package org.deltafi.common.resource
- org.deltafi.common.ssl - package org.deltafi.common.ssl
- org.deltafi.common.storage.s3 - package org.deltafi.common.storage.s3
- org.deltafi.common.storage.s3.minio - package org.deltafi.common.storage.s3.minio
- org.deltafi.common.stream - package org.deltafi.common.stream
- org.deltafi.common.types - package org.deltafi.common.types
- org.deltafi.common.uuid - package org.deltafi.common.uuid
- org.deltafi.core.exceptions - package org.deltafi.core.exceptions
P
- packageFlowFileV1(Map<String, String>, InputStream, long, ExecutorService) - Static method in class org.deltafi.common.nifi.FlowFileUtil
- packageFlowFileV2(Map<String, String>, InputStream, long) - Static method in class org.deltafi.common.nifi.FlowFileUtil
- packageFlowFileV3(Map<String, String>, InputStream, long) - Static method in class org.deltafi.common.nifi.FlowFileUtil
- parameters - Variable in class org.deltafi.common.types.ActionConfiguration
- PassthroughBlockingInputStream - Class in org.deltafi.common.stream
- PassthroughBlockingInputStream(InputStream) - Constructor for class org.deltafi.common.stream.PassthroughBlockingInputStream
- pendingAnnotations(Set<String>) - Method in class org.deltafi.common.types.DeltaFile
-
Get the set of annotations that are still pending from the given set of expected annotations
- PERMISSIONS_HEADER - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- PipelineBlockingInputStream - Class in org.deltafi.common.stream
- PipelineBlockingInputStream() - Constructor for class org.deltafi.common.stream.PipelineBlockingInputStream
- PipelineBlockingInputStream(int) - Constructor for class org.deltafi.common.stream.PipelineBlockingInputStream
- Plugin - Class in org.deltafi.common.types
- Plugin() - Constructor for class org.deltafi.common.types.Plugin
- PluginCoordinates - Class in org.deltafi.common.types
-
PluginCoordinates are used to uniquely identify a plugin.
- PluginCoordinates(String) - Constructor for class org.deltafi.common.types.PluginCoordinates
- PluginRegistration - Class in org.deltafi.common.types
- PluginRegistration() - Constructor for class org.deltafi.common.types.PluginRegistration
- post(String, Map<String, String>, InputStream, String) - Method in class org.deltafi.common.http.HttpService
-
Post data to an HTTP endpoint
- ProcessingType - Enum Class in org.deltafi.common.types
- Property - Class in org.deltafi.common.types
- Property() - Constructor for class org.deltafi.common.types.Property
- PropertySet - Class in org.deltafi.common.types
- PropertySet() - Constructor for class org.deltafi.common.types.PropertySet
- PropertySource - Enum Class in org.deltafi.common.types
- put(List<SortedSetEntry>) - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Puts multiple objects into the queue.
- put(SortedSetEntry) - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Puts an object into the queue.
- putActions(List<ActionInput>, boolean) - Method in class org.deltafi.common.action.ActionEventQueue
-
Puts the given action inputs into the appropriate Redis queue(s).
- putObject(ObjectReference, InputStream) - Method in class org.deltafi.common.storage.s3.minio.MinioObjectStorageService
- putObject(ObjectReference, InputStream) - Method in interface org.deltafi.common.storage.s3.ObjectStorageService
- putObjectAsByteArray(ObjectReference, byte[]) - Method in interface org.deltafi.common.storage.s3.ObjectStorageService
- putObjects(String, Map<ObjectReference, InputStream>) - Method in class org.deltafi.common.storage.s3.minio.MinioObjectStorageService
- putObjects(String, Map<ObjectReference, InputStream>) - Method in interface org.deltafi.common.storage.s3.ObjectStorageService
-
Writes the InputStream to object storage for each ObjectReference
- putResult(ActionEvent, String) - Method in class org.deltafi.common.action.ActionEventQueue
-
Submit a result object for action processing
- putResults(List<ActionEvent>, String) - Method in class org.deltafi.common.action.ActionEventQueue
-
Submit a List of result objects for action processing
Q
- queueAction(String, String, ActionType, boolean) - Method in class org.deltafi.common.types.DeltaFile
- QUEUED - Enum constant in enum class org.deltafi.common.types.ActionState
- queuedActions() - Method in class org.deltafi.common.types.DeltaFile
- queueHasTaskingForAction(ActionInput) - Method in class org.deltafi.common.action.ActionEventQueue
-
Checks if the queue has a tasking for the specified action.
- queueNewAction(String, String, ActionType, boolean) - Method in class org.deltafi.common.types.DeltaFile
R
- RandomUUIDGenerator - Class in org.deltafi.common.uuid
- RandomUUIDGenerator() - Constructor for class org.deltafi.common.uuid.RandomUUIDGenerator
- read(String) - Static method in class org.deltafi.common.resource.Resource
- readAttributes(InputStream) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV2
- readAttributes(InputStream) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV3
- readLine() - Method in class org.deltafi.common.reader.BoundedLineReader
-
Reads a line of text.
- readLong(InputStream) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV2
- readLong(InputStream) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV3
- readString(InputStream) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV2
- readString(InputStream) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV3
- readStringAsList(String) - Static method in enum class org.deltafi.common.types.VariableDataType
-
Takes in a comma seperated list in a string and splits it into a list of strings.
- readStringAsMap(String) - Static method in enum class org.deltafi.common.types.VariableDataType
-
Read a list of key value pairs into a Map where keys are delimited from values by colons and pairs are delimited by commas
- READY_TO_COLLECT - Enum constant in enum class org.deltafi.common.types.ActionState
- readyToCollectActions() - Method in class org.deltafi.common.types.DeltaFile
- recalculateBytes() - Method in class org.deltafi.common.types.DeltaFile
- recordLongRunningTask(String, String) - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Records a long running task in the long-running tasks
- recordLongRunningTask(ActionExecution) - Method in class org.deltafi.common.action.ActionEventQueue
-
Records a long-running task in Redis.
- referencedSegments() - Method in class org.deltafi.common.types.DeltaFile
- REINJECT - Enum constant in enum class org.deltafi.common.types.ActionEventType
- reinjectAction(ActionEvent) - Method in class org.deltafi.common.types.DeltaFile
- REINJECTED - Enum constant in enum class org.deltafi.common.types.ActionState
- ReinjectEvent - Class in org.deltafi.common.types
- ReinjectEvent() - Constructor for class org.deltafi.common.types.ReinjectEvent
- removeExpiredLongRunningTasks() - Method in class org.deltafi.common.action.ActionEventQueue
-
Removes long-running tasks from Redis that have heartbeat times exceeding the specified duration threshold.
- removeLastAction() - Method in class org.deltafi.common.types.DeltaFile
- removeLongRunningTask(String) - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Remove a long-running task with the specified key
- removeLongRunningTask(ActionExecution) - Method in class org.deltafi.common.action.ActionEventQueue
-
Removes the specified long-running task from Redis.
- removeMetadata(String) - Method in class org.deltafi.common.types.SourceInfo
- removeObject(ObjectReference) - Method in class org.deltafi.common.storage.s3.minio.MinioObjectStorageService
- removeObject(ObjectReference) - Method in interface org.deltafi.common.storage.s3.ObjectStorageService
- removeObjects(String, List<String>) - Method in class org.deltafi.common.storage.s3.minio.MinioObjectStorageService
- removeObjects(String, List<String>) - Method in interface org.deltafi.common.storage.s3.ObjectStorageService
- removeTag(String) - Method in class org.deltafi.common.types.Metric
- RequiresDomainsActionConfiguration - Class in org.deltafi.common.types
- RequiresDomainsActionConfiguration(String, ActionType, String, List<String>) - Constructor for class org.deltafi.common.types.RequiresDomainsActionConfiguration
- RequiresDomainsAndEnrichmentsActionConfiguration - Class in org.deltafi.common.types
- RequiresDomainsAndEnrichmentsActionConfiguration(String, ActionType, String, List<String>) - Constructor for class org.deltafi.common.types.RequiresDomainsAndEnrichmentsActionConfiguration
- Resource - Class in org.deltafi.common.resource
- Resource() - Constructor for class org.deltafi.common.resource.Resource
- ResumeMetadata - Class in org.deltafi.common.types
- ResumeMetadata(String, String, Map<String, String>, List<String>) - Constructor for class org.deltafi.common.types.ResumeMetadata
- RETRIED - Enum constant in enum class org.deltafi.common.types.ActionState
- retriedEgressActions(String) - Method in class org.deltafi.common.types.DeltaFile
- retryErrors(List<ResumeMetadata>) - Method in class org.deltafi.common.types.DeltaFile
S
- save(String, byte[], String, String) - Method in class org.deltafi.common.content.ContentStorageService
- save(String, InputStream, String, String) - Method in class org.deltafi.common.content.ContentStorageService
- saveMany(String, List<SaveManyContent>) - Method in class org.deltafi.common.content.ContentStorageService
- SaveManyContent - Record Class in org.deltafi.common.types
- SaveManyContent(String, String, byte[]) - Constructor for record class org.deltafi.common.types.SaveManyContent
-
Creates an instance of a
SaveManyContentrecord class. - Segment - Class in org.deltafi.common.content
- Segment(String) - Constructor for class org.deltafi.common.content.Segment
- Segment(String, String) - Constructor for class org.deltafi.common.content.Segment
- Segment(Segment) - Constructor for class org.deltafi.common.content.Segment
- setContentDeleted(OffsetDateTime) - Method in class org.deltafi.common.types.DeltaFile
- setFilename(String) - Method in class org.deltafi.common.types.SourceInfo
- setHeartbeat(String) - Method in class org.deltafi.common.action.ActionEventQueue
- setHeartbeat(String) - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Publish a heartbeat in the form of a timestamp
- setLastActionReinjected() - Method in class org.deltafi.common.types.DeltaFile
- setMaxLineSize(long) - Method in class org.deltafi.common.reader.BoundedLineReader
-
Set the maxLineSize to a new value
- setSize(long) - Method in class org.deltafi.common.types.Content
-
Empty method in place for object mappers trying to set the size from JSON
- setStage(DeltaFileStage) - Method in class org.deltafi.common.types.DeltaFile
- setTestModeReason(String) - Method in class org.deltafi.common.types.DeltaFile
- size(String) - Method in class org.deltafi.common.action.ActionEventQueue
- snapshot() - Method in class org.deltafi.common.types.DeltaFile
- SortedSetEntry - Class in org.deltafi.common.queue.jedis
- SortedSetEntry() - Constructor for class org.deltafi.common.queue.jedis.SortedSetEntry
- sortedSetSize(String) - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Get the size of the sorted set
- SOURCE - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- SourceInfo - Class in org.deltafi.common.types
- SourceInfo(String, String, Map<String, String>, ProcessingType) - Constructor for class org.deltafi.common.types.SourceInfo
- SourceInfo(SourceInfo) - Constructor for class org.deltafi.common.types.SourceInfo
- sourceMetadata(String) - Method in class org.deltafi.common.types.DeltaFile
- sourceMetadata(String, String) - Method in class org.deltafi.common.types.DeltaFile
- SslContextFactory - Class in org.deltafi.common.ssl
- SslContextFactory() - Constructor for class org.deltafi.common.ssl.SslContextFactory
- SslContextFactory.SslException - Exception in org.deltafi.common.ssl
- SslException(Throwable) - Constructor for exception org.deltafi.common.ssl.SslContextFactory.SslException
- SslProperties - Class in org.deltafi.common.ssl
- SslProperties() - Constructor for class org.deltafi.common.ssl.SslProperties
- startTime() - Method in record class org.deltafi.common.types.ActionExecution
-
Returns the value of the
startTimerecord component. - storedSegments() - Method in class org.deltafi.common.types.DeltaFile
- STRING - Enum constant in enum class org.deltafi.common.types.VariableDataType
- subcontent(long, long) - Method in class org.deltafi.common.types.Content
-
Returns a new Content that is a copy of a portion of this Content, at the given offset and size Handles piecing together the underlying segments properly
- subcontent(long, long, String, String) - Method in class org.deltafi.common.types.Content
-
Returns a new Content that is a copy of a portion of this Content, at the given offset and size Handles piecing together the underlying segments properly
- subreferenceSegments(long, long) - Method in class org.deltafi.common.types.Content
-
Returns a list of Segments that copy portions of this Content, at the given offset and size Handles piecing together the underlying segments properly
- SURVEY_BYTES - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- SURVEY_FILES - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- SURVEY_SUBFLOW_BYTES - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- SURVEY_SUBFLOW_FILES - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- SYNTHETIC_EGRESS_ACTION_FOR_TEST_EGRESS - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- SYNTHETIC_EGRESS_ACTION_FOR_TEST_NORMALIZE - Static variable in class org.deltafi.common.constant.DeltaFiConstants
T
- take(String) - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Takes an object out of the queue.
- takeAction(String) - Method in class org.deltafi.common.action.ActionEventQueue
-
Request an ActionInput object from the ActionEvent queue for the specified action
- takeResult(String) - Method in class org.deltafi.common.action.ActionEventQueue
- ticker() - Method in class org.deltafi.common.cache.CacheAutoConfiguration
- TIMED_INGRESS - Enum constant in enum class org.deltafi.common.types.ActionType
- TIMED_INGRESS - Enum constant in enum class org.deltafi.common.types.FlowType
- TimedIngressActionConfiguration - Class in org.deltafi.common.types
- TimedIngressActionConfiguration(String, String) - Constructor for class org.deltafi.common.types.TimedIngressActionConfiguration
- TimedIngressFlowConfiguration - Class in org.deltafi.common.types
- TimedIngressFlowConfiguration(String) - Constructor for class org.deltafi.common.types.TimedIngressFlowConfiguration
- TimedIngressFlowPlan - Class in org.deltafi.common.types
- TimedIngressFlowPlan(String, FlowType, String, TimedIngressActionConfiguration, String, String) - Constructor for class org.deltafi.common.types.TimedIngressFlowPlan
- toPlugin() - Method in class org.deltafi.common.types.PluginRegistration
- toString() - Method in record class org.deltafi.common.nifi.FlowFile
-
Returns a string representation of this record class.
- toString() - Method in class org.deltafi.common.types.ActionEvent
- toString() - Method in record class org.deltafi.common.types.ActionExecution
-
Returns a string representation of this record class.
- toString() - Method in record class org.deltafi.common.types.CollectConfiguration
-
Returns a string representation of this record class.
- toString() - Method in class org.deltafi.common.types.PluginCoordinates
- toString() - Method in record class org.deltafi.common.types.SaveManyContent
-
Returns a string representation of this record class.
- TRANSFORM - Enum constant in enum class org.deltafi.common.types.ActionEventType
- TRANSFORM - Enum constant in enum class org.deltafi.common.types.ActionType
- TRANSFORM - Enum constant in enum class org.deltafi.common.types.FlowType
- TransformActionConfiguration - Class in org.deltafi.common.types
- TransformActionConfiguration(String, String) - Constructor for class org.deltafi.common.types.TransformActionConfiguration
- TRANSFORMATION - Enum constant in enum class org.deltafi.common.types.ProcessingType
- TransformEvent - Class in org.deltafi.common.types
- TransformEvent() - Constructor for class org.deltafi.common.types.TransformEvent
- TransformFlowConfiguration - Class in org.deltafi.common.types
- TransformFlowConfiguration(String) - Constructor for class org.deltafi.common.types.TransformFlowConfiguration
- TransformFlowPlan - Class in org.deltafi.common.types
- TransformFlowPlan(String, String) - Constructor for class org.deltafi.common.types.TransformFlowPlan
- TransformFlowPlan(String, FlowType, String) - Constructor for class org.deltafi.common.types.TransformFlowPlan
- type - Variable in class org.deltafi.common.types.ActionConfiguration
U
- unblock() - Method in class org.deltafi.common.stream.PipelineBlockingInputStream
- UnexpectedActionException - Exception in org.deltafi.core.exceptions
- UnexpectedActionException(String, String, String, List<String>) - Constructor for exception org.deltafi.core.exceptions.UnexpectedActionException
- UNHEALTHY - Enum constant in enum class org.deltafi.common.types.IngressStatus
- UNKNOWN - Enum constant in enum class org.deltafi.common.types.ActionEventType
- UNKNOWN - Enum constant in enum class org.deltafi.common.types.ActionType
- UNKNOWN_SIZE - Static variable in class org.deltafi.common.storage.s3.ObjectReference
- unpackageAttributes(InputStream) - Method in interface org.deltafi.common.nifi.FlowFileTwoStepUnpackager
- unpackageAttributes(InputStream) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV1
- unpackageAttributes(InputStream) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV2
- unpackageAttributes(InputStream) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV3
- unpackageContent(InputStream, OutputStream) - Method in interface org.deltafi.common.nifi.FlowFileTwoStepUnpackager
- unpackageContent(InputStream, OutputStream) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV1
- unpackageContent(InputStream, OutputStream) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV2
- unpackageContent(InputStream, OutputStream) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV3
- unpackageFlowFile(String, InputStream, ExecutorService) - Static method in class org.deltafi.common.nifi.FlowFileUtil
- updateFlags() - Method in class org.deltafi.common.types.DeltaFile
- updatePendingAnnotationsForFlows(String, Set<String>) - Method in class org.deltafi.common.types.DeltaFile
-
Check if the set of expected annotations are satisfied for the given flow.
- USER_HEADER - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- UUIDGenerator - Interface in org.deltafi.common.uuid
V
- validate() - Method in class org.deltafi.common.types.ActionEvent
- validate() - Method in record class org.deltafi.common.types.CollectConfiguration
- validate(ActionDescriptor) - Method in class org.deltafi.common.types.ActionConfiguration
-
Validates this action configuration.
- validate(ActionDescriptor) - Method in class org.deltafi.common.types.EnrichActionConfiguration
- validate(ActionDescriptor) - Method in class org.deltafi.common.types.RequiresDomainsActionConfiguration
- validate(ActionDescriptor) - Method in class org.deltafi.common.types.RequiresDomainsAndEnrichmentsActionConfiguration
- VALIDATE - Enum constant in enum class org.deltafi.common.types.ActionEventType
- VALIDATE - Enum constant in enum class org.deltafi.common.types.ActionType
- ValidateActionConfiguration - Class in org.deltafi.common.types
- ValidateActionConfiguration(String, String) - Constructor for class org.deltafi.common.types.ValidateActionConfiguration
- validateValue(String) - Method in enum class org.deltafi.common.types.VariableDataType
-
Verify that the value can be converted to the data type
- valueOf(String) - Static method in enum class org.deltafi.common.types.ActionEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.deltafi.common.types.ActionState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.deltafi.common.types.ActionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.deltafi.common.types.DeltaFileStage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.deltafi.common.types.FlowType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.deltafi.common.types.IngressStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.deltafi.common.types.ProcessingType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.deltafi.common.types.PropertySource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.deltafi.common.types.VariableDataType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.deltafi.common.types.ActionEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.deltafi.common.types.ActionState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.deltafi.common.types.ActionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.deltafi.common.types.DeltaFileStage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.deltafi.common.types.FlowType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.deltafi.common.types.IngressStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.deltafi.common.types.ProcessingType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.deltafi.common.types.PropertySource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.deltafi.common.types.VariableDataType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Variable - Class in org.deltafi.common.types
- Variable() - Constructor for class org.deltafi.common.types.Variable
- VariableDataType - Enum Class in org.deltafi.common.types
- VersionMatcher - Class in org.deltafi.common.maven
- VersionMatcher() - Constructor for class org.deltafi.common.maven.VersionMatcher
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form