public static class IndexTask.IndexTuningConfig extends Object implements TuningConfig
Constructor and Description |
---|
IndexTask.IndexTuningConfig(int targetPartitionSize,
int rowFlushBoundary,
Integer numShards,
IndexSpec indexSpec) |
Modifier and Type | Method and Description |
---|---|
IndexSpec |
getIndexSpec() |
int |
getNumShards() |
int |
getRowFlushBoundary() |
int |
getTargetPartitionSize() |
public int getTargetPartitionSize()
public int getRowFlushBoundary()
public int getNumShards()
public IndexSpec getIndexSpec()
Copyright © 2011–2015. All rights reserved.