public class CarbonTableCacheModel extends Object
| Constructor and Description |
|---|
CarbonTableCacheModel(long lastUpdatedTime,
org.apache.carbondata.core.metadata.schema.table.CarbonTable carbonTable) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.carbondata.core.metadata.schema.table.CarbonTable |
getCarbonTable() |
boolean |
isValid() |
void |
setCarbonTable(org.apache.carbondata.core.metadata.schema.table.CarbonTable carbonTable) |
void |
setCurrentSchemaTime(long currentSchemaTime) |
public CarbonTableCacheModel(long lastUpdatedTime,
org.apache.carbondata.core.metadata.schema.table.CarbonTable carbonTable)
public void setCurrentSchemaTime(long currentSchemaTime)
public org.apache.carbondata.core.metadata.schema.table.CarbonTable getCarbonTable()
public boolean isValid()
public void setCarbonTable(org.apache.carbondata.core.metadata.schema.table.CarbonTable carbonTable)
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.