public class QueryingReadContext extends AbstractReadContext implements HandlerVersionContext, AspectVersionContext, ObjectIdContext
_activationDepth| Constructor and Description |
|---|
QueryingReadContext(Transaction transaction,
int handlerVersion,
ReadBuffer buffer,
int id) |
QueryingReadContext(Transaction transaction,
int handlerVersion,
ReadBuffer buffer,
int collectionID,
IdObjectCollector collector) |
QueryingReadContext(Transaction transaction,
QCandidates candidates,
int handlerVersion,
ReadBuffer buffer,
int collectionID) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Object obj) |
void |
addId(int id) |
QCandidates |
candidates() |
int |
collectionID() |
IdObjectCollector |
collector() |
int |
declaredAspectCount() |
void |
declaredAspectCount(int count) |
int |
handlerVersion() |
TreeInt |
ids() |
int |
objectId() |
Iterator4 |
objectsWithoutId() |
void |
readId(TypeHandler4 handler) |
void |
skipId(TypeHandler4 handler) |
activationDepth, activationDepth, lastReferenceReadWasReallyNull, notifyNullReferenceSkipped, peekPersisted, read, readAtCurrentSeekPosition, readIndirectedBuffer, readObject, readObjectbuffer, buffer, container, isLegacyHandlerVersion, objectContainer, offset, readBitMap, readByte, readBytes, readInt, readLong, seek, slotFormat, transactionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuffer, buffer, container, notifyNullReferenceSkipped, offset, read, readAtCurrentSeekPosition, readIndirectedBuffer, seekreadObject, readObjectreadBitMap, readByte, readBytes, readInt, readLongslotFormatobjectContainer, transactionpublic QueryingReadContext(Transaction transaction, QCandidates candidates, int handlerVersion, ReadBuffer buffer, int collectionID)
public QueryingReadContext(Transaction transaction, int handlerVersion, ReadBuffer buffer, int id)
public QueryingReadContext(Transaction transaction, int handlerVersion, ReadBuffer buffer, int collectionID, IdObjectCollector collector)
public int collectionID()
public QCandidates candidates()
public int handlerVersion()
handlerVersion in interface HandlerVersionContexthandlerVersion in interface InternalReadContexthandlerVersion in class AbstractBufferContextpublic void addId(int id)
public TreeInt ids()
public void add(java.lang.Object obj)
public void readId(TypeHandler4 handler)
public void skipId(TypeHandler4 handler)
public Iterator4 objectsWithoutId()
public int declaredAspectCount()
declaredAspectCount in interface AspectVersionContextpublic void declaredAspectCount(int count)
declaredAspectCount in interface AspectVersionContextpublic IdObjectCollector collector()
public int objectId()
objectId in interface ObjectIdContext