Class UndoStack
java.lang.Object
it.uniroma2.art.semanticturkey.changetracking.sail.UndoStack
- All Implemented Interfaces:
Iterable<StagingArea>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<org.eclipse.rdf4j.model.IRI>getPerformer(org.eclipse.rdf4j.model.Model commitMetadataModel) iterator()peek()pop()voidpush(StagingArea data) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
iteratorin interfaceIterable<StagingArea>
-