public static final class IncrementalIndex.DimensionDesc extends Object
| Constructor and Description | 
|---|
DimensionDesc(int index,
             String name,
             ColumnCapabilitiesImpl capabilities,
             DimensionHandler handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ColumnCapabilitiesImpl | 
getCapabilities()  | 
DimensionHandler | 
getHandler()  | 
int | 
getIndex()  | 
DimensionIndexer | 
getIndexer()  | 
String | 
getName()  | 
public DimensionDesc(int index,
                     String name,
                     ColumnCapabilitiesImpl capabilities,
                     DimensionHandler handler)
public int getIndex()
public String getName()
public ColumnCapabilitiesImpl getCapabilities()
public DimensionHandler getHandler()
public DimensionIndexer getIndexer()
Copyright © 2011–2018. All rights reserved.