public class ReorgOperator extends Operator implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| IndexFunction | fn | 
sparseSafe| Constructor and Description | 
|---|
| ReorgOperator(IndexFunction p) | 
| ReorgOperator(IndexFunction p,
             int numThreads) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getNumThreads() | 
| ReorgOperator | setFn(IndexFunction fn) | 
public final IndexFunction fn
public ReorgOperator(IndexFunction p)
public ReorgOperator(IndexFunction p, int numThreads)
public int getNumThreads()
public ReorgOperator setFn(IndexFunction fn)
Copyright © 2020 The Apache Software Foundation. All rights reserved.