Package | Description |
---|---|
org.eclipse.rdf4j.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
|
org.eclipse.rdf4j.sail.helpers |
Abstract base implementation and internal helper classes for Sail implementations.
|
org.eclipse.rdf4j.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
|
Modifier and Type | Method and Description |
---|---|
void |
RDFNotifyingStoreTest.sailChanged(SailChangedEvent event) |
void |
SailChangedListener.sailChanged(SailChangedEvent event)
Notifies the listener of a change to the data of a specific Sail.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSailChangedEvent
Default implementation of the SailChangedEvent interface.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractNotifyingSail.notifySailChanged(SailChangedEvent event)
Notifies all registered SailChangedListener's of changes to the contents of this Sail.
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryStore.notifySailChanged(SailChangedEvent event) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.