public interface IFilter
extends java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
add(java.nio.ByteBuffer key) |
void |
clear() |
void |
close() |
boolean |
isPresent(java.nio.ByteBuffer key) |
long |
offHeapSize()
Returns the amount of memory in bytes used off heap.
|
long |
serializedSize() |
void add(java.nio.ByteBuffer key)
boolean isPresent(java.nio.ByteBuffer key)
void clear()
long serializedSize()
long offHeapSize()
void close()
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
Copyright © 2015 The Apache Software Foundation