Class ServiceExecutorBinSearch

java.lang.Object
org.aksw.jenax.arq.service.vfs.ServiceExecutorBinSearch

public class ServiceExecutorBinSearch extends Object
A cache that maps resources such as files or http URLs to information for binary search.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.jena.sparql.util.Symbol
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache
    get()
    Return the global instance (if any) in ARQ.getContex()
    static org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache
    get(org.apache.jena.sparql.util.Context cxt)
     
    static org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache
     
    static org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache
    getOrCreate(org.apache.jena.sparql.util.Context cxt)
     
    static void
    set(org.apache.jena.sparql.util.Context cxt, org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache cache)
     

    Methods inherited from class java.lang.Object

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

    • NS

      public static final String NS
      See Also:
    • binSearchCache

      public static final org.apache.jena.sparql.util.Symbol binSearchCache
  • Constructor Details

    • ServiceExecutorBinSearch

      public ServiceExecutorBinSearch()
  • Method Details

    • get

      public static org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache get()
      Return the global instance (if any) in ARQ.getContex()
    • get

      public static org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache get(org.apache.jena.sparql.util.Context cxt)
    • getDftCache

      public static org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache getDftCache()
    • getOrCreate

      public static org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache getOrCreate(org.apache.jena.sparql.util.Context cxt)
    • set

      public static void set(org.apache.jena.sparql.util.Context cxt, org.aksw.commons.io.hadoop.binseach.v2.BinSearchResourceCache cache)