Package 

Interface GraphManager

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public interface GraphManager.Listener
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasContentForSite(Site site) Checks if graph content is available for a site.
      • Methods inherited from class com.pointrlabs.core.management.interfaces.Advertiser

        addListener, removeListener
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • hasContentForSite

         abstract boolean hasContentForSite(Site site)

        Checks if graph content is available for a site. First checks cache, then checks storage (also loads graph into cache, if exists).