public class SimpleHBaseStore extends Object implements org.apache.kylin.gridtable.IGTStore
| Constructor and Description |
|---|
SimpleHBaseStore(org.apache.kylin.gridtable.GTInfo info,
org.apache.hadoop.hbase.TableName htable) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.kylin.gridtable.IGTWriter |
append() |
void |
cleanup() |
org.apache.kylin.gridtable.GTInfo |
getInfo() |
org.apache.kylin.gridtable.IGTWriter |
rebuild() |
org.apache.kylin.gridtable.IGTScanner |
scan(org.apache.kylin.gridtable.GTScanRequest scanRequest) |
public SimpleHBaseStore(org.apache.kylin.gridtable.GTInfo info,
org.apache.hadoop.hbase.TableName htable)
public org.apache.kylin.gridtable.GTInfo getInfo()
getInfo in interface org.apache.kylin.gridtable.IGTStorepublic void cleanup()
throws IOException
IOExceptionpublic org.apache.kylin.gridtable.IGTWriter rebuild()
throws IOException
rebuild in interface org.apache.kylin.gridtable.IGTStoreIOExceptionpublic org.apache.kylin.gridtable.IGTWriter append()
throws IOException
append in interface org.apache.kylin.gridtable.IGTStoreIOExceptionpublic org.apache.kylin.gridtable.IGTScanner scan(org.apache.kylin.gridtable.GTScanRequest scanRequest)
throws IOException
scan in interface org.apache.kylin.gridtable.IGTStoreIOExceptionCopyright © 2014–2016 Apache Software Foundation. All rights reserved.