Class STBlockLine

  • All Implemented Interfaces:
    Accountable

    public class STBlockLine
    extends BlockLine
    Represents a term and its details stored in the BlockTermState. It is an extension of BlockLine for the Shared Terms format. This means the line contains a term and all its fields TermStates.
    • Field Detail

      • termStates

        protected final java.util.List<FieldMetadataTermState> termStates
        List of the fields ond their TermStates for this block line. Only used for writing.
    • Method Detail

      • collectFields

        public void collectFields​(java.util.Collection<FieldMetadata> collector)
        Collects the FieldMetadata of all fields listed in this line.
        Parameters:
        collector - Receives the collected FieldMetadata.