com.bigdata.service
Class EmbeddedFederation.EmbeddedTransactionServiceImpl
java.lang.Object
com.bigdata.service.AbstractService
com.bigdata.service.AbstractTransactionService
com.bigdata.service.DistributedTransactionService
com.bigdata.service.AbstractEmbeddedTransactionService
com.bigdata.service.EmbeddedFederation.EmbeddedTransactionServiceImpl
- All Implemented Interfaces:
- ITimestampService, ITransactionService, IService, IServiceShutdown, Remote
- Enclosing class:
- EmbeddedFederation<T>
protected class EmbeddedFederation.EmbeddedTransactionServiceImpl
- extends AbstractEmbeddedTransactionService
| Fields inherited from class com.bigdata.service.AbstractTransactionService |
countersRoot, DEBUG, ERR_NO_SUCH, ERR_NOT_ACTIVE, ERR_READ_ONLY, ERR_SERVICE_NOT_AVAIL, INFO, lock, log, startTimeIndex, txDeactivate |
| Methods inherited from class com.bigdata.service.DistributedTransactionService |
abortImpl, addScheduledTasks, commitImpl, committed, destroy, findCommitTime, findNextCommitTime, getCounters, getDataServices, getLastCommitTime, notifyCommit, prepared, setReleaseTime, shutdown, shutdownNow, singlePhaseCommit, snapshot, start |
| Methods inherited from class com.bigdata.service.AbstractTransactionService |
abort, activateTx, assertOpen, assignTransactionIdentifier, commit, deactivateTx, declareResources, findUnusedTimestamp, getAbortCount, getActiveCount, getCommitCount, getMinReleaseAge, getProperties, getReadOnlyActiveCount, getReadWriteActiveCount, getReleaseTime, getRunState, getServiceIface, getStartCount, getStartTime, isOpen, newTx, nextTimestamp, setRunState, updateReleaseTime |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedFederation.EmbeddedTransactionServiceImpl
public EmbeddedFederation.EmbeddedTransactionServiceImpl(UUID serviceUUID,
Properties properties)
- Parameters:
serviceUUID - properties -
getFederation
public EmbeddedFederation<T> getFederation()
- Description copied from class:
AbstractService
- Return the proxy used to access other services in the federation.
- Specified by:
getFederation in class AbstractService
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.