Uses of Class
com.google.cloud.spanner.ReplicaInfo.ReplicaType
-
Packages that use ReplicaInfo.ReplicaType Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of ReplicaInfo.ReplicaType in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return ReplicaInfo.ReplicaType Modifier and Type Method Description static ReplicaInfo.ReplicaTypeReplicaInfo.ReplicaType. fromProto(ReplicaInfo.ReplicaType proto)ReplicaInfo.ReplicaTypeReplicaInfo. getType()static ReplicaInfo.ReplicaTypeReplicaInfo.ReplicaType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicaInfo.ReplicaType[]ReplicaInfo.ReplicaType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-