Interface BatchIndexingJobTemplate
public interface BatchIndexingJobTemplate
ETL template to create a
BatchIndexingJob that indexes data from an
InputSource into an output destination.
This interface currently defines no methods and is used only as the root type for serialization of compaction template objects.
-
Method Summary
-
Method Details
-
getType
String getType()Unique type name of this template used for JSON serialization.
-