Uses of Interface
zmq.msg.MsgAllocator
-
Packages that use MsgAllocator Package Description org.zeromq Provides high-level bindings for ØMQ.zmq Provides low-level bindings for ØMQ.zmq.io.coder zmq.io.coder.v1 zmq.io.coder.v2 zmq.msg Provides utility for message allocation within ØMQ. -
-
Uses of MsgAllocator in org.zeromq
Methods in org.zeromq with parameters of type MsgAllocator Modifier and Type Method Description booleanZMQ.Socket. setMsgAllocator(MsgAllocator allocator)Sets a custom message allocator. -
Uses of MsgAllocator in zmq
Fields in zmq declared as MsgAllocator Modifier and Type Field Description MsgAllocatorOptions. allocatorMethods in zmq that return MsgAllocator Modifier and Type Method Description private MsgAllocatorOptions. allocator(java.lang.Class<?> clazz) -
Uses of MsgAllocator in zmq.io.coder
Fields in zmq.io.coder declared as MsgAllocator Modifier and Type Field Description private MsgAllocatorDecoder. allocatorConstructors in zmq.io.coder with parameters of type MsgAllocator Constructor Description Decoder(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator) -
Uses of MsgAllocator in zmq.io.coder.v1
Constructors in zmq.io.coder.v1 with parameters of type MsgAllocator Constructor Description V1Decoder(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator) -
Uses of MsgAllocator in zmq.io.coder.v2
Constructors in zmq.io.coder.v2 with parameters of type MsgAllocator Constructor Description V2Decoder(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator) -
Uses of MsgAllocator in zmq.msg
Classes in zmq.msg that implement MsgAllocator Modifier and Type Class Description classMsgAllocatorDirectclassMsgAllocatorHeapclassMsgAllocatorThresholdFields in zmq.msg declared as MsgAllocator Modifier and Type Field Description private static MsgAllocatorMsgAllocatorThreshold. directprivate static MsgAllocatorMsgAllocatorThreshold. heap
-