All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
RdfDataPod, RdfDataPodHdt
All Known Implementing Classes:
RdfDataPodBase, RdfDataPodHdtImpl

public interface DataPod extends AutoCloseable
A DataPod represents a specific digital copy of a dataset and acts as the provider for means of access to it. Technically, a DataPod is a possibly mutable logical view over a (sub set of a) database system
Author:
raven
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the content of the data object can be modified

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • isMutable

      boolean isMutable()
      Whether the content of the data object can be modified