Class OpDelete
java.lang.Object
de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
de.caluga.morphium.driver.wireprotocol.OpDelete
-
Nested Class Summary
Nested classes/interfaces inherited from class de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
WireProtocolMessage.OpCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetFlags()intbyte[]voidparsePayload(byte[] bytes, int offset) voidsetFlags(int flags) voidsetFullCollectionName(String fullCollectionName) voidsetSelector(Doc selector) Methods inherited from class de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
bytes, getMessageId, getResponseTo, getSize, parseFromStream, readInt, readLong, readString, setMessageId, setResponseTo, setSize, strLen, writeInt, writeLong, writeString
-
Constructor Details
-
OpDelete
public OpDelete()
-
-
Method Details
-
getFlags
public int getFlags() -
setFlags
public void setFlags(int flags) -
getFullCollectionName
-
setFullCollectionName
-
getSelector
-
setSelector
-
parsePayload
- Specified by:
parsePayloadin classWireProtocolMessage- Throws:
IOException
-
getPayload
- Specified by:
getPayloadin classWireProtocolMessage- Throws:
IOException
-
getOpCode
public int getOpCode()- Specified by:
getOpCodein classWireProtocolMessage
-