public abstract class VectorMapJoinFastHashTable extends Object implements VectorMapJoinHashTable
Modifier and Type | Field and Description |
---|---|
protected int |
keysAssigned |
protected int |
largestNumberOfSteps |
protected float |
loadFactor |
static org.apache.commons.logging.Log |
LOG |
protected int |
logicalHashBucketCount |
protected int |
logicalHashBucketMask |
protected int |
metricExpands |
protected int |
metricPutConflict |
protected int |
resizeThreshold |
protected int |
writeBuffersSize |
Constructor and Description |
---|
VectorMapJoinFastHashTable(int initialCapacity,
float loadFactor,
int writeBuffersSize) |
public static final org.apache.commons.logging.Log LOG
protected int logicalHashBucketCount
protected int logicalHashBucketMask
protected float loadFactor
protected int writeBuffersSize
protected int metricPutConflict
protected int largestNumberOfSteps
protected int keysAssigned
protected int resizeThreshold
protected int metricExpands
Copyright © 2017 The Apache Software Foundation. All rights reserved.