Skip to content

/AWS1/CL_KFKTOPICPARTITIONINFO

Contains information about a topic partition.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_partition TYPE /AWS1/KFK__INTEGER /AWS1/KFK__INTEGER

The partition ID.

iv_leader TYPE /AWS1/KFK__INTEGER /AWS1/KFK__INTEGER

The leader broker ID for the partition.

it_replicas TYPE /AWS1/CL_KFK__LSTOF__INTEGER_W=>TT___LISTOF__INTEGER TT___LISTOF__INTEGER

The list of replica broker IDs for the partition.

it_isr TYPE /AWS1/CL_KFK__LSTOF__INTEGER_W=>TT___LISTOF__INTEGER TT___LISTOF__INTEGER

The list of in-sync replica broker IDs for the partition.


Queryable Attributes

Partition

The partition ID.

Accessible with the following methods

Method Description
GET_PARTITION() Getter for PARTITION, with configurable default
ASK_PARTITION() Getter for PARTITION w/ exceptions if field has no value
HAS_PARTITION() Determine if PARTITION has a value

Leader

The leader broker ID for the partition.

Accessible with the following methods

Method Description
GET_LEADER() Getter for LEADER, with configurable default
ASK_LEADER() Getter for LEADER w/ exceptions if field has no value
HAS_LEADER() Determine if LEADER has a value

Replicas

The list of replica broker IDs for the partition.

Accessible with the following methods

Method Description
GET_REPLICAS() Getter for REPLICAS, with configurable default
ASK_REPLICAS() Getter for REPLICAS w/ exceptions if field has no value
HAS_REPLICAS() Determine if REPLICAS has a value

Isr

The list of in-sync replica broker IDs for the partition.

Accessible with the following methods

Method Description
GET_ISR() Getter for ISR, with configurable default
ASK_ISR() Getter for ISR w/ exceptions if field has no value
HAS_ISR() Determine if ISR has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT___LISTOFTOPICPARTITIONINFO

TYPES TT___LISTOFTOPICPARTITIONINFO TYPE STANDARD TABLE OF REF TO /AWS1/CL_KFKTOPICPARTITIONINFO WITH DEFAULT KEY
.