Class BaseStateMachine
- java.lang.Object
-
- org.apache.iotdb.db.consensus.statemachine.BaseStateMachine
-
- All Implemented Interfaces:
org.apache.iotdb.consensus.IStateMachine,org.apache.iotdb.consensus.IStateMachine.EventApi
- Direct Known Subclasses:
DataRegionStateMachine,SchemaRegionStateMachine
public abstract class BaseStateMachine extends java.lang.Object implements org.apache.iotdb.consensus.IStateMachine, org.apache.iotdb.consensus.IStateMachine.EventApi
-
-
Constructor Summary
Constructors Constructor Description BaseStateMachine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FragmentInstancegetFragmentInstance(org.apache.iotdb.consensus.common.request.IConsensusRequest request)protected PlanNodegetPlanNode(org.apache.iotdb.consensus.common.request.IConsensusRequest request)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getFragmentInstance
protected FragmentInstance getFragmentInstance(org.apache.iotdb.consensus.common.request.IConsensusRequest request)
-
getPlanNode
protected PlanNode getPlanNode(org.apache.iotdb.consensus.common.request.IConsensusRequest request)
-
-