com.bigdata.service
Class LocalDataServiceFederation.LocalDataServiceImpl

java.lang.Object
  extended by com.bigdata.service.AbstractService
      extended by com.bigdata.service.DataService
          extended by com.bigdata.service.AbstractEmbeddedDataService
              extended by com.bigdata.service.LocalDataServiceFederation.LocalDataServiceImpl
All Implemented Interfaces:
IDataService, IRemoteExecutor, IService, IServiceShutdown, ISession, ITxCommitProtocol, Remote
Enclosing class:
LocalDataServiceFederation<T>

public class LocalDataServiceFederation.LocalDataServiceImpl
extends AbstractEmbeddedDataService

The embedded DataService.

Version:
$Id: LocalDataServiceFederation.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Nested Class Summary
 
Nested classes/interfaces inherited from class com.bigdata.service.DataService
DataService.DataServiceFederationDelegate, DataService.DataServiceTransactionManager, DataService.GetIndexMetadataTask, DataService.IDataServiceCounters, DataService.Options, DataService.RangeIteratorTask, DataService.ReadBlockCounters
 
Field Summary
 
Fields inherited from class com.bigdata.service.DataService
log
 
Method Summary
 LocalDataServiceFederation getFederation()
          Return the proxy used to access other services in the federation.
 LocalDataServiceFederation.LocalDataServiceImpl start()
          Starts the DataService.
 
Methods inherited from class com.bigdata.service.AbstractEmbeddedDataService
destroy
 
Methods inherited from class com.bigdata.service.DataService
abort, dropIndex, forceOverflow, getAsynchronousOverflowCounter, getConcurrencyManager, getHTTPDURLFile, getIndexMetadata, getIndexPartitionName, getLocalTransactionManager, getProperties, getResourceManager, getServiceIface, getSession, isOpen, isOverflowActive, newResourceManager, prepare, purgeOldResources, rangeIterator, readBlock, registerIndex, setReleaseTime, shutdown, shutdownNow, singlePhaseCommit, submit, submit, wrapFuture
 
Methods inherited from class com.bigdata.service.AbstractService
clearLoggingContext, getHostname, getServiceName, getServiceUUID, setServiceUUID, setupLoggingContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bigdata.service.IService
getHostname, getServiceName, getServiceUUID
 

Method Detail

getFederation

public LocalDataServiceFederation getFederation()
Description copied from class: AbstractService
Return the proxy used to access other services in the federation.

Specified by:
getFederation in class AbstractService

start

public LocalDataServiceFederation.LocalDataServiceImpl start()
Description copied from class: DataService
Starts the DataService.

Overrides:
start in class DataService
Returns:
this (the return type should be strengthened by the concrete implementation to return the actual type).


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