Class GetMoreMongoCommand
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<GetMoreMongoCommand>
de.caluga.morphium.driver.commands.GetMoreMongoCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()execute()longsetBatchSize(Integer batchSize) setCursorId(long cursorId) setMaxTimeMs(Integer maxTimeMs) Methods inherited from class de.caluga.morphium.driver.commands.MongoCommand
clear, executeAsync, getColl, getComment, getConnection, getDb, getDefaultBatchSize, getMetaData, getRetriesOnNetworkError, getSleepBetweenErrorRetries, setColl, setComment, setConnection, setDb, setDefaultBatchSize, setMetaData, setMetaData, setRetriesOnNetworkError, setSleepBetweenErrorRetries
-
Constructor Details
-
GetMoreMongoCommand
-
-
Method Details
-
getCursorId
public long getCursorId() -
setCursorId
-
getBatchSize
-
setBatchSize
-
getMaxTimeMs
-
setMaxTimeMs
-
getCommandName
- Specified by:
getCommandNamein classMongoCommand<GetMoreMongoCommand>
-
asMap
- Overrides:
asMapin classMongoCommand<GetMoreMongoCommand>
-
fromMap
- Overrides:
fromMapin classMongoCommand<GetMoreMongoCommand>
-
execute
- Throws:
MorphiumDriverException
-