Uses of Class
org.jgroups.util.Tuple
Packages that use Tuple
Package
Description
Provides ways to configure a protocol stack.
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 Tuple in org.jgroups.conf
Methods in org.jgroups.conf that return Tuple -
Uses of Tuple in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type TupleModifier and TypeFieldDescriptionLocking.LockInfoResponse.existing_locksprotected final BoundedList<Tuple<Address, Long>> FailureDetection.suspect_historyprotected final BoundedList<Tuple<InetAddress, Long>> FD_HOST.suspect_historyMethods in org.jgroups.protocols that return TupleModifier and TypeMethodDescriptionKeyExchange.getSecretKeyFromAbove()Fetches the secret key from a protocol above usMethods in org.jgroups.protocols that return types with arguments of type TupleModifier and TypeMethodDescriptionLocking.ClientLockTable.getLockInfo()Returns locks that have been successfully acquiredMethods in org.jgroups.protocols with parameters of type TupleModifier and TypeMethodDescriptionprotected Locking.LockInfoResponseprotected voidKeyExchange.setSecretKeyAbove(Tuple<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 TupleModifier and TypeMethodDescriptionGMS._readViewAndDigest(byte[] buffer, int offset, int length) protected Tuple<InputStream, Object> STATE_SOCK.createStreamToProvider(Address provider, StreamingStateTransfer.StateHeader hdr) protected Tuple<InputStream, Object> STATE.createStreamToProvider(Address provider, StreamingStateTransfer.StateHeader hdr) protected abstract Tuple<InputStream, Object> StreamingStateTransfer.createStreamToProvider(Address provider, StreamingStateTransfer.StateHeader hdr) Creates an InputStream to the state provider to read the state.GMS.getViewAndDigest()Returns the current view and digest.protected Tuple<Collection<? extends Address>, Digest> FLUSH.readParticipantsAndDigest(byte[] buffer, int offset, int length) Deprecated, for removal: This API element is subject to removal in a future version.GMS.readViewAndDigest(byte[] buffer, int offset, int length) -
Uses of Tuple in org.jgroups.util
Methods in org.jgroups.util that return TupleMethods in org.jgroups.util that return types with arguments of type Tuple