KILL_CURSORS packet

A KILL_CURSOR is sent by a client to close a cursor opened by a QUERY request.


Methods

int getNumCursorIDs()
Gets the number (at least one) of cursor IDs to close. These are the cursor IDs returned by a REPLY packet or some MSG packets.

void long getCursorID(int index)
Get the cursor ID at the specified index (base 0).


void addCursorID(long cursorID)

Adds the given cursor ID to the list.


void removeCursorID(int index)

Removes the cursor ID at the specified index.