Index

A B C D E F G H I J K L M N O P Q R S T U V W 
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 action record 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 ActionExecution record 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
 
addEgressFlow(String) - Method in class org.deltafi.common.types.DeltaFile
 
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
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
 
ALL_MATCHING - Enum constant in enum class org.deltafi.common.types.MatchingPolicy
 
allActionConfigurations() - Method in class org.deltafi.common.types.EgressFlowPlan
 
allActionConfigurations() - Method in class org.deltafi.common.types.FlowPlan
 
allActionConfigurations() - Method in class org.deltafi.common.types.TimedIngressFlowPlan
 
allActionConfigurations() - Method in class org.deltafi.common.types.TransformFlowPlan
 
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
 
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
 

B

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
buildCollectingActionInput(String, DeltaFile, List<DeltaFile>, 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
 
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 clazz record component.
clearErrorAcknowledged() - Method in class org.deltafi.common.types.DeltaFile
 
close() - Method in class org.deltafi.common.file.AutoDestructTempFile
 
close() - Method in class org.deltafi.common.io.WriterPipedInputStream
 
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 CollectConfiguration record 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
 
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>) - 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>) - 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.rules.RuleEvaluator.ImmutableDeltaFile
Returns the value of the content record component.
content() - Method in record class org.deltafi.common.types.SaveManyContent
Returns the value of the content record 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
 
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 SslProperties and set the connectTimeout to HttpServiceAutoConfiguration.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
 
DefaultBehavior - Enum Class in org.deltafi.common.types
Action to take when no subscribers are found for a DeltaFile
DefaultRule - Class in org.deltafi.common.types
 
DefaultRule(DefaultBehavior) - Constructor for class org.deltafi.common.types.DefaultRule
 
DefaultRule(DefaultBehavior, String) - Constructor for class org.deltafi.common.types.DefaultRule
Rule used when no subscribers are found for a DeltaFile
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 did record component.
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.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) - Constructor for class org.deltafi.common.types.EgressFlowConfiguration
 
EgressFlowPlan - Class in org.deltafi.common.types
 
EgressFlowPlan(String, String, EgressActionConfiguration) - Constructor for class org.deltafi.common.types.EgressFlowPlan
 
EgressFlowPlan(String, FlowType, String, EgressActionConfiguration) - Constructor for class org.deltafi.common.types.EgressFlowPlan
 
ensurePendingAction(String, String) - Method in class org.deltafi.common.types.DeltaFile
 
equals(Object) - Method in record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFile
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.DefaultBehavior
 
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
 
evaluateCondition(String, DeltaFile) - Method in class org.deltafi.common.rules.RuleEvaluator
Evaluate the condition against the given DeltaFile.
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
 
FILTER - Enum constant in enum class org.deltafi.common.types.DefaultBehavior
 
filterAction(ActionEvent) - 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
 
FIRST_MATCHING - Enum constant in enum class org.deltafi.common.types.MatchingPolicy
 
firstActionError() - Method in class org.deltafi.common.types.DeltaFile
 
FlowFileInputStream - Class in org.deltafi.common.nifi
 
FlowFileInputStream() - Constructor for class org.deltafi.common.nifi.FlowFileInputStream
 
FlowFileInputStream(FlowFilePackager) - Constructor for class org.deltafi.common.nifi.FlowFileInputStream
 
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
 
FlowPlan - Class in org.deltafi.common.types
 
FlowPlan() - Constructor for class org.deltafi.common.types.FlowPlan
 
FlowType - Enum Class in org.deltafi.common.types
 
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() - 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
 
getEgress() - Method in class org.deltafi.common.types.DeltaFile
 
getImmutableContent() - Method in class org.deltafi.common.types.DeltaFile
 
getImmutableMetadata() - Method in class org.deltafi.common.types.DeltaFile
 
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
 
getName() - Method in interface org.deltafi.common.types.Publisher
Get the name of the publisher
getName() - Method in interface org.deltafi.common.types.Subscriber
Get the name of this subscriber
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
 
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
 
hasCollectingAction() - 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
 
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.rules.RuleEvaluator.ImmutableDeltaFile
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.
hasMediaType(String) - Method in record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFile
Helper that can be used to check if DeltaFile contains content with the given mediaType
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
 
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

ImmutableDeltaFile(Map<String, String>, List<Content>) - Constructor for record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFile
Creates an instance of a ImmutableDeltaFile record class.
ImmutableDeltaFile(DeltaFile) - Constructor for record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFile
 
IN_FLIGHT - Enum constant in enum class org.deltafi.common.types.DeltaFileStage
 
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_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
 
lastCompleteAction() - Method in class org.deltafi.common.types.DeltaFile
 
