public interface IFilter extends SharedCloseable
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() |
IFilter |
sharedCopy() |
void add(java.nio.ByteBuffer key)
boolean isPresent(java.nio.ByteBuffer key)
void clear()
long serializedSize()
void close()
close
in interface java.lang.AutoCloseable
IFilter sharedCopy()
sharedCopy
in interface SharedCloseable
long offHeapSize()
Copyright © 2020 The Apache Software Foundation