Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Method and Description |
---|---|
static KeyRange.Builder |
KeyRange.newBuilder()
Returns a new builder for constructing a range.
|
KeyRange.Builder |
KeyRange.Builder.setEnd(Key key)
Sets the end key of the range.
|
KeyRange.Builder |
KeyRange.Builder.setEndType(KeyRange.Endpoint type)
Sets whether the end key is inclusive (
CLOSED ) or exclusive (OPEN ). |
KeyRange.Builder |
KeyRange.Builder.setStart(Key key)
Sets the start key of the range.
|
KeyRange.Builder |
KeyRange.Builder.setStartType(KeyRange.Endpoint type)
Sets whether the start key is inclusive (
CLOSED ) or exclusive (OPEN ). |
KeyRange.Builder |
KeyRange.toBuilder()
Returns a builder initialized with the value of this range.
|
Copyright © 2019 Google LLC. All rights reserved.