@Internal public abstract class IndexGeneratorBase extends Object
IndexGenerator
.Constructor and Description |
---|
IndexGeneratorBase(String index) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
generate(RowData row)
Generate index name according the the given row.
|
int |
hashCode() |
default void |
open()
Initialize the index generator, this will be called only once before
generate(RowData) is called. |
protected final String index
public IndexGeneratorBase(String index)
public void open()
generate(RowData)
is called.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.