Uses of Interface
org.apache.iotdb.db.wal.node.IWALNode
-
Packages that use IWALNode Package Description org.apache.iotdb.db.engine.storagegroup org.apache.iotdb.db.wal org.apache.iotdb.db.wal.allocation org.apache.iotdb.db.wal.node -
-
Uses of IWALNode in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup that return IWALNode Modifier and Type Method Description IWALNodeDataRegion. getWALNode()This method could only be used in multi-leader consensus -
Uses of IWALNode in org.apache.iotdb.db.wal
Methods in org.apache.iotdb.db.wal that return IWALNode Modifier and Type Method Description IWALNodeWALManager. applyForWALNode(java.lang.String applicantUniqueId)Apply for a wal node -
Uses of IWALNode in org.apache.iotdb.db.wal.allocation
Methods in org.apache.iotdb.db.wal.allocation that return IWALNode Modifier and Type Method Description IWALNodeFirstCreateStrategy. applyForWALNode(java.lang.String applicantUniqueId)IWALNodeNodeAllocationStrategy. applyForWALNode(java.lang.String applicantUniqueId)Allocate one wal node for the applicantIWALNodeRoundRobinStrategy. applyForWALNode(java.lang.String applicantUniqueId)protected IWALNodeAbstractNodeAllocationStrategy. createWALNode(java.lang.String identifier)protected IWALNodeAbstractNodeAllocationStrategy. createWALNode(java.lang.String identifier, java.lang.String folder)protected IWALNodeAbstractNodeAllocationStrategy. createWALNode(java.lang.String identifier, java.lang.String folder, long startFileVersion, long startSearchIndex) -
Uses of IWALNode in org.apache.iotdb.db.wal.node
Classes in org.apache.iotdb.db.wal.node that implement IWALNode Modifier and Type Class Description classWALFakeNodeThis class provides fake wal node when wal is disabled or exception happens.classWALNodeThis class encapsulatesIWALBufferandCheckpointManager.
-