EventBuffer

  • EventBuffer is a data structure that provides access to a list of events.

  • It inherits methods for accessing and managing data from AbstractDataBuffer, DataBuffer, Releasable, Closeable, and AutoCloseable interfaces.

  • The public get(int position) method allows retrieval of a specific Event object from the buffer based on its position.

public final class EventBuffer extends AbstractDataBuffer<Event>

Data structure providing access to a list of events.

Public Method Summary

Event
get(int position)

Inherited Method Summary

Public Methods

public Event get (int position)