Class BatchIngestionConfig

    • Constructor Detail

      • BatchIngestionConfig

        public BatchIngestionConfig​(@Nullable
                                    List<Map<String,​String>> batchConfigMaps,
                                    String segmentIngestionType,
                                    String segmentIngestionFrequency,
                                    boolean consistentDataPush)
      • BatchIngestionConfig

        public BatchIngestionConfig​(@Nullable
                                    List<Map<String,​String>> batchConfigMaps,
                                    String segmentIngestionType,
                                    String segmentIngestionFrequency)
    • Method Detail

      • getSegmentIngestionType

        public String getSegmentIngestionType()
      • getSegmentIngestionFrequency

        public String getSegmentIngestionFrequency()
      • getConsistentDataPush

        public boolean getConsistentDataPush()
      • setBatchConfigMaps

        public void setBatchConfigMaps​(List<Map<String,​String>> batchConfigMaps)
      • setSegmentIngestionType

        public void setSegmentIngestionType​(String segmentIngestionType)
      • setSegmentIngestionFrequency

        public void setSegmentIngestionFrequency​(String segmentIngestionFrequency)
      • setConsistentDataPush

        public void setConsistentDataPush​(boolean consistentDataPush)