类 FlowRequestDataWriter

java.lang.Object
com.alibaba.csp.sentinel.cluster.client.codec.data.FlowRequestDataWriter
所有已实现的接口:
com.alibaba.csp.sentinel.cluster.codec.EntityWriter<com.alibaba.csp.sentinel.cluster.request.data.FlowRequestData,io.netty.buffer.ByteBuf>

public class FlowRequestDataWriter extends Object implements com.alibaba.csp.sentinel.cluster.codec.EntityWriter<com.alibaba.csp.sentinel.cluster.request.data.FlowRequestData,io.netty.buffer.ByteBuf>
+-------------------+--------------+----------------+---------------+------------------+ | RequestID(8 byte) | Type(1 byte) | FlowID(8 byte) | Count(4 byte) | PriorityFlag (1) | +-------------------+--------------+----------------+---------------+------------------+
从以下版本开始:
1.4.0
作者:
Eric Zhao
  • 构造器详细资料

    • FlowRequestDataWriter

      public FlowRequestDataWriter()
  • 方法详细资料

    • writeTo

      public void writeTo(com.alibaba.csp.sentinel.cluster.request.data.FlowRequestData entity, io.netty.buffer.ByteBuf target)
      指定者:
      writeTo 在接口中 com.alibaba.csp.sentinel.cluster.codec.EntityWriter<com.alibaba.csp.sentinel.cluster.request.data.FlowRequestData,io.netty.buffer.ByteBuf>