-
- All Implemented Interfaces:
public class DataManagerConfiguration extends ConfigurationSection
-
-
Method Summary
Modifier and Type Method Description int
getDataCacheMaxAgeSeconds()
Get dataCacheMaxAgeSeconds. boolean
getIsBeaconStatusesUploadEnabled()
Get isBeaconStatusesUploadEnabled. boolean
getIsNativeFeatureAvailabilityUploadEnabled()
Get isNativeFeatureAvailabilityUploadEnabled. int
getNetworkCoordinatorBadStreakThreshold()
Get networkCoordinatorBadStreakThreshold. int
getNetworkCoordinatorCountPackageSlots()
Get networkCoordinatorCountPackageSlots. float
getNetworkCoordinatorDispatchPeriod()
Get networkCoordinatorDispatchPeriod. float
getNetworkCoordinatorFlushingPeriod()
Get networkCoordinatorFlushingPeriod. int
getNetworkCoordinatorGoodStreakThreshold()
Get networkCoordinatorGoodStreakThreshold. float
getNetworkCoordinatorStatusReportPeriod()
Get networkCoordinatorStatusReportPeriod. -
-
Method Detail
-
getDataCacheMaxAgeSeconds
int getDataCacheMaxAgeSeconds()
Get dataCacheMaxAgeSeconds. Data Manager will only move to version checks only if at least this amount of seconds has passed since the last completed cycle Default is 900
-
getIsBeaconStatusesUploadEnabled
boolean getIsBeaconStatusesUploadEnabled()
Get isBeaconStatusesUploadEnabled. If this is true, then native beacon statuses are uploaded Default is false
-
getIsNativeFeatureAvailabilityUploadEnabled
boolean getIsNativeFeatureAvailabilityUploadEnabled()
Get isNativeFeatureAvailabilityUploadEnabled. If this is true, then native feature states are uploaded Default is false
-
getNetworkCoordinatorBadStreakThreshold
int getNetworkCoordinatorBadStreakThreshold()
Get networkCoordinatorBadStreakThreshold. Number of failed packages in a row that are considered to be a bad streak Default is 10
-
getNetworkCoordinatorCountPackageSlots
int getNetworkCoordinatorCountPackageSlots()
Get networkCoordinatorCountPackageSlots. Maximum number of packages that can be in the air at a given time, also determines the dispatch queue thread count (cannot be changed on the fly) Default is 4
-
getNetworkCoordinatorDispatchPeriod
float getNetworkCoordinatorDispatchPeriod()
Get networkCoordinatorDispatchPeriod. NetworkCoordinator package queue polling period in seconds Default is 0.1
-
getNetworkCoordinatorFlushingPeriod
float getNetworkCoordinatorFlushingPeriod()
Get networkCoordinatorFlushingPeriod. NetworkCoordinator flushing period for on-hold packages in seconds Default is 5.0
-
getNetworkCoordinatorGoodStreakThreshold
int getNetworkCoordinatorGoodStreakThreshold()
Get networkCoordinatorGoodStreakThreshold. Number of successful packages in a row that are considered to be a good streak Default is 2
-
getNetworkCoordinatorStatusReportPeriod
float getNetworkCoordinatorStatusReportPeriod()
Get networkCoordinatorStatusReportPeriod. NetworkCoordinator status reporting period in seconds Default is 60.0
-
-
-
-