Package | Description |
---|---|
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 |
---|---|
protected static class |
AbstractResourceManagerTestCase.MockMetadataService
A minimal implementation of
IMetadataService - only those methods
actually used by the ResourceManager are implemented. |
Modifier and Type | Interface and Description |
---|---|
interface |
IDataService
The data service interface provides remote access to named indices, provides
for both unisolated and isolated operations on those indices, and exposes the
ITxCommitProtocol interface to the ITransactionManagerService
service for the coordination of distributed transactions. |
interface |
IMetadataService
A metadata service for a named index.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEmbeddedDataService
A local (in process) data service.
|
class |
DataService
An implementation of a network-capable
IDataService . |
protected class |
EmbeddedFederation.EmbeddedDataServiceImpl
Concrete implementation.
|
class |
EmbeddedMetadataService
A local (in process) metadata service.
|
class |
MetadataService
Implementation of a metadata service for a named scale-out index.
|
Modifier and Type | Method and Description |
---|---|
protected ITxCommitProtocol[] |
DistributedTransactionService.getDataServices(UUID[] uuids)
Return the proxies for the services participating in a distributed
transaction commit or abort.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.