|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@InterfaceAudience.Private @InterfaceStability.Unstable public interface StoreConfigInformation
A more restricted interface for HStore. Only gives the caller access to information about store configuration/settings that cannot easily be obtained from XML config object. Example user would be CompactionPolicy that doesn't need entire (H)Store, only this. Add things here as needed.
Method Summary | |
---|---|
long |
getBlockingFileCount()
The number of files required before flushes for this store will be blocked. |
long |
getCompactionCheckMultiplier()
|
long |
getMemstoreFlushSize()
TODO: remove after HBASE-7252 is fixed. |
long |
getStoreFileTtl()
|
Method Detail |
---|
long getMemstoreFlushSize()
long getStoreFileTtl()
long getCompactionCheckMultiplier()
long getBlockingFileCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |