/AWS1/CL_SRHSCALINGPARAMETERS¶
The desired instance type and desired number of replicas of each index partition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_desiredinstancetype TYPE /AWS1/SRHPARTITIONINSTANCETYPE /AWS1/SRHPARTITIONINSTANCETYPE¶
The instance type that you want to preconfigure for your domain. For example,
search.m1.small.
iv_desiredreplicationcount TYPE /AWS1/SRHUINTVALUE /AWS1/SRHUINTVALUE¶
The number of replicas you want to preconfigure for each index partition.
iv_desiredpartitioncount TYPE /AWS1/SRHUINTVALUE /AWS1/SRHUINTVALUE¶
The number of partitions you want to preconfigure for your domain. Only valid when you select
m2.2xlargeas the desired instance type.
Queryable Attributes¶
DesiredInstanceType¶
The instance type that you want to preconfigure for your domain. For example,
search.m1.small.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIREDINSTANCETYPE() |
Getter for DESIREDINSTANCETYPE, with configurable default |
ASK_DESIREDINSTANCETYPE() |
Getter for DESIREDINSTANCETYPE w/ exceptions if field has no |
HAS_DESIREDINSTANCETYPE() |
Determine if DESIREDINSTANCETYPE has a value |
DesiredReplicationCount¶
The number of replicas you want to preconfigure for each index partition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIREDREPLICATIONCOUNT() |
Getter for DESIREDREPLICATIONCOUNT |
DesiredPartitionCount¶
The number of partitions you want to preconfigure for your domain. Only valid when you select
m2.2xlargeas the desired instance type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIREDPARTITIONCOUNT() |
Getter for DESIREDPARTITIONCOUNT |