Interface WriteResult

  • All Superinterfaces:
    Iterable<NitriteId>

    public interface WriteResult
    extends Iterable<NitriteId>
    An interface to represent the result of a write operation in Nitrite database. It is an iterable of NitriteIds of affected documents.
    Since:
    1.0
    Author:
    Anindya Chatterjee
    • Method Detail

      • getAffectedCount

        default int getAffectedCount()
        Gets the number of affected documents by the write operation.
        Returns:
        the affected document count.