Uses of Class
voldemort.tools.admin.command.AbstractAdminCommand

Packages that use AbstractAdminCommand
voldemort.tools.admin.command   
 

Uses of AbstractAdminCommand in voldemort.tools.admin.command
 

Subclasses of AbstractAdminCommand in voldemort.tools.admin.command
 class AdminCommand
          Implements all admin commands.
 class AdminCommandAsyncJob
          Implements all admin async-job commands.
static class AdminCommandAsyncJob.SubCommandAsyncJobList
          async-job list command
static class AdminCommandAsyncJob.SubCommandAsyncJobStop
          async-job stop command
 class AdminCommandCleanup
          Implements all cleanup commands.
static class AdminCommandCleanup.SubCommandCleanupOrphanedData
          cleanup orphaned-data command
static class AdminCommandCleanup.SubCommandCleanupSlops
          cleanup slops command
static class AdminCommandCleanup.SubCommandCleanupVectorClocks
          cleanup vector-clocks command
 class AdminCommandDebug
          Implements all debug commands.
static class AdminCommandDebug.SubCommandDebugQueryKeys
          debug query-keys command
static class AdminCommandDebug.SubCommandDebugRoute
          debug route command
 class AdminCommandMeta
          Implements all meta commands.
static class AdminCommandMeta.SubCommandMetaCheck
          meta check command
static class AdminCommandMeta.SubCommandMetaCheckVersion
          meta check-version command
static class AdminCommandMeta.SubCommandMetaClearRebalance
          meta clear-rebalance command
static class AdminCommandMeta.SubCommandMetaGet
          meta get command
static class AdminCommandMeta.SubCommandMetaSet
          meta set command
static class AdminCommandMeta.SubCommandMetaSyncVersion
          meta sync-version command
 class AdminCommandOther
          Implements all non-grouped admin commands.
static class AdminCommandOther.SubCommandNativeBackup
          native-backup command
static class AdminCommandOther.SubCommandRestoreFromReplica
          restore-from-replica command
 class AdminCommandQuota
          Implements all quota commands.
static class AdminCommandQuota.SubCommandQuotaGet
          quota get command
static class AdminCommandQuota.SubCommandQuotaReserveMemory
          quota reserve-memory command
static class AdminCommandQuota.SubCommandQuotaSet
          quota set command
static class AdminCommandQuota.SubCommandQuotaUnset
          quota unset command
 class AdminCommandStore
          Implements all functionality of admin store operations.
static class AdminCommandStore.SubCommandStoreAdd
          store add command
static class AdminCommandStore.SubCommandStoreDelete
          store delete command
static class AdminCommandStore.SubCommandStoreRollbackReadOnly
          store rollback-ro command
static class AdminCommandStore.SubCommandStoreTruncatePartition
          store truncate-partition command
static class AdminCommandStore.SubCommandStoreTruncateStore
          store truncate-store command
 class AdminCommandStream
          Implements all stream commands.
static class AdminCommandStream.SubCommandStreamFetchEntries
          stream fetch-entries command
static class AdminCommandStream.SubCommandStreamFetchKeys
          stream fetch-keys command
static class AdminCommandStream.SubCommandStreamMirror
          stream mirror command
static class AdminCommandStream.SubCommandStreamUpdateEntries
          stream update-entries command
 



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