Uses of Class
org.eclipse.rdf4j.http.server.repository.transaction.ActiveTransactionRegistry
-
Packages that use ActiveTransactionRegistry Package Description org.eclipse.rdf4j.http.server.repository.transaction -
-
Uses of ActiveTransactionRegistry in org.eclipse.rdf4j.http.server.repository.transaction
Methods in org.eclipse.rdf4j.http.server.repository.transaction that return ActiveTransactionRegistry Modifier and Type Method Description static ActiveTransactionRegistry
ActiveTransactionRegistry. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActiveTransactionRegistry[]
ActiveTransactionRegistry. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-