Config Class

Definition

Static class that holds all user configuration settings.

public static class Config
type Config = class
Public Class Config
Inheritance
Config

Properties

AllowFloatingReorderPolicy

Allow the reorder policy to be applied later in the query than the ingress site, or possibly not at all if it is not required by the query.

ClearColumnsOnReturn

Clear (zero out) columns before returning them to a pool

DataBatchSize

Maximum number of tuples in each DataBatch message.

DeterministicWithinTimestamp

Multi-input operators are made deterministic within the same timestamp. Currently only done for union.

DisableMemoryPooling

Disable Trill's memory pooling functionality

ForceRowBasedExecution

Use the row-based implementation of every operator. No code generation.

GeneratedCodePath

The file system location to which any generated code artifacts should be stored.

IngressSortingTechnique

Choose sorting technique to use an ingress

StreamScheduler

Change the scheduler used to run Trill using multiple cores.

Methods

Describe()

Provides a string representation of the configuration settings.

Applies to