Uses of Class
com.google.cloud.spanner.KeyRange.Endpoint
-
Packages that use KeyRange.Endpoint Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of KeyRange.Endpoint in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return KeyRange.Endpoint Modifier and Type Method Description KeyRange.EndpointKeyRange. geEndType()Indicates whether the end key is inclusive (CLOSED) or exclusive (OPEN).KeyRange.EndpointKeyRange. getStartType()Indicates whether the start key is inclusive (CLOSED) or exclusive (OPEN).static KeyRange.EndpointKeyRange.Endpoint. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyRange.Endpoint[]KeyRange.Endpoint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.spanner with parameters of type KeyRange.Endpoint Modifier and Type Method Description KeyRange.BuilderKeyRange.Builder. setEndType(KeyRange.Endpoint type)Sets whether the end key is inclusive (CLOSED) or exclusive (OPEN).KeyRange.BuilderKeyRange.Builder. setStartType(KeyRange.Endpoint type)Sets whether the start key is inclusive (CLOSED) or exclusive (OPEN).
-