Uses of Class
org.jgroups.util.Tuple
-
Packages that use Tuple Package Description org.jgroups.conf Provides ways to configure a protocol stack.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.protocols.rules org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Tuple in org.jgroups.conf
Methods in org.jgroups.conf that return Tuple Modifier and Type Method Description protected static Tuple<java.lang.String,java.lang.String>
XmlConfigurator. readAttribute(java.io.InputStream in)
-
Uses of Tuple in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type Tuple Modifier and Type Field Description protected java.util.List<Tuple<java.lang.String,Owner>>
Locking.LockInfoResponse. existing_locks
protected java.util.Map<Owner,Tuple<COUNTER.Request,Promise>>
COUNTER. pending_requests
protected BoundedList<Tuple<Address,java.lang.Long>>
FailureDetection. suspect_history
protected BoundedList<Tuple<java.net.InetAddress,java.lang.Long>>
FD_HOST. suspect_history
Methods in org.jgroups.protocols that return Tuple Modifier and Type Method Description protected Tuple<javax.crypto.SecretKey,byte[]>
KeyExchange. getSecretKeyFromAbove()
Fetches the secret key from a protocol above usMethods in org.jgroups.protocols that return types with arguments of type Tuple Modifier and Type Method Description protected java.util.List<Tuple<java.lang.String,Owner>>
Locking.ClientLockTable. getLockInfo()
Returns locks that have been successfully acquiredMethods in org.jgroups.protocols with parameters of type Tuple Modifier and Type Method Description protected Locking.LockInfoResponse
Locking.LockInfoResponse. add(Tuple<java.lang.String,Owner> el)
protected void
KeyExchange. setSecretKeyAbove(Tuple<javax.crypto.SecretKey,byte[]> key)
Sets the secret key in a protocol above us -
Uses of Tuple in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast that return Tuple Modifier and Type Method Description static Tuple<View,Digest>
GMS. _readViewAndDigest(byte[] buffer, int offset, int length)
protected Tuple<java.io.InputStream,java.lang.Object>
STATE_SOCK. createStreamToProvider(Address provider, StreamingStateTransfer.StateHeader hdr)
protected Tuple<java.io.InputStream,java.lang.Object>
STATE. createStreamToProvider(Address provider, StreamingStateTransfer.StateHeader hdr)
protected abstract Tuple<java.io.InputStream,java.lang.Object>
StreamingStateTransfer. createStreamToProvider(Address provider, StreamingStateTransfer.StateHeader hdr)
Creates an InputStream to the state provider to read the state.Tuple<View,Digest>
GMS. getViewAndDigest()
Returns the current view and digest.protected Tuple<java.util.Collection<? extends Address>,Digest>
FLUSH. readParticipantsAndDigest(byte[] buffer, int offset, int length)
protected Tuple<View,Digest>
GMS. readViewAndDigest(byte[] buffer, int offset, int length)
-
Uses of Tuple in org.jgroups.protocols.rules
Fields in org.jgroups.protocols.rules with type parameters of type Tuple Modifier and Type Field Description protected java.util.Map<java.lang.String,Tuple<Rule,java.util.concurrent.Future<?>>>
SUPERVISOR. rules
Deprecated. -
Uses of Tuple in org.jgroups.util
Methods in org.jgroups.util that return types with arguments of type Tuple Modifier and Type Method Description java.util.List<Tuple<Address,java.lang.Long>>
CreditMap. getMembersWithCreditsLessThan(long min_credits)
-