public class CloseableGraphStore extends com.hp.hpl.jena.sparql.modify.GraphStoreWrapper implements AutoCloseable
AutoCloseable semantic to Jena's GraphStore for convenient use with Java 7's
try-with-resources syntax.| Constructor and Description |
|---|
CloseableGraphStore(com.hp.hpl.jena.update.GraphStore graphStore)
Default constructor.
|
finishRequest, startRequest, toDatasetadd, add, addGraph, clear, close, contains, contains, containsGraph, delete, delete, deleteAny, find, find, find, findNG, get, getContext, getDefaultGraph, getGraph, getLock, getWrapped, isEmpty, listGraphNodes, removeGraph, setDefaultGraph, size, sync, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcloseadd, add, addGraph, clear, close, contains, contains, containsGraph, delete, delete, deleteAny, find, find, find, findNG, getContext, getDefaultGraph, getGraph, getLock, isEmpty, listGraphNodes, removeGraph, setDefaultGraph, sizepublic CloseableGraphStore(com.hp.hpl.jena.update.GraphStore graphStore)
graphStore - GraphStore to wrapCopyright © 2013-2016 DuraSpace, Inc.. All Rights Reserved.