Class BackupListResponse
java.lang.Object
io.camunda.zeebe.protocol.impl.encoding.BackupListResponse
- All Implemented Interfaces:
BufferReader,BufferWriter
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.util.buffer.BufferReader
copyFrom
-
Constructor Details
-
BackupListResponse
public BackupListResponse() -
BackupListResponse
-
BackupListResponse
public BackupListResponse(org.agrona.DirectBuffer buffer, int offset, int length)
-
-
Method Details
-
wrap
public void wrap(org.agrona.DirectBuffer buffer, int offset, int length) - Specified by:
wrapin interfaceBufferReader
-
getLength
public int getLength()- Specified by:
getLengthin interfaceBufferWriter
-
write
public void write(org.agrona.MutableDirectBuffer buffer, int offset) - Specified by:
writein interfaceBufferWriter
-
getBackups
-