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.
|
Modifier and Type | Class and Description |
---|---|
class |
JournalTransactionService
Implementation for a standalone journal using single-phase commits.
|
protected static class |
TestTransactionService.MockTransactionService |
Modifier and Type | Class and Description |
---|---|
class |
DefaultServiceFederationDelegate<T extends AbstractService>
Basic delegate for services that need to override the service UUID and
service interface reported to the
ILoadBalancerService . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEmbeddedDataService
A local (in process) data service.
|
class |
AbstractEmbeddedLoadBalancerService
Embedded
LoadBalancerService . |
class |
AbstractEmbeddedTransactionService
Concrete implementation for an
EmbeddedFederation . |
class |
AbstractHATransactionService
Adds local methods to support an HA aware
ITransactionService . |
class |
AbstractTransactionService
Centralized transaction manager service.
|
class |
ClientService
A service for distributing application
Callable s across an
IBigdataFederation . |
class |
DataService
An implementation of a network-capable
IDataService . |
class |
DistributedTransactionService
Implementation for an
IBigdataFederation supporting both single-phase
commits (for transactions that execute on a single IDataService ) and
distributed commits. |
protected class |
EmbeddedFederation.EmbeddedDataServiceImpl
Concrete implementation.
|
protected class |
EmbeddedFederation.EmbeddedLoadBalancerServiceImpl |
protected class |
EmbeddedFederation.EmbeddedTransactionServiceImpl |
class |
EmbeddedMetadataService
A local (in process) metadata service.
|
class |
LoadBalancerService
The
LoadBalancerService collects a variety of performance counters
from hosts and services, identifies over- and under- utilized hosts and
services based on the collected data and reports those to DataService
s so that they can auto-balance, and acts as a clearing house for WARN and
URGENT alerts for hosts and services. |
class |
MetadataService
Implementation of a metadata service for a named scale-out index.
|
protected static class |
TestDistributedTransactionServiceRestart.MockDistributedTransactionService |
Modifier and Type | Field and Description |
---|---|
protected T |
DefaultServiceFederationDelegate.service |
Modifier and Type | Method and Description |
---|---|
AbstractService |
ClientService.start() |
abstract AbstractService |
AbstractService.start()
Starts the
AbstractService . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.