Uses of Interface
org.apache.accumulo.core.client.admin.ImportConfiguration.Builder
Packages that use ImportConfiguration.Builder
-
Uses of ImportConfiguration.Builder in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return ImportConfiguration.BuilderModifier and TypeMethodDescriptionstatic ImportConfiguration.BuilderImportConfiguration.builder()ImportConfiguration.Builder.setKeepMappings(boolean keepMappings) During the table import transaction, an intermediateConstants.IMPORT_MAPPINGS_FILEfile is created and usually removed after the import process is completed.ImportConfiguration.Builder.setKeepOffline(boolean keepOffline) The new table is normally brought online after the import process.