Uses of Class
de.caluga.morphium.IndexDescription
-
Packages that use IndexDescription Package Description de.caluga.morphium de.caluga.morphium.driver.commands de.caluga.morphium.writer -
-
Uses of IndexDescription in de.caluga.morphium
Methods in de.caluga.morphium that return types with arguments of type IndexDescription Modifier and Type Method Description Map<Class<?>,List<IndexDescription>>Morphium. checkIndices()run trhough classpath, find all Entities, check indices returns a list of Entities, whos indices are missing or differentMap<Class<?>,List<IndexDescription>>Morphium. checkIndices(io.github.classgraph.ClassInfoList.ClassInfoFilter filter)<T> List<IndexDescription>Morphium. getIndexesFromEntity(Class<T> type)List<IndexDescription>Morphium. getIndexesFromMongo(Class cls)List<IndexDescription>Morphium. getIndexesFromMongo(String collection)List<IndexDescription>Morphium. getMissingIndicesFor(Class<?> entity)List<IndexDescription>Morphium. getMissingIndicesFor(Class<?> entity, String collection)Methods in de.caluga.morphium with parameters of type IndexDescription Modifier and Type Method Description <T> voidMorphium. createIndex(Class<T> cls, String collection, IndexDescription index, AsyncOperationCallback<T> callback) -
Uses of IndexDescription in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return types with arguments of type IndexDescription Modifier and Type Method Description List<IndexDescription>ListIndexesCommand. execute()Methods in de.caluga.morphium.driver.commands with parameters of type IndexDescription Modifier and Type Method Description CreateIndexesCommandCreateIndexesCommand. addIndex(IndexDescription idx) -
Uses of IndexDescription in de.caluga.morphium.writer
Methods in de.caluga.morphium.writer with parameters of type IndexDescription Modifier and Type Method Description <T> voidBufferedMorphiumWriterImpl. createIndex(Class<T> cls, String collection, IndexDescription index, AsyncOperationCallback<T> c)<T> voidMorphiumWriter. createIndex(Class<T> cls, String collection, IndexDescription idx, AsyncOperationCallback<T> callback)<T> voidMorphiumWriterImpl. createIndex(Class<T> cls, String collection, IndexDescription idesc, AsyncOperationCallback<T> callback)
-