public class SDBMessage extends Object
| 构造器和说明 |
|---|
SDBMessage() |
public int getLobLen()
public void setLobLen(int lobLen)
public long getLobOffset()
public void setLobOffset(long lobOffset)
public int getLobSequence()
public void setLobSequence(int lobSequence)
public byte[] getLobBuff()
public void setLobBuff(byte[] lobBuff)
public byte[] getNodeID()
public void setNodeID(byte[] nodeID)
public BSONObject getSelector()
public void setSelector(BSONObject selector)
public BSONObject getModifier()
public void setModifier(BSONObject modifier)
public BSONObject getInsertor()
public void setInsertor(BSONObject insertor)
public BSONObject getMatcher()
public void setMatcher(BSONObject matcher)
public BSONObject getOrderBy()
public void setOrderBy(BSONObject orderBy)
public BSONObject getHint()
public void setHint(BSONObject hint)
public int getStartFrom()
public void setStartFrom(int startFrom)
public int getNumReturned()
public void setNumReturned(int numReturned)
public int getRc()
public void setRc(int rc)
public int getRequestLength()
public void setRequestLength(int requestLength)
public long getRequestID()
public void setRequestID(long requestID)
public int getResponseTo()
public void setResponseTo(int responseTo)
public SequoiadbConstants.Operation getOperationCode()
public void setOperationCode(SequoiadbConstants.Operation operationCode)
public int getVersion()
public void setVersion(int version)
public short getW()
public void setW(short w)
public short getPadding()
public void setPadding(short padding)
public int getFlags()
public void setFlags(int flags)
public int getCollectionFullNameLength()
public void setCollectionFullNameLength(int collectionFullNameLength)
public String getCollectionFullName()
public void setCollectionFullName(String collectionFullName)
public List<BSONObject> getObjectList()
public List<byte[]> getObjectListRaw()
public void setObjectList(List<BSONObject> objectList)
public void setObjectListRaw(List<byte[]> rawList)
public long getSkipRowsCount()
public void setSkipRowsCount(long skipRowsCount)
public long getReturnRowsCount()
public void setReturnRowsCount(long returnRowsCount)
public int getKillCount()
public void setKillCount(int killCount)
public String getMessageText()
public void setMessageText(String messageText)
Copyright © 2015. All Rights Reserved.