public interface Cursor extends java.util.Iterator<DBObject>, java.io.Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
Terminates this cursor on the server.
|
long |
getCursorId()
Gets the server's identifier for this Cursor.
|
ServerAddress |
getServerAddress()
Gets the address of the server that data is pulled from.
|
long getCursorId()
ServerAddress getServerAddress()
void close()
close 在接口中 java.lang.AutoCloseableclose 在接口中 java.io.Closeable