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  
FetchPartitionFileStreamRequestHandler  
FetchStreamRequestHandler Base class for all key/entry stream fetching handlers.
FullScanFetchEntriesRequestHandler Fetches entries by scanning entire storage engine in storage-order.
FullScanFetchKeysRequestHandler Fetches keys by scanning entire storage engine in storage-order.
FullScanFetchStreamRequestHandler Base class for key/entry stream fetching handlers that do an unordered full scan to fetch items.
PartitionScanFetchEntriesRequestHandler Fetches entries using an efficient partition scan.
PartitionScanFetchKeysRequestHandler Fetches keys using an efficient partition scan.
PartitionScanFetchStreamRequestHandler Base class for key/entry stream fetching handlers that use efficient partition scan (PID layout).
TimeBasedUpdatePartitionEntriesStreamRequestHandler This class implements a streaming interface into a voldemort server, that resolves based on timestamp.
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