Package voldemort.server.protocol.admin

Server side implementation of admin based requests

See:
          Description

Class Summary
AdminServiceRequestHandler Protocol buffers implementation of a RequestHandler
AsyncOperation  
AsyncOperationCache Extends LinkedHashMap so that only completed operations may be removed from the map.
AsyncOperationService Asynchronous job scheduler for admin service operations.
AsyncOperationStatus  
FetchEntriesStreamRequestHandler FetchEntries fetches and return key/value entry.
FetchKeysStreamRequestHandler  
FetchPartitionEntriesStreamRequestHandler Fetches the entries using an efficient partition scan
FetchPartitionFileStreamRequestHandler  
FetchPartitionKeysStreamRequestHandler Fetches the keys using an efficient partition scan
FetchStreamRequestHandler  
UpdatePartitionEntriesStreamRequestHandler UpdatePartitionEntriesStreamRequestHandler implements the streaming logic for updating partition entries.
UpdateSlopEntriesRequestHandler  
 

Package voldemort.server.protocol.admin Description

Server side implementation of admin based requests



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