Interface SegmentCreator

    • Method Detail

      • setSegmentName

        void setSegmentName​(String segmentName)
        Sets the name of the segment.
        Parameters:
        segmentName - The name of the segment
      • seal

        void seal()
           throws org.apache.commons.configuration.ConfigurationException,
                  IOException
        Seals the segment, flushing it to disk.
        Throws:
        org.apache.commons.configuration.ConfigurationException
        IOException