Package org.aksw.conjure.datasource
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 -
Constructor Summary
ConstructorsConstructorDescriptionDatasetGraphWrapperWithSize(org.apache.jena.sparql.core.DatasetGraph dsg, Path path, PathMatcher fileMatcher) Deprecated. -
Method Summary
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, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.jena.sparql.core.DatasetGraph
addAll, stream, streamMethods inherited from interface org.apache.jena.sparql.core.Transactional
calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite
-
Field Details
-
path
Deprecated. -
fileMatcher
Deprecated.
-
-
Constructor Details
-
DatasetGraphWrapperWithSize
public DatasetGraphWrapperWithSize(org.apache.jena.sparql.core.DatasetGraph dsg, Path path, PathMatcher fileMatcher) Deprecated.
-
-
Method Details
-
getByteSize
public long getByteSize()Deprecated.- Specified by:
getByteSizein interfaceHasByteSize
-