org.apache.hadoop.hbase.regionserver
Interface StoreConfigInformation

All Known Subinterfaces:
Store
All Known Implementing Classes:
HStore

@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 getMemstoreFlushSize()
          Gets the Memstore flush size for the region that this store works with.
 long getStoreFileTtl()
          Gets the cf-specific time-to-live for store files.
 

Method Detail

getMemstoreFlushSize

long getMemstoreFlushSize()
Gets the Memstore flush size for the region that this store works with. TODO: remove after HBASE-7236 is fixed.


getStoreFileTtl

long getStoreFileTtl()
Gets the cf-specific time-to-live for store files.



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.