Package | Description |
---|---|
com.bigdata.bop.engine | |
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 | Method and Description |
---|---|
ConcurrencyManager |
QueryEngine.getConcurrencyManager()
Return the
ConcurrencyManager for the local index manager . |
Modifier and Type | Field and Description |
---|---|
protected ConcurrencyManager |
AbstractTask.concurrencyManager
The object used to manage exclusive access to the unisolated indices.
|
Modifier and Type | Method and Description |
---|---|
ConcurrencyManager |
Journal.getConcurrencyManager() |
Constructor and Description |
---|
IndexProcedureTask(ConcurrencyManager concurrencyManager,
long startTime,
String name,
IIndexProcedure<T> proc) |
Modifier and Type | Field and Description |
---|---|
protected ConcurrencyManager |
AbstractResourceManagerTestCase.concurrencyManager |
Modifier and Type | Method and Description |
---|---|
ConcurrencyManager |
DataService.getConcurrencyManager()
The object used to control access to the local resources.
|
Constructor and Description |
---|
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–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.