Class DatasetGraphWrapperWithSize

java.lang.Object
org.apache.jena.sparql.core.DatasetGraphWrapper
org.aksw.conjure.datasource.DatasetGraphWrapperWithSize
All Implemented Interfaces:
HasByteSize, org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sync, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.core.Transactional

@Deprecated public class DatasetGraphWrapperWithSize extends org.apache.jena.sparql.core.DatasetGraphWrapper implements HasByteSize
Deprecated.
Will be superseded by roughly RDFEngine.getAttributes().get(RDFDatabase.class).getFileSet().byteSize()
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional

    org.apache.jena.sparql.core.Transactional.Promote
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected PathMatcher
    Deprecated.
     
    protected Path
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DatasetGraphWrapperWithSize(org.apache.jena.sparql.core.DatasetGraph dsg, Path path, PathMatcher fileMatcher)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Deprecated.
     

    Methods inherited from class org.apache.jena.sparql.core.DatasetGraphWrapper

    abort, add, add, addGraph, begin, begin, begin, clear, close, commit, contains, contains, containsGraph, delete, delete, deleteAny, end, find, find, find, findNG, get, getBase, getBaseForQuery, getContext, getCxt, getDefaultGraph, getG, getGraph, getLock, getR, getT, getUnionGraph, getW, getWrapped, isEmpty, isInTransaction, listGraphNodes, prefixes, promote, promote, removeGraph, size, supportsTransactionAbort, supportsTransactions, sync, toString, transactionMode, transactionType, unwrap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.jena.sparql.core.DatasetGraph

    addAll, stream, stream

    Methods inherited from interface org.apache.jena.sparql.core.Transactional

    calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite
  • Field Details

    • path

      protected Path path
      Deprecated.
    • fileMatcher

      protected PathMatcher fileMatcher
      Deprecated.
  • Constructor Details

    • DatasetGraphWrapperWithSize

      public DatasetGraphWrapperWithSize(org.apache.jena.sparql.core.DatasetGraph dsg, Path path, PathMatcher fileMatcher)
      Deprecated.
  • Method Details