Class IncludeCodesTypeExperimental

java.lang.Object
io.nosqlbench.engine.api.activityapi.cyclelog.filters.IncludeCodesTypeExperimental
All Implemented Interfaces:
ExperimentalResultFilterType

public class IncludeCodesTypeExperimental
extends java.lang.Object
implements ExperimentalResultFilterType
A naive implementation of set filtering on integer values. For now, given the (byte) constrained data type width, a simple array is used. When the type widens, this will need to use a native int trie or something else that is time and space efficient.