public class HoodieIndexDefinition extends Object implements Serializable
| Constructor and Description |
|---|
HoodieIndexDefinition() |
HoodieIndexDefinition(String indexName,
String indexType,
String indexFunction,
List<String> sourceFields,
Map<String,String> indexOptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndexFunction() |
String |
getIndexName() |
Map<String,String> |
getIndexOptions() |
String |
getIndexType() |
List<String> |
getSourceFields() |
String |
toString() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.