public class DatasetGraphSDB extends DatasetGraphTriplesQuads implements DatasetGraph, org.apache.jena.atlas.lib.Closeable
Transactional.Promote| Constructor and Description |
|---|
DatasetGraphSDB(Store store,
Context context) |
DatasetGraphSDB(Store store,
GraphSDB graph,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
begin() |
void |
begin(ReadWrite mode) |
void |
begin(TxnType txnType) |
void |
close() |
void |
commit() |
boolean |
containsGraph(Node graphNode) |
void |
end() |
Graph |
getDefaultGraph() |
Graph |
getGraph(Node graphNode) |
Store |
getStore() |
boolean |
isInTransaction() |
Iterator<Node> |
listGraphNodes() |
boolean |
promote(Transactional.Promote txnType) |
boolean |
supportsTransactionAbort() |
boolean |
supportsTransactions() |
ReadWrite |
transactionMode() |
TxnType |
transactionType() |
add, add, addGraph, delete, delete, removeGraph, setDefaultGraphfind, findInUnionGraph, findNG, findQuadsInUnionGraphclear, contains, contains, deleteAny, deleteAny, find, find, getContext, getLock, getUnionGraph, isEmpty, size, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, add, addGraph, clear, contains, contains, delete, delete, deleteAny, find, find, find, findNG, getContext, getLock, getUnionGraph, isEmpty, removeGraph, setDefaultGraph, sizepromotepublic Store getStore()
public Iterator<Node> listGraphNodes()
listGraphNodes in interface DatasetGraphpublic boolean containsGraph(Node graphNode)
containsGraph in interface DatasetGraphcontainsGraph in class DatasetGraphBasepublic Graph getDefaultGraph()
getDefaultGraph in interface DatasetGraphgetDefaultGraph in class DatasetGraphBasepublic Graph getGraph(Node graphNode)
getGraph in interface DatasetGraphgetGraph in class DatasetGraphBasepublic void close()
close in interface org.apache.jena.atlas.lib.Closeableclose in interface DatasetGraphclose in class DatasetGraphBasepublic void begin()
begin in interface Transactionalpublic void begin(TxnType txnType)
begin in interface Transactionalpublic void begin(ReadWrite mode)
begin in interface Transactionalpublic boolean promote(Transactional.Promote txnType)
promote in interface Transactionalpublic void commit()
commit in interface Transactionalpublic void abort()
abort in interface Transactionalpublic boolean isInTransaction()
isInTransaction in interface Transactionalpublic void end()
end in interface Transactionalpublic ReadWrite transactionMode()
transactionMode in interface Transactionalpublic TxnType transactionType()
transactionType in interface Transactionalpublic boolean supportsTransactions()
supportsTransactions in interface DatasetGraphpublic boolean supportsTransactionAbort()
supportsTransactionAbort in interface DatasetGraphLicenced under the Apache License, Version 2.0