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.GenericModel
Engine properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrestissimoEngineEngineProperties.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestissimoEnginePropertiesCatalog
catalog()
Gets the catalog.EnginePropertiesOaiGenConfiguration
configuration()
Gets the configuration.PrestissimoEnginePropertiesGlobal
global()
Gets the global.PrestissimoEnginePropertiesOaiGen1Jvm
jvm()
Gets the jvm.PrestissimoEngineEngineProperties.Builder
newBuilder()
New builder.PrestissimoEnginePropertiesVelox
velox()
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
-
-