Class ContextRepositoryProperties
-
- All Implemented Interfaces:
@ConfigurationProperties(value = "embabel.agent.platform.context-repository") public final class ContextRepositoryPropertiesConfiguration properties for the agent process repository.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classContextRepositoryProperties.Companion
-
Field Summary
Fields Modifier and Type Field Description private IntegerwindowSizepublic final static ContextRepositoryProperties.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ContextRepositoryProperties()
-
Method Summary
Modifier and Type Method Description final IntegergetWindowSize()Maximum number of contexts to keep in memory. final UnitsetWindowSize(Integer windowSize)Maximum number of contexts to keep in memory. -
-
Method Detail
-
getWindowSize
final Integer getWindowSize()
Maximum number of contexts to keep in memory. When this limit is exceeded, the oldest processes will be evicted. Default is 1000.
-
setWindowSize
final Unit setWindowSize(Integer windowSize)
Maximum number of contexts to keep in memory. When this limit is exceeded, the oldest processes will be evicted. Default is 1000.
-
-
-
-