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.GenericModel
Engine properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrestoEngineEngineProperties.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestoEnginePropertiesCatalog
catalog()
Gets the catalog.EnginePropertiesOaiGen1Configuration
configuration()
Gets the configuration.PrestoEnginePropertiesEventListener
eventListener()
Gets the eventListener.PrestoEnginePropertiesGlobal
global()
Gets the global.EnginePropertiesOaiGen1Jvm
jvm()
Gets the jvm.EnginePropertiesLogConfiguration
logConfig()
Gets the logConfig.PrestoEngineEngineProperties.Builder
newBuilder()
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
-
-