Verwendungen von Klasse
de.caluga.morphium.driver.MorphiumDriverException
Packages, die MorphiumDriverException verwenden
Package
Beschreibung
-
Verwendungen von MorphiumDriverException in de.caluga.morphium
Methoden in de.caluga.morphium, die MorphiumDriverException auslösenModifizierer und TypMethodeBeschreibungbooleanbooleanbooleanMorphium.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>Morphium.lockEntities(Query<T> q, String lockId, int maxLockTimeMs) <T> List<T>voidMorphium.releaseLock(Object obj) 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! -
Verwendungen von MorphiumDriverException in de.caluga.morphium.driver
Unterklassen von MorphiumDriverException in de.caluga.morphium.driverModifizierer und TypKlasseBeschreibungclassCreated by stephan on 28.07.16.classnetwork related issues when accessing the databaseMethoden in de.caluga.morphium.driver, die MorphiumDriverException auslösenModifizierer und TypMethodeBeschreibungvoidMorphiumDriver.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) -
Verwendungen von MorphiumDriverException in de.caluga.morphium.driver.bulk
Methoden in de.caluga.morphium.driver.bulk, die MorphiumDriverException auslösen -
Verwendungen von MorphiumDriverException in de.caluga.morphium.driver.commands
Methoden in de.caluga.morphium.driver.commands, die MorphiumDriverException auslösenModifizierer und TypMethodeBeschreibungintClearCollectionCommand.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() -
Verwendungen von MorphiumDriverException in de.caluga.morphium.driver.commands.auth
Methoden in de.caluga.morphium.driver.commands.auth, die MorphiumDriverException auslösenModifizierer und TypMethodeBeschreibungvoidSaslAuthCommand.execute()intSaslAuthCommand.executeAsync() -
Verwendungen von MorphiumDriverException in de.caluga.morphium.driver.inmem
Methoden in de.caluga.morphium.driver.inmem, die MorphiumDriverException auslösenModifizierer und TypMethodeBeschreibungInMemoryDriver.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) -
Verwendungen von MorphiumDriverException in de.caluga.morphium.driver.wire
Methoden in de.caluga.morphium.driver.wire, die MorphiumDriverException auslösenModifizierer und TypMethodeBeschreibungvoidPooledDriver.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) Konstruktoren in de.caluga.morphium.driver.wire, die MorphiumDriverException auslösenModifiziererKonstruktorBeschreibungSingleMongoConnectionCursor(MongoConnection drv, int batchSize, boolean multithreaddedAccess, OpMsg reply) -
Verwendungen von MorphiumDriverException in de.caluga.morphium.query
Methoden in de.caluga.morphium.query, die MorphiumDriverException auslösen