Class ResultSizeRetriever


  • public class ResultSizeRetriever
    extends java.lang.Object
    Util class to retrieve the resultsize of a queryfile and an sparql endpoint.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static int retrieveSize​(java.lang.String endpoint, java.lang.String query)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResultSizeRetriever

        public ResultSizeRetriever()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • retrieveSize

        public static int retrieveSize​(java.lang.String endpoint,
                                       java.lang.String query)