Interface BacklogWeightPolicy

All Known Implementing Classes:
AccumulatedBacklogWeightPolicy, FixedBacklogWeightPolicy

public interface BacklogWeightPolicy
Since:
12.1
Author:
yael nahon
  • Method Details

    • calculateWeight

      int calculateWeight(IReplicationPacketData<?> data)
    • predictWeightBeforeOperation

      int predictWeightBeforeOperation(OperationWeightInfo info)
    • getDefaultPacketWeight

      int getDefaultPacketWeight()