Package com.bigdata.service.jini

Interface Summary
AbstractServer.ConfigurationOptions  
ClientServer.Options Options for this server.
DataServer.Options Options for this server.
IReplicatableService Marker interface for services which support replication.
JiniClient.Options Options understood by the JiniClient.
JiniClientConfig.Options Configuration options for this class.
LoadBalancerServer.Options Options for this server.
MetadataServer.Options Options for this server.
RemoteAdministrable Extends Remote for RMI compatibility.
RemoteDestroyAdmin Adds RemoteDestroyAdmin.shutdown() and RemoteDestroyAdmin.shutdownNow() methods that DO NOT destroy the persistent state of the service (it may be restarted after calling these methods) and extends Remote for RMI compatibility.
TransactionServer.Options Options for this server.
 

Class Summary
AbstractServer Abstract base class for configurable services discoverable using JINI.
ClientServer The bigdata client server (a container for distributed application tasks).
ClientServer.AdministrableClientService Adds jini administration interfaces to the basic DataService.
DataServer The bigdata data server.
DataServer.AdministrableDataService Adds jini administration interfaces to the basic DataService.
FakeLifeCycle A NOP implementation used when the service is not started by activation (eg, when the service is run from a command line).
JiniClient<T> A client capable of connecting to a distributed bigdata federation using JINI.
JiniClientConfig The JiniClient configuration.
JiniFederation<T> Concrete implementation for Jini.
LoadBalancerServer The load balancer server.
LoadBalancerServer.AdministrableLoadBalancer Adds jini administration interfaces to the basic LoadBalancerService.
MetadataServer A metadata server.
MetadataServer.AdministrableMetadataService Adds jini administration interfaces to the basic MetadataService.
TransactionServer Server exposing a discoverable ITransactionService.
TransactionServer.AdministrableTransactionService Adds jini administration interfaces to the basic DataService.
TransactionServer.TransactionServiceFederationDelegate Extended to attach the various performance counters reported by the DistributedTransactionService.
 



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.