Uses of Interface
voldemort.store.readonly.SearchStrategy

Packages that use SearchStrategy
voldemort.store.readonly A storage engine that provides very efficient read-only access to large sorted files of data. 
 

Uses of SearchStrategy in voldemort.store.readonly
 

Classes in voldemort.store.readonly that implement SearchStrategy
 class BinarySearchStrategy
          A search strategy that does a simple binary search into the buffer to find the key
 class InterpolationSearchStrategy
          A search strategy that uses interpolation to jump to approximately the correct location in the index with as few comparisons as possible.
 

Constructors in voldemort.store.readonly with parameters of type SearchStrategy
ReadOnlyStorageEngine(java.lang.String name, SearchStrategy searchStrategy, RoutingStrategy routingStrategy, int nodeId, java.io.File storeDir, int numBackups)
          Create an instance of the store
ReadOnlyStorageEngine(java.lang.String name, SearchStrategy searchStrategy, RoutingStrategy routingStrategy, int nodeId, java.io.File storeDir, int numBackups, int deleteBackupMs)
          Create an instance of the store
ReadOnlyStorageEngine(java.lang.String name, SearchStrategy searchStrategy, RoutingStrategy routingStrategy, int nodeId, java.io.File storeDir, int numBackups, int deleteBackupMs, boolean enforceMlock)
           
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu