public static final class IncrementalIndex.DimensionDesc extends Object
Constructor and Description |
---|
DimensionDesc(int index,
String name,
DimensionHandler handler,
boolean useMaxMemoryEstimates) |
Modifier and Type | Method and Description |
---|---|
ColumnCapabilities |
getCapabilities() |
DimensionHandler |
getHandler() |
int |
getIndex() |
DimensionIndexer |
getIndexer() |
String |
getName() |
public DimensionDesc(int index, String name, DimensionHandler handler, boolean useMaxMemoryEstimates)
public int getIndex()
public String getName()
public ColumnCapabilities getCapabilities()
public DimensionHandler getHandler()
public DimensionIndexer getIndexer()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.