Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W _ 

A

ABSOLUTE_TIME_RANGE - Static variable in class com.linkedin.feathr.core.config.consumer.ObservationDataTimeSettingsConfig
 
AbsoluteTimeRangeConfig - Class in com.linkedin.feathr.core.config.consumer
Represents the temporal fields for the absolute time range object.
AbsoluteTimeRangeConfig(String, String, String) - Constructor for class com.linkedin.feathr.core.config.consumer.AbsoluteTimeRangeConfig
Constructor with all parameters
AbsoluteTimeRangeConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.consumer
Build the [[AbsoluteTimeRangeConfig]] class object.
AGGREGATION - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
AGGREGATION - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
AnchorConfig - Class in com.linkedin.feathr.core.config.producer.anchors
Represents the general anchor definition
AnchorConfig(String, Map<String, FeatureConfig>) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
Constructor
AnchorConfigWithExtractor - Class in com.linkedin.feathr.core.config.producer.anchors
Represents the anchor definition (the object part) for the anchors that have the extractor specified (in lieu of the key).
AnchorConfigWithExtractor(String, String, TypedKey, List<String>, String, Map<String, FeatureConfig>) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithExtractor
Constructor
AnchorConfigWithExtractor(String, String, String, Map<String, FeatureConfig>) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithExtractor
Constructor
AnchorConfigWithExtractor(String, String, Map<String, FeatureConfig>) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithExtractor
Constructor
AnchorConfigWithKey - Class in com.linkedin.feathr.core.config.producer.anchors
Represents the anchor definition (the object part) for the anchors that have the key specified.
AnchorConfigWithKey(String, TypedKey, List<String>, LateralViewParams, Map<String, FeatureConfig>) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKey
Constructor
AnchorConfigWithKey(String, TypedKey, LateralViewParams, Map<String, FeatureConfig>) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKey
Constructor
AnchorConfigWithKeyExtractor - Class in com.linkedin.feathr.core.config.producer.anchors
Represents the anchor definition (the object part) for the anchors that have ONLY keyExtractor specified.
AnchorConfigWithKeyExtractor(String, String, Map<String, FeatureConfig>, LateralViewParams) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKeyExtractor
Constructor
AnchorConfigWithKeyExtractor(String, String, Map<String, FeatureConfig>) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKeyExtractor
Constructor
AnchorConfigWithOnlyMvel - Class in com.linkedin.feathr.core.config.producer.anchors
Represents the anchor definition (the object part) for the anchors that have neither the key nor the extractor specified.
AnchorConfigWithOnlyMvel(String, Map<String, FeatureConfig>) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithOnlyMvel
Constructor
ANCHORS - Static variable in class com.linkedin.feathr.core.config.producer.FeatureDefConfig
 
AnchorsConfig - Class in com.linkedin.feathr.core.config.producer.anchors
Container class for the Anchors.
AnchorsConfig(Map<String, AnchorConfig>) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.AnchorsConfig
Constructor
AnchorsConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.producer.anchors
Builds a map of anchor name to its config by delegating the building of each anchor config object to its child
Availability - Enum in com.linkedin.feathr.core.config.producer.features
Denotes availability of a feature in a particular environment.

B

BASE - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
BaseConfigDataProvider - Class in com.linkedin.feathr.core.configdataprovider
A base class for ConfigDataProvider that concrete classes should extend rather than implementing ConfigDataProvider directly.
BaseConfigDataProvider() - Constructor for class com.linkedin.feathr.core.configdataprovider.BaseConfigDataProvider
 
