Interface | Description |
---|---|
IAsynchronousWriteBufferFactory |
Interface for asynchronous writes on scale-out indices.
|
IClientIndex |
IBigdataClient -side IIndex interface. |
IScaleOutClientIndex |
A client-side view of a scale-out index.
|
ISplitter |
Interface for finding the
Split s for an ordered set of unsigned
byte[] keys. |
Class | Description |
---|---|
AbstractScaleOutClientIndexView |
Abstract base class for the
IScaleOutClientIndex implementation(s). |
AbstractScaleOutClientIndexView2 |
Abstract class encapsulating MOST of the logic for executing tasks
corresponding to client index operations.
|
AbstractSplitter |
Basic implementation - you only need to provide resolution for the
IMetadataIndex . |
ClientIndexView |
A client-side view of a scale-out index as of some timestamp.
|
ClientIndexViewRefactor |
A client-side view of a scale-out index as of some timestamp.
|
DataServiceTupleIterator<E> |
Class supports range query across against an unpartitioned index on an
IDataService . |
IdentityHandler<T> |
Hands back the object visited for a single index partition.
|
IndexSyncRPCCounters |
Counters used for sync RPC on scale-out indices.
|
NopAggregator<R,A> |
NOP aggregator does nothing and returns
null . |
PartitionedTupleIterator<E> |
Class supports range query across one or more index partitions.
|
RawDataServiceTupleIterator<E> |
Class supports range query across against an unpartitioned index on an
IDataService but DOES NOT handle index partition splits, moves or
joins. |
ScaleOutIndexCounters |
Counters pertaining to a scale-out index.
|
TestAll |
Aggregates test suites in increasing dependency order.
|
TestSplitter |
Unit tests for
ISplitter . |
Exception | Description |
---|---|
ClientException |
Exposes a linked list of retry exceptions leading to the failure of an
AbstractDataServiceProcedureTask . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.