Package com.illumon.iris.importers
Class NullImporter
java.lang.Object
com.illumon.iris.importers.NullImporter
public class NullImporter extends Object
An importer that always fails.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NullImporter.NoOperationImporter
-
Constructor Summary
Constructors Constructor Description NullImporter()
-
Method Summary
Modifier and Type Method Description static long
getImportDetailNumber(Table t, String propertyName)
static void
main(String[] args)
static String
mapPropertyName(String namespace, String tableName, String propertyName)
static void
writeNullImportDetails(LocalTablePathManager locationManager, String namespace, String tableName, String date)
static void
writeSimpleImportDetails(LocalTablePathManager locationManager, String namespace, String tableName, String date, String requests)
-
Constructor Details
-
NullImporter
public NullImporter()
-
-
Method Details
-
mapPropertyName
-
getImportDetailNumber
-
writeSimpleImportDetails
public static void writeSimpleImportDetails(LocalTablePathManager locationManager, String namespace, String tableName, String date, String requests) -
writeNullImportDetails
public static void writeNullImportDetails(LocalTablePathManager locationManager, String namespace, String tableName, String date) -
main
-