Uses of Interface
io.camunda.zeebe.db.KeyValuePairVisitor
Packages that use KeyValuePairVisitor
-
Uses of KeyValuePairVisitor in io.camunda.zeebe.db
Methods in io.camunda.zeebe.db with parameters of type KeyValuePairVisitorModifier and TypeMethodDescriptionvoidColumnFamily.whileEqualPrefix(DbKey keyPrefix, KeyValuePairVisitor<KeyType, ValueType> visitor) Visits the key-value pairs, which are stored in the column family and which have the same common prefix.voidColumnFamily.whileTrue(KeyValuePairVisitor<KeyType, ValueType> visitor) Visits the key-value pairs, which are stored in the column family.voidColumnFamily.whileTrue(KeyType startAtKey, KeyValuePairVisitor<KeyType, ValueType> visitor) Visits the key-value pairs, which are stored in the column family.