| Package | Description |
|---|---|
| com.logicalclocks.hsfs | |
| com.logicalclocks.hsfs.engine |
| Modifier and Type | Method and Description |
|---|---|
static SaveMode |
SaveMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaveMode[] |
SaveMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<S> void |
StreamFeatureGroup.insert(S featureData,
boolean overwrite,
SaveMode saveMode,
JobConfiguration jobConfiguration) |
<S> void |
StreamFeatureGroup.insert(S featureData,
boolean overwrite,
SaveMode saveMode,
Map<String,String> writeOptions) |
<S> void |
StreamFeatureGroup.insert(S featureData,
boolean overwrite,
SaveMode saveMode,
Map<String,String> writeOptions,
JobConfiguration jobConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
<S> void |
StreamFeatureGroupEngine.insert(StreamFeatureGroup streamFeatureGroup,
S featureData,
SaveMode saveMode,
List<String> partitionKeys,
String hudiPrecombineKey,
Map<String,String> writeOptions,
JobConfiguration jobConfiguration) |
Copyright © 2023. All rights reserved.