Uses of Class
org.jgroups.util.FastArray
Packages that use FastArray
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of FastArray in org.jgroups.protocols
Fields in org.jgroups.protocols declared as FastArrayMethods in org.jgroups.protocols with parameters of type FastArrayModifier and TypeMethodDescriptionprotected voidprotected voidPerDestinationBundler.SendBuffer.sendMessageList(Address dest, Address src, FastArray<Message> list) protected voidPerDestinationBundler.SendBuffer.sendMessages(Address dest, Address src, FastArray<Message> list) -
Uses of FastArray in org.jgroups.util
Fields in org.jgroups.util declared as FastArrayModifier and TypeFieldDescriptionMessageBatch.messagesThe storage of the messages; removed messages have a null elementMethods in org.jgroups.util that return FastArrayModifier and TypeMethodDescriptionMessageBatch.array()Returns the underlying message array.FastArray.clear(boolean null_elements) FastArray.increment(int i) FastArray.printLimit(int l) FastArray.remove(int idx) Replaces any or all elements matching filter with a new elementFastArray.resize(int new_capacity) Methods in org.jgroups.util with parameters of type FastArrayModifier and TypeMethodDescriptionintintintFastArray.transferFrom(FastArray<T> other, boolean clear) Copies the messages from the other array into this one,static voidUtil.writeMessageList(Address dest, Address src, byte[] cluster_name, FastArray<Message> msgs, DataOutput dos, boolean multicast)