Package com.logicalclocks.hsfs.engine
Class EngineBase
java.lang.Object
com.logicalclocks.hsfs.engine.EngineBase
- Direct Known Subclasses:
BeamEngine,Engine,FlinkEngine,SparkEngine
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER -
storageConnectorApi
-
-
Constructor Details
-
EngineBase
public EngineBase()
-
-
Method Details
-
addFile
- Throws:
IOExceptionFeatureStoreException
-
getKafkaConfig
public abstract Map<String,String> getKafkaConfig(FeatureGroupBase featureGroup, Map<String, String> writeOptions) throws FeatureStoreException, IOException- Throws:
FeatureStoreExceptionIOException
-