Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static InnoDbShutdownMode |
InnoDbShutdownMode.create(String key) |
InnoDbShutdownMode |
StopDbSystemDetails.getShutdownType()
The InnoDB shutdown mode to use, following the option
“innodb_fast_shutdown”.
|
InnoDbShutdownMode |
RestartDbSystemDetails.getShutdownType()
The InnoDB shutdown mode to use, following the option
“innodb_fast_shutdown”.
|
static InnoDbShutdownMode |
InnoDbShutdownMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InnoDbShutdownMode[] |
InnoDbShutdownMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StopDbSystemDetails.Builder |
StopDbSystemDetails.Builder.shutdownType(InnoDbShutdownMode shutdownType)
The InnoDB shutdown mode to use, following the option
“innodb_fast_shutdown”.
|
RestartDbSystemDetails.Builder |
RestartDbSystemDetails.Builder.shutdownType(InnoDbShutdownMode shutdownType)
The InnoDB shutdown mode to use, following the option
“innodb_fast_shutdown”.
|
Constructor and Description |
---|
RestartDbSystemDetails(InnoDbShutdownMode shutdownType)
Deprecated.
|
StopDbSystemDetails(InnoDbShutdownMode shutdownType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.