Class LogMessagesTable

All Implemented Interfaces:
VirtualTable

public final class LogMessagesTable extends AbstractMutableVirtualTable
Virtual table for holding Cassandra logs. Entries to this table are added via log appender.

The virtual table is bounded in its size. If a new log message is appended to virtual table, the oldest one is removed.

This virtual table can be truncated.

This table does not enable ALLOW FILTERING implicitly.

See Also: