Class MemoryCommitter

All Implemented Interfaces:
Committer, Configurable<MemoryCommitterConfig>, AutoCloseable

public class MemoryCommitter extends AbstractCommitter<MemoryCommitterConfig>

WARNING: Not intended for production use.

A Committer that stores every document received into memory. This can be useful for testing or troubleshooting applications using Committers.

Given this committer can eat up memory pretty quickly, its use is strongly discouraged for regular production use.