public class CacheRegionDefinition extends Object
cfg.xml
hbm.xml
Modifier and Type | Class and Description |
---|---|
static class |
CacheRegionDefinition.CacheRegionType |
Constructor and Description |
---|
CacheRegionDefinition(CacheRegionDefinition.CacheRegionType cacheType,
String role,
String usage,
String region,
boolean cacheLazy) |
Modifier and Type | Method and Description |
---|---|
String |
getRegion() |
CacheRegionDefinition.CacheRegionType |
getRegionType() |
String |
getRole() |
String |
getUsage() |
boolean |
isCacheLazy() |
public CacheRegionDefinition(CacheRegionDefinition.CacheRegionType cacheType, String role, String usage, String region, boolean cacheLazy)
public CacheRegionDefinition.CacheRegionType getRegionType()
public String getRole()
public String getUsage()
public String getRegion()
public boolean isCacheLazy()
Copyright © 2016 JBoss by Red Hat. All rights reserved.