Uses of Class
org.apache.accumulo.core.client.sample.SamplerConfiguration
Packages that use SamplerConfiguration
Package
Description
-
Uses of SamplerConfiguration in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return SamplerConfigurationModifier and TypeMethodDescriptionClientSideIteratorScanner.getIteratorSamplerConfiguration()ScannerBase.getSamplerConfiguration()Methods in org.apache.accumulo.core.client with parameters of type SamplerConfigurationModifier and TypeMethodDescriptionvoidClientSideIteratorScanner.setIteratorSamplerConfiguration(SamplerConfiguration sc) This is provided for the case where no sampler configuration is set on the scanner, but there is a need to create iterator deep copies that have sampling enabled.voidScannerBase.setSamplerConfiguration(SamplerConfiguration samplerConfig) Setting this will cause the scanner to read sample data, as long as that sample data was generated with the given configuration. -
Uses of SamplerConfiguration in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return SamplerConfigurationModifier and TypeMethodDescriptionTableOperations.getSamplerConfiguration(String tableName) Reads the sampling configuration properties for a table.Methods in org.apache.accumulo.core.client.admin with parameters of type SamplerConfigurationModifier and TypeMethodDescriptionNewTableConfiguration.enableSampling(SamplerConfiguration samplerConfiguration) Enable building a sample data set on the new table using the given sampler configuration.voidTableOperations.setSamplerConfiguration(String tableName, SamplerConfiguration samplerConfiguration) Set or update the sampler configuration for a table. -
Uses of SamplerConfiguration in org.apache.accumulo.core.client.mapred
Methods in org.apache.accumulo.core.client.mapred with parameters of type SamplerConfigurationModifier and TypeMethodDescriptionstatic voidAccumuloFileOutputFormat.setSampler(org.apache.hadoop.mapred.JobConf job, SamplerConfiguration samplerConfig) Specify a sampler to be used when writing out data.static voidInputFormatBase.setSamplerConfiguration(org.apache.hadoop.mapred.JobConf job, SamplerConfiguration samplerConfig) Causes input format to read sample data. -
Uses of SamplerConfiguration in org.apache.accumulo.core.client.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce that return SamplerConfigurationModifier and TypeMethodDescriptionInputTableConfig.getSamplerConfiguration()RangeInputSplit.getSamplerConfiguration()Methods in org.apache.accumulo.core.client.mapreduce with parameters of type SamplerConfigurationModifier and TypeMethodDescriptionstatic voidAccumuloFileOutputFormat.setSampler(org.apache.hadoop.mapreduce.Job job, SamplerConfiguration samplerConfig) Specify a sampler to be used when writing out data.static voidInputFormatBase.setSamplerConfiguration(org.apache.hadoop.mapreduce.Job job, SamplerConfiguration samplerConfig) Causes input format to read sample data.voidInputTableConfig.setSamplerConfiguration(SamplerConfiguration samplerConfiguration) Set the sampler configuration to use when reading from the data.voidRangeInputSplit.setSamplerConfiguration(SamplerConfiguration samplerConfiguration) -
Uses of SamplerConfiguration in org.apache.accumulo.core.client.rfile
Methods in org.apache.accumulo.core.client.rfile with parameters of type SamplerConfigurationModifier and TypeMethodDescriptionRFile.WriterOptions.withSampler(SamplerConfiguration samplerConf) An option to store sample data in the generated RFile. -
Uses of SamplerConfiguration in org.apache.accumulo.core.client.sample
Methods in org.apache.accumulo.core.client.sample that return SamplerConfigurationMethods in org.apache.accumulo.core.client.sample with parameters of type SamplerConfigurationModifier and TypeMethodDescriptionvoidAbstractHashSampler.init(SamplerConfiguration config) Subclasses with options should override this method and callsuper.init(config).voidRowColumnSampler.init(SamplerConfiguration config) voidSampler.init(SamplerConfiguration config) An implementation of Sampler must have a noarg constructor.