Class H2Migrator
- Object
-
- H2Migrator
-
public class H2Migrator extends Object
Converts NetCDF slice H2 indexes towards a centralized database approach
-
-
Field Summary
Fields Modifier and Type Field Description static String
NETCDF_DATASTORE_PROPERTIES
-
Constructor Summary
Constructors Constructor Description H2Migrator(H2MigrateConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getFilesFromReader(LinkedHashSet<String> filePaths)
void
migrate()
-
-
-
Field Detail
-
NETCDF_DATASTORE_PROPERTIES
public static final String NETCDF_DATASTORE_PROPERTIES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
H2Migrator
public H2Migrator(H2MigrateConfiguration configuration)
-
-
Method Detail
-
getFilesFromReader
public String[] getFilesFromReader(LinkedHashSet<String> filePaths) throws IOException
- Throws:
IOException
-
-