public interface SelectOptions
Modifier and Type | Interface and Description |
---|---|
static class |
SelectOptions.CaptureSelectOptions |
static interface |
SelectOptions.Impl |
Modifier and Type | Method and Description |
---|---|
static SelectOptions.Impl |
allowYield()
Allow the select call to yield during execution in order to not run for too long at a time on
the task thread.
|
static SelectOptions.Impl |
create()
Creates an empty SubiSelectOptionsndexOptions.
|
static SelectOptions.Impl create()
SelectOptions.allowYield()
is the
same as SelectOptions.create().allowYield()
static SelectOptions.Impl allowYield()