安装包 io.realm

接口 CompactOnLaunchCallback

    • 方法摘要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      boolean shouldCompact​(long totalBytes, long usedBytes)
      此方法确定 Realm 文件在打开并返回给用户之前是否应进行压缩。
    • 方法详细信息

      • shouldCompact

        boolean shouldCompact​(long totalBytes, longusedBytes)
        此方法确定 Realm 文件在打开并返回给用户之前是否应进行压缩。 系统会向其传递总文件大小(数据 + 可用空间)以及文件中数据使用的字节数。
        参数:
        totalBytes - 总文件大小(数据 + 可用空间)。
        usedBytes - 文件中数据使用的总字节数。
        返回:
        {code true} 表示应尝试压缩文件。 否则,将跳过压实。