Klasse SingleMongoConnectionCursor
java.lang.Object
de.caluga.morphium.driver.MorphiumCursor
de.caluga.morphium.driver.wire.SingleMongoConnectionCursor
User: Stephan Bösebeck
Date: 23.03.16
Time: 16:13
Cursor implementation for the singleconnect drivers
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSingleMongoConnectionCursor(MongoConnection drv, int batchSize, boolean multithreaddedAccess, OpMsg reply) -
Methodenübersicht
Von Klasse geerbte Methoden MorphiumCursor
getBatch, getBatchSize, getCollection, getCursorId, getDb, getServer, setBatch, setBatchSize, setCollection, setCursorId, setDb, setServerVon Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden Iterable
forEach, spliteratorVon Schnittstelle geerbte Methoden Iterator
forEachRemaining, remove
-
Konstruktordetails
-
SingleMongoConnectionCursor
public SingleMongoConnectionCursor(MongoConnection drv, int batchSize, boolean multithreaddedAccess, OpMsg reply) throws MorphiumDriverException - Löst aus:
MorphiumDriverException
-
-
Methodendetails
-
iterator
-
getCursor
public int getCursor()- Angegeben von:
getCursorin KlasseMorphiumCursor
-
hasNext
-
next
-
close
public void close()- Angegeben von:
closein KlasseMorphiumCursor
-
available
public int available()- Angegeben von:
availablein KlasseMorphiumCursor
-
getConnection
- Angegeben von:
getConnectionin KlasseMorphiumCursor
-
getAll
- Angegeben von:
getAllin KlasseMorphiumCursor- Löst aus:
MorphiumDriverException
-
ahead
- Angegeben von:
aheadin KlasseMorphiumCursor- Löst aus:
MorphiumDriverException
-
back
- Angegeben von:
backin KlasseMorphiumCursor- Löst aus:
MorphiumDriverException
-