Class GetMoreMongoCommand
- java.lang.Object
-
- de.caluga.morphium.driver.commands.MongoCommand<GetMoreMongoCommand>
-
- de.caluga.morphium.driver.commands.GetMoreMongoCommand
-
public class GetMoreMongoCommand extends MongoCommand<GetMoreMongoCommand>
-
-
Constructor Summary
Constructors Constructor Description GetMoreMongoCommand(MongoConnection d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>asMap()MorphiumCursorexecute()GetMoreMongoCommandfromMap(Map<String,Object> m)IntegergetBatchSize()StringgetCommandName()longgetCursorId()IntegergetMaxTimeMs()GetMoreMongoCommandsetBatchSize(Integer batchSize)GetMoreMongoCommandsetCursorId(long cursorId)GetMoreMongoCommandsetMaxTimeMs(Integer maxTimeMs)-
Methods inherited from class de.caluga.morphium.driver.commands.MongoCommand
clear, executeAsync, getColl, getComment, getConnection, getDb, getMetaData, releaseConnection, setColl, setComment, setConnection, setDb, setMetaData, setMetaData
-
-
-
-
Constructor Detail
-
GetMoreMongoCommand
public GetMoreMongoCommand(MongoConnection d)
-
-
Method Detail
-
getCursorId
public long getCursorId()
-
setCursorId
public GetMoreMongoCommand setCursorId(long cursorId)
-
getBatchSize
public Integer getBatchSize()
-
setBatchSize
public GetMoreMongoCommand setBatchSize(Integer batchSize)
-
getMaxTimeMs
public Integer getMaxTimeMs()
-
setMaxTimeMs
public GetMoreMongoCommand setMaxTimeMs(Integer maxTimeMs)
-
getCommandName
public String getCommandName()
- Specified by:
getCommandNamein classMongoCommand<GetMoreMongoCommand>
-
asMap
public Map<String,Object> asMap()
- Overrides:
asMapin classMongoCommand<GetMoreMongoCommand>
-
fromMap
public GetMoreMongoCommand fromMap(Map<String,Object> m)
- Overrides:
fromMapin classMongoCommand<GetMoreMongoCommand>
-
execute
public MorphiumCursor execute() throws MorphiumDriverException
- Throws:
MorphiumDriverException
-
-