Uses of Class
voldemort.annotations.jmx.JmxOperation

Packages that use JmxOperation
voldemort.client The user facing interface to Voldemort. 
voldemort.common.service   
voldemort.server The Voldemort server. 
voldemort.server.protocol.admin Server side implementation of admin based requests 
voldemort.server.socket The services on the server side which handle normal + admin requests 
voldemort.server.storage The storage service which handles instantiating all the stores and their corresponding engines. 
voldemort.server.storage.repairjob   
voldemort.store.bdb A storage engine that persists data in BDB JE. 
voldemort.store.bdb.stats   
voldemort.store.metadata Our in-memory metadata store on the server which is backed by the configuration files. 
voldemort.store.readonly A storage engine that provides very efficient read-only access to large sorted files of data. 
voldemort.store.stats Store wrappers which deal with statistics 
 

Uses of JmxOperation in voldemort.client
 

Methods in voldemort.client with annotations of type JmxOperation
 void ZenStoreClient.bootStrap()
           
 void DefaultStoreClient.bootStrap()
           
 void CachingStoreClientFactory.bootstrapAllClients()
           
 void CachingStoreClientFactory.clear()
           
 

Uses of JmxOperation in voldemort.common.service
 

Methods in voldemort.common.service with annotations of type JmxOperation
 void SchedulerService.disable(java.lang.String id)
           
 void SchedulerService.enable(java.lang.String id)
           
 void AbstractService.start()
           
 void AbstractService.stop()
           
 void SchedulerService.terminate(java.lang.String id)
           
 

Uses of JmxOperation in voldemort.server
 

Methods in voldemort.server with annotations of type JmxOperation
 void VoldemortServer.restoreDataFromReplication(int numberOfParallelTransfers)
           
 

Uses of JmxOperation in voldemort.server.protocol.admin
 

Methods in voldemort.server.protocol.admin with annotations of type JmxOperation
 java.lang.String AsyncOperationService.getAllAsyncOperations()
           
 java.lang.String AsyncOperationService.getStatus(int id)
           
abstract  void AsyncOperation.stop()
           
 java.lang.String AsyncOperationService.stopAsyncOperation(int requestId)
           
 

Uses of JmxOperation in voldemort.server.socket
 

Methods in voldemort.server.socket with annotations of type JmxOperation
 void SocketServer.killActiveSessions()
           
 

Uses of JmxOperation in voldemort.server.storage
 

Methods in voldemort.server.storage with annotations of type JmxOperation
 void StorageService.forceCleanupOldData(java.lang.String storeName)
           
 void StorageService.forceCleanupOldDataThrottled(java.lang.String storeName, int entryScanThrottleRate)
           
 void StorageService.logStoreStats()
           
 void StorageService.logStoreStats(java.lang.String storeName)
           
 

Uses of JmxOperation in voldemort.server.storage.repairjob
 

Methods in voldemort.server.storage.repairjob with annotations of type JmxOperation
 void RepairJob.startRepairJob()
           
 

Uses of JmxOperation in voldemort.store.bdb
 

Methods in voldemort.store.bdb with annotations of type JmxOperation
 void BdbStorageConfiguration.checkPointAllEnvironments()
          Forceful checkpointing
 void BdbStorageConfiguration.cleanLogs()
          Forceful cleanup the logs
 java.lang.String BdbStorageEngine.getBdbStats()
           
 java.lang.String BdbStorageEngine.getBdbStats(boolean fast)
           
 java.lang.String BdbStorageConfiguration.getEnvStatsAsString(java.lang.String storeName)
           
 java.lang.String BdbStorageConfiguration.getEnvStatsAsString(java.lang.String storeName, boolean fast)
           
 

Uses of JmxOperation in voldemort.store.bdb.stats
 

Methods in voldemort.store.bdb.stats with annotations of type JmxOperation
 java.lang.String BdbEnvironmentStats.getBtreeStats()
           
 long BdbEnvironmentStats.getEntryCount()
           
 

Uses of JmxOperation in voldemort.store.metadata
 

Methods in voldemort.store.metadata with annotations of type JmxOperation
 void MetadataStore.cleanAllRebalancingState()
           
 

Uses of JmxOperation in voldemort.store.readonly
 

Methods in voldemort.store.readonly with annotations of type JmxOperation
 void ReadOnlyStorageEngine.rollback(java.lang.String rollbackToDir)
          Rollback to the specified push version
 void ReadOnlyStorageEngine.swapFiles(java.lang.String newStoreDirectory)
          Swap the current version folder for a new one
 

Uses of JmxOperation in voldemort.store.stats
 

Methods in voldemort.store.stats with annotations of type JmxOperation
 void StatTrackingStore.resetStatistics()
           
 



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