Class SegmentNodeBuilder

  • All Implemented Interfaces:
    NodeBuilder

    public class SegmentNodeBuilder
    extends MemoryNodeBuilder
    A node builder that keeps track of the number of updates (set property calls and so on). If there are too many updates, getNodeState() is called, which will write the records to the segment, and that might persist the changes (if the segment is flushed).