Package org.apache.kafka.common
Class Tenant
java.lang.Object
org.apache.kafka.common.Tenant
Represents the contents of a tenant.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tenant
Creates a tenant. This constructor accepts a list of Integers of cell-ids and As the passed in list will not be copied, it should be unmodifiable- Parameters:
tenantId
- the unique tenant IDcellIds
- the list of cell the tenant is assigned
-
-
Method Details