@ParametersAreNonnullByDefault public class ReadTableSettings extends BaseRequestSettings
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadTableSettings.Builder
BUILDER
|
BaseRequestSettings.BaseBuilder<Self extends BaseRequestSettings.BaseBuilder<?>>| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<String> |
getColumns() |
TupleValue |
getFromKey() |
int |
getRowLimit() |
TupleValue |
getToKey() |
boolean |
isFromInclusive() |
boolean |
isOrdered() |
boolean |
isToInclusive() |
static ReadTableSettings.Builder |
newBuilder() |
getRequestTimeout, getTraceIdpublic static ReadTableSettings.Builder newBuilder()
public boolean isOrdered()
@Nullable public TupleValue getFromKey()
public boolean isFromInclusive()
@Nullable public TupleValue getToKey()
public boolean isToInclusive()
public int getRowLimit()
public com.google.common.collect.ImmutableList<String> getColumns()
Copyright © 2023. All rights reserved.