Interface UnstructuredAggregate

All Superinterfaces:
Aggregate, Resource
All Known Implementing Classes:
Store, WritableStore

public interface UnstructuredAggregate extends Aggregate
A data store which may provide a more structured view of its components. This is an experimental interface that may change in any future version. Structure is inferred by CoverageAggregator.
Since:
1.3
Version:
1.3
  • Method Details

    • getStructuredView

      Resource getStructuredView() throws DataStoreException
      Returns a more structured (if possible) view of this resource.
      Returns:
      structured view. May be this if this method cannot do better than current resource.
      Throws:
      DataStoreException - if an error occurred during the attempt to create a structured view.