| Modifier and Type | Field and Description |
|---|---|
protected AggregationStatus |
Aggregator.aggregationStatus |
| Constructor and Description |
|---|
Aggregator(AggregationStatus aggregationStatus,
com.couchbase.client.java.Bucket bucket,
File originalRecordsbackupFile,
File aggregateRecordsBackupFile) |
| Modifier and Type | Field and Description |
|---|---|
protected AggregationStatus |
Elaborator.aggregationStatus |
| Modifier and Type | Method and Description |
|---|---|
protected AggregationStatus |
AggregatorManager.createAggregationStatus(String recordType) |
| Constructor and Description |
|---|
Elaborator(AggregationStatus aggregationStatus,
Date persistStartTime,
Date persistEndTime) |
| Modifier and Type | Field and Description |
|---|---|
protected AggregationStatus |
Persist.aggregationStatus |
protected AggregationStatus |
DocumentElaboration.aggregationStatus |
| Constructor and Description |
|---|
DeleteDocument(AggregationStatus aggregationStatus,
File file,
com.couchbase.client.java.Bucket bucket) |
DocumentElaboration(AggregationStatus statusManager,
AggregationState finalAggregationState,
File file,
com.couchbase.client.java.Bucket bucket,
int rowToBeElaborated) |
InsertDocument(AggregationStatus aggregationStatus,
File file,
com.couchbase.client.java.Bucket bucket) |
Persist(AggregationStatus aggregationStatus,
com.couchbase.client.java.Bucket originalRecordBucket,
com.couchbase.client.java.Bucket aggregatedRecordBucket,
File originalRecordsbackupFile,
File aggregateRecordsBackupFile) |
| Modifier and Type | Method and Description |
|---|---|
static AggregationStatus |
CouchBaseConnector.getAggregationStatus(String recordType,
AggregationType aggregationType,
Date aggregationStartDate) |
static AggregationStatus |
CouchBaseConnector.getLast(String recordType,
AggregationType aggregationType,
Date aggregationStartDate,
Date aggregationEndDate) |
| Modifier and Type | Method and Description |
|---|---|
static List<AggregationStatus> |
CouchBaseConnector.getUnterminated(Date aggregationStartDate,
Date aggregationEndDate) |
static List<AggregationStatus> |
CouchBaseConnector.getUnterminated(String recordType,
AggregationType aggregationType,
Date aggregationStartDate,
Date aggregationEndDate) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CouchBaseConnector.upsertAggregationStatus(AggregationStatus aggregationStatus) |
| Modifier and Type | Method and Description |
|---|---|
static AggregationStatus |
AggregationStatus.getAggregationStatus(String recordType,
AggregationType aggregationType,
Date aggregationStartDate) |
static AggregationStatus |
AggregationStatus.getLast(String recordType,
AggregationType aggregationType,
Date aggregationStartDate,
Date aggregationEndDate) |
| Modifier and Type | Method and Description |
|---|---|
static List<AggregationStatus> |
AggregationStatus.getUnterminated(String recordType,
AggregationType aggregationType) |
Copyright © 2018. All Rights Reserved.