Package | Description |
---|---|
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.
|
com.bigdata.service.ndx | |
com.bigdata.service.ndx.pipeline |
Modifier and Type | Method and Description |
---|---|
AbstractFederation<?> |
TestTransactionService.MockTransactionService.getFederation() |
AbstractFederation<?> |
JournalTransactionService.getFederation()
Throws exception.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDistributedFederation<T>
Abstract base class for
IBigdataFederation implementations where the
services are distributed using RMI and are running, at least in principle,
across more than one host/JVM. |
class |
AbstractScaleOutFederation<T>
Abstract base class for federation implementations using the scale-out index
architecture (federations that support key-range partitioned indices).
|
class |
EmbeddedFederation<T>
An implementation that uses an embedded database rather than a distributed
database.
|
Modifier and Type | Method and Description |
---|---|
AbstractFederation |
TestDistributedTransactionServiceRestart.MockDistributedTransactionService.getFederation() |
abstract AbstractFederation |
AbstractService.getFederation()
Return the proxy used to access other services in the federation.
|
Constructor and Description |
---|
AbstractFederation.ReportTask(AbstractFederation<?> fed) |
Constructor and Description |
---|
ScaleOutIndexCounters(AbstractFederation fed) |
Constructor and Description |
---|
AbstractPendingSetMasterStats(AbstractFederation<?> fed) |
AbstractRunnableMasterStats(AbstractFederation<?> fed) |
IndexAsyncWriteStats(AbstractFederation<?> fed) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.