public class ScanOption extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScanOption.ScanOptionBuilder |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getEndKey() |
int |
getLimit() |
com.google.protobuf.ByteString |
getStartKey() |
boolean |
isKeyOnly() |
static ScanOption.ScanOptionBuilder |
newBuilder() |
public static ScanOption.ScanOptionBuilder newBuilder()
public com.google.protobuf.ByteString getStartKey()
public com.google.protobuf.ByteString getEndKey()
public int getLimit()
public boolean isKeyOnly()
Copyright © 2024 PingCAP. All rights reserved.