Uses of Interface
com.bigdata.journal.IResourceLockService

Packages that use IResourceLockService
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
com.bigdata.service.jini   
com.bigdata.zookeeper   
 

Uses of IResourceLockService in com.bigdata.journal
 

Classes in com.bigdata.journal that implement IResourceLockService
 class ResourceLockService
          An implementation using NamedLocks suitable for within JVM locking.
 

Methods in com.bigdata.journal that return IResourceLockService
 IResourceLockService JournalDelegate.getResourceLockService()
           
 IResourceLockService TemporaryStore.getResourceLockService()
           
 IResourceLockService Journal.getResourceLockService()
           
 IResourceLockService IIndexStore.getResourceLockService()
          The service that may be used to acquire synchronous distributed locks without deadlock detection.
 

Uses of IResourceLockService in com.bigdata.resources
 

Methods in com.bigdata.resources that return IResourceLockService
 IResourceLockService StoreManager.ManagedJournal.getResourceLockService()
           
 

Uses of IResourceLockService in com.bigdata.service.jini
 

Methods in com.bigdata.service.jini that return IResourceLockService
 IResourceLockService JiniFederation.getResourceLockService()
           
 

Uses of IResourceLockService in com.bigdata.zookeeper
 

Classes in com.bigdata.zookeeper that implement IResourceLockService
 class ZooResourceLockService
          Implementation using ZLocks.
 



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