Uses of Enum Class
io.camunda.zeebe.db.impl.DbTenantAwareKey.PlacementType
Packages that use DbTenantAwareKey.PlacementType
-
Uses of DbTenantAwareKey.PlacementType in io.camunda.zeebe.db.impl
Methods in io.camunda.zeebe.db.impl that return DbTenantAwareKey.PlacementTypeModifier and TypeMethodDescriptionDbTenantAwareKey.placementType()Returns the value of theplacementTyperecord component.Returns the enum constant of this class with the specified name.static DbTenantAwareKey.PlacementType[]DbTenantAwareKey.PlacementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.camunda.zeebe.db.impl with parameters of type DbTenantAwareKey.PlacementTypeModifierConstructorDescriptionDbTenantAwareKey(DbString tenantKey, WrappedKey wrappedKey, DbTenantAwareKey.PlacementType placementType) Creates an instance of aDbTenantAwareKeyrecord class.