com.bigdata.service
Class LocalDataServiceFederation.LocalDataServiceImpl
java.lang.Object
com.bigdata.service.AbstractService
com.bigdata.service.DataService
com.bigdata.service.AbstractEmbeddedDataService
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
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.