/AWS1/CL_TSICLUSTERCONF¶
Configuration for node modes in the DbCluster.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_ingestqueryinstances TYPE /AWS1/TSIINTEGER /AWS1/TSIINTEGER¶
The number of instances in the DbCluster which can both ingest and query.
iv_queryonlyinstances TYPE /AWS1/TSIINTEGER /AWS1/TSIINTEGER¶
The number of instances in the DbCluster which can only query.
iv_dedicatedcompactor TYPE /AWS1/TSIBOOLEAN /AWS1/TSIBOOLEAN¶
Indicates if the compactor instance is a standalone instance or not.
Queryable Attributes¶
ingestQueryInstances¶
The number of instances in the DbCluster which can both ingest and query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INGESTQUERYINSTANCES() |
Getter for INGESTQUERYINSTANCES, with configurable default |
ASK_INGESTQUERYINSTANCES() |
Getter for INGESTQUERYINSTANCES w/ exceptions if field has n |
HAS_INGESTQUERYINSTANCES() |
Determine if INGESTQUERYINSTANCES has a value |
queryOnlyInstances¶
The number of instances in the DbCluster which can only query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYONLYINSTANCES() |
Getter for QUERYONLYINSTANCES, with configurable default |
ASK_QUERYONLYINSTANCES() |
Getter for QUERYONLYINSTANCES w/ exceptions if field has no |
HAS_QUERYONLYINSTANCES() |
Determine if QUERYONLYINSTANCES has a value |
dedicatedCompactor¶
Indicates if the compactor instance is a standalone instance or not.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEDICATEDCOMPACTOR() |
Getter for DEDICATEDCOMPACTOR, with configurable default |
ASK_DEDICATEDCOMPACTOR() |
Getter for DEDICATEDCOMPACTOR w/ exceptions if field has no |
HAS_DEDICATEDCOMPACTOR() |
Determine if DEDICATEDCOMPACTOR has a value |