Interface SegmentSynchronizationTask

    • Method Detail

      • initializeSegment

        void initializeSegment​(String segmentName)
        initializes the segment
        Parameters:
        segmentName -
      • getFetcher

        SegmentFetcher getFetcher​(String segmentName)
        returns segmentFecther
        Parameters:
        segmentName -
        Returns:
      • start

        void start()
        starts the fetching
        Specified by:
        start in interface SyncTask
      • stop

        void stop()
        stops the thread
        Specified by:
        stop in interface SyncTask
      • fetchAll

        void fetchAll​(boolean addCacheHeader)
        fetch every Segment
        Parameters:
        addCacheHeader -
      • fetchAllSynchronous

        boolean fetchAllSynchronous()
        fetch every Segment Synchronous
      • close

        void close()
        Specified by:
        close in interface SyncTask