Package zmq.msg

Class MsgAllocatorThreshold

java.lang.Object
zmq.msg.MsgAllocatorThreshold
All Implemented Interfaces:
MsgAllocator

public class MsgAllocatorThreshold extends Object implements MsgAllocator
  • Field Details

    • direct

      private static final MsgAllocator direct
    • heap

      private static final MsgAllocator heap
    • threshold

      public final int threshold
  • Constructor Details

    • MsgAllocatorThreshold

      public MsgAllocatorThreshold()
    • MsgAllocatorThreshold

      public MsgAllocatorThreshold(int threshold)
  • Method Details