Class PushDeploymentRequest
java.lang.Object
io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader<PushDeploymentRequestEncoder,PushDeploymentRequestDecoder>
io.camunda.zeebe.broker.system.management.deployment.PushDeploymentRequest
- All Implemented Interfaces:
BufferReader,BufferWriter
public final class PushDeploymentRequest
extends SbeBufferWriterReader<PushDeploymentRequestEncoder,PushDeploymentRequestDecoder>
-
Field Summary
Fields inherited from class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
headerDecoder, headerEncoder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.agrona.DirectBufferdeployment(org.agrona.DirectBuffer directBuffer) longdeploymentKey(long deploymentKey) protected PushDeploymentRequestDecoderprotected PushDeploymentRequestEncoderintintpartitionId(int partitionId) voidreset()voidwrap(org.agrona.DirectBuffer buffer, int offset, int length) voidwrite(org.agrona.MutableDirectBuffer buffer, int offset) Methods inherited from class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
toByteBuffer, toBytes, tryWrap, tryWrap, wrap
-
Constructor Details
-
PushDeploymentRequest
public PushDeploymentRequest()
-
-
Method Details
-
partitionId
-
partitionId
public int partitionId() -
deploymentKey
-
deploymentKey
public long deploymentKey() -
deployment
-
deployment
public org.agrona.DirectBuffer deployment() -
getBodyEncoder
- Specified by:
getBodyEncoderin classSbeBufferWriterReader<PushDeploymentRequestEncoder,PushDeploymentRequestDecoder>
-
getBodyDecoder
- Specified by:
getBodyDecoderin classSbeBufferWriterReader<PushDeploymentRequestEncoder,PushDeploymentRequestDecoder>
-
reset
public void reset()- Overrides:
resetin classSbeBufferWriterReader<PushDeploymentRequestEncoder,PushDeploymentRequestDecoder>
-
getLength
public int getLength()- Specified by:
getLengthin interfaceBufferWriter- Overrides:
getLengthin classSbeBufferWriterReader<PushDeploymentRequestEncoder,PushDeploymentRequestDecoder>
-
write
public void write(org.agrona.MutableDirectBuffer buffer, int offset) - Specified by:
writein interfaceBufferWriter- Overrides:
writein classSbeBufferWriterReader<PushDeploymentRequestEncoder,PushDeploymentRequestDecoder>
-
wrap
public void wrap(org.agrona.DirectBuffer buffer, int offset, int length) - Specified by:
wrapin interfaceBufferReader- Overrides:
wrapin classSbeBufferWriterReader<PushDeploymentRequestEncoder,PushDeploymentRequestDecoder>
-