| Package | Description | 
|---|---|
| com.bigdata.service | 
 
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected CommitTimeIndex | 
DistributedTransactionService.commitTimeIndex
A  
BTree containing a log of the historical commit points. | 
| Modifier and Type | Method and Description | 
|---|---|
static CommitTimeIndex | 
CommitTimeIndex.createTransient()
Create a transient instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static long | 
DistributedTransactionService.SnapshotHelper.read(CommitTimeIndex ndx,
    DataInputStream is)  | 
static long | 
DistributedTransactionService.SnapshotHelper.read(CommitTimeIndex ndx,
    File file)  | 
static long | 
DistributedTransactionService.SnapshotHelper.write(CommitTimeIndex ndx,
     DataOutputStream os)  | 
static long | 
DistributedTransactionService.SnapshotHelper.write(CommitTimeIndex ndx,
     File file)  | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.