Interface TableOperations.ImportOptions
-
- All Known Subinterfaces:
TableOperations.ImportMappingOptions
- All Known Implementing Classes:
BulkImport
- Enclosing interface:
- TableOperations
public static interface TableOperations.ImportOptions- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload()Loads the files into the table.TableOperations.ImportMappingOptionstableTime(boolean value)Use table's next timestamp to override all timestamps in imported files.
-
-
-
Method Detail
-
tableTime
TableOperations.ImportMappingOptions tableTime(boolean value)
Use table's next timestamp to override all timestamps in imported files. The type of timestamp used depends on how the table was created.- Parameters:
value- override the time values in the input files, and use the current time for all mutations- See Also:
NewTableConfiguration.setTimeType(TimeType)
-
load
void load() throws TableNotFoundException, IOException, AccumuloException, AccumuloSecurityException
Loads the files into the table.
-
-