IndexSpec.SingleColumnSpec
context, 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 IndexSpec
public org.mapdb.BTreeKeySerializer<?> getBTreeKeySerializer()
getBTreeKeySerializer
in class IndexSpec
public Comparator<?> getComparator()
getComparator
in class IndexSpec
public Class<?> getValueClass()
getValueClass
in class IndexSpec
protected PropertyType getColumnType()
public IndexValues.Converter<?> getConverter()
getConverter
in class IndexSpec
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.