public class TableOption extends Object
| Constructor and Description |
|---|
TableOption() |
| Modifier and Type | Method and Description |
|---|---|
CompressType |
getCompressType()
Get compress type of this table option object.
|
int |
getMaxVersions()
Get max version of this table option object.
|
String |
getStorageType()
Get storage type of this table option object.
|
long |
getTableVersion()
Get table version of this table option object.
|
long |
getTimeToLive()
Get timeToLive of this table option object.
|
void |
setCompressType(CompressType compressType)
Set compress type to this table option object.
|
void |
setMaxVersions(int maxVersions)
Set max version of this table option object.
|
void |
setStorageType(String storageType)
Set storage type of this table option object.
|
void |
setTableVersion(long tableVersion)
Set table state to this table option object.
|
void |
setTimeToLive(long timeToLive)
Set timeToLive of this table option object.
|
public long getTableVersion()
public void setTableVersion(long tableVersion)
public CompressType getCompressType()
public void setCompressType(CompressType compressType)
public long getTimeToLive()
public void setTimeToLive(long timeToLive)
public int getMaxVersions()
public void setMaxVersions(int maxVersions)
public String getStorageType()
public void setStorageType(String storageType)
Copyright © 2020. All rights reserved.