public final class LoadOptionsBuilder extends Object implements OptionsBuilder<LoadOptionsBuilder,LoadOptions>
| Modifier and Type | Method and Description |
|---|---|
static LoadOptionsBuilder |
builder() |
LoadOptionsBuilder |
fromOptions(LoadOptions options) |
static LoadOptions |
newLoadOptions() |
LoadOptions |
toOptions() |
LoadOptionsBuilder |
withInfoLevel(InfoLevel infoLevel) |
LoadOptionsBuilder |
withMaxThreads(int maxThreads)
IMPORTANT: Multi-threading is not implemented.
|
LoadOptionsBuilder |
withSchemaInfoLevel(SchemaInfoLevel schemaInfoLevel) |
LoadOptionsBuilder |
withSchemaInfoLevelBuilder(SchemaInfoLevelBuilder schemaInfoLevelBuilder) |
public static LoadOptionsBuilder builder()
public static LoadOptions newLoadOptions()
public LoadOptionsBuilder fromOptions(LoadOptions options)
fromOptions in interface OptionsBuilder<LoadOptionsBuilder,LoadOptions>public LoadOptions toOptions()
toOptions in interface OptionsBuilder<LoadOptionsBuilder,LoadOptions>public LoadOptionsBuilder withInfoLevel(InfoLevel infoLevel)
public LoadOptionsBuilder withMaxThreads(int maxThreads)
maxThreads - Maximum number of threads for multi-threaded operation.public LoadOptionsBuilder withSchemaInfoLevel(SchemaInfoLevel schemaInfoLevel)
public LoadOptionsBuilder withSchemaInfoLevelBuilder(SchemaInfoLevelBuilder schemaInfoLevelBuilder)
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.