| Modifier and Type | Field and Description |
|---|---|
protected AggregationType |
AggregationInfo.aggregationType |
| Modifier and Type | Method and Description |
|---|---|
AggregationType |
AggregationInfo.getAggregationType() |
static AggregationType |
AggregationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationType[] |
AggregationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AggregationInfo(String recordType,
AggregationType aggregationType,
Date aggregationStartDate,
Date aggregationEndDate) |
| Modifier and Type | Method and Description |
|---|---|
D |
DirectoryStructure.getTargetFolder(AggregationType aggregationType,
Date aggregationStartDate) |
| Modifier and Type | Field and Description |
|---|---|
protected AggregationType |
AggregatorManager.aggregationType |
| Constructor and Description |
|---|
AggregatorManager(AggregationType aggregationType,
boolean restartFromLastAggregationDate,
Date aggregationStartDate,
Date aggregationEndDate) |
| Modifier and Type | Method and Description |
|---|---|
static AggregationStatus |
CouchBaseConnector.getAggregationStatus(String recordType,
AggregationType aggregationType,
Date aggregationStartDate) |
com.couchbase.client.java.Bucket |
CouchBaseConnector.getBucket(String recordType,
AggregationType aggregationType,
CouchBaseConnector.SUFFIX suffix) |
static AggregationStatus |
CouchBaseConnector.getLast(String recordType,
AggregationType aggregationType,
Date aggregationStartDate,
Date aggregationEndDate) |
static List<AggregationStatus> |
CouchBaseConnector.getUnterminated(String recordType,
AggregationType aggregationType,
Date aggregationStartDate,
Date aggregationEndDate) |
| 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) |
static List<AggregationStatus> |
AggregationStatus.getUnterminated(String recordType,
AggregationType aggregationType) |
| Modifier and Type | Method and Description |
|---|---|
static Date |
Utility.getEndDateFromStartDate(AggregationType aggregationType,
Date aggregationStartDate,
int offset) |
Copyright © 2018. All Rights Reserved.