Uses of Class
org.apache.pinot.segment.local.utils.nativefst.mutablefst.MutableArc
-
Packages that use MutableArc Package Description org.apache.pinot.segment.local.utils.nativefst.mutablefst org.apache.pinot.segment.local.utils.nativefst.utils -
-
Uses of MutableArc in org.apache.pinot.segment.local.utils.nativefst.mutablefst
Methods in org.apache.pinot.segment.local.utils.nativefst.mutablefst that return MutableArc Modifier and Type Method Description MutableArcMutableFSTImpl. addArc(MutableState startState, int outputSymbol, MutableState endState)MutableArcMutableState. getArc(int index)Get an arc based on it's index the arcs ArrayListMethods in org.apache.pinot.segment.local.utils.nativefst.mutablefst that return types with arguments of type MutableArc Modifier and Type Method Description List<MutableArc>MutableState. getArcs() -
Uses of MutableArc in org.apache.pinot.segment.local.utils.nativefst.utils
Fields in org.apache.pinot.segment.local.utils.nativefst.utils declared as MutableArc Modifier and Type Field Description MutableArcRealTimeRegexpMatcher.Path. _fstArcConstructors in org.apache.pinot.segment.local.utils.nativefst.utils with parameters of type MutableArc Constructor Description Path(State state, MutableState node, MutableArc fstArc, List<Character> pathState)
-