Uses of Class
org.apache.accumulo.core.client.sample.SamplerConfiguration
-
-
Uses of SamplerConfiguration in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return SamplerConfiguration Modifier and Type Method Description SamplerConfigurationClientSideIteratorScanner. getIteratorSamplerConfiguration()SamplerConfigurationScannerBase. getSamplerConfiguration()Methods in org.apache.accumulo.core.client with parameters of type SamplerConfiguration Modifier and Type Method Description voidClientSideIteratorScanner. 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 SamplerConfiguration Modifier and Type Method Description SamplerConfigurationTableOperations. getSamplerConfiguration(String tableName)Reads the sampling configuration properties for a table.Methods in org.apache.accumulo.core.client.admin with parameters of type SamplerConfiguration Modifier and Type Method Description NewTableConfigurationNewTableConfiguration. 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.admin.compaction
Methods in org.apache.accumulo.core.client.admin.compaction with parameters of type SamplerConfiguration Modifier and Type Method Description Optional<SortedKeyValueIterator<Key,Value>>CompactionSelector.SelectionParameters. getSample(CompactableFile cf, SamplerConfiguration sc) -
Uses of SamplerConfiguration in org.apache.accumulo.core.client.mapred
Methods in org.apache.accumulo.core.client.mapred with parameters of type SamplerConfiguration Modifier and Type Method Description static voidAccumuloFileOutputFormat. setSampler(org.apache.hadoop.mapred.JobConf job, SamplerConfiguration samplerConfig)Deprecated.Specify a sampler to be used when writing out data.static voidInputFormatBase. setSamplerConfiguration(org.apache.hadoop.mapred.JobConf job, SamplerConfiguration samplerConfig)Deprecated.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 SamplerConfiguration Modifier and Type Method Description SamplerConfigurationInputTableConfig. getSamplerConfiguration()Deprecated.SamplerConfigurationRangeInputSplit. getSamplerConfiguration()Deprecated.Methods in org.apache.accumulo.core.client.mapreduce with parameters of type SamplerConfiguration Modifier and Type Method Description static voidAccumuloFileOutputFormat. setSampler(org.apache.hadoop.mapreduce.Job job, SamplerConfiguration samplerConfig)Deprecated.Specify a sampler to be used when writing out data.static voidInputFormatBase. setSamplerConfiguration(org.apache.hadoop.mapreduce.Job job, SamplerConfiguration samplerConfig)Deprecated.Causes input format to read sample data.voidInputTableConfig. setSamplerConfiguration(SamplerConfiguration samplerConfiguration)Deprecated.Set the sampler configuration to use when reading from the data.voidRangeInputSplit. setSamplerConfiguration(SamplerConfiguration samplerConfiguration)Deprecated. -
Uses of SamplerConfiguration in org.apache.accumulo.core.client.rfile
Methods in org.apache.accumulo.core.client.rfile with parameters of type SamplerConfiguration Modifier and Type Method Description RFile.WriterOptionsRFile.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 SamplerConfiguration Modifier and Type Method Description SamplerConfigurationSamplerConfiguration. addOption(String option, String value)SamplerConfigurationSamplerConfiguration. setOptions(Map<String,String> options)Methods in org.apache.accumulo.core.client.sample with parameters of type SamplerConfiguration Modifier and Type Method Description voidAbstractHashSampler. 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. -
Uses of SamplerConfiguration in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return SamplerConfiguration Modifier and Type Method Description SamplerConfigurationScannerOptions. getSamplerConfiguration()SamplerConfigurationTableOperationsImpl. getSamplerConfiguration(String tableName)Methods in org.apache.accumulo.core.clientImpl with parameters of type SamplerConfiguration Modifier and Type Method Description voidScannerOptions. setSamplerConfiguration(SamplerConfiguration samplerConfig)voidTableOperationsImpl. setSamplerConfiguration(String tableName, SamplerConfiguration samplerConfiguration)Constructors in org.apache.accumulo.core.clientImpl with parameters of type SamplerConfiguration Constructor Description ScanState(ClientContext context, TableId tableId, Authorizations authorizations, Range range, SortedSet<Column> fetchedColumns, int size, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, boolean isolated, long readaheadThreshold, SamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints) -
Uses of SamplerConfiguration in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib with parameters of type SamplerConfiguration Modifier and Type Method Description static voidFileOutputConfigurator. setSampler(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, SamplerConfiguration samplerConfig)static voidInputConfigurator. setSamplerConfiguration(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, SamplerConfiguration samplerConfig) -
Uses of SamplerConfiguration in org.apache.accumulo.core.iterators
Methods in org.apache.accumulo.core.iterators that return SamplerConfiguration Modifier and Type Method Description default SamplerConfigurationIteratorEnvironment. getSamplerConfiguration() -
Uses of SamplerConfiguration in org.apache.accumulo.core.sample.impl
Methods in org.apache.accumulo.core.sample.impl that return SamplerConfiguration Modifier and Type Method Description static SamplerConfigurationSamplerConfigurationImpl. fromThrift(TSamplerConfiguration tsc)SamplerConfigurationSamplerConfigurationImpl. toSamplerConfiguration()Methods in org.apache.accumulo.core.sample.impl with parameters of type SamplerConfiguration Modifier and Type Method Description static TSamplerConfigurationSamplerConfigurationImpl. toThrift(SamplerConfiguration samplerConfig)Constructors in org.apache.accumulo.core.sample.impl with parameters of type SamplerConfiguration Constructor Description SamplerConfigurationImpl(SamplerConfiguration sc)
-