org.openxri.store
Interface StoreStatistics

All Known Implementing Classes:
DatabaseStore, NullStore

public interface StoreStatistics

Methods for getting statistics out of a store.

Author:
=peacekeeper

Method Summary
 java.lang.Long getAuthorityCount()
           
 java.lang.Long getSubSegmentCount()
           
 

Method Detail

getAuthorityCount

java.lang.Long getAuthorityCount()
                                 throws StoreException
Returns:
The number of authorities in the store
Throws:
StoreException

getSubSegmentCount

java.lang.Long getSubSegmentCount()
                                  throws StoreException
Returns:
The number of subsegments in the store
Throws:
StoreException


Copyright © 2005-2012. All Rights Reserved.