Uses of Class
com.bigdata.journal.ConcurrencyManager

Packages that use ConcurrencyManager
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
 

Uses of ConcurrencyManager in com.bigdata.journal
 

Fields in com.bigdata.journal declared as ConcurrencyManager
protected  ConcurrencyManager AbstractTask.concurrencyManager
          The object used to manage exclusive access to the unisolated indices.
 

Methods in com.bigdata.journal that return ConcurrencyManager
 ConcurrencyManager Journal.getConcurrencyManager()
           
 

Constructors in com.bigdata.journal with parameters of type ConcurrencyManager
IndexProcedureTask(ConcurrencyManager concurrencyManager, long startTime, String name, IIndexProcedure proc)
           
 

Uses of ConcurrencyManager in com.bigdata.service
 

Methods in com.bigdata.service that return ConcurrencyManager
 ConcurrencyManager DataService.getConcurrencyManager()
          The object used to control access to the local resources.
 

Constructors in com.bigdata.service with parameters of type ConcurrencyManager
DataService.GetIndexMetadataTask(ConcurrencyManager concurrencyManager, long startTime, String name)
           
DataService.RangeIteratorTask(ConcurrencyManager concurrencyManager, long startTime, String name, byte[] fromKey, byte[] toKey, int capacity, int flags, IFilter filter)
           
MetadataService.DropScaleOutIndexTask(IBigdataFederation fed, ConcurrencyManager concurrencyManager, String name)
           
MetadataService.RegisterScaleOutIndexTask(IBigdataFederation fed, ConcurrencyManager concurrencyManager, IResourceManager resourceManager, String metadataIndexName, IndexMetadata metadata, byte[][] separatorKeys, UUID[] dataServiceUUIDs)
          Create and statically partition a scale-out index.
 



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