Package tech.jhipster.config
Class JHipsterProperties.Cache.Infinispan.Distributed
- java.lang.Object
-
- tech.jhipster.config.JHipsterProperties.Cache.Infinispan.Distributed
-
- Enclosing class:
- JHipsterProperties.Cache.Infinispan
public static class JHipsterProperties.Cache.Infinispan.Distributed extends Object
-
-
Constructor Summary
Constructors Constructor Description Distributed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getInstanceCount()
long
getMaxEntries()
long
getTimeToLiveSeconds()
void
setInstanceCount(int instanceCount)
void
setMaxEntries(long maxEntries)
void
setTimeToLiveSeconds(long timeToLiveSeconds)
-
-
-
Method Detail
-
getTimeToLiveSeconds
public long getTimeToLiveSeconds()
-
setTimeToLiveSeconds
public void setTimeToLiveSeconds(long timeToLiveSeconds)
-
getMaxEntries
public long getMaxEntries()
-
setMaxEntries
public void setMaxEntries(long maxEntries)
-
getInstanceCount
public int getInstanceCount()
-
setInstanceCount
public void setInstanceCount(int instanceCount)
-
-