Package de.caluga.morphium.driver.wire
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 de.caluga.morphium.driver.MorphiumCursor
getBatch, getBatchSize, getCollection, getCursorId, getDb, getServer, setBatch, setBatchSize, setCollection, setCursorId, setDb, setServerVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden java.lang.Iterable
forEach, spliteratorVon Schnittstelle geerbte Methoden java.util.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
public boolean 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
-