Package | Description |
---|---|
net.sf.ehcache.terracotta |
This package contains the Terracotta integration functionalities.
|
Modifier and Type | Field and Description |
---|---|
private TerracottaClusteredInstanceHelper.TerracottaRuntimeType |
TerracottaClusteredInstanceHelper.terracottaRuntimeType |
Modifier and Type | Method and Description |
---|---|
(package private) TerracottaClusteredInstanceHelper.TerracottaRuntimeType |
TerracottaClusteredInstanceHelper.getTerracottaRuntimeTypeOrNull()
Returns the terracotta runtime type or null if no runtime could be found
|
private TerracottaClusteredInstanceHelper.TerracottaRuntimeType |
TerracottaClusteredInstanceHelper.lookupTerracottaRuntime()
Lookup the current terracotta runtime
|
static TerracottaClusteredInstanceHelper.TerracottaRuntimeType |
TerracottaClusteredInstanceHelper.TerracottaRuntimeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TerracottaClusteredInstanceHelper.TerracottaRuntimeType[] |
TerracottaClusteredInstanceHelper.TerracottaRuntimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|