BaseFeatureConfig - Class in com.linkedin.feathr.core.config.producer.derivations
Represents the definition of a base feature for sequential join config
BaseFeatureConfig(String, String, List<String>, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.BaseFeatureConfig
Constructor
BOOTSTRAP_URIS - Static variable in class com.linkedin.feathr.core.config.producer.sources.CouchbaseConfig
 
BUCKET_NAME - Static variable in class com.linkedin.feathr.core.config.producer.sources.CouchbaseConfig
 
build() - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig.Builder
Builds a new FeatureTypeConfig with existing parameters
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.consumer.AbsoluteTimeRangeConfigBuilder
 
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.consumer.JoinConfigBuilder
 
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.consumer.ObservationDataTimeSettingsConfigBuilder
 
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.consumer.RelativeTimeRangeConfigBuilder
 
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.consumer.TimestampColumnConfigBuilder
 
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.generation.DateTimeConfigBuilder
build time information object default values are: length = 0 and offset = 0 and timeZone = PDT/PST
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.generation.FeatureGenConfigBuilder
config represents the object part in: {@code operational : { ...
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.generation.OperationalConfigBuilder
Build operational config object in feature generation config file default values: retention = 1 unit of time resolution, and simulate delay = 0
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.generation.OutputProcessorBuilder
build output processor from config object
build(String, OutputFormat, Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.generation.OutputProcessorBuilder
build output processor from all the class members This is typically used to rebuild a new config object from the existing one when there's need to modify/pass in extra parameters
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.producer.anchors.AnchorsConfigBuilder
config represents the object part in: {@code anchors : { ...
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.producer.anchors.WindowParametersConfigBuilder
 
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.producer.common.FeatureTypeConfigBuilder
 
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.producer.derivations.DerivationsConfigBuilder
config represents the object part in: {@code derivations : { ...
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.producer.FeatureDefConfigBuilder
 
build(String, Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.producer.sources.PinotConfigBuilder
 
build(Config) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.producer.sources.SourcesConfigBuilder
config represents the object part in: {@code sources : { ...
Builder() - Constructor for class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig.Builder
 
buildFeatureDefConfig(ConfigDataProvider) - Method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
Builds a FeatureDefConfig by specifying a ConfigDataProvider that provides FeatureDef config data
buildFeatureDefConfig(URL) - Method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
buildFeatureDefConfig(List<String>) - Method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
buildFeatureDefConfig(String) - Method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
buildFeatureDefConfig(Reader) - Method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
buildFeatureDefConfig(ConfigDataProvider) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
 
buildFeatureDefConfig(URL) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
Deprecated.
buildFeatureDefConfig(List<String>) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
Deprecated.
buildFeatureDefConfig(String) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
Deprecated.
buildFeatureDefConfig(Reader) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
Deprecated.
buildFeatureDefConfigFromManifest(String) - Method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
buildFeatureDefConfigFromManifest(String) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
Deprecated.
buildFeatureDefConfigFromString(String) - Method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
buildFeatureDefConfigFromString(String) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
Deprecated.
buildFeatureDefConfigFromUrls(List<URL>) - Method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
buildFeatureDefConfigFromUrls(List<URL>) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
Deprecated.
buildFeatureDefConfigList(ConfigDataProvider) - Method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
Builds several FeatureDefConfigs by specifying a ConfigDataProvider that provides FeatureDef config data.
buildFeatureDefConfigList(ConfigDataProvider) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
 
buildJoinConfig(ConfigDataProvider) - Method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
Builds a JoinConfig by specifying a ConfigDataProvider that provides Join config data
buildJoinConfig(URL) - Method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
buildJoinConfig(String) - Method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
buildJoinConfig(ConfigDataProvider) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
 
buildJoinConfig(URL) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
Deprecated.
buildJoinConfig(String) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
Deprecated.
buildTypesafeConfig(ConfigType, ConfigDataProvider) - Method in class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
 

C

CLASS - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
ClientType - Enum in com.linkedin.feathr.core.configvalidator
Enum for the type of Frame client.
close() - Method in class com.linkedin.feathr.core.configdataprovider.BaseConfigDataProvider
 
close() - Method in class com.linkedin.feathr.core.configdataprovider.ManifestConfigDataProvider
 
com.linkedin.feathr.config - package com.linkedin.feathr.config
 
com.linkedin.feathr.core.config - package com.linkedin.feathr.core.config
 
com.linkedin.feathr.core.config.common - package com.linkedin.feathr.core.config.common
 
com.linkedin.feathr.core.config.consumer - package com.linkedin.feathr.core.config.consumer
 
com.linkedin.feathr.core.config.generation - package com.linkedin.feathr.core.config.generation
 
com.linkedin.feathr.core.config.producer - package com.linkedin.feathr.core.config.producer
 
com.linkedin.feathr.core.config.producer.anchors - package com.linkedin.feathr.core.config.producer.anchors
 
com.linkedin.feathr.core.config.producer.common - package com.linkedin.feathr.core.config.producer.common
 
com.linkedin.feathr.core.config.producer.definitions - package com.linkedin.feathr.core.config.producer.definitions
 
com.linkedin.feathr.core.config.producer.derivations - package com.linkedin.feathr.core.config.producer.derivations
 
com.linkedin.feathr.core.config.producer.features - package com.linkedin.feathr.core.config.producer.features
 
com.linkedin.feathr.core.config.producer.sources - package com.linkedin.feathr.core.config.producer.sources
 
com.linkedin.feathr.core.configbuilder - package com.linkedin.feathr.core.configbuilder
 
com.linkedin.feathr.core.configbuilder.typesafe - package com.linkedin.feathr.core.configbuilder.typesafe
 
com.linkedin.feathr.core.configbuilder.typesafe.consumer - package com.linkedin.feathr.core.configbuilder.typesafe.consumer
 
com.linkedin.feathr.core.configbuilder.typesafe.generation - package com.linkedin.feathr.core.configbuilder.typesafe.generation
 
com.linkedin.feathr.core.configbuilder.typesafe.producer - package com.linkedin.feathr.core.configbuilder.typesafe.producer
 
com.linkedin.feathr.core.configbuilder.typesafe.producer.anchors - package com.linkedin.feathr.core.configbuilder.typesafe.producer.anchors
 
com.linkedin.feathr.core.configbuilder.typesafe.producer.common - package com.linkedin.feathr.core.configbuilder.typesafe.producer.common
 
com.linkedin.feathr.core.configbuilder.typesafe.producer.derivations - package com.linkedin.feathr.core.configbuilder.typesafe.producer.derivations
 
com.linkedin.feathr.core.configbuilder.typesafe.producer.sources - package com.linkedin.feathr.core.configbuilder.typesafe.producer.sources
 
com.linkedin.feathr.core.configdataprovider - package com.linkedin.feathr.core.configdataprovider
 
com.linkedin.feathr.core.configvalidator - package com.linkedin.feathr.core.configvalidator
 
com.linkedin.feathr.core.configvalidator.typesafe - package com.linkedin.feathr.core.configvalidator.typesafe
 
com.linkedin.feathr.core.utils - package com.linkedin.feathr.core.utils
 
com.linkedin.feathr.exception - package com.linkedin.feathr.exception
 
ComplexFeatureConfig - Class in com.linkedin.feathr.core.config.producer.anchors
Represents an expression based feature configuration by specifying the object part in the following fragment:
ComplexFeatureConfig(String, ExprType, String, FeatureTypeConfig) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
Constructor with full parameters
ComplexFeatureConfig(String, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
ComplexFeatureConfig(String, FeatureTypeConfig) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
ComplexFeatureConfig(String, String, FeatureTypeConfig) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
ComplexFeatureConfig(String, ExprType, FeatureType, String) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
ConfigBuilder - Interface in com.linkedin.feathr.core.configbuilder
Interface for building FeatureDefConfig and JoinConfig.
ConfigBuilderException - Exception in com.linkedin.feathr.core.configbuilder
When an error is encountered during config processing, this exception is thrown
ConfigBuilderException(String) - Constructor for exception com.linkedin.feathr.core.configbuilder.ConfigBuilderException
 
ConfigBuilderException(String, Throwable) - Constructor for exception com.linkedin.feathr.core.configbuilder.ConfigBuilderException
 
ConfigDataProvider - Interface in com.linkedin.feathr.core.configdataprovider
ConfigDataProvider abstracts aways the source of config data which may come from, for example, a resource, or a URL, or as a String.
ConfigDataProviderException - Exception in com.linkedin.feathr.core.configdataprovider
Runtime Exception thrown by a ConfigDataProvider object when an error is encountered in fetching config data.
ConfigDataProviderException(String) - Constructor for exception com.linkedin.feathr.core.configdataprovider.ConfigDataProviderException
 
ConfigDataProviderException(String, Throwable) - Constructor for exception com.linkedin.feathr.core.configdataprovider.ConfigDataProviderException
 
ConfigObj - Interface in com.linkedin.feathr.core.config
Marker interface for all config objects used in Frame
ConfigType - Enum in com.linkedin.feathr.core.config
Enumeration class for FeatureDef and Join Config classes
ConfigUtils - Class in com.linkedin.feathr.core.utils
Utils to read typesafe configs
ConfigValidationException - Exception in com.linkedin.feathr.core.configvalidator
Runtime exception thrown if the config validation couldn't be performed.
ConfigValidationException(String) - Constructor for exception com.linkedin.feathr.core.configvalidator.ConfigValidationException
 
ConfigValidationException(String, Throwable) - Constructor for exception com.linkedin.feathr.core.configvalidator.ConfigValidationException
 
ConfigValidator - Interface in com.linkedin.feathr.core.configvalidator
Validates Frame configuration such as FeatureDef config, Join config, etc.
ConfigValidatorFactory - Class in com.linkedin.feathr.core.configvalidator
Factory class for ConfigValidator to replace the usage of the static method of ConfigValidator.getInstance(ClientType clientType) Since the above getInstance method is used in li-frame-plugin, which is written in Groovy.
CouchbaseConfig - Class in com.linkedin.feathr.core.config.producer.sources
Represents the source config params for a Couchbase store
CouchbaseConfig(String, String, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.CouchbaseConfig
Constructor
CustomSourceConfig - Class in com.linkedin.feathr.core.config.producer.sources
Represents Custom source config
CustomSourceConfig(String, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.CustomSourceConfig
Constructor with parameters

D

D2_URI - Static variable in class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
 
DATA_MODEL - Static variable in class com.linkedin.feathr.core.config.producer.sources.CustomSourceConfig
Field used in CUSTOM source config fragment
DATA_MODEL - Static variable in class com.linkedin.feathr.core.config.producer.sources.PassThroughConfig
Field used in PassThrough source config fragment
DATABASE - Static variable in class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
 
DATE_OFFSET - Static variable in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
DateTimeConfig - Class in com.linkedin.feathr.core.config.common
Represent a time period or a time point.
DateTimeConfig(String, String, ChronoUnit, long, Duration, TimeZone) - Constructor for class com.linkedin.feathr.core.config.common.DateTimeConfig
Constructor
DateTimeConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.generation
Build DateTimeConfig from config
DateTimeRange - Class in com.linkedin.feathr.core.config.consumer
Represents the start and end local date-times without regards to timezone in the ISO-8601 calendar system.
DateTimeRange(LocalDateTime, LocalDateTime) - Constructor for class com.linkedin.feathr.core.config.consumer.DateTimeRange
Constructor
DECAY - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
DECODER - Static variable in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
DEF - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
DEF_MVEL - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
DEF_SQL_EXPR - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
DEFAULT - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
DEFINITION - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
DELIM - Static variable in class com.linkedin.feathr.core.configvalidator.typesafe.TypesafeConfigValidator
Deprecated.
 
DerivationConfig - Interface in com.linkedin.feathr.core.config.producer.derivations
Represents the fields used for specifying the configuration parameters for feature derivations in the derivations section of the FeatureDef config file.
DerivationConfigWithExpr - Class in com.linkedin.feathr.core.config.producer.derivations
Represents the definition of a derived feature using keys and MVEL/SQL expression.
DerivationConfigWithExpr(List<String>, Map<String, KeyedFeature>, TypedExpr) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExpr
Constructor
DerivationConfigWithExpr(List<String>, Map<String, KeyedFeature>, TypedExpr, FeatureTypeConfig) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExpr
Constructor
DerivationConfigWithExpr(List<String>, Map<String, KeyedFeature>, String) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExpr
DerivationConfigWithExtractor - Class in com.linkedin.feathr.core.config.producer.derivations
Represents the definition of a derived feature using a user-defined class.
DerivationConfigWithExtractor(List<String>, List<KeyedFeature>, String) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExtractor
Constructor
DerivationConfigWithExtractor(List<String>, List<KeyedFeature>, String, FeatureTypeConfig) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExtractor
Constructor
DERIVATIONS - Static variable in class com.linkedin.feathr.core.config.producer.FeatureDefConfig
 
DerivationsConfig - Class in com.linkedin.feathr.core.config.producer.derivations
Container class for all derived feature configurations.
DerivationsConfig(Map<String, DerivationConfig>) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.DerivationsConfig
Constructor
DerivationsConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.producer.derivations
Builds a map of anchor name to its config by delegating the building of each anchor config object to its child
DIMENSION_TYPE - Static variable in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
 
DOCUMENT_MODEL - Static variable in class com.linkedin.feathr.core.config.producer.sources.CouchbaseConfig
 

E

EMBEDDING_SIZE - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
ENCODER - Static variable in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
END_DATE - Static variable in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
END_TIME - Static variable in class com.linkedin.feathr.core.config.consumer.AbsoluteTimeRangeConfig
 
END_TIME - Static variable in class com.linkedin.feathr.core.config.consumer.DateTimeRange
 
ENTITY_TYPE - Static variable in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
Deprecated.
As of beta, this field is deprecated in favor of KEY_EXPR(keyExpr)
equals(Object) - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.consumer.AbsoluteTimeRangeConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.consumer.DateTimeRange
 
equals(Object) - Method in class com.linkedin.feathr.core.config.consumer.FeatureBagConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.consumer.JoinConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.consumer.JoinTimeSettingsConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
equals(Object) - Method in class com.linkedin.feathr.core.config.consumer.ObservationDataTimeSettingsConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.consumer.RelativeTimeRangeConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.consumer.SettingsConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.consumer.TimestampColumnConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.generation.FeatureGenConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.generation.OfflineOperationalConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.generation.OperationalConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.generation.OutputProcessorConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithExtractor
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKey
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKeyExtractor
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorsConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.ExtractorBasedFeatureConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.LateralViewParams
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.SimpleFeatureConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.TypedKey
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.anchors.WindowParametersConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.derivations.BaseFeatureConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExpr
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExtractor
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationsConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.derivations.KeyedFeature
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.derivations.SequentialJoinConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.derivations.SimpleDerivationConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.FeatureDefConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.CouchbaseConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.CustomSourceConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfigWithRegularData
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfigWithSlidingWindow
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.KafkaConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.PassThroughConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.PinotConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.SlidingWindowAggrConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.SourceConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.SourcesConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.TimeWindowParams
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.VectorConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.sources.VeniceConfig
 
equals(Object) - Method in class com.linkedin.feathr.core.config.producer.TypedExpr
 
equals(Object) - Method in class com.linkedin.feathr.core.configdataprovider.ResourceConfigDataProvider
 
equals(Object) - Method in class com.linkedin.feathr.core.configvalidator.ValidationResult
 
ErrorLabel - Enum in com.linkedin.feathr.exception
Error label that is used in exception message.
EspressoConfig - Class in com.linkedin.feathr.core.config.producer.sources
Represents the configuration for an Espresso source
EspressoConfig(String, String, String, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
Constructor with full parameters
ExceptionMessageUtil - Class in com.linkedin.feathr.exception
A util for creating exception message.
EXPANSION - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
ExpressionBasedFeatureConfig - Class in com.linkedin.feathr.core.config.producer.anchors
Represents an expression based feature configuration by specifying the object part in the following fragment:
ExpressionBasedFeatureConfig(String, ExprType, String, FeatureTypeConfig) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
Constructor with full parameters
ExpressionBasedFeatureConfig(String, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
ExpressionBasedFeatureConfig(String, FeatureTypeConfig) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
ExpressionBasedFeatureConfig(String, String, FeatureTypeConfig) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
ExpressionBasedFeatureConfig(String, ExprType, FeatureType, String) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
ExprType - Enum in com.linkedin.feathr.core.config.producer
Enumeration class for key and feature expression type defined in FeatureDef
EXTRACT_FEATURES - Static variable in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
extractFromHocon(String) - Method in class com.linkedin.feathr.core.config.producer.common.KeyListExtractor
This function extract a List of key String from HOCON representation of key field in Frame config.
EXTRACTOR - Static variable in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
ExtractorBasedFeatureConfig - Class in com.linkedin.feathr.core.config.producer.anchors
Represents a feature config based on extractor by specifying the value part in the following fragment: : { type: type of the feature // optional parameters: parameters for the extractor to configure different extractor behavior per feature // optional defaultValue: default value of the feature // optional }
ExtractorBasedFeatureConfig(String) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ExtractorBasedFeatureConfig
Constructor
ExtractorBasedFeatureConfig(String, FeatureTypeConfig) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ExtractorBasedFeatureConfig
Constructor
ExtractorBasedFeatureConfig(String, FeatureTypeConfig, String, Map<String, String>) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.ExtractorBasedFeatureConfig
Constructor
ExtractorClassValidationUtils - Class in com.linkedin.feathr.core.configvalidator.typesafe
Utils to validate extractor classes in FeatureDef config, to check if extractor classes are defined in jars This is designed for independent usage of FeatureConsumerConfValidator or FeatureProducerConfValidator, as extractor class validation has different Gradle task dependency from general Frame config validation (performed by FeatureConsumerConfValidator or FeatureProducerConfValidator).

F

FeathrConfigException - Exception in com.linkedin.feathr.exception
This exception is thrown when the feature definition is incorrect.
FeathrConfigException(ErrorLabel, String, Throwable) - Constructor for exception com.linkedin.feathr.exception.FeathrConfigException
 
FeathrConfigException(ErrorLabel, String) - Constructor for exception com.linkedin.feathr.exception.FeathrConfigException
 
FeathrException - Exception in com.linkedin.feathr.exception
Base exception for Frame
FeathrException(String) - Constructor for exception com.linkedin.feathr.exception.FeathrException
 
FeathrException(String, Throwable) - Constructor for exception com.linkedin.feathr.exception.FeathrException
 
FeathrException(ErrorLabel, String, Throwable) - Constructor for exception com.linkedin.feathr.exception.FeathrException
 
FeathrException(ErrorLabel, String) - Constructor for exception com.linkedin.feathr.exception.FeathrException
 
FEATURE - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
FEATURE_LIST - Static variable in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
FEATURE_SOURCE_NAME - Static variable in class com.linkedin.feathr.core.config.producer.sources.VectorConfig
 
FeatureBagConfig - Class in com.linkedin.feathr.core.config.consumer
Represents list of configs for features
FeatureBagConfig(List<KeyedFeatures>) - Constructor for class com.linkedin.feathr.core.config.consumer.FeatureBagConfig
Constructor
FeatureConfig - Class in com.linkedin.feathr.core.config.producer.anchors
Abstract class for the configuration of a feature in an anchor
FeatureConfig() - Constructor for class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
FeatureConsumerConfValidator - Class in com.linkedin.feathr.core.configvalidator.typesafe
Validator specific for Frame feature consumer clients.
FeatureConsumerConfValidator() - Constructor for class com.linkedin.feathr.core.configvalidator.typesafe.FeatureConsumerConfValidator
 
FeatureDefConfig - Class in com.linkedin.feathr.core.config.producer
Represents the FeatureDef configuration
FeatureDefConfig(SourcesConfig, AnchorsConfig, DerivationsConfig) - Constructor for class com.linkedin.feathr.core.config.producer.FeatureDefConfig
Constructor with full parameters
FeatureDefConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.producer
Builds the complete FeatureDefConfig object by delegating to its children, one per config section.
FeatureDefConfigBuilder() - Constructor for class com.linkedin.feathr.core.configbuilder.typesafe.producer.FeatureDefConfigBuilder
 
FeatureDefinitionLoader - Class in com.linkedin.feathr.config
Loader class for hich encloses all characteristics of a feature, such as source and transformation.
FeatureDefinitionLoader(ConfigBuilder) - Constructor for class com.linkedin.feathr.config.FeatureDefinitionLoader
Constructor.
FeatureDefinitionLoaderFactory - Class in com.linkedin.feathr.config
FeatureGenConfig - Class in com.linkedin.feathr.core.config.generation
Define the feature generation specification, i.e., list of features to generate and other settings.
FeatureGenConfig(OperationalConfig, List<String>) - Constructor for class com.linkedin.feathr.core.config.generation.FeatureGenConfig
Constructor
FeatureGenConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.generation
Feature generation config builder
FeatureProducerConfValidator - Class in com.linkedin.feathr.core.configvalidator.typesafe
validator specific for Frame feature producer clients
FeatureProducerConfValidator() - Constructor for class com.linkedin.feathr.core.configvalidator.typesafe.FeatureProducerConfValidator
 
FEATURES - Static variable in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
FEATURES - Static variable in class com.linkedin.feathr.core.config.producer.FeatureDefConfig
 
FeatureType - Enum in com.linkedin.feathr.core.config.producer.definitions
Specifies the feature type of a feature.
FeatureTypeConfig - Class in com.linkedin.feathr.core.config.producer.common
Represents a type configuration for a feature by specifying the object part in the following fragment: 1.
FeatureTypeConfig(FeatureType) - Constructor for class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
 
FeatureTypeConfig.Builder - Class in com.linkedin.feathr.core.config.producer.common
The builder for FeatureTypeConfig
FeatureTypeConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.producer.common
Builds a FeatureTypeConfig object
FILE - Static variable in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
FILTER - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
FILTER_MVEL - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
FINDER - Static variable in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
FORMAT - Static variable in class com.linkedin.feathr.core.config.consumer.TimestampColumnConfig
 
FrameConfigFileChecker - Class in com.linkedin.feathr.core.configbuilder.typesafe
Utility class to check if a config file is a Frame config file.
FrameDataOutputException - Exception in com.linkedin.feathr.exception
This exception is thrown when the data output is not not successful.
FrameDataOutputException(ErrorLabel, String, Throwable) - Constructor for exception com.linkedin.feathr.exception.FrameDataOutputException
 
FrameDataOutputException(ErrorLabel, String) - Constructor for exception com.linkedin.feathr.exception.FrameDataOutputException
 
FrameFeatureJoinException - Exception in com.linkedin.feathr.exception
This exception is thrown when the feature join is incorrect.
FrameFeatureJoinException(ErrorLabel, String, Throwable) - Constructor for exception com.linkedin.feathr.exception.FrameFeatureJoinException
 
FrameFeatureJoinException(ErrorLabel, String) - Constructor for exception com.linkedin.feathr.exception.FrameFeatureJoinException
 
FrameFeatureTransformationException - Exception in com.linkedin.feathr.exception
This exception is thrown when something wrong happened during feature transformation.
FrameFeatureTransformationException(ErrorLabel, String, Throwable) - Constructor for exception com.linkedin.feathr.exception.FrameFeatureTransformationException
 
FrameFeatureTransformationException(ErrorLabel, String) - Constructor for exception com.linkedin.feathr.exception.FrameFeatureTransformationException
 
FrameInputDataException - Exception in com.linkedin.feathr.exception
This exception is thrown when the data input is incorrect.
FrameInputDataException(ErrorLabel, String, Throwable) - Constructor for exception com.linkedin.feathr.exception.FrameInputDataException
 
FrameInputDataException(ErrorLabel, String) - Constructor for exception com.linkedin.feathr.exception.FrameInputDataException
 
fromName(String) - Static method in enum com.linkedin.feathr.core.config.producer.features.Availability
 
fromName(String) - Static method in enum com.linkedin.feathr.core.config.producer.features.ValueType
 

G

get() - Static method in interface com.linkedin.feathr.core.configbuilder.ConfigBuilder
Factory method for getting an instance of ConfigBuilder
get_enableIncremental() - Method in class com.linkedin.feathr.core.config.generation.OfflineOperationalConfig
Deprecated.
get_features() - Method in class com.linkedin.feathr.core.config.generation.FeatureGenConfig
Deprecated.
get_length() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
Deprecated.
get_name() - Method in class com.linkedin.feathr.core.config.generation.OperationalConfig
Deprecated.
get_name() - Method in class com.linkedin.feathr.core.config.generation.OutputProcessorConfig
Deprecated.
get_offset() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
Deprecated.
get_operationalConfig() - Method in class com.linkedin.feathr.core.config.generation.FeatureGenConfig
Deprecated.
get_outputFormat() - Method in class com.linkedin.feathr.core.config.generation.OutputProcessorConfig
Deprecated.
get_outputProcessorsListConfig() - Method in class com.linkedin.feathr.core.config.generation.OperationalConfig
Deprecated.
get_params() - Method in class com.linkedin.feathr.core.config.generation.OutputProcessorConfig
Deprecated.
get_referenceEndTime() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
Deprecated.
get_referenceEndTimeFormat() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
Deprecated.
get_retention() - Method in class com.linkedin.feathr.core.config.generation.OfflineOperationalConfig
Deprecated.
get_simulateTimeDelay() - Method in class com.linkedin.feathr.core.config.generation.OfflineOperationalConfig
Deprecated.
get_timeResolution() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
Deprecated.
get_timeSetting() - Method in class com.linkedin.feathr.core.config.generation.OfflineOperationalConfig
Deprecated.
get_timeZone() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
Deprecated.
getAbsoluteTimeRange() - Method in class com.linkedin.feathr.core.config.consumer.ObservationDataTimeSettingsConfig
 
getAggregation() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getAggregation() - Method in class com.linkedin.feathr.core.config.producer.derivations.SequentialJoinConfig
 
getAnchors() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorsConfig
 
getAnchorsConfig() - Method in class com.linkedin.feathr.core.config.producer.FeatureDefConfig
 
getBase() - Method in class com.linkedin.feathr.core.config.producer.derivations.SequentialJoinConfig
 
getBooleanWithDefault(Config, String, Boolean) - Static method in class com.linkedin.feathr.core.utils.ConfigUtils
return boolean config value with default
getBucketName() - Method in class com.linkedin.feathr.core.config.producer.sources.CouchbaseConfig
 
getCause() - Method in class com.linkedin.feathr.core.configvalidator.ValidationResult
 
getChronoUnit(String) - Static method in class com.linkedin.feathr.core.utils.ConfigUtils
convert ChronoUnit String to ChronoUnit enum
getClassName() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExtractor
 
getColumnExpr() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getColumnExprType() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getConfigDataInfo() - Method in interface com.linkedin.feathr.core.configdataprovider.ConfigDataProvider
Provides some information about config data.
getConfigDataInfo() - Method in class com.linkedin.feathr.core.configdataprovider.ManifestConfigDataProvider
 
getConfigDataInfo() - Method in class com.linkedin.feathr.core.configdataprovider.ReaderConfigDataProvider
 
getConfigDataInfo() - Method in class com.linkedin.feathr.core.configdataprovider.ResourceConfigDataProvider
 
getConfigDataInfo() - Method in class com.linkedin.feathr.core.configdataprovider.StringConfigDataProvider
 
getConfigDataInfo() - Method in class com.linkedin.feathr.core.configdataprovider.UrlConfigDataProvider
 
getConfigDataReaders() - Method in interface com.linkedin.feathr.core.configdataprovider.ConfigDataProvider
Return the config data as a list of Reader objects.
getConfigDataReaders() - Method in class com.linkedin.feathr.core.configdataprovider.ManifestConfigDataProvider
 
getConfigDataReaders() - Method in class com.linkedin.feathr.core.configdataprovider.ReaderConfigDataProvider
 
getConfigDataReaders() - Method in class com.linkedin.feathr.core.configdataprovider.ResourceConfigDataProvider
 
getConfigDataReaders() - Method in class com.linkedin.feathr.core.configdataprovider.StringConfigDataProvider
 
getConfigDataReaders() - Method in class com.linkedin.feathr.core.configdataprovider.UrlConfigDataProvider
 
getConfigStr() - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
The string of the serialized config object.
getD2Uri() - Method in class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
 
getDatabase() - Method in class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
 
getDataModel() - Method in class com.linkedin.feathr.core.config.producer.sources.CustomSourceConfig
 
getDataModel() - Method in class com.linkedin.feathr.core.config.producer.sources.PassThroughConfig
 
getDates() - Method in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
getDecay() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getDecoder() - Method in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
getDef() - Method in class com.linkedin.feathr.core.config.producer.anchors.LateralViewParams
 
getDefaultValue() - Method in class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
 
getDefaultValue() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
 
getDefaultValue() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExtractorBasedFeatureConfig
 
getDefaultValue() - Method in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
getDefaultValue() - Method in class com.linkedin.feathr.core.config.producer.anchors.SimpleFeatureConfig
 
getDefaultValue() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getDefinition() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExpr
Deprecated.
getDerivations() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationsConfig
 
getDerivationsConfig() - Method in class com.linkedin.feathr.core.config.producer.FeatureDefConfig
 
getDetails() - Method in class com.linkedin.feathr.core.configvalidator.ValidationResult
 
getDimensionTypes() - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
Array of the types for each dimension.
getDocumentModel() - Method in class com.linkedin.feathr.core.config.producer.sources.CouchbaseConfig
 
getDurationWithDefault(Config, String, Duration) - Static method in class com.linkedin.feathr.core.utils.ConfigUtils
return numeric config value with default
getEmbeddingSize() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getEnableIncremental() - Method in class com.linkedin.feathr.core.config.generation.OfflineOperationalConfig
 
getEncoder() - Method in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
getEnd() - Method in class com.linkedin.feathr.core.config.consumer.DateTimeRange
 
getEndTime() - Method in class com.linkedin.feathr.core.config.consumer.AbsoluteTimeRangeConfig
 
getExpansion() - Method in class com.linkedin.feathr.core.config.producer.derivations.SequentialJoinConfig
 
getExpr() - Method in class com.linkedin.feathr.core.config.producer.TypedExpr
 
getExprType() - Method in class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
 
getExprType() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
 
getExprType() - Method in class com.linkedin.feathr.core.config.producer.TypedExpr
 
getExtractFeatures() - Method in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
getExtractor() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithExtractor
 
getExtractorClasses(Map<ConfigType, ConfigDataProvider>) - Static method in class com.linkedin.feathr.core.configvalidator.typesafe.ExtractorClassValidationUtils
Get a list of full class names of extractors in FeatureDef config for anchors and derivations.
getFactoryInstance() - Static method in class com.linkedin.feathr.core.configvalidator.ConfigValidatorFactory
get singleton instance
getFeature() - Method in class com.linkedin.feathr.core.config.producer.derivations.KeyedFeature
 
getFeatureBagConfig(String) - Method in class com.linkedin.feathr.core.config.consumer.JoinConfig
 
getFeatureBagConfigs() - Method in class com.linkedin.feathr.core.config.consumer.JoinConfig
 
getFeatureExpr() - Method in class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
 
getFeatureExpr() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
 
getFeatureExpr() - Method in class com.linkedin.feathr.core.config.producer.anchors.SimpleFeatureConfig
Deprecated.
getFeatureExpr() - Method in class com.linkedin.feathr.core.config.producer.derivations.SimpleDerivationConfig
getFeatureName() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExtractorBasedFeatureConfig
 
getFeatureName() - Method in class com.linkedin.feathr.core.config.producer.anchors.SimpleFeatureConfig
 
getFeatures() - Method in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
getFeatures() - Method in class com.linkedin.feathr.core.config.generation.FeatureGenConfig
 
getFeatures() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
getFeatureSourceName() - Method in class com.linkedin.feathr.core.config.producer.sources.VectorConfig
 
getFeatureType() - Method in class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
getFeatureType() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
getFeatureType() - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
 
getFeatureTypeConfig() - Method in class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
 
getFeatureTypeConfig() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
 
getFeatureTypeConfig() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExtractorBasedFeatureConfig
 
getFeatureTypeConfig() - Method in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
getFeatureTypeConfig() - Method in class com.linkedin.feathr.core.config.producer.anchors.SimpleFeatureConfig
 
getFeatureTypeConfig() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getFeatureTypeConfig() - Method in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
getFeatureTypeConfig() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExpr
 
getFeatureTypeConfig() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExtractor
 
getFeatureTypeConfig() - Method in class com.linkedin.feathr.core.config.producer.derivations.SequentialJoinConfig
 
getFeatureTypeConfig() - Method in class com.linkedin.feathr.core.config.producer.derivations.SimpleDerivationConfig
 
getFeatureTypedExpr() - Method in class com.linkedin.feathr.core.config.producer.derivations.SimpleDerivationConfig
 
getFilter() - Method in class com.linkedin.feathr.core.config.producer.anchors.LateralViewParams
 
getFilter() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getFilterExprType() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getFinder() - Method in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
getFormat() - Method in class com.linkedin.feathr.core.config.consumer.TimestampColumnConfig
 
getGroupBy() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getHasTimeSnapshot() - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfigWithRegularData
 
getHoconString(Config, String) - Static method in class com.linkedin.feathr.core.utils.ConfigUtils
Get the typesafe ConfigValue.render() with given path
getInputFeatures(String) - Method in class com.linkedin.feathr.core.utils.MvelInputsResolver
Gets the input features in the mvel expression.
getInputs() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExpr
 
getInputs() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExtractor
 
getInstance() - Static method in class com.linkedin.feathr.config.FeatureDefinitionLoaderFactory
Get an instance of FeatureDefinitionLoader.
getInstance() - Static method in class com.linkedin.feathr.core.config.producer.common.KeyListExtractor
 
getInstance() - Static method in interface com.linkedin.feathr.core.configvalidator.ConfigValidator
Deprecated.
getInstance(ClientType) - Static method in interface com.linkedin.feathr.core.configvalidator.ConfigValidator
Factory method to get an instance of ConfigValidator
getInstance() - Static method in class com.linkedin.feathr.core.utils.MvelInputsResolver
 
getIntWithDefault(Config, String, int) - Static method in class com.linkedin.feathr.core.utils.ConfigUtils
return int config value with default
getItemAlias() - Method in class com.linkedin.feathr.core.config.producer.anchors.LateralViewParams
 
getKey() - Method in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
getKey() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKey
 
getKey() - Method in class com.linkedin.feathr.core.config.producer.anchors.TypedKey
Get the list of key String extracted from raw key expression
getKey() - Method in class com.linkedin.feathr.core.config.producer.derivations.KeyedFeature
Get the list of key String extracted from raw key expression
getKeyAlias() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithExtractor
 
getKeyAlias() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKey
 
getKeyedFeatures() - Method in class com.linkedin.feathr.core.config.consumer.FeatureBagConfig
 
getKeyExpr() - Method in class com.linkedin.feathr.core.config.producer.sources.CouchbaseConfig
 
getKeyExpr() - Method in class com.linkedin.feathr.core.config.producer.sources.CustomSourceConfig
 
getKeyExpr() - Method in class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
 
getKeyExpr() - Method in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
Deprecated.
this might return null, please use RestliConfig.getOptionalKeyExpr() instead
getKeyExpr() - Method in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
getKeyExpr() - Method in class com.linkedin.feathr.core.config.producer.sources.VectorConfig
 
getKeyExpr() - Method in class com.linkedin.feathr.core.config.producer.sources.VeniceConfig
 
getKeyExprType() - Method in class com.linkedin.feathr.core.config.producer.anchors.TypedKey
 
getKeyExtractor() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithExtractor
 
getKeyExtractor() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKeyExtractor
 
getKeys() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExpr
 
getKeys() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExtractor
 
getKeys() - Method in class com.linkedin.feathr.core.config.producer.derivations.SequentialJoinConfig
 
getLateralViewParams() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKey
 
getLateralViewParams() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKeyExtractor
 
getLength() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
 
getLimit() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getLongWithDefault(Config, String, long) - Static method in class com.linkedin.feathr.core.utils.ConfigUtils
return long config value with default
getName() - Method in class com.linkedin.feathr.core.config.consumer.TimestampColumnConfig
 
getName() - Method in class com.linkedin.feathr.core.config.generation.OperationalConfig
 
getName() - Method in class com.linkedin.feathr.core.config.generation.OutputProcessorConfig
 
getNumberWithDefault(Config, String, Number) - Static method in class com.linkedin.feathr.core.utils.ConfigUtils
return numeric config value with default
getObservationTimeInfo() - Method in class com.linkedin.feathr.core.config.consumer.SettingsConfig
 
getOffset() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
 
getOffset() - Method in class com.linkedin.feathr.core.config.consumer.RelativeTimeRangeConfig
 
getOperationalConfig() - Method in class com.linkedin.feathr.core.config.generation.FeatureGenConfig
 
getOptionalKeyExpr() - Method in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
getOutputFormat() - Method in class com.linkedin.feathr.core.config.generation.OutputProcessorConfig
 
getOutputKeys() - Method in class com.linkedin.feathr.core.config.producer.derivations.BaseFeatureConfig
 
getOutputProcessorsListConfig() - Method in class com.linkedin.feathr.core.config.generation.OperationalConfig
 
getOverrideTimeDelay() - Method in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
getParameters() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExtractorBasedFeatureConfig
 
getParameters() - Method in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
Return parameters for the extractor.
getParameters() - Method in class com.linkedin.feathr.core.config.producer.anchors.SimpleFeatureConfig
 
getParams() - Method in class com.linkedin.feathr.core.config.generation.OutputProcessorConfig
 
getPath() - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfig
 
getPathSpec() - Method in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
getQueryArguments() - Method in class com.linkedin.feathr.core.config.producer.sources.PinotConfig
 
getQueryKeyColumns() - Method in class com.linkedin.feathr.core.config.producer.sources.PinotConfig
 
getQueryTemplate() - Method in class com.linkedin.feathr.core.config.producer.sources.PinotConfig
 
getRawKeyExpr() - Method in class com.linkedin.feathr.core.config.producer.anchors.TypedKey
 
getRawKeyExpr() - Method in class com.linkedin.feathr.core.config.producer.derivations.KeyedFeature
 
getReferenceEndTime() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
 
getReferenceEndTimeFormat() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
 
getReferenceSource() - Method in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
getRelativeTimeRange() - Method in class com.linkedin.feathr.core.config.consumer.ObservationDataTimeSettingsConfig
 
getReqParams() - Method in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
getResourceName() - Method in class com.linkedin.feathr.core.config.producer.sources.PinotConfig
 
getResourceName() - Method in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
getRetention() - Method in class com.linkedin.feathr.core.config.generation.OfflineOperationalConfig
 
getSettings() - Method in class com.linkedin.feathr.core.config.consumer.JoinConfig
 
getShapes() - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
The shape (sometimes called the “size” or “dense shape”) of the tensor.
getSimulateTimeDelay() - Method in class com.linkedin.feathr.core.config.consumer.JoinTimeSettingsConfig
 
getSimulateTimeDelay() - Method in class com.linkedin.feathr.core.config.generation.OfflineOperationalConfig
 
getSize() - Method in class com.linkedin.feathr.core.config.producer.anchors.WindowParametersConfig
 
getSlidingInterval() - Method in class com.linkedin.feathr.core.config.producer.anchors.WindowParametersConfig
 
getSource() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
getSourceName() - Method in class com.linkedin.feathr.core.config.producer.sources.SourceConfig
Returns the name associated with the source.
getSources() - Method in class com.linkedin.feathr.core.config.producer.sources.SourcesConfig
 
getSourcesConfig() - Method in class com.linkedin.feathr.core.config.producer.FeatureDefConfig
 
getSourceType() - Method in class com.linkedin.feathr.core.config.producer.sources.CouchbaseConfig
 
getSourceType() - Method in class com.linkedin.feathr.core.config.producer.sources.CustomSourceConfig
 
getSourceType() - Method in class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
 
getSourceType() - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfig
 
getSourceType() - Method in class com.linkedin.feathr.core.config.producer.sources.KafkaConfig
 
getSourceType() - Method in class com.linkedin.feathr.core.config.producer.sources.PassThroughConfig
 
getSourceType() - Method in class com.linkedin.feathr.core.config.producer.sources.PinotConfig
 
getSourceType() - Method in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
getSourceType() - Method in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
getSourceType() - Method in class com.linkedin.feathr.core.config.producer.sources.SourceConfig
 
getSourceType() - Method in enum com.linkedin.feathr.core.config.producer.sources.SourceType
 
getSourceType() - Method in class com.linkedin.feathr.core.config.producer.sources.VectorConfig
 
getSourceType() - Method in class com.linkedin.feathr.core.config.producer.sources.VeniceConfig
 
getStart() - Method in class com.linkedin.feathr.core.config.consumer.DateTimeRange
 
getStartTime() - Method in class com.linkedin.feathr.core.config.consumer.AbsoluteTimeRangeConfig
 
getStoreName() - Method in class com.linkedin.feathr.core.config.producer.sources.VeniceConfig
 
getStream() - Method in class com.linkedin.feathr.core.config.producer.sources.KafkaConfig
 
getStringList(Config, String) - Static method in class com.linkedin.feathr.core.utils.ConfigUtils
return a String list config value where the value can be either a single String or String list
getStringMap(Config) - Static method in class com.linkedin.feathr.core.utils.ConfigUtils
return a String map config value where the key and value are both simple String
getStringWithDefault(Config, String, String) - Static method in class com.linkedin.feathr.core.utils.ConfigUtils
return string config value with default
getSwaConfig() - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfigWithSlidingWindow
 
getSwaConfig() - Method in class com.linkedin.feathr.core.config.producer.sources.KafkaConfig
 
getTable() - Method in class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
 
getTimeFormat() - Method in class com.linkedin.feathr.core.config.consumer.AbsoluteTimeRangeConfig
 
getTimePartitionPattern() - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfig
 
getTimeResolution() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
 
getTimeSeries() - Method in class com.linkedin.feathr.core.config.producer.sources.SlidingWindowAggrConfig
 
getTimeSetting() - Method in class com.linkedin.feathr.core.config.generation.OfflineOperationalConfig
 
getTimestampColumn() - Method in class com.linkedin.feathr.core.config.consumer.JoinTimeSettingsConfig
 
getTimestampField() - Method in class com.linkedin.feathr.core.config.producer.sources.TimeWindowParams
 
getTimestampFormat() - Method in class com.linkedin.feathr.core.config.producer.sources.TimeWindowParams
 
getTimeWindowJoin() - Method in class com.linkedin.feathr.core.config.consumer.SettingsConfig
 
getTimeWindowParams() - Method in class com.linkedin.feathr.core.config.producer.sources.SlidingWindowAggrConfig
 
getTimeZone() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
 
getTransformation() - Method in class com.linkedin.feathr.core.config.producer.derivations.BaseFeatureConfig
 
getTransformationClass() - Method in class com.linkedin.feathr.core.config.producer.derivations.BaseFeatureConfig
 
getTypedColumnExpr() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getTypedDefinition() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExpr
 
getTypedFilter() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getTypedKey() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithExtractor
 
getTypedKey() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKey
 
getUrls() - Method in class com.linkedin.feathr.core.configdataprovider.UrlConfigDataProvider
 
getUseLatestFeatureData() - Method in class com.linkedin.feathr.core.config.consumer.JoinTimeSettingsConfig
 
getValidationStatus() - Method in class com.linkedin.feathr.core.configvalidator.ValidationResult
 
getValidationType() - Method in class com.linkedin.feathr.core.configvalidator.ValidationResult
 
getValidatorInstance(ClientType) - Method in class com.linkedin.feathr.core.configvalidator.ConfigValidatorFactory
to get an instance of ConfigValidator
getValType() - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
The value type.
getWeight() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getWindow() - Method in class com.linkedin.feathr.core.config.consumer.RelativeTimeRangeConfig
 
getWindow() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getWindowParameters() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
getWindowType() - Method in class com.linkedin.feathr.core.config.producer.anchors.WindowParametersConfig
 
GROUPBY - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 

H

HAS_TIME_SNAPSHOT - Static variable in class com.linkedin.feathr.core.config.producer.sources.HdfsConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.consumer.AbsoluteTimeRangeConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.consumer.DateTimeRange
 
hashCode() - Method in class com.linkedin.feathr.core.config.consumer.FeatureBagConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.consumer.JoinConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.consumer.JoinTimeSettingsConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
hashCode() - Method in class com.linkedin.feathr.core.config.consumer.ObservationDataTimeSettingsConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.consumer.RelativeTimeRangeConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.consumer.SettingsConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.consumer.TimestampColumnConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.generation.FeatureGenConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.generation.OfflineOperationalConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.generation.OperationalConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.generation.OutputProcessorConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithExtractor
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKey
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKeyExtractor
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorsConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExtractorBasedFeatureConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.LateralViewParams
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.SimpleFeatureConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.TypedKey
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.anchors.WindowParametersConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.derivations.BaseFeatureConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExpr
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExtractor
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationsConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.derivations.KeyedFeature
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.derivations.SequentialJoinConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.derivations.SimpleDerivationConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.FeatureDefConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.CouchbaseConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.CustomSourceConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfigWithRegularData
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfigWithSlidingWindow
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.KafkaConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.PassThroughConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.PinotConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.SlidingWindowAggrConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.SourceConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.SourcesConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.TimeWindowParams
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.VectorConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.sources.VeniceConfig
 
hashCode() - Method in class com.linkedin.feathr.core.config.producer.TypedExpr
 
hashCode() - Method in class com.linkedin.feathr.core.configdataprovider.ResourceConfigDataProvider
 
hashCode() - Method in class com.linkedin.feathr.core.configvalidator.ValidationResult
 
HdfsConfig - Class in com.linkedin.feathr.core.config.producer.sources
Abstract class for all HDFS config classes
HdfsConfig(String, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.HdfsConfig
Constructor
HdfsConfig(String, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.HdfsConfig
Constructor
HdfsConfigWithRegularData - Class in com.linkedin.feathr.core.config.producer.sources
Represents HDFS config for non-time-series, that is, regular data
HdfsConfigWithRegularData(String, String, String, Boolean) - Constructor for class com.linkedin.feathr.core.config.producer.sources.HdfsConfigWithRegularData
Constructor with full parameters
HdfsConfigWithRegularData(String, String, Boolean) - Constructor for class com.linkedin.feathr.core.config.producer.sources.HdfsConfigWithRegularData
Constructor
HdfsConfigWithSlidingWindow - Class in com.linkedin.feathr.core.config.producer.sources
Represents HDFS config with sliding window parameters
HdfsConfigWithSlidingWindow(String, String, String, SlidingWindowAggrConfig) - Constructor for class com.linkedin.feathr.core.config.producer.sources.HdfsConfigWithSlidingWindow
Constructor
HdfsConfigWithSlidingWindow(String, String, SlidingWindowAggrConfig) - Constructor for class com.linkedin.feathr.core.config.producer.sources.HdfsConfigWithSlidingWindow
Constructor

I

INPUTS - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
IS_TIME_SERIES - Static variable in class com.linkedin.feathr.core.config.producer.sources.SlidingWindowAggrConfig
 
isConfigFile(URL) - Static method in class com.linkedin.feathr.core.configbuilder.typesafe.FrameConfigFileChecker
Checks if a config file(file with conf extension) is a Frame config file or not.

J

JOIN - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
JOIN_TIME_SETTINGS - Static variable in class com.linkedin.feathr.core.config.consumer.SettingsConfig
 
JoinConfig - Class in com.linkedin.feathr.core.config.consumer
Represents the Join Config which specifies the join plan, and is provided by a feature consumer.
JoinConfig(SettingsConfig, Map<String, FeatureBagConfig>) - Constructor for class com.linkedin.feathr.core.config.consumer.JoinConfig
Constructor with all parameters
JoinConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.consumer
Builds a JoinConfig object.
JoinTimeSettingsConfig - Class in com.linkedin.feathr.core.config.consumer
Represents the temporal fields for the observationDataTimeSettings used for loading of observation data.
JoinTimeSettingsConfig(TimestampColumnConfig, Duration, Boolean) - Constructor for class com.linkedin.feathr.core.config.consumer.JoinTimeSettingsConfig
Constructor with all parameters
JSON - Static variable in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
JSON_ARRAY - Static variable in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
JSON_ARRAY_ARRAY - Static variable in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 

K

KafkaConfig - Class in com.linkedin.feathr.core.config.producer.sources
Represents Kafka source config
KafkaConfig(String, String, SlidingWindowAggrConfig) - Constructor for class com.linkedin.feathr.core.config.producer.sources.KafkaConfig
Constructor with full parameters
KEY - Static variable in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
KEY - Static variable in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
KEY - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
KEY_ALIAS - Static variable in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
KEY_EXPR - Static variable in class com.linkedin.feathr.core.config.producer.sources.CouchbaseConfig
 
KEY_EXPR - Static variable in class com.linkedin.feathr.core.config.producer.sources.CustomSourceConfig
 
KEY_EXPR - Static variable in class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
 
KEY_EXPR - Static variable in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
KEY_EXPR - Static variable in class com.linkedin.feathr.core.config.producer.sources.VectorConfig
 
KEY_EXPR - Static variable in class com.linkedin.feathr.core.config.producer.sources.VeniceConfig
 
KEY_EXTRACTOR - Static variable in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
KEY_MVEL - Static variable in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
KEY_SQL_EXPR - Static variable in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
KeyedFeature - Class in com.linkedin.feathr.core.config.producer.derivations
A tuple that specifies the key (single or composite) associated with a feature
KeyedFeature(String, String) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.KeyedFeature
Constructor.
KeyedFeatures - Class in com.linkedin.feathr.core.config.consumer
Represents tuple of key (which may be a multi or composite key), and the list of features specific to this key.
KeyedFeatures(List<String>, List<String>, DateTimeRange, Duration) - Constructor for class com.linkedin.feathr.core.config.consumer.KeyedFeatures
Constructor with all parameters
KEYEXPR - Static variable in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
KeyListExtractor - Class in com.linkedin.feathr.core.config.producer.common
The util class to extract key list.

L

LATERAL_VIEW_DEF - Static variable in class com.linkedin.feathr.core.config.producer.anchors.LateralViewParams
 
LATERAL_VIEW_FILTER - Static variable in class com.linkedin.feathr.core.config.producer.anchors.LateralViewParams
 
LATERAL_VIEW_ITEM_ALIAS - Static variable in class com.linkedin.feathr.core.config.producer.anchors.LateralViewParams
 
LATERAL_VIEW_PARAMS - Static variable in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
LateralViewParams - Class in com.linkedin.feathr.core.config.producer.anchors
Some feature datasets may contain feature values as an array of tuples.
LateralViewParams(String, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.LateralViewParams
Constructor
LateralViewParams(String, String) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.LateralViewParams
Constructor
LIMIT - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
loadAllFeatureDefinitions(ConfigDataProvider) - Method in class com.linkedin.feathr.config.FeatureDefinitionLoader
 

M

ManifestConfigDataProvider - Class in com.linkedin.feathr.core.configdataprovider
A Config Data Provider that reads a manifest file, and provides Reader objects for each config file listed in the said manifest.
ManifestConfigDataProvider(String) - Constructor for class com.linkedin.feathr.core.configdataprovider.ManifestConfigDataProvider
 
MVEL_KEY - Static variable in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
MvelInputsResolver - Class in com.linkedin.feathr.core.utils
The class is used to figure out the input features in a mvel expresion.

N

NAME - Static variable in class com.linkedin.feathr.core.config.consumer.TimestampColumnConfig
 
NearlineOperationalConfig - Class in com.linkedin.feathr.core.config.generation
 
NearlineOperationalConfig(List<OutputProcessorConfig>, String) - Constructor for class com.linkedin.feathr.core.config.generation.NearlineOperationalConfig
 
NO_SOLUTION_TEMPLATE - Static variable in class com.linkedin.feathr.exception.ExceptionMessageUtil
 
NUM_DAYS - Static variable in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 

O

OBSERVATION_DATA_TIME_SETTINGS - Static variable in class com.linkedin.feathr.core.config.consumer.SettingsConfig
 
ObservationDataTimeSettingsConfig - Class in com.linkedin.feathr.core.config.consumer
Represents temporal parameters used in observationDataTimeSettings.
ObservationDataTimeSettingsConfig(AbsoluteTimeRangeConfig, RelativeTimeRangeConfig) - Constructor for class com.linkedin.feathr.core.config.consumer.ObservationDataTimeSettingsConfig
Constructor with all parameters
ObservationDataTimeSettingsConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.consumer
Builds the [[ObservationDataTimeSettingsConfig]] object observationDataTimeSettings: { absoluteTimeRange: { startTime: 20200809 endTime: 20200810 timeFormat: yyyyMMdd } (or) relativeTimeRange: { offset: 1d window: 1d } }
OfflineOperationalConfig - Class in com.linkedin.feathr.core.config.generation
Operational section in feature generation config Feature generation config contains two major sections, i.e., operational and feature list sections, feature list specify the features to generate, operational section contains all the related settings.
OfflineOperationalConfig(List<OutputProcessorConfig>, String, DateTimeConfig, Duration, Duration, Boolean) - Constructor for class com.linkedin.feathr.core.config.generation.OfflineOperationalConfig
 
OFFSET - Static variable in class com.linkedin.feathr.core.config.consumer.RelativeTimeRangeConfig
 
OperationalConfig - Class in com.linkedin.feathr.core.config.generation
Operational section in feature generation config This abstract class is extended by offline and nearline Operational Config.
OperationalConfig(List<OutputProcessorConfig>, String) - Constructor for class com.linkedin.feathr.core.config.generation.OperationalConfig
 
OperationalConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.generation
Operation config object builder
OperationEnvironment - Enum in com.linkedin.feathr.core.configbuilder.typesafe.generation
 
OUTPUT_KEY - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
OutputFormat - Enum in com.linkedin.feathr.core.config.common
output format of Frame feature generation, name-term-value(NAME_TERM_VALUE), name-listof-term-value(COMPACT_NAME_TERM_VALUE), RAW_DATA(raw dataframe), TENSOR
OutputProcessorBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.generation
Output processor config object builder, e.g., HDFS, VENICE processor
OutputProcessorConfig - Class in com.linkedin.feathr.core.config.generation
Output processor config, e.g., write to HDFS processor or push to Venice processor
OutputProcessorConfig(String, OutputFormat, Config) - Constructor for class com.linkedin.feathr.core.config.generation.OutputProcessorConfig
Constructor
OVERRIDE_TIME_DELAY - Static variable in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 

P

PARAMETERS - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
Parameters for the extractor
PassThroughConfig - Class in com.linkedin.feathr.core.config.producer.sources
Represents PassThrough source config
PassThroughConfig(String, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.PassThroughConfig
Constructor
PATH - Static variable in class com.linkedin.feathr.core.config.producer.sources.HdfsConfig
 
PATH_SPEC - Static variable in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
PinotConfig - Class in com.linkedin.feathr.core.config.producer.sources
Represents the Pinot source config.
PinotConfig(String, String, String, String[], String[]) - Constructor for class com.linkedin.feathr.core.config.producer.sources.PinotConfig
Constructor
PinotConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.producer.sources
Builds PinotConfig objects

Q

QUERY_ARGUMENTS - Static variable in class com.linkedin.feathr.core.config.producer.sources.PinotConfig
 
QUERY_KEY_COLUMNS - Static variable in class com.linkedin.feathr.core.config.producer.sources.PinotConfig
 
QUERY_TEMPLATE - Static variable in class com.linkedin.feathr.core.config.producer.sources.PinotConfig
 
quote(String) - Static method in class com.linkedin.feathr.core.utils.Utils
 

R

ReaderConfigDataProvider - Class in com.linkedin.feathr.core.configdataprovider
A Config Data Provider that obtains config data from Reader objects.
ReaderConfigDataProvider(Reader) - Constructor for class com.linkedin.feathr.core.configdataprovider.ReaderConfigDataProvider
 
ReaderConfigDataProvider(List<Reader>) - Constructor for class com.linkedin.feathr.core.configdataprovider.ReaderConfigDataProvider
 
REFERENCE_SOURCE - Static variable in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
RELATIVE_TIME_RANGE - Static variable in class com.linkedin.feathr.core.config.consumer.ObservationDataTimeSettingsConfig
 
RelativeTimeRangeConfig - Class in com.linkedin.feathr.core.config.consumer
Represents the temporal fields for the relative time range object.
RelativeTimeRangeConfig(Duration, Duration) - Constructor for class com.linkedin.feathr.core.config.consumer.RelativeTimeRangeConfig
Constructor with all parameters
RelativeTimeRangeConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.consumer
Build the [[RelativeTimeRangeConfig]] class.
REQ_PARAMS - Static variable in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
require(boolean, String) - Static method in class com.linkedin.feathr.core.utils.Utils
 
require(boolean) - Static method in class com.linkedin.feathr.core.utils.Utils
 
RESOUCE_NAME - Static variable in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
Deprecated.
As of beta, the field name is a typo and will be removed
RESOURCE_NAME - Static variable in class com.linkedin.feathr.core.config.producer.sources.PinotConfig
 
RESOURCE_NAME - Static variable in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
ResourceConfigDataProvider - Class in com.linkedin.feathr.core.configdataprovider
A Config Data Provider that obtains config data from resource files, that is, config files that are on the classpath.
ResourceConfigDataProvider(String) - Constructor for class com.linkedin.feathr.core.configdataprovider.ResourceConfigDataProvider
 
ResourceConfigDataProvider(String, ClassLoader) - Constructor for class com.linkedin.feathr.core.configdataprovider.ResourceConfigDataProvider
 
ResourceConfigDataProvider(List<String>) - Constructor for class com.linkedin.feathr.core.configdataprovider.ResourceConfigDataProvider
 
ResourceConfigDataProvider(List<String>, ClassLoader) - Constructor for class com.linkedin.feathr.core.configdataprovider.ResourceConfigDataProvider
 
RestliConfig - Class in com.linkedin.feathr.core.config.producer.sources
Represents the Rest.Li source config
RestliConfig(String, String, String, Map<String, Object>, PathSpec) - Constructor for class com.linkedin.feathr.core.config.producer.sources.RestliConfig
Constructor with keyExpr only
RestliConfig(String, String, Map<String, Object>, PathSpec, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.RestliConfig
Construct a finder based RestliConfig for non-association resources where there is no association key required
RestliConfig(String, String, String, Map<String, Object>, PathSpec, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.RestliConfig
Constructor for creating a new instance of RestliConfig with both keyExpr
RocksDbConfig - Class in com.linkedin.feathr.core.config.producer.sources
Represents the RocksDB source config
RocksDbConfig(String, String, Boolean, String, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
Constructor with full parameters
RocksDbConfig(String, String, Boolean, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
Deprecated.

S

SequentialJoinConfig - Class in com.linkedin.feathr.core.config.producer.derivations
Represents the definition of a sequential join config as derivation feature
SequentialJoinConfig(List<String>, BaseFeatureConfig, KeyedFeature, String, FeatureTypeConfig) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.SequentialJoinConfig
Constructor
SequentialJoinConfig(List<String>, BaseFeatureConfig, KeyedFeature, String) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.SequentialJoinConfig
Constructor
setDimensionTypes(List<String>) - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig.Builder
 
setFeatureType(FeatureType) - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig.Builder
 
setShapes(List<Integer>) - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig.Builder
 
SETTINGS - Static variable in class com.linkedin.feathr.core.config.consumer.JoinConfig
 
SettingsConfig - Class in com.linkedin.feathr.core.config.consumer
Represents some 'settings' on the observation data.
SettingsConfig(ObservationDataTimeSettingsConfig, JoinTimeSettingsConfig) - Constructor for class com.linkedin.feathr.core.config.consumer.SettingsConfig
Constructor with parameter timeWindowJoin and observationTimeInfo
setValType(String) - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig.Builder
 
SHAPE - Static variable in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
 
SimpleDerivationConfig - Class in com.linkedin.feathr.core.config.producer.derivations
Represents a derived feature whose derivation can be expressed as a user-defined expression with type
SimpleDerivationConfig(String) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.SimpleDerivationConfig
Deprecated.
SimpleDerivationConfig(TypedExpr) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.SimpleDerivationConfig
Constructor
SimpleDerivationConfig(TypedExpr, FeatureTypeConfig) - Constructor for class com.linkedin.feathr.core.config.producer.derivations.SimpleDerivationConfig
Constructor
SimpleFeatureConfig - Class in com.linkedin.feathr.core.config.producer.anchors
Represents a feature config based on extractor by specifying the value part in the following fragment: : { type: type of the feature // optional parameters: parameters for the extractor to configure different extractor behavior per feature // optional defaultValue: default value of the feature // optional }
SimpleFeatureConfig(String) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.SimpleFeatureConfig
Constructor
SimpleFeatureConfig(String, FeatureTypeConfig) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.SimpleFeatureConfig
Constructor
SimpleFeatureConfig(String, FeatureTypeConfig, String, Map<String, String>) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.SimpleFeatureConfig
Constructor
SIMULATE_TIME_DELAY - Static variable in class com.linkedin.feathr.core.config.consumer.JoinTimeSettingsConfig
 
SIZE - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
SLIDING_INTERVAL - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
SlidingWindowAggrConfig - Class in com.linkedin.feathr.core.config.producer.sources
Represents sliding time-window aggregation config
SlidingWindowAggrConfig(Boolean, TimeWindowParams) - Constructor for class com.linkedin.feathr.core.config.producer.sources.SlidingWindowAggrConfig
Constructor
SOURCE - Static variable in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
SourceConfig - Class in com.linkedin.feathr.core.config.producer.sources
Base class to represent source configuration
SourceConfig(String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.SourceConfig
 
SOURCES - Static variable in class com.linkedin.feathr.core.config.producer.FeatureDefConfig
 
SourcesConfig - Class in com.linkedin.feathr.core.config.producer.sources
Container class for the source configurations specified in the sources section of the FeatureDef config file.
SourcesConfig(Map<String, SourceConfig>) - Constructor for class com.linkedin.feathr.core.config.producer.sources.SourcesConfig
 
SourcesConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.producer.sources
Builds a map of source name to SourceConfig object.
SourceType - Enum in com.linkedin.feathr.core.config.producer.sources
Represents the supported source types by Frame.
SQL_DEFINITION - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
SQL_EXPR - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
START_DATE - Static variable in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
START_TIME - Static variable in class com.linkedin.feathr.core.config.consumer.AbsoluteTimeRangeConfig
 
START_TIME - Static variable in class com.linkedin.feathr.core.config.consumer.DateTimeRange
 
STORE_NAME - Static variable in class com.linkedin.feathr.core.config.producer.sources.VeniceConfig
 
STREAM - Static variable in class com.linkedin.feathr.core.config.producer.sources.KafkaConfig
 
STRICT_TYPED_REF_PATTERN - Static variable in class com.linkedin.feathr.core.configvalidator.typesafe.TypesafeConfigValidator
Deprecated.
 
string(List<T>, String, String, String) - Static method in class com.linkedin.feathr.core.utils.Utils
 
string(List<T>) - Static method in class com.linkedin.feathr.core.utils.Utils
 
string(List<T>, String) - Static method in class com.linkedin.feathr.core.utils.Utils
 
string(Set<T>, String, String, String) - Static method in class com.linkedin.feathr.core.utils.Utils
 
string(Set<T>) - Static method in class com.linkedin.feathr.core.utils.Utils
 
string(Set<T>, String) - Static method in class com.linkedin.feathr.core.utils.Utils
 
string(Map<K, V>, String, String, String) - Static method in class com.linkedin.feathr.core.utils.Utils
 
string(Map<K, V>) - Static method in class com.linkedin.feathr.core.utils.Utils
 
string(Map<K, V>, String) - Static method in class com.linkedin.feathr.core.utils.Utils
 
string(T[], String, String, String) - Static method in class com.linkedin.feathr.core.utils.Utils
 
string(T[]) - Static method in class com.linkedin.feathr.core.utils.Utils
 
string(T[], String) - Static method in class com.linkedin.feathr.core.utils.Utils
 
StringConfigDataProvider - Class in com.linkedin.feathr.core.configdataprovider
A Config Data Provider that obtains config data from config string.
StringConfigDataProvider(String) - Constructor for class com.linkedin.feathr.core.configdataprovider.StringConfigDataProvider
 
StringConfigDataProvider(List<String>) - Constructor for class com.linkedin.feathr.core.configdataprovider.StringConfigDataProvider
 

T

TABLE - Static variable in class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
 
TENSOR_CATEGORY - Static variable in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
 
TensorCategory - Enum in com.linkedin.feathr.core.config.producer.definitions
Specifies the tensor category.
TIME_FORMAT - Static variable in class com.linkedin.feathr.core.config.consumer.AbsoluteTimeRangeConfig
 
TIME_PARTITION_PATTERN - Static variable in class com.linkedin.feathr.core.config.producer.sources.HdfsConfig
 
TIMESTAMP_COLUMN - Static variable in class com.linkedin.feathr.core.config.consumer.JoinTimeSettingsConfig
 
TIMESTAMP_EPOCH_MILLISECOND_FORMAT - Static variable in class com.linkedin.feathr.core.config.producer.sources.TimeWindowParams
 
TIMESTAMP_EPOCH_SECOND_FORMAT - Static variable in class com.linkedin.feathr.core.config.producer.sources.TimeWindowParams
 
TIMESTAMP_FIELD - Static variable in class com.linkedin.feathr.core.config.producer.sources.TimeWindowParams
 
TIMESTAMP_FORMAT - Static variable in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
TIMESTAMP_FORMAT - Static variable in class com.linkedin.feathr.core.config.producer.sources.TimeWindowParams
 
TIMESTAMP_FORMAT_EPOCH - Static variable in class com.linkedin.feathr.core.utils.ConfigUtils
 
TIMESTAMP_FORMAT_EPOCH_MILLIS - Static variable in class com.linkedin.feathr.core.utils.ConfigUtils
 
TimestampColumnConfig - Class in com.linkedin.feathr.core.config.consumer
Represents the timestamp column object
TimestampColumnConfig(String, String) - Constructor for class com.linkedin.feathr.core.config.consumer.TimestampColumnConfig
Constructor
TimestampColumnConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.consumer
Build the TimestampColumn config object.
TIMEWINDOW_PARAMS - Static variable in class com.linkedin.feathr.core.config.producer.sources.SlidingWindowAggrConfig
 
TimeWindowAggregationType - Enum in com.linkedin.feathr.core.config
Enumeration class for Sliding time-window aggregation
TimeWindowFeatureConfig - Class in com.linkedin.feathr.core.config.producer.anchors
This represents 2 types of configs:- 1.
TimeWindowFeatureConfig(TypedExpr, TimeWindowAggregationType, WindowParametersConfig, TypedExpr, String, Integer, String, String, Integer, FeatureTypeConfig, String) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
Constructor with all parameters
TimeWindowFeatureConfig(TypedExpr, TimeWindowAggregationType, WindowParametersConfig, TypedExpr, String, Integer, String, String, Integer) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
Constructor with all parameters
TimeWindowFeatureConfig(String, ExprType, TimeWindowAggregationType, WindowParametersConfig, String, ExprType, String, Integer, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
Deprecated.
please use the constructor with all parameters
TimeWindowFeatureConfig(String, TimeWindowAggregationType, WindowParametersConfig, String, String, Integer, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
Deprecated.
please use the constructor with all parameters
TimeWindowParams - Class in com.linkedin.feathr.core.config.producer.sources
Time-window parameters used in SlidingWindowAggrConfig
TimeWindowParams(String, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.TimeWindowParams
Constructor
toString() - Method in class com.linkedin.feathr.core.config.common.DateTimeConfig
 
toString() - Method in class com.linkedin.feathr.core.config.consumer.AbsoluteTimeRangeConfig
 
toString() - Method in class com.linkedin.feathr.core.config.consumer.DateTimeRange
 
toString() - Method in class com.linkedin.feathr.core.config.consumer.FeatureBagConfig
 
toString() - Method in class com.linkedin.feathr.core.config.consumer.JoinConfig
 
toString() - Method in class com.linkedin.feathr.core.config.consumer.JoinTimeSettingsConfig
 
toString() - Method in class com.linkedin.feathr.core.config.consumer.KeyedFeatures
 
toString() - Method in class com.linkedin.feathr.core.config.consumer.ObservationDataTimeSettingsConfig
 
toString() - Method in class com.linkedin.feathr.core.config.consumer.RelativeTimeRangeConfig
 
toString() - Method in class com.linkedin.feathr.core.config.consumer.SettingsConfig
 
toString() - Method in class com.linkedin.feathr.core.config.consumer.TimestampColumnConfig
 
toString() - Method in class com.linkedin.feathr.core.config.generation.FeatureGenConfig
 
toString() - Method in class com.linkedin.feathr.core.config.generation.OfflineOperationalConfig
 
toString() - Method in class com.linkedin.feathr.core.config.generation.OperationalConfig
 
toString() - Method in class com.linkedin.feathr.core.config.generation.OutputProcessorConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithExtractor
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKey
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithKeyExtractor
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfigWithOnlyMvel
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.AnchorsConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.ComplexFeatureConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExpressionBasedFeatureConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.ExtractorBasedFeatureConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.LateralViewParams
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.SimpleFeatureConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.TimeWindowFeatureConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.TypedKey
 
toString() - Method in class com.linkedin.feathr.core.config.producer.anchors.WindowParametersConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.derivations.BaseFeatureConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExpr
 
toString() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationConfigWithExtractor
 
toString() - Method in class com.linkedin.feathr.core.config.producer.derivations.DerivationsConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.derivations.KeyedFeature
 
toString() - Method in class com.linkedin.feathr.core.config.producer.derivations.SequentialJoinConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.derivations.SimpleDerivationConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.FeatureDefConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.CouchbaseConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.CustomSourceConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.EspressoConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfigWithRegularData
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.HdfsConfigWithSlidingWindow
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.KafkaConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.PassThroughConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.PinotConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.RestliConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.RocksDbConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.SlidingWindowAggrConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.SourcesConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.TimeWindowParams
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.VectorConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.sources.VeniceConfig
 
toString() - Method in class com.linkedin.feathr.core.config.producer.TypedExpr
 
toString() - Method in class com.linkedin.feathr.core.configvalidator.ValidationResult
 
toString() - Method in enum com.linkedin.feathr.core.configvalidator.ValidationStatus
 
toString() - Method in enum com.linkedin.feathr.core.configvalidator.ValidationType
 
TRANSFORMATION - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
TRANSFORMATION_CLASS - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
TRANSFORMER - Static variable in class com.linkedin.feathr.core.config.producer.anchors.AnchorConfig
 
TYPE - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
TYPE - Static variable in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
 
TYPE - Static variable in interface com.linkedin.feathr.core.config.producer.derivations.DerivationConfig
 
TYPE - Static variable in class com.linkedin.feathr.core.config.producer.sources.SourceConfig
 
TYPED_REF_BNF - Static variable in class com.linkedin.feathr.core.configvalidator.typesafe.TypesafeConfigValidator
Deprecated.
 
TypedExpr - Class in com.linkedin.feathr.core.config.producer
expression with ExprType type
TypedExpr(String, ExprType) - Constructor for class com.linkedin.feathr.core.config.producer.TypedExpr
 
TypedKey - Class in com.linkedin.feathr.core.config.producer.anchors
Key expressions with the corresponding ExprType
TypedKey(String, ExprType) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.TypedKey
Constructor
TypesafeConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe
Builds Frame Feature Config and Frame Join Config using the Typesafe (Lightbend) Config library.
TypesafeConfigBuilder() - Constructor for class com.linkedin.feathr.core.configbuilder.typesafe.TypesafeConfigBuilder
Default constructor.
TypesafeConfigValidator - Class in com.linkedin.feathr.core.configvalidator.typesafe
Deprecated.
package private use only, please use FeatureConsumerConfValidator or FeatureProducerConfValidator as needed This class implements ConfigValidator using the Lightbend (aka Typesafe) Config Library. Also provides config validation methods that operate on Typesafe Config objects instead of a ConfigDataProvider. These methods will be used by TypesafeConfigBuilder during config building.
TypesafeConfigValidator() - Constructor for class com.linkedin.feathr.core.configvalidator.typesafe.TypesafeConfigValidator
Deprecated.
 

U

UrlConfigDataProvider - Class in com.linkedin.feathr.core.configdataprovider
A Config Data Provider that obtains config data from URLs.
UrlConfigDataProvider(URL) - Constructor for class com.linkedin.feathr.core.configdataprovider.UrlConfigDataProvider
 
UrlConfigDataProvider(List<URL>) - Constructor for class com.linkedin.feathr.core.configdataprovider.UrlConfigDataProvider
 
USE_LATEST_FEATURE_DATA - Static variable in class com.linkedin.feathr.core.config.consumer.JoinTimeSettingsConfig
 
Utils - Class in com.linkedin.feathr.core.utils
Utility class with methods to pretty-print different Java collections

V

VAL_TYPE - Static variable in class com.linkedin.feathr.core.config.producer.common.FeatureTypeConfig
 
VALID_SEMANTICS - Static variable in class com.linkedin.feathr.core.configvalidator.ValidationResult
 
VALID_SYNTAX - Static variable in class com.linkedin.feathr.core.configvalidator.ValidationResult
 
validate(ConfigType, ValidationType, ConfigDataProvider) - Method in interface com.linkedin.feathr.core.configvalidator.ConfigValidator
Validates the configuration.
validate(Map<ConfigType, ConfigDataProvider>, ValidationType) - Method in interface com.linkedin.feathr.core.configvalidator.ConfigValidator
Validates multiple Frame configuration types individually.
validate(Map<ConfigType, ConfigDataProvider>, ValidationType) - Method in class com.linkedin.feathr.core.configvalidator.typesafe.FeatureConsumerConfValidator
validate configs for Frame feature consumer
validate(Map<ConfigType, ConfigDataProvider>, ValidationType) - Method in class com.linkedin.feathr.core.configvalidator.typesafe.FeatureProducerConfValidator
validate each config in Frame feature producer MPs
validate(ConfigType, ValidationType, ConfigDataProvider) - Method in class com.linkedin.feathr.core.configvalidator.typesafe.TypesafeConfigValidator
Deprecated.
 
validate(Map<ConfigType, ConfigDataProvider>, ValidationType) - Method in class com.linkedin.feathr.core.configvalidator.typesafe.TypesafeConfigValidator
Deprecated.
 
validateSemantics(FeatureDefConfig) - Method in class com.linkedin.feathr.core.configvalidator.typesafe.FeatureConsumerConfValidator
Validates FeatureDef config semantically
validateSemantics(FeatureDefConfig) - Method in class com.linkedin.feathr.core.configvalidator.typesafe.FeatureProducerConfValidator
Validates FeatureDef config semantically
validateSemantics(FeatureDefConfig) - Method in class com.linkedin.feathr.core.configvalidator.typesafe.TypesafeConfigValidator
Deprecated.
Validates FeatureDef config semantically.
validateSemantics(JoinConfig, FeatureDefConfig) - Method in class com.linkedin.feathr.core.configvalidator.typesafe.TypesafeConfigValidator
Deprecated.
Validates Join config semantically.
validateSyntax(ConfigType, Config) - Method in class com.linkedin.feathr.core.configvalidator.typesafe.TypesafeConfigValidator
Deprecated.
Validates the configuration syntax.
validateTimestampPattern(String, String, String) - Static method in class com.linkedin.feathr.core.utils.ConfigUtils
Check if the input timestamp pattern is valid by invoking the DateTimeFormatter.
validateTimestampPatternWithEpoch(String, String, String) - Static method in class com.linkedin.feathr.core.utils.ConfigUtils
Check if the input timestamp pattern is valid by checking for epoch/epoch_millis and then invoking the DateTimeFormatter.
ValidationResult - Class in com.linkedin.feathr.core.configvalidator
Class to hold the configuration validation results
ValidationResult(ValidationType, ValidationStatus) - Constructor for class com.linkedin.feathr.core.configvalidator.ValidationResult
 
ValidationResult(ValidationType, ValidationStatus, String) - Constructor for class com.linkedin.feathr.core.configvalidator.ValidationResult
 
ValidationResult(ValidationType, ValidationStatus, String, Throwable) - Constructor for class com.linkedin.feathr.core.configvalidator.ValidationResult
 
ValidationStatus - Enum in com.linkedin.feathr.core.configvalidator
Enum for config validation status.
ValidationType - Enum in com.linkedin.feathr.core.configvalidator
Enum for the type of config validation to be performed
valueOf(String) - Static method in enum com.linkedin.feathr.core.config.common.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.config.ConfigType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.config.producer.definitions.FeatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.config.producer.definitions.TensorCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.config.producer.ExprType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.config.producer.features.Availability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.config.producer.features.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.config.producer.sources.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.config.TimeWindowAggregationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.config.WindowType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.configbuilder.typesafe.generation.OperationEnvironment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.configvalidator.ClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.configvalidator.ValidationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.core.configvalidator.ValidationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.feathr.exception.ErrorLabel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.linkedin.feathr.core.config.common.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.config.ConfigType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.config.producer.definitions.FeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.config.producer.definitions.TensorCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.config.producer.ExprType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.config.producer.features.Availability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.config.producer.features.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.config.producer.sources.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.config.TimeWindowAggregationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.config.WindowType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.configbuilder.typesafe.generation.OperationEnvironment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.configvalidator.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.configvalidator.ValidationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.core.configvalidator.ValidationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.feathr.exception.ErrorLabel
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType - Enum in com.linkedin.feathr.core.config.producer.features
Specifies the value type of a feature.
VectorConfig - Class in com.linkedin.feathr.core.config.producer.sources
Represents the Vector source config.
VectorConfig(String, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.VectorConfig
Constructor
VeniceConfig - Class in com.linkedin.feathr.core.config.producer.sources
Represents the source config params for a Venice store
VeniceConfig(String, String, String) - Constructor for class com.linkedin.feathr.core.config.producer.sources.VeniceConfig
Constructor

W

WEIGHT - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
WINDOW - Static variable in class com.linkedin.feathr.core.config.consumer.RelativeTimeRangeConfig
 
WINDOW - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
WINDOW_PARAMETERS - Static variable in class com.linkedin.feathr.core.config.producer.anchors.FeatureConfig
 
WindowParametersConfig - Class in com.linkedin.feathr.core.config.producer.anchors
Represents a windowparameters object config which is used in
WindowParametersConfig(WindowType, Duration, Duration) - Constructor for class com.linkedin.feathr.core.config.producer.anchors.WindowParametersConfig
Constructor with all parameters
WindowParametersConfigBuilder - Class in com.linkedin.feathr.core.configbuilder.typesafe.producer.anchors
WindowType - Enum in com.linkedin.feathr.core.config
Enumeration class for type of window aggregation

_

_readers - Variable in class com.linkedin.feathr.core.configdataprovider.BaseConfigDataProvider
 
_sourceName - Variable in class com.linkedin.feathr.core.config.producer.sources.SourceConfig
 
A B C D E F G H I J K L M N O P Q R S T U V W _ 
Skip navigation links