Interface RecordsIngested.Builder

  • Method Details

    • total

      Total count of successfully ingested records.

      Parameters:
      total - Total count of successfully ingested records.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • memoryStore

      RecordsIngested.Builder memoryStore(Integer memoryStore)

      Count of records ingested into the memory store.

      Parameters:
      memoryStore - Count of records ingested into the memory store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • magneticStore

      RecordsIngested.Builder magneticStore(Integer magneticStore)

      Count of records ingested into the magnetic store.

      Parameters:
      magneticStore - Count of records ingested into the magnetic store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.