Interface DataPodManager
public interface DataPodManager
-
Method Summary
Modifier and TypeMethodDescriptionintReturn how many more datapods can be allocated before this resource is exhaustedGet access to the (typically immutable) pod of the data manager's metadata.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
-
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:
-