lastContent() - 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
 
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.
MatchingPolicy - Enum Class in org.deltafi.common.types
FIRST_MATCHING will publish to the first matching topic ALL_MATCHING will publish to all matching topics
maxAge() - Method in record class org.deltafi.common.types.CollectConfiguration
Returns the value of the maxAge record component.
maxNum() - Method in record class org.deltafi.common.types.CollectConfiguration
Returns the value of the maxNum record component.
mediaType() - Method in record class org.deltafi.common.types.SaveManyContent
Returns the value of the mediaType record component.
metadata() - Method in record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFile
Returns the value of the metadata record component.
metadataKey() - Method in record class org.deltafi.common.types.CollectConfiguration
Returns the value of the metadataKey record component.
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 minNum record component.
MISSING_FLOW_ACTION - Static variable in class org.deltafi.common.constant.DeltaFiConstants
 
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 name record component.
NO_EGRESS_FLOW_CONFIGURED_ACTION - Static variable in class org.deltafi.common.constant.DeltaFiConstants
 
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.io - package org.deltafi.common.io
 
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.rules - package org.deltafi.common.rules
 
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.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

parameters - Variable in class org.deltafi.common.types.ActionConfiguration
 
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
 
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
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
 
PUBLISH - Enum constant in enum class org.deltafi.common.types.ActionEventType
 
PUBLISH - Enum constant in enum class org.deltafi.common.types.ActionType
 
PUBLISH - Enum constant in enum class org.deltafi.common.types.DefaultBehavior
 
Publisher - Interface in org.deltafi.common.types
Interface for things that publish DeltaFiles to topics
publishRules() - Method in interface org.deltafi.common.types.Publisher
Get the PublishRules
publishRules() - Method in class org.deltafi.common.types.TimedIngressFlowPlan
 
publishRules() - Method in class org.deltafi.common.types.TransformFlowPlan
 
PublishRules - Class in org.deltafi.common.types
 
PublishRules() - Constructor for class org.deltafi.common.types.PublishRules
 
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
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
 
removeExpiredLongRunningTasks() - Method in class org.deltafi.common.action.ActionEventQueue
Removes long-running tasks from Redis that have heartbeat times exceeding the specified duration threshold.
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
 
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
 
retryErrors(List<ResumeMetadata>) - Method in class org.deltafi.common.types.DeltaFile
 
Rule - Class in org.deltafi.common.types
 
Rule(Set<String>) - Constructor for class org.deltafi.common.types.Rule
 
Rule(Set<String>, String) - Constructor for class org.deltafi.common.types.Rule
A rule consists of condition that will be evaluated against a DeltaFile and a topic to use if the condition evaluates to true
RuleEvaluator - Class in org.deltafi.common.rules
 
RuleEvaluator() - Constructor for class org.deltafi.common.rules.RuleEvaluator
 
RuleEvaluator.ImmutableDeltaFile - Record Class in org.deltafi.common.rules
Holds a copy of the DeltaFile metadata and content list to prevent SpEL expressions from modifying the original DeltaFile
RuleValidator - Class in org.deltafi.common.rules
 
RuleValidator(RuleEvaluator) - Constructor for class org.deltafi.common.rules.RuleValidator
 
runPipeWriter(InputStream, Map<String, String>, long, ExecutorService) - Method in class org.deltafi.common.nifi.FlowFileInputStream
 
runPipeWriter(Writer, ExecutorService) - Method in class org.deltafi.common.io.WriterPipedInputStream
Writes bytes in a separate thread to be available to this WriterPipedInputStream.

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 SaveManyContent record 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
 
setDefaultRule(DefaultRule) - Method in class org.deltafi.common.types.PublishRules
 
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
setMatchingPolicy(MatchingPolicy) - Method in class org.deltafi.common.types.PublishRules
 
setMaxLineSize(long) - Method in class org.deltafi.common.reader.BoundedLineReader
Set the maxLineSize to a new value
setRules(List<Rule>) - Method in class org.deltafi.common.types.PublishRules
 
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>) - 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
 
split(ActionEvent, List<String>) - Method in class org.deltafi.common.types.DeltaFile
 
SPLIT - Enum constant in enum class org.deltafi.common.types.ActionState
 
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 startTime record 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
Subscriber - Interface in org.deltafi.common.types
Interface for things that subscribe to topics
subscriptions() - Method in class org.deltafi.common.types.EgressFlowPlan
 
subscriptions() - Method in interface org.deltafi.common.types.Subscriber
Get the set of subscription rules
subscriptions() - Method in class org.deltafi.common.types.TransformFlowPlan
 
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 - 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, PublishRules, 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.rules.RuleEvaluator.ImmutableDeltaFile
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 class org.deltafi.common.types.PublishRules
 
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
 
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

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
 
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.
validateCondition(String) - Method in class org.deltafi.common.rules.RuleEvaluator
Validate the condition loads and can be evaluated against a sample DeltaFile
validatePublisher(Publisher) - Method in class org.deltafi.common.rules.RuleValidator
Validate all the publish rules can be evaluated
validateSubscriber(Subscriber) - Method in class org.deltafi.common.rules.RuleValidator
 
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.DefaultBehavior
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.MatchingPolicy
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.DefaultBehavior
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.MatchingPolicy
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
 

W

write(OutputStream) - Method in interface org.deltafi.common.io.Writer
 
Writer - Interface in org.deltafi.common.io
 
WriterPipedInputStream - Class in org.deltafi.common.io
 
WriterPipedInputStream() - Constructor for class org.deltafi.common.io.WriterPipedInputStream
Creates a WriterPipedInputStream with a default buffer size.
WriterPipedInputStream(int) - Constructor for class org.deltafi.common.io.WriterPipedInputStream
Creates a WriterPipedInputStream.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form