Uses of Annotation Type
org.jgroups.annotations.Experimental
Packages that use Experimental
Package
Description
Provides building blocks that are layered on top of channels.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of Experimental in org.jgroups.auth
Classes in org.jgroups.auth with annotations of type ExperimentalModifier and TypeClassDescriptionclassJGroups AuthToken Class to for Kerberos v5 authentication. -
Uses of Experimental in org.jgroups.blocks
Classes in org.jgroups.blocks with annotations of type ExperimentalModifier and TypeClassDescriptionclassSubclass of File to iterate through directories and files in a gridclassEntry point for GridFile and GridInputStream / GridOutputStreamclassclass -
Uses of Experimental in org.jgroups.blocks.atomic
Methods in org.jgroups.blocks.atomic with annotations of type ExperimentalModifier and TypeMethodDescriptiondefault <T extends Streamable>
CompletionStage<T> AsyncCounter.update(CounterFunction<T> updateFunction) Atomically updates the counter's value.default <T extends Streamable>
TSyncCounter.update(CounterFunction<T> updateFunction) Atomically updates the counter's value. -
Uses of Experimental in org.jgroups.client
Classes in org.jgroups.client with annotations of type ExperimentalModifier and TypeClassDescriptionclassSTOMP client to access the STOMP [1] protocol. -
Uses of Experimental in org.jgroups.protocols
Classes in org.jgroups.protocols with annotations of type ExperimentalModifier and TypeClassDescriptionclassBundler implementation which sends message batches (or single messages) as soon as the target destination changes (or max_bundler_size would be exceeded).classSimple and stupid async version of NoBundler.classBatches messages near the top of the stack.classBatches messages near the top of the stack.classBundler based onBATCH.classImplementation of daisy chaining.classProtocol which sends at most max_bytes in time_period milliseconds.classBundler implementation which sends message batches (or single messages) as soon as the remove queue is full (or max_bundler_size would be exceeded).classImplementation of total order protocol using a sequencer_uum.classBare-bones thread-per-connection TCP-based transport.classDiscovery protocol based on Openstack Swift (object storage).