Class BinaryRDFWriter.ValueMeta

java.lang.Object
org.eclipse.rdf4j.rio.binary.BinaryRDFWriter.ValueMeta
Enclosing class:
BinaryRDFWriter

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

    • frequency

      private long frequency
    • id

      private int id
  • Constructor Details

    • ValueMeta

      public ValueMeta(long frequency)
  • Method Details

    • hasId

      private boolean hasId()