@ParametersAreNonnullByDefault public class ReadTableSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadTableSettings.Builder
BUILDER
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<String> |
getColumns() |
long |
getDeadlineAfter() |
TupleValue |
getFromKey() |
int |
getRowLimit() |
long |
getTimeoutNanos() |
TupleValue |
getToKey() |
boolean |
isFromInclusive() |
boolean |
isOrdered() |
boolean |
isToInclusive() |
static ReadTableSettings.Builder |
newBuilder() |
public 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()
public long getTimeoutNanos()
public long getDeadlineAfter()
Copyright © 2021. All rights reserved.