Class IOURingBufReg.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<IOURingBufReg>, NativeResource, Pointer
Enclosing class:
IOURingBufReg

public static class IOURingBufReg.Buffer extends StructBuffer<IOURingBufReg,IOURingBufReg.Buffer> implements NativeResource
An array of IOURingBufReg structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new IOURingBufReg.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by IOURingBufReg.SIZEOF, and its mark will be undefined.

      The created buffer instance holds a strong reference to the container object.

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • ring_addr

      public long ring_addr()
      Returns:
      the value of the ring_addr field.
    • ring_entries

      public int ring_entries()
      Returns:
      the value of the ring_entries field.
    • bgid

      public short bgid()
      Returns:
      the value of the bgid field.
    • flags

      public short flags()
      Returns:
      the value of the flags field.
    • ring_addr

      public IOURingBufReg.Buffer ring_addr(long value)
      Sets the specified value to the ring_addr field.
    • ring_entries

      public IOURingBufReg.Buffer ring_entries(int value)
      Sets the specified value to the ring_entries field.
    • bgid

      public IOURingBufReg.Buffer bgid(short value)
      Sets the specified value to the bgid field.
    • flags

      public IOURingBufReg.Buffer flags(short value)
      Sets the specified value to the flags field.