Class OpDelete
- java.lang.Object
-
- de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
-
- de.caluga.morphium.driver.wireprotocol.OpDelete
-
public class OpDelete extends WireProtocolMessage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
WireProtocolMessage.OpCode
-
-
Constructor Summary
Constructors Constructor Description OpDelete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFlags()StringgetFullCollectionName()intgetOpCode()byte[]getPayload()Map<String,Object>getSelector()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
-
-
-
-
Method Detail
-
getFlags
public int getFlags()
-
setFlags
public void setFlags(int flags)
-
getFullCollectionName
public String getFullCollectionName()
-
setFullCollectionName
public void setFullCollectionName(String fullCollectionName)
-
setSelector
public void setSelector(Doc selector)
-
parsePayload
public void parsePayload(byte[] bytes, int offset) throws IOException- Specified by:
parsePayloadin classWireProtocolMessage- Throws:
IOException
-
getPayload
public byte[] getPayload() throws IOException- Specified by:
getPayloadin classWireProtocolMessage- Throws:
IOException
-
getOpCode
public int getOpCode()
- Specified by:
getOpCodein classWireProtocolMessage
-
-