Class PrestoEngineEngineProperties
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestoEngineEngineProperties
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestoEngineEngineProperties extends com.ibm.cloud.sdk.core.service.model.GenericModelEngine properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrestoEngineEngineProperties.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestoEnginePropertiesCatalogcatalog()Gets the catalog.EnginePropertiesOaiGen1Configurationconfiguration()Gets the configuration.PrestoEnginePropertiesEventListenereventListener()Gets the eventListener.PrestoEnginePropertiesGlobalglobal()Gets the global.EnginePropertiesOaiGen1Jvmjvm()Gets the jvm.EnginePropertiesLogConfigurationlogConfig()Gets the logConfig.PrestoEngineEngineProperties.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public PrestoEngineEngineProperties.Builder newBuilder()
New builder.- Returns:
- a PrestoEngineEngineProperties builder
-
catalog
public PrestoEnginePropertiesCatalog catalog()
Gets the catalog. Catalog settings.- Returns:
- the catalog
-
configuration
public EnginePropertiesOaiGen1Configuration configuration()
Gets the configuration. Configuration settings.- Returns:
- the configuration
-
eventListener
public PrestoEnginePropertiesEventListener eventListener()
Gets the eventListener. Event Listener settings.- Returns:
- the eventListener
-
global
public PrestoEnginePropertiesGlobal 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 EnginePropertiesOaiGen1Jvm jvm()
Gets the jvm. JVM settings.- Returns:
- the jvm
-
logConfig
public EnginePropertiesLogConfiguration logConfig()
Gets the logConfig. Log Configuration settings.- Returns:
- the logConfig
-
-