Package | Description |
---|---|
org.apache.marmotta.commons.sesame.tripletable | |
org.apache.marmotta.kiwi.persistence.registry |
Modifier and Type | Method and Description |
---|---|
static IntArray |
IntArray.createCSPOKey(org.openrdf.model.Resource subject,
org.openrdf.model.URI property,
org.openrdf.model.Value object,
org.openrdf.model.Resource context) |
static IntArray |
IntArray.createCSPOMaxKey(org.openrdf.model.Resource subject,
org.openrdf.model.URI property,
org.openrdf.model.Value object,
org.openrdf.model.Resource context) |
static IntArray |
IntArray.createSPOCKey(org.openrdf.model.Resource subject,
org.openrdf.model.URI property,
org.openrdf.model.Value object,
org.openrdf.model.Resource context) |
static IntArray |
IntArray.createSPOCMaxKey(org.openrdf.model.Resource subject,
org.openrdf.model.URI property,
org.openrdf.model.Value object,
org.openrdf.model.Resource context) |
Modifier and Type | Method and Description |
---|---|
int |
IntArray.compareTo(IntArray o) |
Modifier and Type | Method and Description |
---|---|
void |
LocalTripleRegistry.deleteKey(IntArray key)
Remove the key with the given key, e.g.
|
void |
KiWiTripleRegistry.deleteKey(IntArray key)
Remove the key with the given key, e.g.
|
void |
DBTripleRegistry.deleteKey(IntArray key) |
void |
CacheTripleRegistry.deleteKey(IntArray key)
Remove the key with the given key, e.g.
|
long |
LocalTripleRegistry.lookupKey(IntArray key)
Check if another (or the same) transaction has already registered an ID for the triple with the
given key.
|
long |
KiWiTripleRegistry.lookupKey(IntArray key)
Check if another (or the same) transaction has already registered an ID for the triple with the
given key.
|
long |
DBTripleRegistry.lookupKey(IntArray key) |
long |
CacheTripleRegistry.lookupKey(IntArray key)
Check if another (or the same) transaction has already registered an ID for the triple with the
given key.
|
void |
LocalTripleRegistry.registerKey(IntArray key,
long transactionId,
long tripleId)
Register a key/triple id pair in the triple registry for the given transaction ID.
|
void |
KiWiTripleRegistry.registerKey(IntArray key,
long transactionId,
long tripleId)
Register a key/triple id pair in the triple registry for the given transaction ID.
|
void |
DBTripleRegistry.registerKey(IntArray key,
long transactionId,
long tripleId) |
void |
CacheTripleRegistry.registerKey(IntArray key,
long transactionId,
long tripleId)
Register a key/triple id pair in the triple registry for the given transaction ID.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.