Class RegionData
java.lang.Object
de.hybris.platform.hac.data.dto.cache.region.RegionData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonglonggetName()voidsetCacheStatistics(CacheStatisticsData cacheStatistics) voidsetFactor(int factor) voidsetMaxEntries(long maxEntries) voidsetMaxReachedSize(long maxReachedSize) voidvoidsetTypesStatistics(List<TypeStatisticsData> typesStatistics)
-
Constructor Details
-
RegionData
public RegionData()
-
-
Method Details
-
getTypesStatistics
-
setTypesStatistics
-
getFactor
public int getFactor() -
getMaxEntries
public long getMaxEntries() -
getMaxReachedSize
public long getMaxReachedSize() -
getName
-
getCacheStatistics
-
setFactor
public void setFactor(int factor) -
setMaxEntries
public void setMaxEntries(long maxEntries) -
setMaxReachedSize
public void setMaxReachedSize(long maxReachedSize) -
setName
-
setCacheStatistics
-