com.amazon.carbonado.repo.sleepycat
Interface CompactionCapability.Result<S extends Storable>

Enclosing interface:
CompactionCapability

public static interface CompactionCapability.Result<S extends Storable>


Method Summary
 int getDeadlockCount()
           
 int getLevels()
           
 int getPagesExamine()
           
 int getPagesFree()
           
 int getPagesTruncated()
           
 

Method Detail

getPagesExamine

int getPagesExamine()

getPagesFree

int getPagesFree()

getPagesTruncated

int getPagesTruncated()

getLevels

int getLevels()

getDeadlockCount

int getDeadlockCount()


Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.