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 boolean
ZMQ.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 MsgAllocator
Options. allocator
Methods in zmq that return MsgAllocator Modifier and Type Method Description private MsgAllocator
Options. 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 MsgAllocator
Decoder. allocator
Constructors 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 class
MsgAllocatorDirect
class
MsgAllocatorHeap
class
MsgAllocatorThreshold
Fields in zmq.msg declared as MsgAllocator Modifier and Type Field Description private static MsgAllocator
MsgAllocatorThreshold. direct
private static MsgAllocator
MsgAllocatorThreshold. heap
-