IndexSpec.SingleColumnSpeccontext, serializers| Modifier | Constructor and Description |
|---|---|
protected |
IndexSpec.SingleColumnSpec(ExecutionContext context,
IndexDefinition defn) |
| Modifier and Type | Method and Description |
|---|---|
org.mapdb.BTreeKeySerializer<?> |
getBTreeKeySerializer() |
protected PropertyType |
getColumnType() |
Comparator<?> |
getComparator() |
IndexValues.Converter<?> |
getConverter() |
org.mapdb.Serializer<?> |
getSerializer() |
Class<?> |
getValueClass() |
protected IndexSpec.SingleColumnSpec(ExecutionContext context, IndexDefinition defn)
public org.mapdb.Serializer<?> getSerializer()
getSerializer in class IndexSpecpublic org.mapdb.BTreeKeySerializer<?> getBTreeKeySerializer()
getBTreeKeySerializer in class IndexSpecpublic Comparator<?> getComparator()
getComparator in class IndexSpecpublic Class<?> getValueClass()
getValueClass in class IndexSpecprotected PropertyType getColumnType()
public IndexValues.Converter<?> getConverter()
getConverter in class IndexSpecCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.