Interface SpannerOptions.SpannerEnvironment (6.25.0)

public static interface SpannerOptions.SpannerEnvironment

The environment to read configuration values from. The default implementation uses environment variables.

Methods

getOptimizerStatisticsPackage()

public default String getOptimizerStatisticsPackage()

The optimizer statistics package to use. Must return an empty string to indicate that no value has been set.

Returns
TypeDescription
String

getOptimizerVersion()

public abstract String getOptimizerVersion()

The optimizer version to use. Must return an empty string to indicate that no value has been set.

Returns
TypeDescription
String