Package voldemort.store.views

Interface Summary
View<K,V,S> The interface for defining a view.
 

Class Summary
AbstractViewTransformation<K,V,S> A view that fails all operations.
ViewStorageConfiguration  
ViewStorageEngine Views are transformations of other stores
 

Exception Summary
UnsupportedViewOperationException Error indicating a write operation on a read-only view or vice-versa
 



Jay Kreps