public class PreparedDictionaryGenerator extends Object
| Modifier and Type | Method and Description |
|---|---|
static PreparedDictionary |
generate(ByteBuffer src) |
static PreparedDictionary |
generate(ByteBuffer src,
int bucketBits,
int slotBits,
int hashBits,
int blockBits) |
public static PreparedDictionary generate(ByteBuffer src)
public static PreparedDictionary generate(ByteBuffer src, int bucketBits, int slotBits, int hashBits, int blockBits)
Copyright © 2024. All rights reserved.