Uses of Class
org.apache.accumulo.core.sample.impl.SamplerConfigurationImpl
-
-
Uses of SamplerConfigurationImpl in org.apache.accumulo.core.file
Methods in org.apache.accumulo.core.file with parameters of type SamplerConfigurationImpl Modifier and Type Method Description FileSKVIteratorBloomFilterLayer.Reader. getSample(SamplerConfigurationImpl sampleConfig)FileSKVIteratorFileSKVIterator. getSample(SamplerConfigurationImpl sampleConfig) -
Uses of SamplerConfigurationImpl in org.apache.accumulo.core.file.map
Methods in org.apache.accumulo.core.file.map with parameters of type SamplerConfigurationImpl Modifier and Type Method Description FileSKVIteratorMapFileOperations.RangeIterator. getSample(SamplerConfigurationImpl sampleConfig) -
Uses of SamplerConfigurationImpl in org.apache.accumulo.core.file.rfile
Methods in org.apache.accumulo.core.file.rfile with parameters of type SamplerConfigurationImpl Modifier and Type Method Description FileSKVIteratorRFile.Reader. getSample(SamplerConfigurationImpl sampleConfig)Constructors in org.apache.accumulo.core.file.rfile with parameters of type SamplerConfigurationImpl Constructor Description Writer(BCFile.Writer bfw, int blockSize, int indexBlockSize, SamplerConfigurationImpl samplerConfig, Sampler sampler) -
Uses of SamplerConfigurationImpl in org.apache.accumulo.core.iteratorsImpl.system
Methods in org.apache.accumulo.core.iteratorsImpl.system with parameters of type SamplerConfigurationImpl Modifier and Type Method Description FileSKVIteratorMapFileIterator. getSample(SamplerConfigurationImpl sampleConfig)FileSKVIteratorSequenceFileIterator. getSample(SamplerConfigurationImpl sampleConfig) -
Uses of SamplerConfigurationImpl in org.apache.accumulo.core.sample.impl
Methods in org.apache.accumulo.core.sample.impl that return SamplerConfigurationImpl Modifier and Type Method Description static SamplerConfigurationImplSamplerConfigurationImpl. newSamplerConfig(AccumuloConfiguration acuconf)Methods in org.apache.accumulo.core.sample.impl with parameters of type SamplerConfigurationImpl Modifier and Type Method Description static SamplerSamplerFactory. newSampler(SamplerConfigurationImpl config, AccumuloConfiguration acuconf)static SamplerSamplerFactory. newSampler(SamplerConfigurationImpl config, AccumuloConfiguration acuconf, boolean useAccumuloStart)
-