A B C D E F G H I J K L M N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Action - Class in org.deltafi.common.types
- Action() - Constructor for class org.deltafi.common.types.Action
- ACTION - Static variable in class org.deltafi.common.metrics.MetricsUtil
- ActionContext - Class in org.deltafi.common.types
- ActionContext(String, String, String, String, String, String) - Constructor for class org.deltafi.common.types.ActionContext
- ActionDescriptor - Class in org.deltafi.common.types
- ActionDescriptor() - Constructor for class org.deltafi.common.types.ActionDescriptor
- ActionEventInput - Class in org.deltafi.common.types
- ActionEventInput() - Constructor for class org.deltafi.common.types.ActionEventInput
- ActionEventQueue - Class in org.deltafi.common.action
-
Service for pushing and popping action events to a redis queue.
- ActionEventQueue(ActionEventQueueProperties) - Constructor for class org.deltafi.common.action.ActionEventQueue
- 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 in org.deltafi.common.types
- ActionInput - Class in org.deltafi.common.types
- ActionInput() - Constructor for class org.deltafi.common.types.ActionInput
- actionKitVersion(String) - Method in class org.deltafi.common.types.Plugin.Builder
-
The action kit version
- actionNamed(String) - Method in class org.deltafi.common.types.DeltaFile
- ActionRegistrationInput - Class in org.deltafi.common.types
- ActionRegistrationInput() - Constructor for class org.deltafi.common.types.ActionRegistrationInput
- actions(List<ActionDescriptor>) - Method in class org.deltafi.common.types.Plugin.Builder
-
The actions included
- ActionState - Enum in org.deltafi.common.types
- ActionType - Enum in org.deltafi.common.types
-
Enumeration for action types
- addDomain(String, String, String) - Method in class org.deltafi.common.types.DeltaFile
- addEnrichment(String, String) - Method in class org.deltafi.common.types.DeltaFile
- addEnrichment(String, String, String) - Method in class org.deltafi.common.types.DeltaFile
- addIndexedMetadata(Map<String, String>) - Method in class org.deltafi.common.types.DeltaFile
- addMetadata(String, String) - Method in class org.deltafi.common.types.SourceInfo
- addMetadata(List<KeyValue>) - Method in class org.deltafi.common.types.SourceInfo
- addMetadata(Map<String, String>) - Method in class org.deltafi.common.types.SourceInfo
- addMetadata(KeyValue) - Method in class org.deltafi.common.types.SourceInfo
- addTag(String, String) - Method in class org.deltafi.common.metrics.Metric
- addTags(Map<String, String>) - Method in class org.deltafi.common.metrics.Metric
- 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
B
- BOOLEAN - org.deltafi.common.types.VariableDataType
- bucketExists(String) - Method in class org.deltafi.common.storage.s3.minio.MinioObjectStorageService
- bucketExists(String) - Method in interface org.deltafi.common.storage.s3.ObjectStorageService
- build() - Method in class org.deltafi.common.types.Plugin.Builder
- build(String...) - Method in class org.deltafi.common.graphql.dgs.GraphQLClientFactory
- builder(String, int, MetricRegistry) - Static method in class org.deltafi.common.metrics.statsd.StatsdDeltaReporter
- Builder() - Constructor for class org.deltafi.common.types.Plugin.Builder
- buildSslContext(SslProperties) - Static method in class org.deltafi.common.ssl.SslContextFactory
- BYTES_IN - Static variable in class org.deltafi.common.metrics.MetricsUtil
- BYTES_OUT - Static variable in class org.deltafi.common.metrics.MetricsUtil
C
- close() - Method in class org.deltafi.common.file.AutoDestructTempFile
- close() - Method in class org.deltafi.common.metrics.statsd.StatsdClient
-
Close the connection to the StatsD server
- COMPLETE - org.deltafi.common.types.ActionState
- COMPLETE - org.deltafi.common.types.DeltaFileStage
- completeAction(String, OffsetDateTime, OffsetDateTime) - Method in class org.deltafi.common.types.DeltaFile
- completeAction(ActionEventInput) - Method in class org.deltafi.common.types.DeltaFile
- connect() - Method in class org.deltafi.common.metrics.statsd.StatsdClient
-
Creates a socket connection to the statsd server
- containsKey(String) - Method in class org.deltafi.common.types.SourceInfo
- Content - Class in org.deltafi.common.types
-
A data object that defines a named content reference with associated metadata
- Content() - Constructor for class org.deltafi.common.types.Content
- CONTENT_BUCKET - Static variable in class org.deltafi.common.content.ContentStorageService
- ContentReference - Class in org.deltafi.common.content
- ContentReference(String, String, String) - Constructor for class org.deltafi.common.content.ContentReference
- 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
- convertKeyValues(List<KeyValue>) - Static method in class org.deltafi.common.converters.KeyValueConverter
- create(String, int) - Method in class org.deltafi.common.metrics.statsd.StatsdClient.SocketFactory
- create(Socket) - Method in class org.deltafi.common.metrics.statsd.StatsdClient.StreamFactory
- createBucket(String) - Method in class org.deltafi.common.storage.s3.minio.MinioObjectStorageService
- createBucket(String) - Method in interface org.deltafi.common.storage.s3.ObjectStorageService
D
- DEFAULT - org.deltafi.common.types.PropertySource
- delete(ContentReference) - Method in class org.deltafi.common.content.ContentStorageService
- DELETE - org.deltafi.common.types.ActionType
- deleteAll(List<ContentReference>) - Method in class org.deltafi.common.content.ContentStorageService
- DeltaFiConstants - Class in org.deltafi.common.constant
- DeltaFiConstants() - Constructor for class org.deltafi.common.constant.DeltaFiConstants
- DeltafiGraphQLException - Exception in org.deltafi.common.graphql.dgs
- DeltafiGraphQLException(String) - Constructor for exception org.deltafi.common.graphql.dgs.DeltafiGraphQLException
- DeltafiGraphQLException(String, Throwable) - Constructor for exception org.deltafi.common.graphql.dgs.DeltafiGraphQLException
- DeltaFile - Class in org.deltafi.common.types
- DeltaFile() - Constructor for class org.deltafi.common.types.DeltaFile
- DeltaFileStage - Enum in org.deltafi.common.types
- dependencies(List<PluginCoordinates>) - Method in class org.deltafi.common.types.Plugin.Builder
-
The plugin coordinates of required plugins
- description(String) - Method in class org.deltafi.common.types.Plugin.Builder
-
A description of the functionality provided
- DGS_QUEUE - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- displayName(String) - Method in class org.deltafi.common.types.Plugin.Builder
-
A user-friendly name
- Domain - Class in org.deltafi.common.types
- Domain() - Constructor for class org.deltafi.common.types.Domain
- DOMAIN - org.deltafi.common.types.ActionEventType
- DOMAIN - org.deltafi.common.types.ActionType
- DomainActionSchemaInput - Class in org.deltafi.common.types
- DomainActionSchemaInput() - Constructor for class org.deltafi.common.types.DomainActionSchemaInput
- domainMap() - Method in class org.deltafi.common.types.DeltaFile
- DomainResultInput - Class in org.deltafi.common.types
- DomainResultInput() - Constructor for class org.deltafi.common.types.DomainResultInput
- 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 - org.deltafi.common.types.ActionEventType
- EGRESS - org.deltafi.common.types.ActionType
- EGRESS - org.deltafi.common.types.DeltaFileStage
- EGRESS_FLOW - Static variable in class org.deltafi.common.metrics.MetricsUtil
- EgressActionSchemaInput - Class in org.deltafi.common.types
- EgressActionSchemaInput() - Constructor for class org.deltafi.common.types.EgressActionSchemaInput
- ENRICH - org.deltafi.common.types.ActionEventType
- ENRICH - org.deltafi.common.types.ActionType
- ENRICH - org.deltafi.common.types.DeltaFileStage
- EnrichActionSchemaInput - Class in org.deltafi.common.types
- EnrichActionSchemaInput() - Constructor for class org.deltafi.common.types.EnrichActionSchemaInput
- EnrichInput - Class in org.deltafi.common.types
- EnrichInput() - Constructor for class org.deltafi.common.types.EnrichInput
- Enrichment - Class in org.deltafi.common.types
- Enrichment() - Constructor for class org.deltafi.common.types.Enrichment
- enrichmentMap() - Method in class org.deltafi.common.types.DeltaFile
- equals(Object) - Method in class org.deltafi.common.types.Plugin
- equalsIgnoreVersion(PluginCoordinates) - Method in class org.deltafi.common.types.PluginCoordinates
- ERROR - org.deltafi.common.types.ActionEventType
- ERROR - org.deltafi.common.types.ActionState
- ERROR - org.deltafi.common.types.DeltaFileStage
- errorAction(String, OffsetDateTime, OffsetDateTime, String, String) - Method in class org.deltafi.common.types.DeltaFile
- errorAction(ActionEventInput) - Method in class org.deltafi.common.types.DeltaFile
- errorAction(ActionEventInput, 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
- ErrorInput - Class in org.deltafi.common.types
- ErrorInput() - Constructor for class org.deltafi.common.types.ErrorInput
- executeQuery(GraphQLClient, GraphQLQueryRequest, String, Class<T>) - Static method in class org.deltafi.common.graphql.dgs.GraphQLExecutor
- expectedConfiguration(String) - Method in class org.deltafi.common.storage.s3.minio.MinioObjectStorageService
- expectedConfiguration(String) - Method in interface org.deltafi.common.storage.s3.ObjectStorageService
- EXTERNAL - org.deltafi.common.types.PropertySource
F
- FILES_COMPLETED - Static variable in class org.deltafi.common.metrics.MetricsUtil
- FILES_DROPPED - Static variable in class org.deltafi.common.metrics.MetricsUtil
- FILES_ERRORED - Static variable in class org.deltafi.common.metrics.MetricsUtil
- FILES_FILTERED - Static variable in class org.deltafi.common.metrics.MetricsUtil
- FILES_IN - Static variable in class org.deltafi.common.metrics.MetricsUtil
- FILES_OUT - Static variable in class org.deltafi.common.metrics.MetricsUtil
- FILTER - org.deltafi.common.types.ActionEventType
- filterAction(ActionEventInput, String) - Method in class org.deltafi.common.types.DeltaFile
- FILTERED - org.deltafi.common.types.ActionState
- FilterInput - Class in org.deltafi.common.types
- FilterInput() - Constructor for class org.deltafi.common.types.FilterInput
- FORMAT - org.deltafi.common.types.ActionEventType
- FORMAT - org.deltafi.common.types.ActionType
- FORMAT_MANY - org.deltafi.common.types.ActionEventType
- FormatActionSchemaInput - Class in org.deltafi.common.types
- FormatActionSchemaInput() - Constructor for class org.deltafi.common.types.FormatActionSchemaInput
- FormatInput - Class in org.deltafi.common.types
- FormatInput() - Constructor for class org.deltafi.common.types.FormatInput
- formatString(String) - Method in enum org.deltafi.common.types.VariableDataType
-
Format the value in a way that it can be mapped to json
- FormattedData - Class in org.deltafi.common.types
- FormattedData() - Constructor for class org.deltafi.common.types.FormattedData
- 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
- getActionKitVersion() - Method in class org.deltafi.common.types.Plugin
-
The action kit version
- getActions() - Method in class org.deltafi.common.types.Plugin
-
The actions included
- getContentReference() - Method in class org.deltafi.common.types.ProtocolLayer
- getDependencies() - Method in class org.deltafi.common.types.Plugin
-
The plugin coordinates of required plugins
- getDescription() - Method in class org.deltafi.common.types.Plugin
-
A description of the functionality provided
- getDisplay() - Method in enum org.deltafi.common.types.ActionType
- getDisplayName() - Method in class org.deltafi.common.types.Plugin
-
A user-friendly name
- getDomain(String) - Method in class org.deltafi.common.types.DeltaFile
- getDomains() - Method in class org.deltafi.common.types.DeltaFile
- getEnrichment() - Method in class org.deltafi.common.types.DeltaFile
- getEnrichment(String) - Method in class org.deltafi.common.types.DeltaFile
- getLastProtocolLayer() - Method in class org.deltafi.common.types.DeltaFile
- getLastProtocolLayerContent() - Method in class org.deltafi.common.types.DeltaFile
- getLastProtocolLayerMetadata() - Method in class org.deltafi.common.types.DeltaFile
- getLastProtocolLayerMetadataAsMap() - Method in class org.deltafi.common.types.DeltaFile
- getMetadata(String) - Method in class org.deltafi.common.types.SourceInfo
- getMetadata(String, String) - Method in class org.deltafi.common.types.SourceInfo
- getMetadataAsMap() - 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
- getPluginCoordinates() - Method in class org.deltafi.common.types.Plugin
-
The identifying coordinates
- getPropertySets() - Method in class org.deltafi.common.types.Plugin
-
The properties required
- getVariables() - Method in class org.deltafi.common.types.Plugin
-
Variables associated with this plugin
- graphQLClientFactory(HttpClient, GraphqlClientProperties) - Method in class org.deltafi.common.graphql.dgs.GraphQLClientFactoryAutoConfiguration
- GraphQLClientFactory - Class in org.deltafi.common.graphql.dgs
- GraphQLClientFactory() - Constructor for class org.deltafi.common.graphql.dgs.GraphQLClientFactory
- GraphQLClientFactoryAutoConfiguration - Class in org.deltafi.common.graphql.dgs
- GraphQLClientFactoryAutoConfiguration() - Constructor for class org.deltafi.common.graphql.dgs.GraphQLClientFactoryAutoConfiguration
- GraphqlClientProperties - Class in org.deltafi.common.graphql.dgs
- GraphqlClientProperties() - Constructor for class org.deltafi.common.graphql.dgs.GraphqlClientProperties
- GraphQLExecutor - Class in org.deltafi.common.graphql.dgs
- GraphQLExecutor() - Constructor for class org.deltafi.common.graphql.dgs.GraphQLExecutor
H
- hasCompletedAction(String) - Method in class org.deltafi.common.types.DeltaFile
- hasCompletedActions(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 class org.deltafi.common.types.Plugin
- hasPendingActions() - Method in class org.deltafi.common.types.DeltaFile
- hasSplitAction() - Method in class org.deltafi.common.types.DeltaFile
- hasTerminalAction(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
- httpClient(SslProperties) - Method in class org.deltafi.common.http.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() - Constructor for class org.deltafi.common.http.HttpServiceAutoConfiguration
I
- increment(String, Map<String, String>, long) - Method in class org.deltafi.common.metrics.MetricRepository
- increment(Metric) - Method in class org.deltafi.common.metrics.MetricRepository
- INGRESS - org.deltafi.common.types.ActionType
- INGRESS - 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.metrics.MetricsUtil
- IngressInput - Class in org.deltafi.common.types
- IngressInput() - Constructor for class org.deltafi.common.types.IngressInput
- isNewAction(String) - Method in class org.deltafi.common.types.DeltaFile
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
- 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
- LIST - org.deltafi.common.types.VariableDataType
- load(ContentReference) - Method in class org.deltafi.common.content.ContentStorageService
- LOAD - org.deltafi.common.types.ActionEventType
- LOAD - org.deltafi.common.types.ActionType
- LoadActionSchemaInput - Class in org.deltafi.common.types
- LoadActionSchemaInput() - Constructor for class org.deltafi.common.types.LoadActionSchemaInput
- LoadInput - Class in org.deltafi.common.types
- LoadInput() - Constructor for class org.deltafi.common.types.LoadInput
M
- MAP - org.deltafi.common.types.VariableDataType
- markForDelete(String) - Method in class org.deltafi.common.types.DeltaFile
- 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
- Metric - Class in org.deltafi.common.metrics
-
Metric object to provide a simple monotonically increasing counter metric
- Metric() - Constructor for class org.deltafi.common.metrics.Metric
- metricName() - Method in class org.deltafi.common.metrics.Metric
-
Generate a fully tagged metric name for this metric
- metricRepository(MetricsProperties) - Method in class org.deltafi.common.metrics.MetricsAutoConfiguration
- MetricRepository - Class in org.deltafi.common.metrics
- MetricRepository(MetricsProperties) - Constructor for class org.deltafi.common.metrics.MetricRepository
- MetricsAutoConfiguration - Class in org.deltafi.common.metrics
- MetricsAutoConfiguration() - Constructor for class org.deltafi.common.metrics.MetricsAutoConfiguration
- MetricsProperties - Class in org.deltafi.common.metrics
- MetricsProperties() - Constructor for class org.deltafi.common.metrics.MetricsProperties
- MetricsProperties.StatsdProperties - Class in org.deltafi.common.metrics
- MetricsUtil - Class in org.deltafi.common.metrics
- MetricsUtil() - Constructor for class org.deltafi.common.metrics.MetricsUtil
- 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
- MONGO - org.deltafi.common.types.PropertySource
- MONGO_MAP_KEY_DOT_REPLACEMENT - Static variable in class org.deltafi.common.constant.DeltaFiConstants
N
- newBuilder() - Static method in class org.deltafi.common.types.Plugin
- NO_EGRESS_FLOW_CONFIGURED_ACTION - Static variable in class org.deltafi.common.constant.DeltaFiConstants
- noPendingAction(String) - Method in class org.deltafi.common.types.DeltaFile
- NUMBER - org.deltafi.common.types.VariableDataType
O
- objectName() - Method in class org.deltafi.common.content.ContentReference
- 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, 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.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.maven - package org.deltafi.common.maven
- org.deltafi.common.metrics - package org.deltafi.common.metrics
- org.deltafi.common.metrics.statsd - package org.deltafi.common.metrics.statsd
- org.deltafi.common.queue.jedis - package org.deltafi.common.queue.jedis
- 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.types - package org.deltafi.common.types
P
- Plugin - Class in org.deltafi.common.types
-
A Plugin is a collection of actions.
- Plugin() - Constructor for class org.deltafi.common.types.Plugin
- Plugin(PluginCoordinates, String, String, String, List<ActionDescriptor>, List<PluginCoordinates>, List<PropertySet>, List<Variable>) - Constructor for class org.deltafi.common.types.Plugin
- Plugin.Builder - Class in org.deltafi.common.types
- pluginCoordinates(PluginCoordinates) - Method in class org.deltafi.common.types.Plugin.Builder
-
The identifying coordinates
- PluginCoordinates - Class in org.deltafi.common.types
-
PluginCoordinates are used to uniquely identify a plugin.
- PluginCoordinates() - Constructor for class org.deltafi.common.types.PluginCoordinates
- 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
- propertySets(List<PropertySet>) - Method in class org.deltafi.common.types.Plugin.Builder
-
The properties required
- PropertySource - Enum in org.deltafi.common.types
- ProtocolLayer - Class in org.deltafi.common.types
- ProtocolLayer() - Constructor for class org.deltafi.common.types.ProtocolLayer
- put(String, Object) - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Puts an object into the queue.
- put(List<Pair<String, Object>>) - Method in class org.deltafi.common.queue.jedis.JedisKeyedBlockingQueue
-
Puts multiple objects into the queue.
- putActions(List<ActionInput>) - Method in class org.deltafi.common.action.ActionEventQueue
- 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
- putResult(ActionEventInput) - Method in class org.deltafi.common.action.ActionEventQueue
-
Submit a result object for action processing
Q
- queueAction(String) - Method in class org.deltafi.common.types.DeltaFile
- queueActionsIfNew(List<String>) - Method in class org.deltafi.common.types.DeltaFile
- QUEUED - org.deltafi.common.types.ActionState
- queuedActions() - Method in class org.deltafi.common.types.DeltaFile
- queueNewAction(String) - Method in class org.deltafi.common.types.DeltaFile
R
- read(String) - Static method in class org.deltafi.common.resource.Resource
- readStringAsMap(String) - Static method in enum 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
- 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
- report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class org.deltafi.common.metrics.statsd.StatsdDeltaReporter
- Resource - Class in org.deltafi.common.resource
- Resource() - Constructor for class org.deltafi.common.resource.Resource
- RETRIED - org.deltafi.common.types.ActionState
- retryErrors() - Method in class org.deltafi.common.types.DeltaFile
S
- save(String, byte[], String) - Method in class org.deltafi.common.content.ContentStorageService
- save(String, InputStream, String) - Method in class org.deltafi.common.content.ContentStorageService
- sendCounter(String, String) - Method in class org.deltafi.common.metrics.statsd.StatsdClient
-
Sends the given measurement to the server as a counter
- sendGauge(String, String) - Method in class org.deltafi.common.metrics.statsd.StatsdClient
-
Sends the given measurement to the server as a gauge
- setActionKitVersion(String) - Method in class org.deltafi.common.types.Plugin
- setActions(List<ActionDescriptor>) - Method in class org.deltafi.common.types.Plugin
- setDependencies(List<PluginCoordinates>) - Method in class org.deltafi.common.types.Plugin
- setDescription(String) - Method in class org.deltafi.common.types.Plugin
- setDisplayName(String) - Method in class org.deltafi.common.types.Plugin
- setExpiration(String) - Method in class org.deltafi.common.storage.s3.minio.MinioObjectStorageService
- setExpiration(String) - Method in interface org.deltafi.common.storage.s3.ObjectStorageService
- setPluginCoordinates(PluginCoordinates) - Method in class org.deltafi.common.types.Plugin
- setPropertySets(List<PropertySet>) - Method in class org.deltafi.common.types.Plugin
- setVariables(List<Variable>) - Method in class org.deltafi.common.types.Plugin
- SocketFactory() - Constructor for class org.deltafi.common.metrics.statsd.StatsdClient.SocketFactory
- SOURCE - Static variable in class org.deltafi.common.metrics.MetricsUtil
- SourceInfo - Class in org.deltafi.common.types
- 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 - org.deltafi.common.types.ActionEventType
- SPLIT - org.deltafi.common.types.ActionState
- splitAction(ActionEventInput) - Method in class org.deltafi.common.types.DeltaFile
- SplitInput - Class in org.deltafi.common.types
- SplitInput() - Constructor for class org.deltafi.common.types.SplitInput
- 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() - Method in class org.deltafi.common.http.HttpServiceAutoConfiguration
- SslProperties - Class in org.deltafi.common.ssl
- SslProperties() - Constructor for class org.deltafi.common.ssl.SslProperties
- StatsdClient - Class in org.deltafi.common.metrics.statsd
-
Client class for sending metrics to a StatsD server
- StatsdClient(String, int) - Constructor for class org.deltafi.common.metrics.statsd.StatsdClient
-
Constructs a client for the given host and port.
- StatsdClient.SocketFactory - Class in org.deltafi.common.metrics.statsd
- StatsdClient.StreamFactory - Class in org.deltafi.common.metrics.statsd
- StatsdDeltaReporter - Class in org.deltafi.common.metrics.statsd
-
Codahale metrics reporter for reporting delta counters to a statsd server
- StatsdDeltaReporter(MetricRegistry, String, int, String, TimeUnit, TimeUnit, MetricFilter) - Constructor for class org.deltafi.common.metrics.statsd.StatsdDeltaReporter
- StatsdDeltaReporter.StatsdDeltaReporterBuilder - Class in org.deltafi.common.metrics.statsd
- StatsdDeltaReporterBuilder() - Constructor for class org.deltafi.common.metrics.statsd.StatsdDeltaReporter.StatsdDeltaReporterBuilder
- StatsdProperties() - Constructor for class org.deltafi.common.metrics.MetricsProperties.StatsdProperties
- storedContentReferences() - Method in class org.deltafi.common.types.DeltaFile
- StreamFactory() - Constructor for class org.deltafi.common.metrics.statsd.StatsdClient.StreamFactory
- STRING - org.deltafi.common.types.VariableDataType
- success() - Method in class org.deltafi.common.metrics.statsd.StatsdClient
T
- tagsFor(ActionType, String, String, String) - Static method in class org.deltafi.common.metrics.MetricsUtil
-
Metrics are confusingly named! Assign the correct keys.
- take(String, Class<T>) - 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() - Method in class org.deltafi.common.action.ActionEventQueue
- toString() - Method in class org.deltafi.common.types.Plugin
- toString() - Method in class org.deltafi.common.types.PluginCoordinates
- TRANSFORM - org.deltafi.common.types.ActionEventType
- TRANSFORM - org.deltafi.common.types.ActionType
- TransformActionSchemaInput - Class in org.deltafi.common.types
- TransformActionSchemaInput() - Constructor for class org.deltafi.common.types.TransformActionSchemaInput
- TransformInput - Class in org.deltafi.common.types
- TransformInput() - Constructor for class org.deltafi.common.types.TransformInput
U
- UNKNOWN - org.deltafi.common.types.ActionType
- UNKNOWN_SIZE - Static variable in class org.deltafi.common.storage.s3.ObjectReference
- USER_HEADER - Static variable in class org.deltafi.common.constant.DeltaFiConstants
V
- VALIDATE - org.deltafi.common.types.ActionEventType
- VALIDATE - org.deltafi.common.types.ActionType
- ValidateActionSchemaInput - Class in org.deltafi.common.types
- ValidateActionSchemaInput() - Constructor for class org.deltafi.common.types.ValidateActionSchemaInput
- validateValue(String) - Method in enum org.deltafi.common.types.VariableDataType
-
Verify that the value can be converted to the data type
- valueOf(String) - Static method in enum org.deltafi.common.types.ActionEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.deltafi.common.types.ActionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.deltafi.common.types.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.deltafi.common.types.DeltaFileStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.deltafi.common.types.PropertySource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.deltafi.common.types.VariableDataType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.deltafi.common.types.ActionEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.deltafi.common.types.ActionState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.deltafi.common.types.ActionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.deltafi.common.types.DeltaFileStage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.deltafi.common.types.PropertySource
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.deltafi.common.types.VariableDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Variable - Class in org.deltafi.common.types
- Variable() - Constructor for class org.deltafi.common.types.Variable
- VariableDataType - Enum in org.deltafi.common.types
- variables(List<Variable>) - Method in class org.deltafi.common.types.Plugin.Builder
-
Variables associated with this plugin
- VersionMatcher - Class in org.deltafi.common.maven
- VersionMatcher() - Constructor for class org.deltafi.common.maven.VersionMatcher
All Classes All Packages