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