@InterfaceAudience.Private public class CustomizedScanInfoBuilder extends Object implements ScanOptions
Modifier and Type | Field and Description |
---|---|
private KeepDeletedCells |
keepDeletedCells |
private Integer |
maxVersions |
private ScanInfo |
scanInfo |
private Long |
ttl |
Constructor and Description |
---|
CustomizedScanInfoBuilder(ScanInfo scanInfo) |
Modifier and Type | Method and Description |
---|---|
ScanInfo |
build() |
KeepDeletedCells |
getKeepDeletedCells() |
int |
getMaxVersions() |
long |
getTTL() |
void |
setKeepDeletedCells(KeepDeletedCells keepDeletedCells) |
void |
setMaxVersions(int maxVersions) |
void |
setTTL(long ttl) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
readAllVersions
private Integer maxVersions
private KeepDeletedCells keepDeletedCells
public CustomizedScanInfoBuilder(ScanInfo scanInfo)
public int getMaxVersions()
getMaxVersions
in interface ScanOptions
public void setMaxVersions(int maxVersions)
setMaxVersions
in interface ScanOptions
public long getTTL()
getTTL
in interface ScanOptions
public void setTTL(long ttl)
setTTL
in interface ScanOptions
public void setKeepDeletedCells(KeepDeletedCells keepDeletedCells)
setKeepDeletedCells
in interface ScanOptions
public KeepDeletedCells getKeepDeletedCells()
getKeepDeletedCells
in interface ScanOptions
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.