Klasse OpQuery
java.lang.Object
de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
de.caluga.morphium.driver.wireprotocol.OpQuery
Query call implementation for MongoDB wire protocol
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
WireProtocolMessage.OpCode -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
bytes, getMessageId, getResponseTo, getSize, parseFromStream, readInt, readLong, readString, setMessageId, setResponseTo, setSize, strLen, writeInt, writeLong, writeString
-
Felddetails
-
TAILABLE_CURSOR_FLAG
public static final int TAILABLE_CURSOR_FLAG- Siehe auch:
-
SLAVE_OK_FLAG
public static final int SLAVE_OK_FLAG- Siehe auch:
-
OPLOG_REPLAY_FLAG
public static final int OPLOG_REPLAY_FLAG- Siehe auch:
-
NO_CURSOR_TIMEOUT_FLAG
public static final int NO_CURSOR_TIMEOUT_FLAG- Siehe auch:
-
AWAIT_DATA_FLAG
public static final int AWAIT_DATA_FLAG- Siehe auch:
-
EXHAUST_FLAG
public static final int EXHAUST_FLAG- Siehe auch:
-
PARTIAL_FLAG
public static final int PARTIAL_FLAG- Siehe auch:
-
-
Konstruktordetails
-
OpQuery
public OpQuery()
-
-
Methodendetails
-
getDb
-
setDb
-
getColl
-
setColl
-
getSkip
public int getSkip() -
setSkip
public void setSkip(int skip) -
getLimit
public int getLimit() -
setLimit
public void setLimit(int limit) -
getDoc
-
setDoc
-
getPayload
- Angegeben von:
getPayloadin KlasseWireProtocolMessage- Löst aus:
IOException
-
getOpCode
public int getOpCode()- Angegeben von:
getOpCodein KlasseWireProtocolMessage
-
parsePayload
public void parsePayload(byte[] bytes, int offset) - Angegeben von:
parsePayloadin KlasseWireProtocolMessage
-
toString
-