Class BatchDataSegmentAnnouncerConfig
- java.lang.Object
-
- org.apache.druid.server.initialization.BatchDataSegmentAnnouncerConfig
-
public class BatchDataSegmentAnnouncerConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description BatchDataSegmentAnnouncerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetMaxBytesPerNode()intgetSegmentsPerNode()booleanisSkipDimensionsAndMetrics()booleanisSkipLoadSpec()booleanisSkipSegmentAnnouncementOnZk()
-
-
-
Method Detail
-
getSegmentsPerNode
public int getSegmentsPerNode()
-
getMaxBytesPerNode
public long getMaxBytesPerNode()
-
isSkipLoadSpec
public boolean isSkipLoadSpec()
-
isSkipDimensionsAndMetrics
public boolean isSkipDimensionsAndMetrics()
-
isSkipSegmentAnnouncementOnZk
public boolean isSkipSegmentAnnouncementOnZk()
-
-