Class BinaryRDFWriter.ValueMeta

  • Enclosing class:
    BinaryRDFWriter

    private static class BinaryRDFWriter.ValueMeta
    extends java.lang.Object
    Holds the frequency of a value within the current BinaryRDFWriter.statementQueue as well as an identifier if any has been assigned.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long frequency  
      private int id  
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueMeta​(long frequency)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private boolean hasId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • frequency

        private long frequency
      • id

        private int id
    • Constructor Detail

      • ValueMeta

        public ValueMeta​(long frequency)
    • Method Detail

      • hasId

        private boolean hasId()