Uses of Class
voldemort.annotations.jmx.JmxManaged

Packages that use JmxManaged
voldemort.client The user facing interface to Voldemort. 
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.cluster Classes that model a voldemort cluster. 
voldemort.cluster.failuredetector Classes associated with client side failure detectors. 
voldemort.common.service   
voldemort.rest.coordinator   
voldemort.rest.server   
voldemort.server The Voldemort server. 
voldemort.server.gossip Classes associated with the Gossip feature. 
voldemort.server.http The HTTP server. 
voldemort.server.jmx Service which deals with the JMX registration 
voldemort.server.protocol.admin Server side implementation of admin based requests 
voldemort.server.rebalance Classes dealing with rebalancing on the server side. 
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.stats Store wrappers which deal with statistics 
 

Uses of JmxManaged in voldemort.client
 

Classes in voldemort.client with annotations of type JmxManaged
 class CachingStoreClientFactory
          A wrapper for a store StoreClientFactory which caches requests to getStoreClient
 class ClientThreadPool
          A thread pool with a more convenient constructor and some jmx monitoring
 class DefaultStoreClient<K,V>
          The default StoreClient implementation you get back from a StoreClientFactory
 class ZenStoreClient<K,V>
          The enhanced StoreClient implementation you get back from a StoreClientFactory
 

Uses of JmxManaged in voldemort.client.protocol.admin
 

Classes in voldemort.client.protocol.admin with annotations of type JmxManaged
 class SocketPool
          A pool of sockets keyed off the socket destination.
 

Uses of JmxManaged in voldemort.cluster
 

Classes in voldemort.cluster with annotations of type JmxManaged
 class Cluster
          A representation of the voldemort cluster
 

Uses of JmxManaged in voldemort.cluster.failuredetector
 

Classes in voldemort.cluster.failuredetector with annotations of type JmxManaged
 class AsyncRecoveryFailureDetector
          AsyncRecoveryFailureDetector detects failures and then attempts to contact the failing node's Store to determine availability.
 class BannagePeriodFailureDetector
          Deprecated. 
 class ThresholdFailureDetector
          ThresholdFailureDetector builds upon the AsyncRecoveryFailureDetector and provides a more lenient for marking nodes as unavailable.
 

Uses of JmxManaged in voldemort.common.service
 

Classes in voldemort.common.service with annotations of type JmxManaged
 class SchedulerService
          The voldemort scheduler
 

Uses of JmxManaged in voldemort.rest.coordinator
 

Classes in voldemort.rest.coordinator with annotations of type JmxManaged
 class CoordinatorService
          A Netty based HTTP service that accepts REST requests from the Voldemort thin clients and invokes the corresponding Fat client API.
 

Uses of JmxManaged in voldemort.rest.server
 

Classes in voldemort.rest.server with annotations of type JmxManaged
 class RestService
           
 

Uses of JmxManaged in voldemort.server
 

Classes in voldemort.server with annotations of type JmxManaged
 class AbstractSocketService
          AbstractSocketService abstracts the different implementations so that we can use this common super class by various callers.
 

Uses of JmxManaged in voldemort.server.gossip
 

Classes in voldemort.server.gossip with annotations of type JmxManaged
 class GossipService
          This service runs a metadata Gossip protocol.
 

Uses of JmxManaged in voldemort.server.http
 

Classes in voldemort.server.http with annotations of type JmxManaged
 class HttpService
          An embedded http server that uses jetty
 

Uses of JmxManaged in voldemort.server.jmx
 

Classes in voldemort.server.jmx with annotations of type JmxManaged
 class JmxService
          A service that manages JMX registration
 

Uses of JmxManaged in voldemort.server.protocol.admin
 

Classes in voldemort.server.protocol.admin with annotations of type JmxManaged
 class AsyncOperationService
          Asynchronous job scheduler for admin service operations.
 

Uses of JmxManaged in voldemort.server.rebalance
 

Classes in voldemort.server.rebalance with annotations of type JmxManaged
 class RebalancerService
           
 

Uses of JmxManaged in voldemort.server.socket
 

Classes in voldemort.server.socket with annotations of type JmxManaged
 class SocketServer
          A simple socket-based server for serving voldemort requests
 

Uses of JmxManaged in voldemort.server.storage
 

Classes in voldemort.server.storage with annotations of type JmxManaged
 class StorageService
          The service responsible for managing all storage types
 

Uses of JmxManaged in voldemort.store.stats
 

Classes in voldemort.store.stats with annotations of type JmxManaged
 class ClientSocketStatsJmx
          A wrapper class to expose client socket stats via JMX
 class StoreClientFactoryStatsJmx
          A wrapper class to expose store client factory stats via JMX
 class StoreStatsJmx
          A wrapper class to expose store stats via JMX
 



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