Uses of Class
org.jgroups.util.AsciiString
-
Packages that use AsciiString Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast org.jgroups.util 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 AsciiString Modifier and Type Field Description protected 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 AsciiString Modifier and Type Field Description protected static java.util.function.Function<AsciiString,java.util.Map<Address,SHARED_LOOPBACK>>SHARED_LOOPBACK. FUNCprotected java.util.Map<AsciiString,java.security.Key>Encrypt. key_mapprotected static java.util.Map<AsciiString,java.util.Map<Address,SHARED_LOOPBACK>>SHARED_LOOPBACK. routing_tableMap of cluster names and address-protocol mappings.Methods in org.jgroups.protocols that return AsciiString Modifier and Type Method Description AsciiStringTP. getClusterNameAscii()Methods in org.jgroups.protocols with parameters of type AsciiString Modifier and Type Method Description protected 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 Constructor Description TpHeader(AsciiString n) -
Uses of AsciiString in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast with parameters of type AsciiString Modifier and Type Method Description protected voidNAKACK2. handleMessages(Address dest, Address sender, java.util.List<LongTuple<Message>> msgs, boolean oob, AsciiString cluster_name)protected 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 AsciiString Modifier and Type Field Description protected 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 AsciiString Modifier and Type Method Description AsciiStringMessageBatch. clusterName()AsciiStringMessageBatch. getClusterName()static AsciiStringBits. readAsciiString(java.io.DataInput in)Reads an AsciiString from buf.static AsciiStringBits. readAsciiString(java.nio.ByteBuffer buf)Reads an AsciiString from buf.Methods in org.jgroups.util with parameters of type AsciiString Modifier and Type Method Description MessageBatchMessageBatch. clusterName(AsciiString name)intAsciiString. compareTo(AsciiString str)MessageBatchMessageBatch. setClusterName(AsciiString name)static intBits. size(AsciiString str)Measures the number of bytes required to encode an AsciiSring.static voidBits. writeAsciiString(AsciiString s, java.io.DataOutput out)Writes an AsciiString to buf.static voidBits. writeAsciiString(AsciiString s, java.nio.ByteBuffer buf)Writes an AsciiString to buf.Constructors in org.jgroups.util with parameters of type AsciiString Constructor Description AsciiString(AsciiString str)MessageBatch(Address dest, Address sender, AsciiString cluster_name, boolean multicast, java.util.Collection<Message> msgs)MessageBatch(Address dest, Address sender, AsciiString cluster_name, boolean multicast, java.util.Collection<Message> msgs, java.util.function.Predicate<Message> filter)MessageBatch(Address dest, Address sender, AsciiString cluster_name, boolean multicast, MessageBatch.Mode mode, int capacity)
-