Uses of Class
org.apache.tinkerpop.gremlin.structure.Transaction.CLOSE_BEHAVIOR
-
Packages that use Transaction.CLOSE_BEHAVIOR Package Description org.apache.tinkerpop.gremlin.structure -
-
Uses of Transaction.CLOSE_BEHAVIOR in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return Transaction.CLOSE_BEHAVIOR Modifier and Type Method Description static Transaction.CLOSE_BEHAVIOR
Transaction.CLOSE_BEHAVIOR. valueOf(String name)
Returns the enum constant of this type with the specified name.static Transaction.CLOSE_BEHAVIOR[]
Transaction.CLOSE_BEHAVIOR. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-