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 AsciiString
MAKE_BATCH. cluster_name
protected AsciiString
TP. cluster_name
The 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. FUNC
protected java.util.Map<AsciiString,java.security.Key>
Encrypt. key_map
protected static java.util.Map<AsciiString,java.util.Map<Address,SHARED_LOOPBACK>>
SHARED_LOOPBACK. routing_table
Map of cluster names and address-protocol mappings.Methods in org.jgroups.protocols that return AsciiString Modifier and Type Method Description AsciiString
TP. getClusterNameAscii()
Methods in org.jgroups.protocols with parameters of type AsciiString Modifier and Type Method Description protected static void
SHARED_LOOPBACK. register(AsciiString cluster, Address local_addr, SHARED_LOOPBACK shared_loopback)
protected static void
SHARED_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 void
NAKACK2. handleMessages(Address dest, Address sender, java.util.List<LongTuple<Message>> msgs, boolean oob, AsciiString cluster_name)
protected void
NAKACK2. 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 AsciiString
MessageBatch. cluster_name
The 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 AsciiString
MessageBatch. clusterName()
AsciiString
MessageBatch. getClusterName()
static AsciiString
Bits. readAsciiString(java.io.DataInput in)
Reads an AsciiString from buf.static AsciiString
Bits. 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 MessageBatch
MessageBatch. clusterName(AsciiString name)
int
AsciiString. compareTo(AsciiString str)
MessageBatch
MessageBatch. setClusterName(AsciiString name)
static int
Bits. size(AsciiString str)
Measures the number of bytes required to encode an AsciiSring.static void
Bits. writeAsciiString(AsciiString s, java.io.DataOutput out)
Writes an AsciiString to buf.static void
Bits. 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)
-