Uses of Enum Class
com.franz.agraph.http.AGHttpRepoClient.CommitPhase
Packages that use AGHttpRepoClient.CommitPhase
Package
Description
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena
.-
Uses of AGHttpRepoClient.CommitPhase in com.franz.agraph.http
Methods in com.franz.agraph.http that return AGHttpRepoClient.CommitPhaseModifier and TypeMethodDescriptionstatic AGHttpRepoClient.CommitPhase
Returns the enum constant of this class with the specified name.static AGHttpRepoClient.CommitPhase[]
AGHttpRepoClient.CommitPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.franz.agraph.http with parameters of type AGHttpRepoClient.CommitPhaseModifier and TypeMethodDescriptionvoid
AGHttpRepoClient.commit
(AGHttpRepoClient.CommitPhase phase, Xid xid) Prepares or finalizes a previous prepared commit depending on the value of phase.