public class BINDeltaBloomFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BINDeltaBloomFilter.HashContext |
| Constructor and Description |
|---|
BINDeltaBloomFilter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(byte[] bf,
byte[] key,
BINDeltaBloomFilter.HashContext hc) |
static void |
dumpLog(byte[] bf,
StringBuilder sb,
boolean verbose) |
static int |
getByteSize(int numKeys) |
static int |
getLogSize(byte[] bf) |
static int |
getLogSize(int numKeys) |
static byte[] |
readFromLog(ByteBuffer buffer,
int entryVersion) |
static String |
toString(byte[] bf) |
static void |
writeToLog(byte[] bf,
ByteBuffer buffer) |
public static void add(byte[] bf,
byte[] key,
BINDeltaBloomFilter.HashContext hc)
public static int getByteSize(int numKeys)
public static int getLogSize(int numKeys)
public static int getLogSize(byte[] bf)
public static void writeToLog(byte[] bf,
ByteBuffer buffer)
public static byte[] readFromLog(ByteBuffer buffer, int entryVersion)
public static void dumpLog(byte[] bf,
StringBuilder sb,
boolean verbose)
public static String toString(byte[] bf)
Copyright © 2024. All rights reserved.