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 |
IClientService
A service for distributing client
Callable s across the resources of
an IBigdataFederation . |
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 |
ClientService
A service for distributing application
Callable s across an
IBigdataFederation . |
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.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.