| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| Modifier and Type | Method and Description |
|---|---|
ContainerConfig.ClusterMode |
ContainerConfig.getMode()
Return the cluster mode.
|
static ContainerConfig.ClusterMode |
ContainerConfig.ClusterMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerConfig.ClusterMode[] |
ContainerConfig.ClusterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerConfig.setMode(ContainerConfig.ClusterMode mode)
Set the cluster mode.
|
Copyright © 2015. All rights reserved.