Uses of Class
org.apache.pinot.segment.local.utils.nativefst.mutablefst.MutableState
-
Packages that use MutableState Package Description org.apache.pinot.segment.local.utils.nativefst.mutablefst org.apache.pinot.segment.local.utils.nativefst.utils -
-
Uses of MutableState in org.apache.pinot.segment.local.utils.nativefst.mutablefst
Methods in org.apache.pinot.segment.local.utils.nativefst.mutablefst that return MutableState Modifier and Type Method Description MutableStateMutableArc. getNextState()Get the next stateMutableStateMutableFST. getStartState()The start state in the FST; there must be exactly oneMutableStateMutableFSTImpl. getStartState()Get the initial statesMutableStateMutableFSTImpl. newStartState()Methods in org.apache.pinot.segment.local.utils.nativefst.mutablefst that return types with arguments of type MutableState Modifier and Type Method Description Iterable<MutableState>MutableState. getIncomingStates()Methods in org.apache.pinot.segment.local.utils.nativefst.mutablefst with parameters of type MutableState Modifier and Type Method Description MutableArcMutableFSTImpl. addArc(MutableState startState, int outputSymbol, MutableState endState)voidMutableFST. setStartState(MutableState mutableState)Set the start statevoidMutableFSTImpl. setStartState(MutableState start)Set the initial stateConstructors in org.apache.pinot.segment.local.utils.nativefst.mutablefst with parameters of type MutableState Constructor Description MutableArc(int outputSymbol, MutableState nextState)Arc Constructor -
Uses of MutableState in org.apache.pinot.segment.local.utils.nativefst.utils
Fields in org.apache.pinot.segment.local.utils.nativefst.utils declared as MutableState Modifier and Type Field Description MutableStateRealTimeRegexpMatcher.Path. _nodeConstructors in org.apache.pinot.segment.local.utils.nativefst.utils with parameters of type MutableState Constructor Description Path(State state, MutableState node, MutableArc fstArc, List<Character> pathState)
-