Uses of Class
voldemort.store.views.UnsupportedViewOperationException

Packages that use UnsupportedViewOperationException
voldemort.store.views Classes related to Views and server side transforms 
 

Uses of UnsupportedViewOperationException in voldemort.store.views
 

Methods in voldemort.store.views that throw UnsupportedViewOperationException
 V View.storeToView(Store<K,S,T> targetStore, K k, S s, T t)
          Translate from the store type to the view type
 S View.viewToStore(Store<K,S,T> targetStore, K k, V v, T t)
          Translate from the view type to the store type
 



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