public interface IStore
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
createTable(Serializable t) |
boolean |
del(Serializable t) |
boolean |
deleteTable(Serializable t) |
boolean |
exsitTable(Serializable t) |
boolean |
get(Serializable t) |
boolean |
getByMaxVersions(Serializable t,
int max,
NavigableMap<String,NavigableMap<Long,ColumnValueObject>> columnMap) |
Objector |
getObjector() |
ITableStoreService |
getTableStoreService() |
boolean |
save(Serializable t) |
void |
setObjector(Objector objector) |
void |
setTableStoreService(ITableStoreService tableStoreService) |
boolean |
update(Serializable t) |
boolean exsitTable(Serializable t) throws StoreException
StoreExceptionboolean createTable(Serializable t) throws StoreException
StoreExceptionboolean deleteTable(Serializable t) throws StoreException
StoreExceptionboolean save(Serializable t) throws StoreException
StoreExceptionboolean del(Serializable t) throws StoreException
StoreExceptionboolean get(Serializable t) throws StoreException
StoreExceptionboolean update(Serializable t) throws StoreException
StoreExceptionboolean getByMaxVersions(Serializable t, int max, NavigableMap<String,NavigableMap<Long,ColumnValueObject>> columnMap) throws StoreException
StoreExceptionObjector getObjector()
void setObjector(Objector objector)
ITableStoreService getTableStoreService()
void setTableStoreService(ITableStoreService tableStoreService)
Copyright © 2019. All rights reserved.