Module hyper_register

If you wish to implement your own backend for storing registers, your module needs to implement these interfaces.

This module defines the hyper_register behaviour.
Required callback functions: set/3, new/1, compact/1, max_merge/1, max_merge/2, reduce_precision/2, register_sum/1, zero_count/1, encode_registers/1, decode_registers/2, bytes/1.

Description

If you wish to implement your own backend for storing registers, your module needs to implement these interfaces. The backend modules have quite a lot of responsibility (detailed below) to allow for backend-specific optimizations.

Generated by EDoc