@Deprecated public class TreeID extends org.apache.hadoop.io.LongWritable implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_TREEID
Deprecated.
|
| Constructor and Description |
|---|
TreeID()
Deprecated.
|
TreeID(int partition,
int treeId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TreeID |
clone()
Deprecated.
|
int |
partition()
Deprecated.
Data partition (InputSplit's index) that was used to grow the tree
|
void |
set(int partition,
int treeId)
Deprecated.
|
int |
treeId()
Deprecated.
|
public static final int MAX_TREEID
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.