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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.nosqlbench.engine.api.activityapi.cyclelog.filters.ExperimentalResultFilterType
ExperimentalResultFilterType.StaticDispenser -
Field Summary
Fields inherited from interface io.nosqlbench.engine.api.activityapi.cyclelog.filters.ExperimentalResultFilterType
FINDER -
Constructor Summary
Constructors Constructor Description IncludeCodesTypeExperimental() -
Method Summary
Modifier and Type Method Description java.util.function.IntPredicategetIntPredicate(SimpleConfig conf)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.nosqlbench.engine.api.activityapi.cyclelog.filters.ExperimentalResultFilterType
getFilterDispenser, getFilterDispenser
-
Constructor Details
-
IncludeCodesTypeExperimental
public IncludeCodesTypeExperimental()
-
-
Method Details
-
getIntPredicate
- Specified by:
getIntPredicatein interfaceExperimentalResultFilterType
-