Package 

Class DataManagerConfiguration

    • Constructor Detail

    • 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