Uses of Class
de.caluga.morphium.driver.MorphiumDriverException
-
-
Uses of MorphiumDriverException in de.caluga.morphium
Methods in de.caluga.morphium that throw MorphiumDriverException Modifier and Type Method Description booleanMorphium. exists(Class<?> cls)booleanMorphium. exists(String db)booleanMorphium. exists(String db, String col)Map<String,Object>Morphium. getCollStats(Class<?> coll)Map<String,Object>Morphium. getCollStats(String coll)Map<String,Object>Morphium. getDbStats()Map<String,Object>Morphium. getDbStats(String db)List<IndexDescription>Morphium. getMissingIndicesFor(Class<?> entity)List<IndexDescription>Morphium. getMissingIndicesFor(Class<?> entity, String collection)<T> List<T>Morphium. lockEntities(Query<T> q, String lockId, int maxLockTimeMs)<T> List<T>Morphium. mapReduce(Class<? extends T> type, String map, String reduce)voidMorphium. releaseLock(Object obj)List<Map<String,Object>>Morphium. runCommand(String command, String collection, Map<String,Object> cmdMap)Map<String,Integer>Morphium. saveMap(String collection, Map<String,Object> m)Map<String,Integer>Morphium. saveMaps(Class type, List<Map<String,Object>> lst)Map<String,Integer>Morphium. saveMaps(String collection, List<Map<String,Object>> lst)Map<String,Object>Morphium. storeMap(Class type, Map<String,Object> m)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!Map<String,Integer>Morphium. storeMap(String collection, Map<String,Object> m)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!Map<String,Integer>Morphium. storeMaps(Class type, List<Map<String,Object>> lst)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!Map<String,Integer>Morphium. storeMaps(String collection, List<Map<String,Object>> lst)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.driver Modifier and Type Class Description classFunctionNotSupportedExceptionCreated by stephan on 28.07.16.classMorphiumDriverNetworkExceptionnetwork related issues when accessing the databaseMethods in de.caluga.morphium.driver that throw MorphiumDriverException Modifier and Type Method Description voidMorphiumDriver. 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()voidMorphiumDriver. connect(String replicaSetName)VMorphiumDriverOperation. execute()booleanMorphiumDriver. exists(String db)booleanMorphiumDriver. exists(String db, String coll)abstract List<Map<String,Object>>MorphiumCursor. getAll()List<Map<String,Object>>MorphiumCursorAdapter. getAll()List<Map<String,Object>>SingleBatchCursor. getAll()List<Map<String,Object>>SingleElementCursor. getAll()Map<String,Object>MorphiumDriver. getCollStats(String db, String coll)Map<String,Object>MorphiumDriver. getDBStats(String db)MongoConnectionMorphiumDriver. getPrimaryConnection(WriteConcern wc)Map<String,Object>MorphiumDriver. getReplsetStatus()booleanMorphiumDriver. isCapped(String db, String coll)List<String>MorphiumDriver. listCollections(String db, String pattern)List<String>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 Modifier and Type Method Description abstract Map<String,Object>BulkRequestContext. execute() -
Uses of MorphiumDriverException in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that throw MorphiumDriverException Modifier and Type Method Description intClearCollectionCommand. doClear()Map<String,Object>AdminMongoCommand. execute()Map<String,Object>ClearCollectionCommand. execute()Map<String,Object>CollStatsCommand. execute()Map<String,Object>CountMongoCommand. execute()Map<String,Object>CreateCommand. execute()List<Map<String,Object>>CurrentOpCommand. execute()Map<String,Object>DbStatsCommand. execute()List<Object>DistinctMongoCommand. execute()Map<String,Object>DropDatabaseMongoCommand. execute()Map<String,Object>FindAndModifyMongoCommand. execute()MorphiumCursorGetMoreMongoCommand. execute()HelloResultHelloCommand. execute()Map<String,Object>InsertMongoCommand. execute()List<IndexDescription>ListIndexesCommand. execute()List<Map<String,Object>>MultiResultCommand. execute()List<Map<String,Object>>ReadMongoCommand. execute()Map<String,Object>ReplicastStatusCommand. execute()Map<String,Object>ShutdownCommand. execute()Map<String,Object>SingleResultCommand. execute()Map<String,Object>StoreMongoCommand. execute()Map<String,Object>WriteMongoCommand. execute()intAdminMongoCommand. executeAsync()intClearCollectionCommand. executeAsync()intCollStatsCommand. executeAsync()intCountMongoCommand. executeAsync()intCurrentOpCommand. executeAsync()intMongoCommand. executeAsync()intShutdownCommand. executeAsync()intStoreMongoCommand. executeAsync()intWatchCommand. executeAsync()MorphiumCursorMultiResultCommand. executeIterable(int batchSize)MorphiumCursorReadMongoCommand. executeIterable(int batchsize)intCountMongoCommand. getCount()List<Map<String,Object>>ListDatabasesCommand. getList()voidWatchCommand. watch() -
Uses of MorphiumDriverException in de.caluga.morphium.driver.commands.auth
Methods in de.caluga.morphium.driver.commands.auth that throw MorphiumDriverException Modifier and Type Method Description voidSaslAuthCommand. execute()intSaslAuthCommand. executeAsync() -
Uses of MorphiumDriverException in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem that throw MorphiumDriverException Modifier and Type Method Description HelloResultInMemoryDriver. 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)Map<String,Object>InMemoryDriver. delete(String db, String collection, Map<String,Object> query, Map<String,Object> sort, boolean multiple, Map<String,Object> collation, WriteConcern wc)List<Object>InMemoryDriver. distinct(String db, String collection, String field, Map<String,Object> filter, Map<String,Object> collation)longInMemoryDriver. estimatedDocumentCount(String db, String collection, ReadPreference rp)List<Map<String,Object>>InMemoryDriver. find(String db, String collection, Map<String,Object> query, Map<String,Object> sort, Map<String,Object> projection, int skip, int limit)Map<String,Object>InMemoryDriver. findAndOneAndDelete(String db, String col, Map<String,Object> query, Map<String,Object> sort, Map<String,Object> collation)Map<String,Object>InMemoryDriver. findAndOneAndReplace(String db, String col, Map<String,Object> query, Map<String,Object> replacement, Map<String,Object> sort, Map<String,Object> collation)Map<String,Object>InMemoryDriver. findAndOneAndUpdate(String db, String col, Map<String,Object> query, Map<String,Object> update, Map<String,Object> sort, Map<String,Object> collation)List<Map<String,Object>>InMemoryDriver. findByFieldValue(String db, String coll, String field, Object value)MorphiumCursorInMemoryDriver. getAnswerFor(int queryId, int batchsize)Map<String,Object>InMemoryDriver. getCollStats(String db, String coll)OpMsgInMemoryDriver. getReplyFor(int msgid, long timeout)MorphiumCursorInMemoryDriver. 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)List<Map<String,Object>>InMemoryDriver. insert(String db, String collection, List<Map<String,Object>> objs, Map<String,Object> wc)Map<String,Object>InMemoryDriver. killCursors(String db, String coll, long... ids)List<Map<String,Object>>InMemoryDriver. mapReduce(String db, String collection, String mapping, String reducing)List<Map<String,Object>>InMemoryDriver. mapReduce(String db, String collection, String mapping, String reducing, Map<String,Object> query)List<Map<String,Object>>InMemoryDriver. mapReduce(String db, String collection, String mapping, String reducing, Map<String,Object> query, Map<String,Object> sorting, Collation collation)MorphiumCursorInMemoryDriver. nextIteration(MorphiumCursor crs)List<Map<String,Object>>InMemoryDriver. readAnswerFor(int queryId)List<Map<String,Object>>InMemoryDriver. readAnswerFor(MorphiumCursor crs)Map<String,Object>InMemoryDriver. readSingleAnswer(int id)intInMemoryDriver. sendCommand(MongoCommand cmd)Map<String,Integer>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)Map<String,Object>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.wire
Methods in de.caluga.morphium.driver.wire that throw MorphiumDriverException Modifier and Type Method Description voidPooledDriver. 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()HelloResultMongoConnection. connect(MorphiumDriver drv, String host, int port)voidPooledDriver. connect()voidPooledDriver. connect(String replSet)voidSingleMongoConnectDriver. connect()voidSingleMongoConnectDriver. connect(String replSet)HelloResultSingleMongoConnection. connect(MorphiumDriver drv, String host, int port)List<Map<String,Object>>PooledDriver. currentOp(int threshold)List<Map<String,Object>>SingleMongoConnectDriver. currentOp(int threshold)TNetworkCallHelper. doCall(MorphiumDriverOperation r, int maxRetry, int sleep)DocBulkContext. execute()booleanDriverBase. exists(String db, String collection)booleanPooledDriver. exists(String db)booleanSingleMongoConnectDriver. exists(String db)List<Map<String,Object>>SingleMongoConnectionCursor. getAll()MorphiumCursorMongoConnection. getAnswerFor(int queryId, int batchsize)MorphiumCursorSingleMongoConnection. getAnswerFor(int queryId, int batchSize)Map<String,Object>PooledDriver. getCollStats(String db, String coll)Map<String,Object>SingleMongoConnectDriver. getCollStats(String db, String coll)Map<String,Object>PooledDriver. getDbStats(String db)Map<String,Object>PooledDriver. getDbStats(String db, boolean withStorage)Map<String,Object>SingleMongoConnectDriver. getDbStats(String db)Map<String,Object>SingleMongoConnectDriver. getDbStats(String db, boolean withStorage)Map<String,Object>PooledDriver. getDBStats(String db)Map<String,Object>SingleMongoConnectDriver. getDBStats(String db)MongoConnectionPooledDriver. getPrimaryConnection(WriteConcern wc)Map<String,Object>PooledDriver. getReplsetStatus()Map<String,Object>SingleMongoConnectDriver. getReplsetStatus()OpMsgMongoConnection. getReplyFor(int msgid, long timeout)OpMsgSingleMongoConnection. getReplyFor(int msgid, long timeout)abstract booleanDriverBase. isCapped(String db, String coll)booleanPooledDriver. isCapped(String db, String coll)booleanSingleMongoConnectDriver. isCapped(String db, String coll)Map<String,Object>MongoConnection. 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)Map<String,Object>SingleMongoConnection. killCursors(String db, String coll, long... ids)List<String>DriverBase. listCollections(String db, String regex)List<String>DriverBase. listDatabases()List<Map<String,Object>>MongoConnection. readAnswerFor(int queryId)List<Map<String,Object>>MongoConnection. readAnswerFor(MorphiumCursor crs)List<Map<String,Object>>SingleMongoConnection. readAnswerFor(int queryId)List<Map<String,Object>>SingleMongoConnection. readAnswerFor(MorphiumCursor crs)Map<String,Object>MongoConnection. readSingleAnswer(int id)Map<String,Object>SingleMongoConnection. readSingleAnswer(int id)OpMsgSingleMongoConnection. sendAndWaitForReply(OpMsg q)intMongoConnection. sendCommand(MongoCommand cmd)intSingleMongoConnection. sendCommand(MongoCommand cmd)voidSingleMongoConnection. sendQuery(OpMsg q)abstract 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 MorphiumDriverException Constructor Description SingleMongoConnectionCursor(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 Modifier and Type Method Description MorphiumCursorQuery. getCursor()
-