Uses of Enum Class
com.aerospike.client.policy.ReadModeSC
Packages that use ReadModeSC
-
Uses of ReadModeSC in com.aerospike.client.policy
Fields in com.aerospike.client.policy declared as ReadModeSCModifier and TypeFieldDescriptionBatchReadPolicy.readModeSCRead policy for SC (strong consistency) namespaces.Policy.readModeSCRead policy for SC (strong consistency) namespaces.Methods in com.aerospike.client.policy that return ReadModeSCModifier and TypeMethodDescriptionstatic ReadModeSCReturns the enum constant of this class with the specified name.static ReadModeSC[]ReadModeSC.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aerospike.client.policy with parameters of type ReadModeSCModifier and TypeMethodDescriptionvoidBatchReadPolicy.setReadModeSC(ReadModeSC readModeSC) voidPolicy.setReadModeSC(ReadModeSC readModeSC)