Uses of Class
de.caluga.morphium.IndexDescription
Packages that use IndexDescription
-
Uses of IndexDescription in de.caluga.morphium
Methods in de.caluga.morphium that return IndexDescriptionModifier and TypeMethodDescriptionstatic IndexDescriptionstatic IndexDescriptionIndexDescription.set_2dsphereIndexVersion(Integer _2dsphereIndexVersion) IndexDescription.setBackground(Boolean background) IndexDescription.setCollation(Map<String, Object> collation) IndexDescription.setDefaultLanguage(String defaultLanguage) IndexDescription.setExpireAfterSeconds(Integer expireAfterSeconds) IndexDescription.setLanguageOverride(String languageOverride) IndexDescription.setPartialFilterExpression(Map<String, Object> partialFilterExpression) IndexDescription.setStorageEngine(Map<String, Object> storageEngine) IndexDescription.setTextIndexVersion(Integer textIndexVersion) IndexDescription.setWeights(Map<String, Object> weights) IndexDescription.setWildcardProjection(Map<String, Object> wildcardProjection) Methods in de.caluga.morphium that return types with arguments of type IndexDescriptionModifier and TypeMethodDescriptionMap<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) Morphium.getIndexesFromMongo(Class cls) Morphium.getIndexesFromMongo(String collection) Morphium.getMissingIndicesFor(Class<?> entity) Morphium.getMissingIndicesFor(Class<?> entity, String collection) Methods in de.caluga.morphium with parameters of type IndexDescriptionModifier and TypeMethodDescription<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 IndexDescriptionMethods in de.caluga.morphium.driver.commands with parameters of type IndexDescription -
Uses of IndexDescription in de.caluga.morphium.writer
Methods in de.caluga.morphium.writer with parameters of type IndexDescriptionModifier and TypeMethodDescription<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)