|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.data.hadoop.hbase.HbaseAccessor
public abstract class HbaseAccessor
Base class for HbaseTemplate and HbaseInterceptor, defining commons properties such as HTableInterfaceFactory and Configuration.
Not intended to be used directly.
| Constructor Summary | |
|---|---|
HbaseAccessor()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
Charset |
getCharset()
|
Configuration |
getConfiguration()
|
HTableInterfaceFactory |
getTableFactory()
|
void |
setConfiguration(Configuration configuration)
Sets the configuration. |
void |
setEncoding(String encoding)
Sets the encoding. |
void |
setTableFactory(HTableInterfaceFactory tableFactory)
Sets the table factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HbaseAccessor()
| Method Detail |
|---|
public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanpublic void setTableFactory(HTableInterfaceFactory tableFactory)
tableFactory - The tableFactory to set.public void setEncoding(String encoding)
encoding - The encoding to set.public void setConfiguration(Configuration configuration)
configuration - The configuration to set.public Charset getCharset()
public HTableInterfaceFactory getTableFactory()
public Configuration getConfiguration()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||