Class PrestissimoEngineEngineProperties
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestissimoEngineEngineProperties
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestissimoEngineEngineProperties extends com.ibm.cloud.sdk.core.service.model.GenericModelEngine properties. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrestissimoEngineEngineProperties.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestissimoEnginePropertiesCatalogcatalog()Gets the catalog.EnginePropertiesOaiGenConfigurationconfiguration()Gets the configuration.PrestissimoEnginePropertiesGlobalglobal()Gets the global.PrestissimoEnginePropertiesOaiGen1Jvmjvm()Gets the jvm.PrestissimoEngineEngineProperties.BuildernewBuilder()New builder.PrestissimoEnginePropertiesVeloxvelox()Gets the velox. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public PrestissimoEngineEngineProperties.Builder newBuilder()
New builder.- Returns:
 - a PrestissimoEngineEngineProperties builder
 
 
- 
catalog
public PrestissimoEnginePropertiesCatalog catalog()
Gets the catalog. Catalog settings.- Returns:
 - the catalog
 
 
- 
configuration
public EnginePropertiesOaiGenConfiguration configuration()
Gets the configuration. Configuration settings for the engine properties.- Returns:
 - the configuration
 
 
- 
velox
public PrestissimoEnginePropertiesVelox velox()
Gets the velox. velox settings.- Returns:
 - the velox
 
 
- 
global
public PrestissimoEnginePropertiesGlobal global()
Gets the global. Global session is to accomodate all the custom properties that can be applicable for both coordinator and worker.- Returns:
 - the global
 
 
- 
jvm
public PrestissimoEnginePropertiesOaiGen1Jvm jvm()
Gets the jvm. JVM settings.- Returns:
 - the jvm
 
 
 - 
 
 -