public class SimpleRequestRecord extends Object implements RequestRecord
Constructor and Description |
---|
SimpleRequestRecord(Record record) |
Modifier and Type | Method and Description |
---|---|
int |
limit() |
byte[] |
readBytes() |
<T extends Record> |
readRecord(Supplier<T> constructor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromBytes, fromBytes, fromRecord
public SimpleRequestRecord(Record record)
public <T extends Record> T readRecord(Supplier<T> constructor)
readRecord
in interface RequestRecord
public byte[] readBytes()
readBytes
in interface RequestRecord
public int limit()
limit
in interface RequestRecord
Copyright © 2008–2025 The Apache Software Foundation. All rights reserved.