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.AutoCloseableIFilter sharedCopy()
sharedCopy in interface SharedCloseablelong offHeapSize()
Copyright © 2015 The Apache Software Foundation