public interface SegmentSynchronizationTask extends Runnable
| Modifier and Type | Method and Description |
|---|---|
void |
fetchAll(boolean addCacheHeader)
fetch every Segment
|
boolean |
fetchAllSynchronous()
fetch every Segment Synchronous
|
SegmentFetcher |
getFetcher(String segmentName)
returns segmentFecther
|
void |
initializeSegment(String segmentName)
initializes the segment
|
void |
startPeriodicFetching()
starts the fetching
|
void |
stop()
stops the thread
|
void initializeSegment(String segmentName)
segmentName - SegmentFetcher getFetcher(String segmentName)
segmentName - void startPeriodicFetching()
void stop()
void fetchAll(boolean addCacheHeader)
addCacheHeader - boolean fetchAllSynchronous()
Copyright © 2021. All rights reserved.