Uses of Interface
org.apache.accumulo.core.clientImpl.bulk.BulkSerialize.Input
-
Packages that use BulkSerialize.Input Package Description org.apache.accumulo.core.clientImpl.bulk -
-
Uses of BulkSerialize.Input in org.apache.accumulo.core.clientImpl.bulk
Methods in org.apache.accumulo.core.clientImpl.bulk with parameters of type BulkSerialize.Input Modifier and Type Method Description static LoadMappingIterator
BulkSerialize. getUpdatedLoadMapping(String bulkDir, TableId tableId, BulkSerialize.Input input)
Read in both maps and change all the file names in the mapping to the new names.static LoadMappingIterator
BulkSerialize. readLoadMapping(String bulkDir, TableId tableId, BulkSerialize.Input input)
Read Json array of Bulk.Mapping into LoadMappingIteratorstatic Map<String,String>
BulkSerialize. readRenameMap(String bulkDir, BulkSerialize.Input input)
Reads the serialized rename file.
-