public class HoodieSecondaryIndex extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieSecondaryIndex.Builder
Builder for
HoodieSecondaryIndex. |
static class |
HoodieSecondaryIndex.HoodieIndexCompactor
Comparator for
HoodieSecondaryIndex. |
| Constructor and Description |
|---|
HoodieSecondaryIndex() |
HoodieSecondaryIndex(String indexName,
SecondaryIndexType indexType,
LinkedHashMap<String,Map<String,String>> columns,
Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
static HoodieSecondaryIndex.Builder |
builder() |
Map<String,Map<String,String>> |
getColumns() |
String |
getIndexName() |
SecondaryIndexType |
getIndexType() |
Map<String,String> |
getOptions() |
String |
toString() |
public HoodieSecondaryIndex()
public HoodieSecondaryIndex(String indexName, SecondaryIndexType indexType, LinkedHashMap<String,Map<String,String>> columns, Map<String,String> options)
public String getIndexName()
public SecondaryIndexType getIndexType()
public static HoodieSecondaryIndex.Builder builder()
Copyright © 2024 The Apache Software Foundation. All rights reserved.