Interface DataPodManager


public interface DataPodManager
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return how many more datapods can be allocated before this resource is exhausted
    Get access to the (typically immutable) pod of the data manager's metadata.
    Allocate an anonymous datapod For a quad-based triple store, this would simply allocate a new named graph (with some internal name) and wrap it as a DataPodSparqlEndpoint
  • Method Details

    • newPod

      DataPod newPod()
      Allocate an anonymous datapod For a quad-based triple store, this would simply allocate a new named graph (with some internal name) and wrap it as a DataPodSparqlEndpoint
      Returns:
    • newMetadataPod

      DataPod newMetadataPod()
      Get access to the (typically immutable) pod of the data manager's metadata. For example, for a quad store, this would be a virtual RDF graph of the set of named graphs
      Returns:
    • getRemainingCapacity

      int getRemainingCapacity()
      Return how many more datapods can be allocated before this resource is exhausted
      Returns: