public interface DataFilter extends FindexNativeWrapper.DataFilterCallback
| Modifier and Type | Method and Description |
|---|---|
default int |
callback(com.sun.jna.Pointer output,
com.sun.jna.ptr.IntByReference outputSize,
com.sun.jna.Pointer items,
int itemsLength) |
default List<Location> |
filter(List<Location> locations)
Filter the given locations.
|
default List<Location> filter(List<Location> locations) throws CloudproofException
This operation is used during compact operations to detect obsolete indexed values.
locations - a List of LocationList of Location to keep in the index.CloudproofException - if anything goes wrongdefault int callback(com.sun.jna.Pointer output,
com.sun.jna.ptr.IntByReference outputSize,
com.sun.jna.Pointer items,
int itemsLength)
callback in interface FindexNativeWrapper.DataFilterCallbackCopyright © 2023. All rights reserved.