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 | Method and Description |
---|---|
IBigdataClient |
AbstractResourceManagerTestCase.MockFederation.getClient() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClient<T>
Abstract base class for
IBigdataClient implementations. |
class |
AbstractScaleOutClient<T>
Client class for
AbstractScaleOutFederation s. |
class |
EmbeddedClient<T>
A client for an embedded federation (the client and the data services all run
in the same process).
|
Modifier and Type | Field and Description |
---|---|
protected IBigdataClient<?> |
AbstractEmbeddedFederationTestCase.client |
Modifier and Type | Method and Description |
---|---|
IBigdataClient<T> |
IBigdataFederation.getClient()
Return the client object that was used to connect to the federation.
|
Modifier and Type | Method and Description |
---|---|
com.bigdata.testutil.ExperimentDriver.Result |
StressTestConcurrent.doConcurrentClientTest(IBigdataClient<?> client,
int nclients,
long timeout,
int ntrials,
int keyLen,
int nops,
double insertRate,
int nindices,
boolean testCorrectness)
A stress test with a pool of concurrent clients.
|
Constructor and Description |
---|
AbstractDistributedFederation(IBigdataClient<T> client) |
AbstractFederation(IBigdataClient<T> client) |
AbstractScaleOutFederation(IBigdataClient<T> client) |
DefaultClientDelegate(IBigdataClient<?> client,
T clientOrService) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.