|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VoldemortService | |
|---|---|
| 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.niosocket | The Voldemort NIO socket server implementation. |
| voldemort.server.protocol.admin | Server side implementation of admin based requests |
| voldemort.server.rebalance | Classes dealing with rebalancing on the server side. |
| voldemort.server.scheduler | The scheduler service ( which runs a job every n minutes ) + The actual jobs as well. |
| 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. |
| Uses of VoldemortService in voldemort.server |
|---|
| Classes in voldemort.server that implement VoldemortService | |
|---|---|
class |
AbstractService
A helper template for implementing VoldemortService |
class |
AbstractSocketService
AbstractSocketService abstracts the different implementations so that we can use this common super class by various callers. |
class |
VoldemortServer
This is the main server, it bootstraps all the services. |
| Methods in voldemort.server that return VoldemortService | |
|---|---|
VoldemortService |
VoldemortServer.getService(ServiceType type)
|
| Methods in voldemort.server that return types with arguments of type VoldemortService | |
|---|---|
java.util.List<VoldemortService> |
VoldemortServer.getServices()
|
| Uses of VoldemortService in voldemort.server.gossip |
|---|
| Classes in voldemort.server.gossip that implement VoldemortService | |
|---|---|
class |
GossipService
This service runs a metadata Gossip protocol. |
| Uses of VoldemortService in voldemort.server.http |
|---|
| Classes in voldemort.server.http that implement VoldemortService | |
|---|---|
class |
HttpService
An embedded http server that uses jetty |
| Uses of VoldemortService in voldemort.server.jmx |
|---|
| Classes in voldemort.server.jmx that implement VoldemortService | |
|---|---|
class |
JmxService
A service that manages JMX registration |
| Constructor parameters in voldemort.server.jmx with type arguments of type VoldemortService | |
|---|---|
JmxService(VoldemortServer server,
Cluster cluster,
StoreRepository storeRepository,
java.util.Collection<VoldemortService> services)
|
|
| Uses of VoldemortService in voldemort.server.niosocket |
|---|
| Classes in voldemort.server.niosocket that implement VoldemortService | |
|---|---|
class |
NioSocketService
NioSocketService is an NIO-based socket service, comparable to the blocking-IO-based socket service. |
| Uses of VoldemortService in voldemort.server.protocol.admin |
|---|
| Classes in voldemort.server.protocol.admin that implement VoldemortService | |
|---|---|
class |
AsyncOperationService
Asynchronous job scheduler for admin service operations. |
| Uses of VoldemortService in voldemort.server.rebalance |
|---|
| Classes in voldemort.server.rebalance that implement VoldemortService | |
|---|---|
class |
RebalancerService
|
| Uses of VoldemortService in voldemort.server.scheduler |
|---|
| Classes in voldemort.server.scheduler that implement VoldemortService | |
|---|---|
class |
SchedulerService
The voldemort scheduler |
| Uses of VoldemortService in voldemort.server.socket |
|---|
| Classes in voldemort.server.socket that implement VoldemortService | |
|---|---|
class |
AdminService
Deprecated. |
class |
SocketService
The VoldemortService that loads up the socket server |
| Uses of VoldemortService in voldemort.server.storage |
|---|
| Classes in voldemort.server.storage that implement VoldemortService | |
|---|---|
class |
StorageService
The service responsible for managing all storage types |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||