org.cumulus4j.store.model
Class DefaultIndexEntryFactory
java.lang.Object
   org.cumulus4j.store.model.IndexEntryFactory
org.cumulus4j.store.model.IndexEntryFactory
       org.cumulus4j.store.model.DefaultIndexEntryFactory
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 IndexEntrymanaged by this factory.
 
- 
- Specified by:
- getIndexEntryClassin class- IndexEntryFactory
 
- 
- Returns:
- the concrete implementation class of IndexEntrymanaged by this factory.
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.