@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class DbIormConfig extends Object
IORM Config setting response for this database
Note: Objects should always be created or deserialized using the DbIormConfig.Builder
. This model distinguishes fields that are null
because they are unset from fields that are explicitly set to null
. This is done in the setter methods of the DbIormConfig.Builder
, which maintain a set of all explicitly set fields called __explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take __explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
DbIormConfig.Builder |
Constructor and Description |
---|
DbIormConfig(String dbName,
Integer share,
String flashCacheLimit)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DbIormConfig.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getDbName()
Database Name.
|
String |
getFlashCacheLimit()
Flash Cache limit, internally configured based on shares
|
Integer |
getShare()
Relative priority of a database
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"dbName","share","flashCacheLimit"}) @Deprecated public DbIormConfig(String dbName, Integer share, String flashCacheLimit)
public static DbIormConfig.Builder builder()
Create a new builder.
public String getDbName()
Database Name. For default DbPlan, the dbName will always be default
public Integer getShare()
Relative priority of a database
public String getFlashCacheLimit()
Flash Cache limit, internally configured based on shares
Copyright © 2016–2019. All rights reserved.