Class PrestissimoEngineProperties
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.PrestissimoEngineProperties
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestissimoEngineProperties extends com.ibm.cloud.sdk.core.service.model.GenericModelEngine properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrestissimoEngineProperties.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,PrestissimoEnginePropertiesCatalogAdditionalProperties>catalog()Gets the catalog.PrestissimoEnginePropertiesConfigurationconfiguration()Gets the configuration.java.util.Map<java.lang.String,java.lang.String>global()Gets the global.PrestissimoEnginePropertiesJvmjvm()Gets the jvm.PrestissimoEnginePropertiesLogConfiglogConfig()Gets the logConfig.PrestissimoEngineProperties.BuildernewBuilder()New builder.java.util.Map<java.lang.String,java.lang.String>optimizerProperties()Gets the optimizerProperties.java.util.Map<java.lang.String,java.lang.String>velox()Gets the velox.
-
-
-
Method Detail
-
newBuilder
public PrestissimoEngineProperties.Builder newBuilder()
New builder.- Returns:
- a PrestissimoEngineProperties builder
-
catalog
public java.util.Map<java.lang.String,PrestissimoEnginePropertiesCatalogAdditionalProperties> catalog()
Gets the catalog. Catalog Properties for Prestissimo.- Returns:
- the catalog
-
configuration
public PrestissimoEnginePropertiesConfiguration configuration()
Gets the configuration. Engine Properties for Prestissimo.- Returns:
- the configuration
-
global
public java.util.Map<java.lang.String,java.lang.String> global()
Gets the global. Global engine properties.- Returns:
- the global
-
jvm
public PrestissimoEnginePropertiesJvm jvm()
Gets the jvm. JVM Properties for Prestissimo.- Returns:
- the jvm
-
logConfig
public PrestissimoEnginePropertiesLogConfig logConfig()
Gets the logConfig. LogConfig Properties for Prestissimo.- Returns:
- the logConfig
-
optimizerProperties
public java.util.Map<java.lang.String,java.lang.String> optimizerProperties()
Gets the optimizerProperties. Optimizer engine properties.- Returns:
- the optimizerProperties
-
velox
public java.util.Map<java.lang.String,java.lang.String> velox()
Gets the velox. Velox Properties.- Returns:
- the velox
-
-