Uses of Class
org.apache.pinot.segment.local.utils.nativefst.automaton.RunAutomaton
-
Packages that use RunAutomaton Package Description org.apache.pinot.segment.local.utils.nativefst.automaton -
-
Uses of RunAutomaton in org.apache.pinot.segment.local.utils.nativefst.automaton
Subclasses of RunAutomaton in org.apache.pinot.segment.local.utils.nativefst.automaton Modifier and Type Class Description classCharacterRunAutomatonAutomaton representation for matching char[].Methods in org.apache.pinot.segment.local.utils.nativefst.automaton that return RunAutomaton Modifier and Type Method Description static RunAutomatonRunAutomaton. load(InputStream stream)Retrieves a serializedRunAutomatonfrom a stream.static RunAutomatonRunAutomaton. load(URL url)Retrieves a serializedRunAutomatonlocated by a URL.
-