Package | Description |
---|---|
org.jpc.engine.embedded.database |
Modifier and Type | Method and Description |
---|---|
UpdatableIndexFunction<Term,?> |
IndexDescriptor.getIndexFunction() |
UpdatableIndexFunction<Term,?> |
Index.getIndexFunction() |
Modifier and Type | Method and Description |
---|---|
void |
IndexChangeListener.onIndexChange(UpdatableIndexFunction<Term,Object> updatableIndexFunction) |
void |
Index.onIndexChange(UpdatableIndexFunction<Term,Object> updatableIndexFunction) |
Constructor and Description |
---|
IndexDescriptor(UpdatableIndexFunction<Term,?> indexFunction) |
IndexDescriptor(UpdatableIndexFunction<Term,?> indexFunction,
com.google.common.base.Function<Term,List<IndexDescriptor>> nextIndexDescriptorsFunction) |
Copyright © 2014. All rights reserved.