Uses of Class
org.apache.accumulo.core.client.sample.SamplerConfiguration
Package
Description
-
Uses of SamplerConfiguration in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionClientSideIteratorScanner.getIteratorSamplerConfiguration()
ScannerBase.getSamplerConfiguration()
Modifier 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
Modifier and TypeMethodDescriptionTableOperations.getSamplerConfiguration
(String tableName) Reads the sampling configuration properties for a table.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionInputTableConfig.getSamplerConfiguration()
RangeInputSplit.getSamplerConfiguration()
Modifier 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
Modifier 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
Modifier 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.