|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TupleSampler.SamplingOptions | |
---|---|
com.splout.db.hadoop | This package contains all the classes that implement business logic for helping building Splout datastores using Hadoop with Pangool (http://pangool.net). |
Uses of TupleSampler.SamplingOptions in com.splout.db.hadoop |
---|
Subclasses of TupleSampler.SamplingOptions in com.splout.db.hadoop | |
---|---|
static class |
TupleSampler.DefaultSamplingOptions
|
Methods in com.splout.db.hadoop with parameters of type TupleSampler.SamplingOptions | |
---|---|
void |
TablespaceGenerator.generateView(org.apache.hadoop.conf.Configuration conf,
TupleSampler.SamplingType samplingType,
TupleSampler.SamplingOptions samplingOptions)
This is the public method which has to be called when using this class as an API. |
protected PartitionMap |
TablespaceGenerator.sample(int nPartitions,
org.apache.hadoop.conf.Configuration conf,
TupleSampler.SamplingType samplingType,
TupleSampler.SamplingOptions samplingOptions)
Samples the input, if needed. |
Constructors in com.splout.db.hadoop with parameters of type TupleSampler.SamplingOptions | |
---|---|
TupleSampler(TupleSampler.SamplingType samplingType,
TupleSampler.SamplingOptions options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |