Package org.pentaho.di.core.hash
Class LongHashIndex
java.lang.Object
org.pentaho.di.core.hash.LongHashIndex
-
Constructor Summary
ConstructorDescriptionCreate a new long/long hash indexLongHashIndex
(int size) Create a new long/long hash index -
Method Summary
-
Constructor Details
-
LongHashIndex
public LongHashIndex(int size) Create a new long/long hash index- Parameters:
size
- the initial size of the hash index
-
LongHashIndex
public LongHashIndex()Create a new long/long hash index
-
-
Method Details
-
getSize
public int getSize() -
isEmpty
public boolean isEmpty() -
get
- Throws:
KettleValueException
-
put
- Throws:
KettleValueException
-
generateHashCode
- Throws:
KettleValueException
-
indexFor
public static int indexFor(int hash, int length)
-