com.bigdata.service
Class AbstractEmbeddedTransactionService
java.lang.Object
com.bigdata.service.AbstractService
com.bigdata.service.AbstractTransactionService
com.bigdata.service.DistributedTransactionService
com.bigdata.service.AbstractEmbeddedTransactionService
- All Implemented Interfaces:
- ITimestampService, ITransactionService, IService, IServiceShutdown, Remote
- Direct Known Subclasses:
- EmbeddedFederation.EmbeddedTransactionServiceImpl
public abstract class AbstractEmbeddedTransactionService
- extends DistributedTransactionService
Concrete implementation for an EmbeddedFederation.
- Version:
- $Id: AbstractEmbeddedTransactionService.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
| 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 |
AbstractEmbeddedTransactionService
public AbstractEmbeddedTransactionService(UUID serviceUUID,
Properties properties)
- Parameters:
properties -
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.