public class SegmentLoaderConfig extends Object
Constructor and Description |
---|
SegmentLoaderConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getAnnounceIntervalMillis() |
int |
getDropSegmentDelayMillis() |
File |
getInfoDir() |
List<StorageLocationConfig> |
getLocations() |
int |
getNumBootstrapThreads() |
int |
getNumLoadingThreads() |
boolean |
isDeleteOnRemove() |
String |
toString() |
SegmentLoaderConfig |
withLocations(List<StorageLocationConfig> locations) |
public List<StorageLocationConfig> getLocations()
public boolean isDeleteOnRemove()
public int getDropSegmentDelayMillis()
public int getAnnounceIntervalMillis()
public int getNumLoadingThreads()
public int getNumBootstrapThreads()
public File getInfoDir()
public SegmentLoaderConfig withLocations(List<StorageLocationConfig> locations)
Copyright © 2011–2015. All rights reserved.