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 TypeMethodDescriptionvoid
ClientSideIteratorScanner.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.void
ScannerBase.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.void
TableOperations.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 void
AccumuloFileOutputFormat.setSampler
(org.apache.hadoop.mapred.JobConf job, SamplerConfiguration samplerConfig) Specify a sampler to be used when writing out data.static void
InputFormatBase.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 void
AccumuloFileOutputFormat.setSampler
(org.apache.hadoop.mapreduce.Job job, SamplerConfiguration samplerConfig) Specify a sampler to be used when writing out data.static void
InputFormatBase.setSamplerConfiguration
(org.apache.hadoop.mapreduce.Job job, SamplerConfiguration samplerConfig) Causes input format to read sample data.void
InputTableConfig.setSamplerConfiguration
(SamplerConfiguration samplerConfiguration) Set the sampler configuration to use when reading from the data.void
RangeInputSplit.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 TypeMethodDescriptionvoid
AbstractHashSampler.init
(SamplerConfiguration config) Subclasses with options should override this method and callsuper.init(config)
.void
RowColumnSampler.init
(SamplerConfiguration config) void
Sampler.init
(SamplerConfiguration config) An implementation of Sampler must have a noarg constructor.