Class LogAppender

  • All Implemented Interfaces:
    Runnable

    public class LogAppender
    extends Thread
    This component has the only thread that polls the queue with requests to write some entry into the cache store. It writes the records to append-only log files, inserts the entry position into TemporaryTable and queues the position to be persisted in Index.
    Author:
    Radim Vansa <rvansa@redhat.com>