Uses of Class
de.caluga.morphium.driver.MorphiumDriverException
Packages that use MorphiumDriverException
Package
Description
-
Uses of MorphiumDriverException in de.caluga.morphium
Methods in de.caluga.morphium that throw MorphiumDriverExceptionModifier and TypeMethodDescription<T> voidMorphium.convertToCapped(Class<T> c, int size, int max, AsyncOperationCallback<T> cb) converts the given type to capped collection in Mongo, even if no @capped is defined!<T> voidMorphium.convertToCapped(String collectionName, int size, int max, AsyncOperationCallback<T> cb) booleanbooleanMorphium.getCollStats(Class<?> coll) Morphium.getCollStats(String coll) Morphium.getDbStats()Morphium.getDbStats(String db) Morphium.getMissingIndicesFor(Class<?> entity) Morphium.getMissingIndicesFor(Class<?> entity, String collection) <T> List<T>directly writes data to Mongo, no Mapper used use with caution, as caches are not updated also no checks for validity of fields, no references, no auto-variables no async writing!directly writes data to Mongo, no Mapper used use with caution, as caches are not updated also no checks for validity of fields, no references, no auto-variables no async writing!directly writes data to Mongo, no Mapper used use with caution, as caches are not updated also no checks for validity of fields, no references, no auto-variables no async writing!directly writes data to Mongo, no Mapper used use with caution, as caches are not updated also no checks for validity of fields, no references, no auto-variables no async writing! -
Uses of MorphiumDriverException in de.caluga.morphium.driver
Subclasses of MorphiumDriverException in de.caluga.morphium.driverModifier and TypeClassDescriptionclassCreated by stephan on 28.07.16.classnetwork related issues when accessing the databaseMethods in de.caluga.morphium.driver that throw MorphiumDriverExceptionModifier and TypeMethodDescriptionvoidMorphiumDriver.abortTransaction()abstract voidMorphiumCursor.ahead(int skip) voidMorphiumCursorAdapter.ahead(int skip) voidSingleBatchCursor.ahead(int skip) voidSingleElementCursor.ahead(int skip) abstract voidMorphiumCursor.back(int jump) voidMorphiumCursorAdapter.back(int jump) voidSingleBatchCursor.back(int jump) voidSingleElementCursor.back(int jump) voidMorphiumDriver.commitTransaction()voidMorphiumDriver.connect()voidMorphiumDriverOperation.execute()booleanbooleanMorphiumCursor.getAll()MorphiumCursorAdapter.getAll()SingleBatchCursor.getAll()SingleElementCursor.getAll()MorphiumDriver.getCollStats(String db, String coll) MorphiumDriver.getDBStats(String db) MorphiumDriver.getPrimaryConnection(WriteConcern wc) MorphiumDriver.getReplsetStatus()booleanMorphiumDriver.listCollections(String db, String pattern) MorphiumDriver.listDatabases()voidMorphiumDriver.watch(WatchCommand settings) -
Uses of MorphiumDriverException in de.caluga.morphium.driver.bulk
Methods in de.caluga.morphium.driver.bulk that throw MorphiumDriverException -
Uses of MorphiumDriverException in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that throw MorphiumDriverExceptionModifier and TypeMethodDescriptionintClearCollectionCommand.doClear()AdminMongoCommand.execute()ClearCollectionCommand.execute()CollStatsCommand.execute()CountMongoCommand.execute()CreateCommand.execute()CurrentOpCommand.execute()DbStatsCommand.execute()DistinctMongoCommand.execute()DropDatabaseMongoCommand.execute()FindAndModifyMongoCommand.execute()GetMoreMongoCommand.execute()HelloCommand.execute()InsertMongoCommand.execute()ListIndexesCommand.execute()MultiResultCommand.execute()ReadMongoCommand.execute()ReplicastStatusCommand.execute()ShutdownCommand.execute()SingleResultCommand.execute()StoreMongoCommand.execute()WriteMongoCommand.execute()intAdminMongoCommand.executeAsync()intClearCollectionCommand.executeAsync()intCollStatsCommand.executeAsync()intCountMongoCommand.executeAsync()intCurrentOpCommand.executeAsync()intMongoCommand.executeAsync()intShutdownCommand.executeAsync()intStoreMongoCommand.executeAsync()intWatchCommand.executeAsync()MultiResultCommand.executeIterable(int batchSize) ReadMongoCommand.executeIterable(int batchsize) intCountMongoCommand.getCount()ListDatabasesCommand.getList()voidWatchCommand.watch() -
Uses of MorphiumDriverException in de.caluga.morphium.driver.commands.auth
Methods in de.caluga.morphium.driver.commands.auth that throw MorphiumDriverExceptionModifier and TypeMethodDescriptionvoidSaslAuthCommand.execute()intSaslAuthCommand.executeAsync() -
Uses of MorphiumDriverException in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem that throw MorphiumDriverExceptionModifier and TypeMethodDescriptionInMemoryDriver.connect(MorphiumDriver drv, String host, int port) longInMemoryDriver.count(String db, String collection, Map<String, Object> query, Collation collation, ReadPreference rp) voidInMemoryDriver.createIndex(String db, String collection, Map<String, Object> indexDef, Map<String, Object> options) InMemoryDriver.delete(String db, String collection, Map<String, Object> query, Map<String, Object> sort, boolean multiple, Map<String, Object> collation, WriteConcern wc) InMemoryDriver.distinct(String db, String collection, String field, Map<String, Object> filter, Map<String, Object> collation) longInMemoryDriver.estimatedDocumentCount(String db, String collection, ReadPreference rp) InMemoryDriver.find(String db, String collection, Map<String, Object> query, Map<String, Object> sort, Map<String, Object> projection, int skip, int limit) InMemoryDriver.findAndOneAndDelete(String db, String col, Map<String, Object> query, Map<String, Object> sort, Map<String, Object> collation) InMemoryDriver.findAndOneAndReplace(String db, String col, Map<String, Object> query, Map<String, Object> replacement, Map<String, Object> sort, Map<String, Object> collation) InMemoryDriver.findAndOneAndUpdate(String db, String col, Map<String, Object> query, Map<String, Object> update, Map<String, Object> sort, Map<String, Object> collation) InMemoryDriver.findByFieldValue(String db, String coll, String field, Object value) InMemoryDriver.getAnswerFor(int queryId, int batchsize) InMemoryDriver.getCollStats(String db, String coll) InMemoryDriver.getReplyFor(int msgid, long timeout) InMemoryDriver.initIteration(String db, String collection, Map<String, Object> query, Map<String, Object> sort, Map<String, Object> projection, int skip, int limit, int batchSize, ReadPreference readPreference, Collation coll, Map<String, Object> findMetaData) InMemoryDriver.insert(String db, String collection, List<Map<String, Object>> objs, Map<String, Object> wc) InMemoryDriver.killCursors(String db, String coll, long... ids) InMemoryDriver.mapReduce(String db, String collection, String mapping, String reducing, Map<String, Object> query) InMemoryDriver.mapReduce(String db, String collection, String mapping, String reducing, Map<String, Object> query, Map<String, Object> sorting, Collation collation) InMemoryDriver.nextIteration(MorphiumCursor crs) InMemoryDriver.readAnswerFor(int queryId) InMemoryDriver.readAnswerFor(MorphiumCursor crs) InMemoryDriver.readSingleAnswer(int id) intInMemoryDriver.sendCommand(MongoCommand cmd) InMemoryDriver.store(String db, String collection, List<Map<String, Object>> objs, Map<String, Object> wc) voidInMemoryDriver.tailableIteration(String db, String collection, Map<String, Object> query, Map<String, Object> sort, Map<String, Object> projection, int skip, int limit, int batchSize, ReadPreference readPreference, int timeout, DriverTailableIterationCallback cb) InMemoryDriver.update(String db, String collection, Map<String, Object> query, Map<String, Object> sort, Map<String, Object> op, boolean multiple, boolean upsert, Map<String, Object> collation, Map<String, Object> wc) voidInMemoryDriver.watch(WatchCommand settings) voidInMemoryDriver.watch(String db, String collection, int timeout, boolean fullDocumentOnUpdate, List<Map<String, Object>> pipeline, DriverTailableIterationCallback cb) -
Uses of MorphiumDriverException in de.caluga.morphium.driver.mongodb
Methods in de.caluga.morphium.driver.mongodb that throw MorphiumDriverExceptionModifier and TypeMethodDescriptionvoidMongoDriver.closeIteration(MorphiumCursor crs) voidMongoDriver.connect()voidMongoDriver.createIndex(String db, String collection, Doc index, Doc options) MongoDriver.delete(String db, String collection, Doc query, Map<String, Integer> sort, boolean multiple, Collation collation, WriteConcern wc) MongoDriver.distinct(String db, String collection, String field, Doc filter, Collation collation, com.mongodb.ReadPreference rp) static <V> VDriverHelper.doCall(MorphiumDriverOperation<V> r, int maxRetry, int sleep) voidMongoDriver.drop(String db, WriteConcern wc) voidMongoDriver.drop(String db, String collection, WriteConcern wc) booleanMongoDriver.find(String db, String collection, Doc query, Map<String, Integer> sort, Doc projection, int skip, int limit, int batchSize, com.mongodb.ReadPreference readPreference, Collation collation, Doc findMetaData) MongoDriver.getCollectionNames(String db) MongoDriver.getCollectionStats(String db, String coll, int scale, boolean verbose) MongoDriver.getCollStats(String db, String coll) MongoDriver.getDBStats(String db) MongoDriver.getIndexes(String db, String collection) MongoDriver.getReplsetStatus()MongoDriver.initAggregationIteration(String db, String collection, List<Map<String, Object>> aggregationPipeline, com.mongodb.ReadPreference readPreference, Collation collation, int batchSize, Doc findMetaData) MongoDriver.initIteration(String db, String collection, Doc query, Map<String, Integer> sort, Doc projection, int skip, int limit, int batchSize, com.mongodb.ReadPreference readPreference, Collation collation, Doc findMetaData) voidbooleanMongoDriver.listCollections(String db, String pattern) MongoDriver.listDatabases()MongoDriver.nextIteration(MorphiumCursor crs) MongoDriver.runCommand(String db, Doc cmd) voidMongoDriver.tailableIteration(String db, String collection, Doc query, Map<String, Integer> sort, Doc projection, int skip, int limit, int batchSize, com.mongodb.ReadPreference readPreference, int timeout, DriverTailableIterationCallback cb) MongoDriver.update(String db, String collection, Doc query, Map<String, Integer> sort, Doc op, boolean multiple, boolean upsert, Collation collation, WriteConcern wc) voidMongoDriver.watch(String db, int maxWaitTime, boolean fullDocumentOnUpdate, List<Map<String, Object>> pipeline, DriverTailableIterationCallback cb) voidMongoDriver.watch(String db, String collection, int maxWaitTime, boolean fullDocumentOnUpdate, List<Map<String, Object>> pipeline, DriverTailableIterationCallback cb) -
Uses of MorphiumDriverException in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire that throw MorphiumDriverExceptionModifier and TypeMethodDescriptionvoidPooledDriver.abortTransaction()voidSingleMongoConnectDriver.abortTransaction()voidSingleMongoConnectionCursor.ahead(int jump) voidSingleMongoConnectionCursor.back(int jump) voidMongoConnection.closeIteration(MorphiumCursor crs) voidPooledDriver.closeIteration(MorphiumCursor crs) voidSingleMongoConnectDriver.closeIteration(MorphiumCursor crs) voidSingleMongoConnection.closeIteration(MorphiumCursor crs) voidPooledDriver.commitTransaction()voidSingleMongoConnectDriver.commitTransaction()MongoConnection.connect(MorphiumDriver drv, String host, int port) voidPooledDriver.connect()voidvoidSingleMongoConnectDriver.connect()voidSingleMongoConnection.connect(MorphiumDriver drv, String host, int port) PooledDriver.currentOp(int threshold) SingleMongoConnectDriver.currentOp(int threshold) NetworkCallHelper.doCall(MorphiumDriverOperation r, int maxRetry, int sleep) BulkContext.execute()booleanbooleanbooleanSingleMongoConnectionCursor.getAll()MongoConnection.getAnswerFor(int queryId, int batchsize) SingleMongoConnection.getAnswerFor(int queryId, int batchSize) PooledDriver.getCollStats(String db, String coll) SingleMongoConnectDriver.getCollStats(String db, String coll) PooledDriver.getDbStats(String db) PooledDriver.getDbStats(String db, boolean withStorage) SingleMongoConnectDriver.getDbStats(String db) SingleMongoConnectDriver.getDbStats(String db, boolean withStorage) PooledDriver.getDBStats(String db) SingleMongoConnectDriver.getDBStats(String db) PooledDriver.getPrimaryConnection(WriteConcern wc) PooledDriver.getReplsetStatus()SingleMongoConnectDriver.getReplsetStatus()MongoConnection.getReplyFor(int msgid, long timeout) SingleMongoConnection.getReplyFor(int msgid, long timeout) abstract booleanbooleanbooleanMongoConnection.killCursors(String db, String coll, long... ids) protected voidPooledDriver.killCursors(String db, String coll, long... ids) protected voidSingleMongoConnectDriver.killCursors(String db, String coll, long... ids) SingleMongoConnection.killCursors(String db, String coll, long... ids) DriverBase.listCollections(String db, String regex) DriverBase.listDatabases()MongoConnection.readAnswerFor(int queryId) MongoConnection.readAnswerFor(MorphiumCursor crs) SingleMongoConnection.readAnswerFor(int queryId) SingleMongoConnection.readAnswerFor(MorphiumCursor crs) MongoConnection.readSingleAnswer(int id) SingleMongoConnection.readSingleAnswer(int id) SingleMongoConnection.sendAndWaitForReply(OpMsg q) intMongoConnection.sendCommand(MongoCommand cmd) intSingleMongoConnection.sendCommand(MongoCommand cmd) voidabstract voidDriverBase.watch(WatchCommand settings) voidMongoConnection.watch(WatchCommand settings) voidPooledDriver.watch(WatchCommand settings) voidSingleMongoConnectDriver.watch(WatchCommand settings) voidSingleMongoConnection.watch(WatchCommand command) Constructors in de.caluga.morphium.driver.wire that throw MorphiumDriverExceptionModifierConstructorDescriptionSingleMongoConnectionCursor(MongoConnection drv, int batchSize, boolean multithreaddedAccess, OpMsg reply) -
Uses of MorphiumDriverException in de.caluga.morphium.query
Methods in de.caluga.morphium.query that throw MorphiumDriverException