Package | Description |
---|---|
com.bigdata.concurrent |
This package supports concurrency control using exclusive locks on resources.
|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rdf.sail |
This package contains the SAIL that allow bigdata to be used as a backend for
the Sesame 2.x platform.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessSemaphore.ExclusiveAccess |
class |
AccessSemaphore.SharedAccess |
Modifier and Type | Method and Description |
---|---|
AccessSemaphore.Access |
AccessSemaphore.acquireExclusive() |
AccessSemaphore.Access |
AccessSemaphore.acquireShared() |
AccessSemaphore.Access |
AccessSemaphore.tryAcquireExclusive(long timeout,
TimeUnit unit) |
AccessSemaphore.Access |
AccessSemaphore.tryAcquireShared(long timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
AccessSemaphore.Access |
Journal.acquireReadWriteConnectionAccess()
Acquire an Access for a read/write isolated transaction.
|
AccessSemaphore.Access |
Journal.acquireUnisolatedConnectionAccess()
Acquire an Access object for the UNISOLATED connection.
|
Modifier and Type | Field and Description |
---|---|
protected AccessSemaphore.Access |
BigdataSail.UnisolatedCallable.access |
protected AccessSemaphore.Access |
BigdataSail.BigdataSailConnection.access
Set for Unisolated and ReadWrite connections.
|
Constructor and Description |
---|
BigdataSail.BigdataSailConnection(AccessSemaphore.Access access)
Unisolated connections.
|
BigdataSail.BigdataSailConnection(long timestampOrTxId,
AccessSemaphore.Access access)
Any kind of connection (core constructor).
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.