Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- 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
- 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
- buildSslContext(SslProperties) - Static method in class org.deltafi.common.ssl.SslContextFactory
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
- close() - Method in class org.deltafi.common.file.AutoDestructTempFile
- close() - Method in class org.deltafi.common.io.WriterPipedInputStream
- close() - Method in class org.deltafi.common.nifi.FlowFileInputStream
- computeContentSize(List<Content>) - Static method in class org.deltafi.common.content.ContentUtil
- content() - Method in record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFileFlow
-
Returns the value of the
contentrecord component. - 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
- convertKeyValues(List<KeyValue>) - Static method in class org.deltafi.common.converters.KeyValueConverter
- copy(InputStream, OutputStream, long) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV2
- copy(InputStream, OutputStream, long) - Method in class org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV3
- countBytesInNextLine() - Method in class org.deltafi.common.reader.BoundedLineReader
-
Counts the number of bytes in the next line of text.
- create(InputStream, Map<String, String>, long, ExecutorService) - Static method in class org.deltafi.common.nifi.FlowFileInputStream
-
Creates a FlowFileInputStream that packages the content in the provided InputStream with the supplied attributes in a FlowFile V1, starting a separate thread for writing.
- create(FlowFilePackager, InputStream, Map<String, String>, long, ExecutorService) - Static method in class org.deltafi.common.nifi.FlowFileInputStream
-
Creates a FlowFileInputStream that packages the content in the provided InputStream with the supplied attributes using the supplied FlowFilePackager, starting a separate thread for writing.
- create(Writer, ExecutorService) - Static method in class org.deltafi.common.io.WriterPipedInputStream
-
Creates a WriterPipedInputStream with a default buffer size, starting a separate thread for writing.
- create(Writer, ExecutorService, int) - Static method in class org.deltafi.common.io.WriterPipedInputStream
-
Creates a WriterPipedInputStream, starting a separate thread for writing.
- 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_CONNECT_TIMEOUT - Static variable in class org.deltafi.common.http.HttpServiceAutoConfiguration
- delete(Content) - Method in class org.deltafi.common.content.ContentStorageService
- deleteAll(List<Segment>) - Method in class org.deltafi.common.content.ContentStorageService
- DGS_QUEUE - Static variable in class org.deltafi.common.action.EventQueueProperties
- drop(List<String>) - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Drop all queues in key list.
E
- equals(Object) - Method in record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFileFlow
-
Indicates whether some other object is "equal to" this one.
- evaluateCondition(String, DeltaFileFlow) - Method in class org.deltafi.common.rules.RuleEvaluator
-
Evaluate the condition against the given DeltaFile.
- EventQueueProperties - Class in org.deltafi.common.action
- EventQueueProperties() - Constructor for class org.deltafi.common.action.EventQueueProperties
- executeQuery(GraphQLClient, GraphQLQueryRequest, String, Class<T>) - Static method in class org.deltafi.common.graphql.dgs.GraphQLExecutor
- exists(String, String) - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Check if an object exists in the queue based on the search pattern
F
- FeignClientFactory - Class in org.deltafi.common.http.client.feign
- FeignClientFactory() - Constructor for class org.deltafi.common.http.client.feign.FeignClientFactory
- FlowFileInputStream - Class in org.deltafi.common.nifi
-
An InputStream providing a FlowFile for supplied content and attributes that is written in a separate thread.
- 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
- 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
- getByKey(String) - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
- getItemsWithPrefix(String) - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Find all keys with the given prefix and the associated values
- getLongRunningTask(String) - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Retrieves the value associated with the given key from the long-running tasks
- getLongRunningTasks() - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Retrieves a map of long-running tasks
- 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.jackey.SortedSetEntry
-
Converts the score to milliseconds since the epoch.
- 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
H
- hashCode() - Method in record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFileFlow
-
Returns a hash code value for this object.
- hasMediaType(String) - Method in record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFileFlow
-
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
- 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 Class in org.deltafi.common.http
- HttpPostException(String, String) - Constructor for exception class 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
- ImmutableDeltaFileFlow(Map<String, String>, List<Content>) - Constructor for record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFileFlow
-
Creates an instance of a
ImmutableDeltaFileFlowrecord class. - ImmutableDeltaFileFlow(DeltaFileFlow) - Constructor for record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFileFlow
- InvalidActionEventException - Exception Class in org.deltafi.core.exceptions
- InvalidActionEventException(String) - Constructor for exception class org.deltafi.core.exceptions.InvalidActionEventException
K
- keys() - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Get a list of unique keys from valkey
- KeyValueConverter - Class in org.deltafi.common.converters
- KeyValueConverter() - Constructor for class org.deltafi.common.converters.KeyValueConverter
L
- load(Content) - Method in class org.deltafi.common.content.ContentStorageService
M
- matches(String, String) - Static method in class org.deltafi.common.maven.VersionMatcher
-
Determine if a given version satisfies a version spec.
- metadata() - Method in record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFileFlow
-
Returns the value of the
metadatarecord component. - 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
- MissingContentException - Exception Class in org.deltafi.common.storage.s3
- MissingContentException(String) - Constructor for exception class org.deltafi.common.storage.s3.MissingContentException
- MissingContentException(Segment, String) - Constructor for exception class org.deltafi.common.storage.s3.MissingContentException
N
- NOT_SET - Static variable in class org.deltafi.common.ssl.SslProperties
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 Class in org.deltafi.common.storage.s3
- ObjectStorageException(String) - Constructor for exception class org.deltafi.common.storage.s3.ObjectStorageException
- ObjectStorageException(String, Throwable) - Constructor for exception class org.deltafi.common.storage.s3.ObjectStorageException
- ObjectStorageException(Throwable) - Constructor for exception class 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.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.jackey - package org.deltafi.common.queue.jackey
- 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.uuid - package org.deltafi.common.uuid
- org.deltafi.core.exceptions - package org.deltafi.core.exceptions
P
- post(String, Map<String, String>, InputStream, String) - Method in class org.deltafi.common.http.HttpService
-
Post data to an HTTP endpoint
- put(List<SortedSetEntry>) - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Puts multiple objects into the queue.
- put(SortedSetEntry) - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Puts an object into the queue.
- 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
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
- read(String, Charset) - 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
- recordLongRunningTask(String, String) - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Records a long running task in the long-running tasks
- removeLongRunningTask(String) - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Remove a long-running task with the specified key
- 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
- Resource - Class in org.deltafi.common.resource
- Resource() - Constructor for class org.deltafi.common.resource.Resource
- RuleEvaluator - Class in org.deltafi.common.rules
- RuleEvaluator() - Constructor for class org.deltafi.common.rules.RuleEvaluator
- RuleEvaluator.ImmutableDeltaFileFlow - Record Class in org.deltafi.common.rules
-
Holds a copy of the DeltaFileFlow 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() - Method in class org.deltafi.common.io.WriterPipedInputStream
S
- save(UUID, byte[], String, String) - Method in class org.deltafi.common.content.ContentStorageService
- save(UUID, InputStream, String, String) - Method in class org.deltafi.common.content.ContentStorageService
- saveMany(UUID, List<SaveManyContent>) - Method in class org.deltafi.common.content.ContentStorageService
- Segment - Class in org.deltafi.common.content
- Segment(UUID) - Constructor for class org.deltafi.common.content.Segment
- Segment(UUID, UUID) - Constructor for class org.deltafi.common.content.Segment
- Segment(Segment) - Constructor for class org.deltafi.common.content.Segment
- setHeartbeat(String) - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Publish a heartbeat in the form of a timestamp
- setMaxLineSize(long) - Method in class org.deltafi.common.reader.BoundedLineReader
-
Set the maxLineSize to a new value
- SortedSetEntry - Class in org.deltafi.common.queue.jackey
- SortedSetEntry() - Constructor for class org.deltafi.common.queue.jackey.SortedSetEntry
- sortedSetSize(String) - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Get the size of the sorted set
- SslContextFactory - Class in org.deltafi.common.ssl
- SslContextFactory() - Constructor for class org.deltafi.common.ssl.SslContextFactory
- SslContextFactory.SslException - Exception Class in org.deltafi.common.ssl
- SslException(Throwable) - Constructor for exception class org.deltafi.common.ssl.SslContextFactory.SslException
- SslProperties - Class in org.deltafi.common.ssl
- SslProperties() - Constructor for class org.deltafi.common.ssl.SslProperties
T
- take(String) - Method in class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Takes an object out of the queue.
- ticker() - Method in class org.deltafi.common.cache.CacheAutoConfiguration
- toString() - Method in record class org.deltafi.common.rules.RuleEvaluator.ImmutableDeltaFileFlow
-
Returns a string representation of this record class.
U
- UnexpectedActionException - Exception Class in org.deltafi.core.exceptions
- UnexpectedActionException(String, int, String, int, UUID) - Constructor for exception class org.deltafi.core.exceptions.UnexpectedActionException
- UnexpectedFlowException - Exception Class in org.deltafi.core.exceptions
- UnexpectedFlowException(String, int, UUID) - Constructor for exception class org.deltafi.core.exceptions.UnexpectedFlowException
- 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
- UUIDGenerator - Interface in org.deltafi.common.uuid
V
- 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
- ValkeyKeyedBlockingQueue - Class in org.deltafi.common.queue.jackey
-
A keyed blocking queue based on the Jackey client library for Valkey.
- ValkeyKeyedBlockingQueue(String, String, int, int) - Constructor for class org.deltafi.common.queue.jackey.ValkeyKeyedBlockingQueue
-
Constructs a JackeyKeyedBlockingQueue.
- 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
-
An InputStream providing data written to a supplied Writer running in a separate thread.
- WriterPipedInputStream(Writer, ExecutorService) - Constructor for class org.deltafi.common.io.WriterPipedInputStream
- WriterPipedInputStream(Writer, ExecutorService, int) - Constructor for class org.deltafi.common.io.WriterPipedInputStream
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form