-
public final class StorageConfigTypeEntry
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcacheDirNameprivate final List<TaskType>eventTypesprivate final IntegermaxCapacity
-
Constructor Summary
Constructors Constructor Description StorageConfigTypeEntry(String cacheDirName, List<TaskType> eventTypes, Integer maxCapacity)
-
Method Summary
Modifier and Type Method Description final StringgetCacheDirName()final List<TaskType>getEventTypes()final IntegergetMaxCapacity()-
-
Method Detail
-
getCacheDirName
final String getCacheDirName()
-
getEventTypes
final List<TaskType> getEventTypes()
-
getMaxCapacity
final Integer getMaxCapacity()
-
-
-
-