Java com.mongodb CursorType fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb CursorType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb CursorType.

The text is from its open source code.

Field

CursorTypeNonTailable
A non-tailable cursor.
CursorTypeTailable
Tailable means the cursor is not closed when the last data is retrieved.
CursorTypeTailableAwait
A tailable cursor with a built-in server sleep before returning an empty batch.