Class ReplicaIDRepository

  • All Implemented Interfaces:
    IRepository

    public class ReplicaIDRepository
    extends Repository
    A class represents a replica repository. It creates unique managed replica IDs.

    Version:
    $Revision$, $Date$
    Author:
    alee
    • Field Detail

      • logger

        public static org.slf4j.Logger logger
    • Method Detail

      • getLastSerialNumberInRange

        public java.math.BigInteger getLastSerialNumberInRange​(java.math.BigInteger serial_low_bound,
                                                               java.math.BigInteger serial_upper_bound)
                                                        throws EBaseException
        Returns last serial number in given range
        Specified by:
        getLastSerialNumberInRange in class Repository
        Throws:
        EBaseException