public static class JHipsterProperties.Cache.Infinispan extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JHipsterProperties.Cache.Infinispan.Distributed |
static class |
JHipsterProperties.Cache.Infinispan.Local |
static class |
JHipsterProperties.Cache.Infinispan.Replicated |
| Constructor and Description |
|---|
Infinispan() |
| Modifier and Type | Method and 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) |
public String getConfigFile()
public void setConfigFile(String configFile)
public boolean isStatsEnabled()
public void setStatsEnabled(boolean statsEnabled)
public JHipsterProperties.Cache.Infinispan.Local getLocal()
public JHipsterProperties.Cache.Infinispan.Distributed getDistributed()
public JHipsterProperties.Cache.Infinispan.Replicated getReplicated()
Copyright © 2019 JHipster. All rights reserved.