org.cumulus4j.store.model
Class DefaultIndexEntryFactory
java.lang.Object
org.cumulus4j.store.model.IndexEntryFactory
org.cumulus4j.store.model.DefaultIndexEntryFactory
public class DefaultIndexEntryFactory
- extends IndexEntryFactory
Default index entry factory, using the passed in index class for what it generates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultIndexEntryFactory
public DefaultIndexEntryFactory(Class<? extends IndexEntry> idxClass)
getIndexEntryClass
public Class<? extends IndexEntry> getIndexEntryClass()
- Description copied from class:
IndexEntryFactory
- Get the concrete implementation class (sub-class) of
IndexEntry
managed by this factory.
- Specified by:
getIndexEntryClass
in class IndexEntryFactory
- Returns:
- the concrete implementation class of
IndexEntry
managed by this factory.
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.