|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.store.bdb | A storage engine that persists data in BDB JE. |
| 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)
|
void |
RepairJob.startRepairJob()
|
| Uses of JmxOperation in voldemort.store.bdb |
|---|
| Methods in voldemort.store.bdb with annotations of type JmxOperation | |
|---|---|
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.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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||