Uses of Class
com.google.cloud.spanner.KeyRange.Builder
Packages that use KeyRange.Builder
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of KeyRange.Builder in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return KeyRange.BuilderModifier and TypeMethodDescriptionstatic KeyRange.BuilderKeyRange.newBuilder()Returns a new builder for constructing a range.Sets the end key of the range.KeyRange.Builder.setEndType(KeyRange.Endpoint type) Sets whether the end key is inclusive (CLOSED) or exclusive (OPEN).Sets the start key of the range.KeyRange.Builder.setStartType(KeyRange.Endpoint type) Sets whether the start key is inclusive (CLOSED) or exclusive (OPEN).KeyRange.toBuilder()Returns a builder initialized with the value of this range.