Class PhysicalSettings
java.lang.Object
org.elasticsearch.xpack.esql.planner.PhysicalSettings
Values for cluster level settings used in physical planning.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Setting<DataPartitioning> static final Setting<ByteSizeValue> -
Constructor Summary
ConstructorsConstructorDescriptionPhysicalSettings(ClusterService clusterService) Ctor for prod that listens for updates from theClusterService.PhysicalSettings(DataPartitioning defaultDataPartitioning, ByteSizeValue valuesLoadingJumboSize) Ctor for testing. -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
DEFAULT_DATA_PARTITIONING
-
VALUES_LOADING_JUMBO_SIZE
-
-
Constructor Details
-
PhysicalSettings
Ctor for prod that listens for updates from theClusterService. -
PhysicalSettings
public PhysicalSettings(DataPartitioning defaultDataPartitioning, ByteSizeValue valuesLoadingJumboSize) Ctor for testing.
-
-
Method Details
-
defaultDataPartitioning
-
valuesLoadingJumboSize
-