Class StaticCounterFlyweight

java.lang.Object
io.aeron.command.StaticCounterFlyweight

public class StaticCounterFlyweight extends Object
Message to denote a response to a create static counter request.
See Also:
  • Field Details

  • Constructor Details

    • StaticCounterFlyweight

      public StaticCounterFlyweight()
  • Method Details

    • wrap

      public final StaticCounterFlyweight wrap(MutableDirectBuffer buffer, int offset)
      Wrap the buffer at a given offset for updates.
      Parameters:
      buffer - to wrap
      offset - at which the message begins.
      Returns:
      this for a fluent API.
    • correlationId

      public long correlationId()
      Get the correlation id field.
      Returns:
      correlation id field.
    • correlationId

      public StaticCounterFlyweight correlationId(long correlationId)
      Set the correlation id field.
      Parameters:
      correlationId - field value.
      Returns:
      this for a fluent API.
    • counterId

      public int counterId()
      The counter id.
      Returns:
      counter id.
    • counterId

      public StaticCounterFlyweight counterId(int counterId)
      Set counter id field
      Parameters:
      counterId - field value
      Returns:
      this for a fluent API.
    • toString

      public String toString()
      Overrides:
      toString in class Object