Package tech.jhipster.config
Class JHipsterProperties.Cache.Infinispan
- java.lang.Object
-
- tech.jhipster.config.JHipsterProperties.Cache.Infinispan
-
- Enclosing class:
- JHipsterProperties.Cache
public static class JHipsterProperties.Cache.Infinispan extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JHipsterProperties.Cache.Infinispan.Distributed
static class
JHipsterProperties.Cache.Infinispan.Local
static class
JHipsterProperties.Cache.Infinispan.Replicated
-
Constructor Summary
Constructors Constructor Description Infinispan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConfigFile()
JHipsterProperties.Cache.Infinispan.Distributed
getDistributed()
JHipsterProperties.Cache.Infinispan.Local
getLocal()
JHipsterProperties.Cache.Infinispan.Replicated
getReplicated()
boolean
isStatsEnabled()
void
setConfigFile(String configFile)
void
setStatsEnabled(boolean statsEnabled)
-
-
-
Method Detail
-
getConfigFile
public String getConfigFile()
-
setConfigFile
public void setConfigFile(String configFile)
-
isStatsEnabled
public boolean isStatsEnabled()
-
setStatsEnabled
public void setStatsEnabled(boolean statsEnabled)
-
getLocal
public JHipsterProperties.Cache.Infinispan.Local getLocal()
-
getDistributed
public JHipsterProperties.Cache.Infinispan.Distributed getDistributed()
-
getReplicated
public JHipsterProperties.Cache.Infinispan.Replicated getReplicated()
-
-