Uses of Enum Class
io.nosqlbench.adapter.gcpspanner.types.GCPSpannerOpType
Packages that use GCPSpannerOpType
-
Uses of GCPSpannerOpType in io.nosqlbench.adapter.gcpspanner.types
Subclasses with type arguments of type GCPSpannerOpType in io.nosqlbench.adapter.gcpspanner.typesModifier and TypeClassDescriptionenumAll the spanner rpc api calls are defined here, representing a guide to the set of operations we should define if we want to implement full Spanner api support.Methods in io.nosqlbench.adapter.gcpspanner.types that return GCPSpannerOpTypeModifier and TypeMethodDescriptionstatic GCPSpannerOpTypeReturns the enum constant of this class with the specified name.static GCPSpannerOpType[]GCPSpannerOpType.values()Returns an array containing the constants of this enum class, in the order they are declared.