Class UndoStack
java.lang.Object
it.uniroma2.art.semanticturkey.changetracking.sail.UndoStack
- All Implemented Interfaces:
Iterable<StagingArea>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<org.eclipse.rdf4j.model.IRI>
getPerformer
(org.eclipse.rdf4j.model.Model commitMetadataModel) iterator()
peek()
pop()
void
push
(StagingArea data) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
MAX_DEPTH
public static final int MAX_DEPTH- See Also:
-
-
Constructor Details
-
UndoStack
public UndoStack()
-
-
Method Details
-
push
-
peek
-
pop
-
getPerformer
public static Optional<org.eclipse.rdf4j.model.IRI> getPerformer(org.eclipse.rdf4j.model.Model commitMetadataModel) -
iterator
- Specified by:
iterator
in interfaceIterable<StagingArea>
-