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 static voidSHARED_LOOPBACK. clear(AsciiString cluster)protected static voidSHARED_LOOPBACK. register(AsciiString cluster, Address local_addr, SHARED_LOOPBACK shared_loopback)protected voidReliableMulticast. removeAndDeliver(Buffer<Message> win, ReliableMulticast.Entry e, Address sender, boolean loopback, AsciiString cluster)Efficient way of checking whether another thread is already processing messages from sender.protected voidReliableUnicast. removeAndDeliver(ReliableUnicast.Entry entry, Address sender, AsciiString cluster, int min_size)Try to remove as many messages as possible from the table as pass them up.protected voidUNICAST3. removeAndDeliver(Table<Message> win, Address sender, AsciiString cluster, int min_size)Try to remove as many messages as possible from the table as pass them up.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)TpHeader(AsciiString n, byte flag, int index) -
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. removeAndDeliver(Table<Message> buf, Address sender, boolean loopback, AsciiString cluster, int min_size)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 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 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. cluster(AsciiString name)MockTransportMockTransport. cluster(AsciiString s)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)Entry(Address sender, boolean mcast, AsciiString cluster_name)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, MessageBatch.Mode mode, int capacity)
-