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ösenModifikator und TypMethodeBeschreibungbooleanbooleanbooleanMorphium.explainMapReduce(Class<? extends T> type, String map, String reduce, ExplainCommand.ExplainVerbosity verbose) ///////////////////////////// //// MAP/REDUCE //Morphium.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! -
Verwendungen von MorphiumDriverException in de.caluga.morphium.aggregation
Methoden in de.caluga.morphium.aggregation, die MorphiumDriverException auslösen -
Verwendungen von MorphiumDriverException in de.caluga.morphium.driver
Unterklassen von MorphiumDriverException in de.caluga.morphium.driverModifikator und TypKlasseBeschreibungclassCreated by stephan on 28.07.16.classnetwork related issues when accessing the databaseMethoden in de.caluga.morphium.driver, die MorphiumDriverException auslösenModifikator 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ösenModifikator 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) AggregateMongoCommand.explain(ExplainCommand.ExplainVerbosity verbosity) CountMongoCommand.explain()CountMongoCommand.explain(ExplainCommand.ExplainVerbosity verbosity) DeleteMongoCommand.explain(ExplainCommand.ExplainVerbosity verbosity) DistinctMongoCommand.explain(ExplainCommand.ExplainVerbosity verbosity) FindAndModifyMongoCommand.explain(ExplainCommand.ExplainVerbosity verbosity) FindCommand.explain(ExplainCommand.ExplainVerbosity verbosity) MapReduceCommand.explain(ExplainCommand.ExplainVerbosity verbosity) 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ösenModifikator und TypMethodeBeschreibungvoidSaslAuthCommand.execute()intSaslAuthCommand.executeAsync() -
Verwendungen von MorphiumDriverException in de.caluga.morphium.driver.inmem
Methoden in de.caluga.morphium.driver.inmem, die MorphiumDriverException auslösenModifikator 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) InMemAggregator.explain()InMemAggregator.explain(ExplainCommand.ExplainVerbosity verbosity) 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.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.readNextMessage(int timeout) InMemoryDriver.readSingleAnswer(int id) intInMemoryDriver.runCommand(FindCommand cmd) intInMemoryDriver.runCommand(InsertMongoCommand cmd) intInMemoryDriver.runCommand(StoreMongoCommand cmd) intInMemoryDriver.runCommand(WatchCommand cmd) 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) -
Verwendungen von MorphiumDriverException in de.caluga.morphium.driver.wire
Methoden in de.caluga.morphium.driver.wire, die MorphiumDriverException auslösenModifikator 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) NetworkCallHelper.doCall(MorphiumDriverOperation r, int maxRetry, int sleep, NetworkCallHelper.ErrorCallback err) 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) SingleMongoConnectDriver.getConnection()SingleMongoConnectDriver.getDbStats(String db) SingleMongoConnectDriver.getDbStats(String db, boolean withStorage) PooledDriver.getDBStats(String db) PooledDriver.getDBStats(String db, boolean withStorage) SingleMongoConnectDriver.getDBStats(String db) SingleMongoConnection.getHelloResult(boolean includeClient) PooledDriver.getPrimaryConnection(WriteConcern wc) PooledDriver.getReplsetStatus()SingleMongoConnectDriver.getReplsetStatus()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.readNextMessage(int timeout) SingleMongoConnection.readNextMessage(int timeout) 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ösenModifikatorKonstruktorBeschreibungSingleMongoConnectionCursor(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ösenModifikator und TypMethodeBeschreibungQuery.explain()Query.explain(ExplainCommand.ExplainVerbosity verbosity) Query.explainCount(ExplainCommand.ExplainVerbosity verbosity) Query.getCursor()