public class UtilFeature
extends java.lang.Object
| Constructor and Description |
|---|
UtilFeature() |
| Modifier and Type | Method and Description |
|---|---|
static <TD extends TupleDesc> |
createQueue(DescribeRegionPoint<?,TD> detDesc,
int initialMax)
Creates a FastQueue and declares new instances of the descriptor using the provided
DetectDescribePoint. |
static <TD extends TupleDesc> |
createQueue(DetectDescribeMulti<?,TD> detDesc,
int initialMax)
Creates a FastQueue and declares new instances of the descriptor using the provided
DetectDescribePoint. |
static <TD extends TupleDesc> |
createQueue(DetectDescribePoint<?,TD> detDesc,
int initialMax)
Creates a FastQueue and declares new instances of the descriptor using the provided
DetectDescribePoint. |
public static <TD extends TupleDesc> org.ddogleg.struct.FastQueue<TD> createQueue(DescribeRegionPoint<?,TD> detDesc, int initialMax)
DetectDescribePoint. The queue will have declareInstance set to true, otherwise
why would you be using this function?public static <TD extends TupleDesc> org.ddogleg.struct.FastQueue<TD> createQueue(DetectDescribePoint<?,TD> detDesc, int initialMax)
DetectDescribePoint. The queue will have declareInstance set to true, otherwise
why would you be using this function?public static <TD extends TupleDesc> org.ddogleg.struct.FastQueue<TD> createQueue(DetectDescribeMulti<?,TD> detDesc, int initialMax)
DetectDescribePoint. The queue will have declareInstance set to true, otherwise
why would you be using this function?