Uses of Enum
oracle.kv.ReturnValueVersion.Choice
Packages that use ReturnValueVersion.Choice
-
Uses of ReturnValueVersion.Choice in oracle.kv
Methods in oracle.kv that return ReturnValueVersion.ChoiceModifier and TypeMethodDescriptionReturnValueVersion.getReturnChoice()Returns the ReturnValueVersion.Choice used to create this object.static ReturnValueVersion.ChoiceReturns the enum constant of this type with the specified name.static ReturnValueVersion.Choice[]ReturnValueVersion.Choice.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.kv with parameters of type ReturnValueVersion.ChoiceModifier and TypeMethodDescriptionOperationFactory.createDelete(Key key, ReturnValueVersion.Choice prevReturn, boolean abortIfUnsuccessful) Create a Delete operation suitable for use as an argument to theexecutemethod.OperationFactory.createDeleteIfVersion(Key key, Version version, ReturnValueVersion.Choice prevReturn, boolean abortIfUnsuccessful) Create a Delete operation suitable for use as an argument to theexecutemethod.OperationFactory.createPut(Key key, Value value, ReturnValueVersion.Choice prevReturn, boolean abortIfUnsuccessful) Create a Put operation suitable for use as an argument to theexecutemethod.OperationFactory.createPutIfAbsent(Key key, Value value, ReturnValueVersion.Choice prevReturn, boolean abortIfUnsuccessful) Create a Put operation suitable for use as an argument to theexecutemethod.OperationFactory.createPutIfPresent(Key key, Value value, ReturnValueVersion.Choice prevReturn, boolean abortIfUnsuccessful) Create a Put operation suitable for use as an argument to theexecutemethod.OperationFactory.createPutIfVersion(Key key, Value value, Version version, ReturnValueVersion.Choice prevReturn, boolean abortIfUnsuccessful) Create a Put operation suitable for use as an argument to theexecutemethod.Constructors in oracle.kv with parameters of type ReturnValueVersion.ChoiceModifierConstructorDescriptionReturnValueVersion(ReturnValueVersion.Choice returnChoice) Creates an object for returning the value, version or both.