Package | Description |
---|---|
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 |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceLockService
An implementation using
NamedLock s suitable for within JVM locking. |
Modifier and Type | Method and Description |
---|---|
IResourceLockService |
JournalDelegate.getResourceLockService() |
IResourceLockService |
Journal.getResourceLockService() |
IResourceLockService |
TemporaryStore.getResourceLockService() |
IResourceLockService |
IIndexStore.getResourceLockService()
The service that may be used to acquire synchronous distributed locks
without deadlock detection.
|
Modifier and Type | Method and Description |
---|---|
IResourceLockService |
AbstractResourceManagerTestCase.MockFederation.getResourceLockService() |
IResourceLockService |
StoreManager.ManagedJournal.getResourceLockService() |
Modifier and Type | Method and Description |
---|---|
IResourceLockService |
EmbeddedFederation.getResourceLockService()
The (in process)
IResourceLockService . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.