Package | Description |
---|---|
com.google.cloud.bigtable.data.v2.models |
Modifier and Type | Method and Description |
---|---|
static Range.ByteStringRange |
Range.ByteStringRange.create(ByteString closedStart,
ByteString openEnd) |
static Range.ByteStringRange |
Range.ByteStringRange.create(String closedStart,
String openEnd) |
Range.ByteStringRange |
Query.getBound()
Get the minimal range that encloses all of the row keys and ranges in this Query.
|
static Range.ByteStringRange |
Range.ByteStringRange.prefix(ByteString prefix) |
static Range.ByteStringRange |
Range.ByteStringRange.prefix(String prefix) |
static Range.ByteStringRange |
Range.ByteStringRange.unbounded() |
Modifier and Type | Method and Description |
---|---|
Query |
Query.range(Range.ByteStringRange range)
Adds a range to be looked up.
|
Copyright © 2019 Google LLC. All rights reserved.