Uses of Interface
org.apache.accumulo.core.client.admin.TableOperations.ImportOptions
-
Packages that use TableOperations.ImportOptions Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl.bulk -
-
Uses of TableOperations.ImportOptions in org.apache.accumulo.core.client.admin
Subinterfaces of TableOperations.ImportOptions in org.apache.accumulo.core.client.admin Modifier and Type Interface Description static interfaceTableOperations.ImportMappingOptionsOptions giving control of how the bulk import file mapping is done.Methods in org.apache.accumulo.core.client.admin that return TableOperations.ImportOptions Modifier and Type Method Description TableOperations.ImportOptionsTableOperations.ImportMappingOptions. executor(Executor service)Files are examined to determine where to load them.TableOperations.ImportOptionsTableOperations.ImportMappingOptions. plan(LoadPlan service)Load files in the directory to the row ranges specified in the plan.TableOperations.ImportOptionsTableOperations.ImportMappingOptions. threads(int numThreads)Files are examined to determine where to load them. -
Uses of TableOperations.ImportOptions in org.apache.accumulo.core.clientImpl.bulk
Classes in org.apache.accumulo.core.clientImpl.bulk that implement TableOperations.ImportOptions Modifier and Type Class Description classBulkImport
-