Package io.github.jhipster.config
Class JHipsterProperties.Cache.Infinispan
- java.lang.Object
-
- io.github.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 classJHipsterProperties.Cache.Infinispan.Distributedstatic classJHipsterProperties.Cache.Infinispan.Localstatic classJHipsterProperties.Cache.Infinispan.Replicated
-
Constructor Summary
Constructors Constructor Description Infinispan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfigFile()JHipsterProperties.Cache.Infinispan.DistributedgetDistributed()JHipsterProperties.Cache.Infinispan.LocalgetLocal()JHipsterProperties.Cache.Infinispan.ReplicatedgetReplicated()booleanisStatsEnabled()voidsetConfigFile(String configFile)voidsetStatsEnabled(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()
-
-