Uses of Class
org.jgroups.util.AsciiString
Packages that use AsciiString
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 AsciiString in org.jgroups.protocols
Fields in org.jgroups.protocols declared as AsciiStringModifier and TypeFieldDescriptionprotected AsciiStringMAKE_BATCH.cluster_nameprotected AsciiStringTP.cluster_nameThe name of the group to which this member is connected.Fields in org.jgroups.protocols with type parameters of type AsciiStringModifier and TypeFieldDescriptionprotected static final Function<AsciiString, Map<Address, SHARED_LOOPBACK>> SHARED_LOOPBACK.FUNCprotected Map<AsciiString, Key> Encrypt.key_mapprotected static final Map<AsciiString, Map<Address, SHARED_LOOPBACK>> SHARED_LOOPBACK.routing_tableMap of cluster names and address-protocol mappings.Methods in org.jgroups.protocols that return AsciiStringMethods in org.jgroups.protocols with parameters of type AsciiStringModifier and TypeMethodDescriptionprotected static voidSHARED_LOOPBACK.register(AsciiString cluster, Address local_addr, SHARED_LOOPBACK shared_loopback) protected static voidSHARED_LOOPBACK.unregister(AsciiString cluster, Address local_addr) Constructors in org.jgroups.protocols with parameters of type AsciiString -
Uses of AsciiString in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast with parameters of type AsciiStringModifier and TypeMethodDescriptionprotected voidNAKACK2.removeAndDeliver(Table<Message> buf, Address sender, boolean loopback, AsciiString cluster_name) Efficient way of checking whether another thread is already processing messages from sender. -
Uses of AsciiString in org.jgroups.util
Fields in org.jgroups.util declared as AsciiStringModifier and TypeFieldDescriptionprotected final AsciiStringMaxOneThreadPerSender.Entry.cluster_nameprotected AsciiStringMessageBatch.cluster_nameThe name of the cluster in which the message batch is sent, this is equivalent to TpHeader.cluster_nameMethods in org.jgroups.util that return AsciiStringModifier and TypeMethodDescriptionMessageBatch.clusterName()MessageBatch.getClusterName()static AsciiStringBits.readAsciiString(DataInput in) Reads an AsciiString from buf.static AsciiStringBits.readAsciiString(ByteBuffer buf) Reads an AsciiString from buf.Methods in org.jgroups.util with parameters of type AsciiStringModifier and TypeMethodDescriptionMessageBatch.clusterName(AsciiString name) intAsciiString.compareTo(AsciiString str) MessageBatch.setClusterName(AsciiString name) static intBits.size(AsciiString str) Measures the number of bytes required to encode an AsciiSring.static voidBits.writeAsciiString(AsciiString s, DataOutput out) Writes an AsciiString to buf.static voidBits.writeAsciiString(AsciiString s, ByteBuffer buf) Writes an AsciiString to buf.Constructors in org.jgroups.util with parameters of type AsciiStringModifierConstructorDescriptionAsciiString(AsciiString str) protectedEntry(Address sender, boolean mcast, AsciiString cluster_name) MessageBatch(Address dest, Address sender, AsciiString cluster_name, boolean multicast, Collection<Message> msgs) MessageBatch(Address dest, Address sender, AsciiString cluster_name, boolean multicast, MessageBatch.Mode mode, int capacity)