Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort() - Method in interface com.rabbitmq.client.Channel
Abort this channel with the AMQP.REPLY_SUCCESS close code and message 'OK'.
abort() - Method in interface com.rabbitmq.client.Connection
Abort this connection and all its channels with the AMQP.REPLY_SUCCESS close code and message 'OK'.
abort() - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - Abort this connection and all its channels with the AMQP.REPLY_SUCCESS close code and message 'OK'.
abort() - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Abort this channel with the AMQP.REPLY_SUCCESS close code and message 'OK'.
abort() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
abort() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
abort(int) - Method in interface com.rabbitmq.client.Connection
Abort this connection and all its channels with the AMQP.REPLY_SUCCESS close code and message 'OK'.
abort(int) - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - Abort this connection and all its channels with the AMQP.REPLY_SUCCESS close code and message 'OK'.
abort(int) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
abort(int, String) - Method in interface com.rabbitmq.client.Channel
Abort this channel.
abort(int, String) - Method in interface com.rabbitmq.client.Connection
Abort this connection and all its channels.
abort(int, String) - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - Abort this connection and all its channels.
abort(int, String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Abort this channel.
abort(int, String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
abort(int, String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
abort(int, String, int) - Method in interface com.rabbitmq.client.Connection
Abort this connection and all its channels.
abort(int, String, int) - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - Abort this connection and all its channels.
abort(int, String, int) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
abort(RuntimeException) - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
Abort the batch and complete the future and callbacks.
abortForNewBatch - Variable in class org.apache.kafka.clients.producer.internals.RecordAccumulator.RecordAppendResult
 
abortIncompleteBatches() - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
This function is only called when sender is closed forcefully.
abortRecordAppends() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
Abort the record builder and reset the state of the underlying buffer.
abortTransaction() - Method in class org.apache.kafka.clients.producer.KafkaProducer
Aborts the ongoing transaction.
abortTransaction() - Method in class org.apache.kafka.clients.producer.MockProducer
 
abortTransaction() - Method in interface org.apache.kafka.clients.producer.Producer
abortTransaction(AbortTransactionSpec) - Method in interface org.apache.kafka.clients.admin.Admin
Forcefully abort a transaction which is open on a topic partition.
abortTransaction(AbortTransactionSpec, AbortTransactionOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Forcefully abort a transaction which is open on a topic partition.
abortTransaction(AbortTransactionSpec, AbortTransactionOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
abortTransaction(AbortTransactionSpec, AbortTransactionOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
abortTransactionException - Variable in class org.apache.kafka.clients.producer.MockProducer
 
AbortTransactionHandler - Class in org.apache.kafka.clients.admin.internals
 
AbortTransactionHandler(AbortTransactionSpec, LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.AbortTransactionHandler
 
AbortTransactionOptions - Class in org.apache.kafka.clients.admin
 
AbortTransactionOptions() - Constructor for class org.apache.kafka.clients.admin.AbortTransactionOptions
 
AbortTransactionResult - Class in org.apache.kafka.clients.admin
AbortTransactionSpec - Class in org.apache.kafka.clients.admin
 
AbortTransactionSpec(TopicPartition, long, short, int) - Constructor for class org.apache.kafka.clients.admin.AbortTransactionSpec
 
AbstractCoordinator - Class in org.apache.kafka.clients.consumer.internals
AbstractCoordinator implements group management for a single group member by interacting with a designated Kafka broker (the coordinator).
AbstractCoordinator(GroupRebalanceConfig, LogContext, ConsumerNetworkClient, Metrics, String, Time) - Constructor for class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Initialize the coordination manager.
AbstractCoordinator(GroupRebalanceConfig, LogContext, ConsumerNetworkClient, Metrics, String, Time, Optional<ClientTelemetryReporter>) - Constructor for class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
AbstractCoordinator.CoordinatorResponseHandler<R,T> - Class in org.apache.kafka.clients.consumer.internals
 
AbstractCoordinator.Generation - Class in org.apache.kafka.clients.consumer.internals
 
AbstractCoordinator.MemberState - Enum Class in org.apache.kafka.clients.consumer.internals
 
AbstractFetch - Class in org.apache.kafka.clients.consumer.internals
AbstractFetch represents the basic state and logic for record fetching processing.
AbstractFetch(LogContext, ConsumerMetadata, SubscriptionState, FetchConfig, FetchBuffer, FetchMetricsManager, Time, ApiVersions) - Constructor for class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
AbstractFetch.ResponseHandler<T> - Interface in org.apache.kafka.clients.consumer.internals
Defines the contract for handling fetch responses from brokers.
AbstractFrameHandlerFactory - Class in com.rabbitmq.client.impl
 
AbstractFrameHandlerFactory(int, SocketConfigurator, boolean, int) - Constructor for class com.rabbitmq.client.impl.AbstractFrameHandlerFactory
 
AbstractMetricsCollector - Class in com.rabbitmq.client.impl
Base class for MetricsCollector.
AbstractMetricsCollector() - Constructor for class com.rabbitmq.client.impl.AbstractMetricsCollector
 
AbstractOptions<T> - Class in org.apache.kafka.clients.admin
 
AbstractOptions() - Constructor for class org.apache.kafka.clients.admin.AbstractOptions
 
AbstractPartitionAssignor - Class in org.apache.kafka.clients.consumer.internals
Abstract assignor implementation which does some common grunt work (in particular collecting partition counts which are always needed in assignors).
AbstractPartitionAssignor() - Constructor for class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor
 
AbstractPartitionAssignor.MemberInfo - Class in org.apache.kafka.clients.consumer.internals
 
AbstractStickyAssignor - Class in org.apache.kafka.clients.consumer.internals
Sticky assignment implementation used by StickyAssignor and CooperativeStickyAssignor.
AbstractStickyAssignor() - Constructor for class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor
 
AbstractStickyAssignor.MemberData - Class in org.apache.kafka.clients.consumer.internals
 
acceptsURL(String) - Method in class org.mariadb.jdbc.Driver
returns true if the driver can accept the url.
Access() - Constructor for class com.rabbitmq.client.AMQP.Access
 
Access() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Access
 
ACCESS_REFUSED - Static variable in interface com.rabbitmq.client.AMQP
 
ack(String, StreamMessageId...) - Method in interface org.redisson.api.RStream
Marks pending messages by group name and stream ids as correctly processed.
ack(String, StreamMessageId...) - Method in interface org.redisson.api.RStreamReactive
Marks pending messages by group name and stream ids as correctly processed.
ack(String, StreamMessageId...) - Method in interface org.redisson.api.RStreamRx
Marks pending messages by group name and stream ids as correctly processed.
Ack(long, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
Ack(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
ackAsync(String, StreamMessageId...) - Method in interface org.redisson.api.RStreamAsync
Marks pending messages by group name and stream ids as correctly processed.
ACKNOWLEDGING - Enum constant in enum class org.apache.kafka.clients.consumer.internals.MemberState
Member has completed reconciling an assignment received, and stays in this state only until the next heartbeat request is sent out to acknowledge the assignment to the server.
ACKS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
acks
acquire() - Method in interface org.redisson.api.RPermitExpirableSemaphore
Acquires a permit and returns its id.
acquire() - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Acquires a permit and returns its id.
acquire() - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Acquires a permit from this semaphore, blocking until one is available, or the thread is interrupted.
acquire() - Method in interface org.redisson.api.RRateLimiter
Acquires a permit from this RateLimiter, blocking until one is available.
acquire() - Method in interface org.redisson.api.RRateLimiterReactive
Acquires a permit from this RateLimiter, blocking until one is available.
acquire() - Method in interface org.redisson.api.RRateLimiterRx
Acquires a permit from this RateLimiter, blocking until one is available.
acquire() - Method in interface org.redisson.api.RSemaphore
Acquires a permit.
acquire() - Method in interface org.redisson.api.RSemaphoreReactive
Acquires a permit.
acquire() - Method in interface org.redisson.api.RSemaphoreRx
Acquires a permit.
acquire(int) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Acquires defined amount of permits.
acquire(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Acquires defined amount of permits.
acquire(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Acquires defined amount of permits from this semaphore, blocking until enough permits are available, or the thread is interrupted.
acquire(int) - Method in interface org.redisson.api.RSemaphore
Acquires defined amount of permits.
acquire(int) - Method in interface org.redisson.api.RSemaphoreReactive
Acquires defined amount of permits.
acquire(int) - Method in interface org.redisson.api.RSemaphoreRx
Acquires defined amount of permits.
acquire(int, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Acquires defined amount of permits with defined leaseTime and returns ids.
acquire(int, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Acquires defined amount of permits with defined leaseTime and returns ids.
acquire(int, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Acquires defined amount of permits with defined lease time from this semaphore, blocking until enough permits are available, or the thread is interrupted.
acquire(long) - Method in interface org.redisson.api.RRateLimiter
Acquires a specified permits from this RateLimiter, blocking until one is available.
acquire(long) - Method in interface org.redisson.api.RRateLimiterReactive
Acquires a specified permits from this RateLimiter, blocking until one is available.
acquire(long) - Method in interface org.redisson.api.RRateLimiterRx
Acquires a specified permits from this RateLimiter, blocking until one is available.
acquire(long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Acquires a permit with defined leaseTime and return its id.
acquire(long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Acquires a permit with defined leaseTime and return its id.
acquire(long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Acquires a permit with defined lease time from this semaphore, blocking until one is available, or the thread is interrupted.
acquireAsync() - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Acquires a permit and returns its id.
acquireAsync() - Method in interface org.redisson.api.RRateLimiterAsync
Acquires a permit from this RateLimiter, blocking until one is available.
acquireAsync() - Method in interface org.redisson.api.RSemaphoreAsync
Acquires a permit.
acquireAsync(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Acquires defined amount of permits and returns their ids.
acquireAsync(int) - Method in interface org.redisson.api.RSemaphoreAsync
Acquires defined amount of permits.
acquireAsync(int, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Acquires defined amount of permits and return their ids.
acquireAsync(long) - Method in interface org.redisson.api.RRateLimiterAsync
Acquires a specified permits from this RateLimiter, blocking until one is available.
acquireAsync(long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Acquires a permit with defined leaseTime and return its id.
acquiredPermits() - Method in interface org.redisson.api.RPermitExpirableSemaphore
Returns the number of acquired permits.
acquiredPermits() - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Returns the number of acquired permits.
acquiredPermits() - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Returns the number of acquired permits.
acquiredPermitsAsync() - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Returns the number of acquired permits.
active() - Method in class com.rabbitmq.client.AMQP.Access.Request.Builder
 
active() - Method in class com.rabbitmq.client.AMQP.Channel.Flow.Builder
 
active() - Method in class com.rabbitmq.client.AMQP.Channel.FlowOk.Builder
 
active(boolean) - Method in class com.rabbitmq.client.AMQP.Access.Request.Builder
 
active(boolean) - Method in class com.rabbitmq.client.AMQP.Channel.Flow.Builder
 
active(boolean) - Method in class com.rabbitmq.client.AMQP.Channel.FlowOk.Builder
 
activeProducers() - Method in class org.apache.kafka.clients.admin.DescribeProducersResult.PartitionProducerState
 
add(double) - Method in interface org.redisson.api.RDoubleAdder
Adds value
add(double, double, V) - Method in interface org.redisson.api.RGeo
Adds geospatial member.
add(double, double, V) - Method in interface org.redisson.api.RGeoReactive
Adds geospatial member.
add(double, double, V) - Method in interface org.redisson.api.RGeoRx
Adds geospatial member.
add(double, V) - Method in interface org.redisson.api.RScoredSortedSet
Adds element to this set, overrides previous score if it has been already added.
add(double, V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds element to this set, overrides previous score if it has been already added.
add(double, V) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds element to this set, overrides previous score if it has been already added.
add(int, V) - Method in interface org.redisson.api.RListReactive
Inserts element at index.
add(int, V) - Method in interface org.redisson.api.RListRx
Inserts element at index.
add(long) - Method in interface org.redisson.api.RLongAdder
Adds value
add(long, V) - Method in interface org.redisson.api.RTimeSeries
Adds element to this time-series collection by specified timestamp.
add(long, V) - Method in interface org.redisson.api.RTimeSeriesReactive
Adds element to this time-series collection by specified timestamp.
add(long, V) - Method in interface org.redisson.api.RTimeSeriesRx
Adds element to this time-series collection by specified timestamp.
add(long, V, long, TimeUnit) - Method in interface org.redisson.api.RTimeSeries
Adds element to this time-series collection by specified timestamp.
add(long, V, long, TimeUnit) - Method in interface org.redisson.api.RTimeSeriesReactive
Adds element to this time-series collection by specified timestamp.
add(long, V, long, TimeUnit) - Method in interface org.redisson.api.RTimeSeriesRx
Adds element to this time-series collection by specified timestamp.
add(long, V, L) - Method in interface org.redisson.api.RTimeSeries
Adds element with label to this time-series collection by specified timestamp.
add(long, V, L) - Method in interface org.redisson.api.RTimeSeriesReactive
Adds element with label to this time-series collection by specified timestamp.
add(long, V, L) - Method in interface org.redisson.api.RTimeSeriesRx
Adds element with label to this time-series collection by specified timestamp.
add(long, V, L, Duration) - Method in interface org.redisson.api.RTimeSeries
Adds element with label to this time-series collection by specified timestamp.
add(long, V, L, Duration) - Method in interface org.redisson.api.RTimeSeriesReactive
Adds element with label to this time-series collection by specified timestamp.
add(long, V, L, Duration) - Method in interface org.redisson.api.RTimeSeriesRx
Adds element with label to this time-series collection by specified timestamp.
add(SocketChannelConfigurator) - Method in class com.rabbitmq.client.SocketChannelConfigurators.Builder
Add an extra configuration step.
add(SocketConfigurator) - Method in class com.rabbitmq.client.SocketConfigurators.Builder
Add an extra configuration step.
add(SslEngineConfigurator) - Method in class com.rabbitmq.client.SslEngineConfigurators.Builder
Add extra configuration step.
add(String, long) - Method in class org.apache.kafka.clients.producer.internals.ProducerMetadata
 
add(Collection<T>) - Method in interface org.redisson.api.RBloomFilter
Adds elements
add(ApplicationEvent) - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEventHandler
Add an ApplicationEvent to the handler and then internally invoke ApplicationEventHandler.wakeupNetworkThread() to alert the network I/O thread that it has something to process.
add(BackgroundEvent) - Method in class org.apache.kafka.clients.consumer.internals.events.BackgroundEventHandler
Add a BackgroundEvent to the handler.
add(Fetch<K, V>) - Method in class org.apache.kafka.clients.consumer.internals.Fetch
Add another Fetch to this one; all of its records will be added to this fetch's Fetch.records() records}, and if the other fetch advanced the consume position for any topic partition, this fetch will be marked as having advanced the consume position as well.
add(NetworkClientDelegate.UnsentRequest) - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
 
add(GeoEntry...) - Method in interface org.redisson.api.RGeo
Adds geospatial members.
add(GeoEntry...) - Method in interface org.redisson.api.RGeoReactive
Adds geospatial members.
add(GeoEntry...) - Method in interface org.redisson.api.RGeoRx
Adds geospatial members.
add(StreamAddArgs<K, V>) - Method in interface org.redisson.api.RStream
Appends a new entry/entries and returns generated Stream Message ID
add(StreamAddArgs<K, V>) - Method in interface org.redisson.api.RStreamReactive
Appends a new entry/entries and returns generated Stream Message ID
add(StreamAddArgs<K, V>) - Method in interface org.redisson.api.RStreamRx
Appends a new entry/entries and returns generated Stream Message ID
add(StreamMessageId, StreamAddArgs<K, V>) - Method in interface org.redisson.api.RStream
Appends a new entry/entries by specified Stream Message ID
add(StreamMessageId, StreamAddArgs<K, V>) - Method in interface org.redisson.api.RStreamReactive
Appends a new entry/entries by specified Stream Message ID
add(StreamMessageId, StreamAddArgs<K, V>) - Method in interface org.redisson.api.RStreamRx
Appends a new entry/entries by specified Stream Message ID
add(T) - Method in interface org.redisson.api.RBloomFilter
Adds element
add(V) - Method in interface org.redisson.api.RCollectionReactive
Adds element into this collection.
add(V) - Method in interface org.redisson.api.RCollectionRx
Adds element into this collection.
add(V) - Method in interface org.redisson.api.RHyperLogLog
Adds element into this structure.
add(V) - Method in interface org.redisson.api.RHyperLogLogReactive
Adds element into this structure.
add(V) - Method in interface org.redisson.api.RHyperLogLogRx
Adds element into this structure.
add(V, long, TimeUnit) - Method in interface org.redisson.api.RSetCache
Stores value with specified time to live.
add(V, long, TimeUnit) - Method in interface org.redisson.api.RSetCacheReactive
Stores value with specified time to live.
add(V, long, TimeUnit) - Method in interface org.redisson.api.RSetCacheRx
Stores value with specified time to live.
addAfter(V, V) - Method in interface org.redisson.api.RList
Add element after elementToFind
addAfter(V, V) - Method in interface org.redisson.api.RListReactive
Add element after elementToFind
addAfter(V, V) - Method in interface org.redisson.api.RListRx
Add element after elementToFind
addAfterAsync(V, V) - Method in interface org.redisson.api.RListAsync
Inserts element after elementToFind
addAlias(String, String) - Method in interface org.redisson.api.RSearch
Adds alias to defined index name
addAlias(String, String) - Method in interface org.redisson.api.RSearchReactive
Adds alias to defined index name
addAlias(String, String) - Method in interface org.redisson.api.RSearchRx
Adds alias to defined index name
addAliasAsync(String, String) - Method in interface org.redisson.api.RSearchAsync
Adds alias to defined index name
addAll(int, Collection<? extends V>) - Method in interface org.redisson.api.RListReactive
Inserts elements at index.
addAll(int, Collection<? extends V>) - Method in interface org.redisson.api.RListRx
Inserts elements at index.
addAll(Collection<? extends V>) - Method in interface org.redisson.api.RCollectionReactive
Adds all elements contained in the specified collection
addAll(Collection<? extends V>) - Method in interface org.redisson.api.RCollectionRx
Adds all elements contained in the specified collection
addAll(Collection<TimeSeriesEntry<V, L>>) - Method in interface org.redisson.api.RTimeSeries
Adds all entries collection to this time-series collection.
addAll(Collection<TimeSeriesEntry<V, L>>) - Method in interface org.redisson.api.RTimeSeriesReactive
Adds all entries collection to this time-series collection.
addAll(Collection<TimeSeriesEntry<V, L>>) - Method in interface org.redisson.api.RTimeSeriesRx
Adds all entries collection to this time-series collection.
addAll(Collection<TimeSeriesEntry<V, L>>, Duration) - Method in interface org.redisson.api.RTimeSeries
Adds all time series entries collection to this time-series collection.
addAll(Collection<TimeSeriesEntry<V, L>>, Duration) - Method in interface org.redisson.api.RTimeSeriesReactive
Adds all time series entries collection to this time-series collection.
addAll(Collection<TimeSeriesEntry<V, L>>, Duration) - Method in interface org.redisson.api.RTimeSeriesRx
Adds all time series entries collection to this time-series collection.
addAll(Collection<V>) - Method in interface org.redisson.api.RHyperLogLog
Adds all elements contained in objects collection into this structure
addAll(Collection<V>) - Method in interface org.redisson.api.RHyperLogLogReactive
Adds all elements contained in objects collection into this structure
addAll(Collection<V>) - Method in interface org.redisson.api.RHyperLogLogRx
Adds all elements contained in objects collection into this structure
addAll(List<NetworkClientDelegate.UnsentRequest>) - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
 
addAll(Map<Long, V>) - Method in interface org.redisson.api.RTimeSeries
Adds all elements contained in the specified map to this time-series collection.
addAll(Map<Long, V>) - Method in interface org.redisson.api.RTimeSeriesReactive
Adds all elements contained in the specified map to this time-series collection.
addAll(Map<Long, V>) - Method in interface org.redisson.api.RTimeSeriesRx
Adds all elements contained in the specified map to this time-series collection.
addAll(Map<Long, V>, long, TimeUnit) - Method in interface org.redisson.api.RTimeSeries
Adds all elements contained in the specified map to this time-series collection.
addAll(Map<Long, V>, long, TimeUnit) - Method in interface org.redisson.api.RTimeSeriesReactive
Adds all elements contained in the specified map to this time-series collection.
addAll(Map<Long, V>, long, TimeUnit) - Method in interface org.redisson.api.RTimeSeriesRx
Adds all elements contained in the specified map to this time-series collection.
addAll(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Adds all elements contained in the specified map to this sorted set.
addAll(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds all elements contained in the specified map to this sorted set.
addAll(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds all elements contained in the specified map to this sorted set.
addAll(Map<V, Duration>) - Method in interface org.redisson.api.RSetCache
Adds all elements contained in the specified map to this sorted set.
addAll(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheReactive
Adds all elements contained in the specified map to this sorted set.
addAll(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheRx
Adds all elements contained in the specified map to this sorted set.
addAll(NetworkClientDelegate.PollResult) - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
 
addAll(Publisher<? extends V>) - Method in interface org.redisson.api.RCollectionReactive
Adds all elements contained in the specified collection
addAll(Publisher<? extends V>) - Method in interface org.redisson.api.RCollectionRx
Adds all elements contained in the specified collection
addAllAsync(int, Collection<? extends V>) - Method in interface org.redisson.api.RListAsync
Inserts elements at index.
addAllAsync(Collection<? extends V>) - Method in interface org.redisson.api.RCollectionAsync
Adds all elements contained in the specified collection
addAllAsync(Collection<TimeSeriesEntry<V, L>>) - Method in interface org.redisson.api.RTimeSeriesAsync
Adds all entries collection to this time-series collection.
addAllAsync(Collection<TimeSeriesEntry<V, L>>, Duration) - Method in interface org.redisson.api.RTimeSeriesAsync
Adds all time series entries collection to this time-series collection.
addAllAsync(Collection<V>) - Method in interface org.redisson.api.RHyperLogLogAsync
Adds all elements contained in objects collection into this structure
addAllAsync(Map<Long, V>) - Method in interface org.redisson.api.RTimeSeriesAsync
Adds all elements contained in the specified map to this time-series collection.
addAllAsync(Map<Long, V>, long, TimeUnit) - Method in interface org.redisson.api.RTimeSeriesAsync
Adds all elements contained in the specified map to this time-series collection.
addAllAsync(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds all elements contained in the specified map to this sorted set.
addAllAsync(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheAsync
Adds all elements contained in the specified map to this sorted set.
addAllCounted(Collection<? extends V>) - Method in interface org.redisson.api.RSet
Adds all elements contained in the specified collection.
addAllCounted(Collection<? extends V>) - Method in interface org.redisson.api.RSetReactive
Adds all elements contained in the specified collection.
addAllCounted(Collection<? extends V>) - Method in interface org.redisson.api.RSetRx
Adds all elements contained in the specified collection.
addAllCountedAsync(Collection<? extends V>) - Method in interface org.redisson.api.RSetAsync
Adds all elements contained in the specified collection.
addAllIfAbsent(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Adds elements to this set only if they haven't been added before.
addAllIfAbsent(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds elements to this set only if they haven't been added before.
addAllIfAbsent(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds elements to this set only if they haven't been added before.
addAllIfAbsent(Map<V, Duration>) - Method in interface org.redisson.api.RSetCache
Adds elements to this set only if they haven't been added before.
addAllIfAbsent(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheReactive
Adds elements to this set only if they haven't been added before.
addAllIfAbsent(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheRx
Adds elements to this set only if they haven't been added before.
addAllIfAbsentAsync(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds elements to this set only if they haven't been added before.
addAllIfAbsentAsync(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheAsync
Adds elements to this set only if they haven't been added before.
addAllIfExist(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Adds elements to this set only if they already exist.
addAllIfExist(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds elements to this set only if they already exist.
addAllIfExist(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds elements to this set only if they already exist.
addAllIfExist(Map<V, Duration>) - Method in interface org.redisson.api.RSetCache
Adds elements to this set only if they already exist.
addAllIfExist(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheReactive
Adds elements to this set only if they already exist.
addAllIfExist(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheRx
Adds elements to this set only if they already exist.
addAllIfExistAsync(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds elements to this set only if they already exist.
addAllIfExistAsync(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheAsync
Adds elements to this set only if they already exist.
addAllIfGreater(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Adds elements to this set only if new scores greater than current score of existed elements.
addAllIfGreater(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds elements to this set only if new scores greater than current score of existed elements.
addAllIfGreater(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds elements to this set only if new scores greater than current score of existed elements.
addAllIfGreater(Map<V, Duration>) - Method in interface org.redisson.api.RSetCache
Adds elements to this set only if new ttl greater than current ttl of existed elements.
addAllIfGreater(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheReactive
Adds elements to this set only if new ttl greater than current ttl of existed elements.
addAllIfGreater(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheRx
Adds elements to this set only if new ttl greater than current ttl of existed elements.
addAllIfGreaterAsync(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds elements to this set only if new scores greater than current score of existed elements.
addAllIfGreaterAsync(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheAsync
Adds elements to this set only if new ttl greater than current ttl of existed elements.
addAllIfLess(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Adds elements to this set only if new scores less than current score of existed elements.
addAllIfLess(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds elements to this set only if new scores less than current score of existed elements.
addAllIfLess(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds elements to this set only if new scores less than current score of existed elements.
addAllIfLess(Map<V, Duration>) - Method in interface org.redisson.api.RSetCache
Adds elements to this set only if new ttl less than current ttl of existed elements.
addAllIfLess(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheReactive
Adds elements to this set only if new ttl less than current ttl of existed elements.
addAllIfLess(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheRx
Adds elements to this set only if new ttl less than current ttl of existed elements.
addAllIfLessAsync(Map<V, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds elements to this set only if new scores less than current score of existed elements.
addAllIfLessAsync(Map<V, Duration>) - Method in interface org.redisson.api.RSetCacheAsync
Adds elements to this set only if new ttl less than current ttl of existed elements.
addAndGet(double) - Method in interface org.redisson.api.RAtomicDouble
Atomically adds the given value to the current value.
addAndGet(double) - Method in interface org.redisson.api.RAtomicDoubleReactive
Atomically adds the given value to the current value.
addAndGet(double) - Method in interface org.redisson.api.RAtomicDoubleRx
Atomically adds the given value to the current value.
addAndGet(long) - Method in interface org.redisson.api.RAtomicLong
Atomically adds the given value to the current value.
addAndGet(long) - Method in interface org.redisson.api.RAtomicLongReactive
Atomically adds the given value to the current value.
addAndGet(long) - Method in interface org.redisson.api.RAtomicLongRx
Atomically adds the given value to the current value.
addAndGet(K, Number) - Method in interface org.redisson.api.RMap
Adds the given delta to the current value by mapped key.
addAndGet(K, Number) - Method in interface org.redisson.api.RMapReactive
Adds the given delta to the current value by mapped key.
addAndGet(K, Number) - Method in interface org.redisson.api.RMapRx
Adds the given delta to the current value by mapped key.
addAndGet(CompletableApplicationEvent<T>, Timer) - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEventHandler
Add a CompletableApplicationEvent to the handler.
addAndGetAsync(double) - Method in interface org.redisson.api.RAtomicDoubleAsync
Atomically adds the given value to the current value.
addAndGetAsync(long) - Method in interface org.redisson.api.RAtomicLongAsync
Atomically adds the given value to the current value.
addAndGetAsync(K, Number) - Method in interface org.redisson.api.RMapAsync
Adds the given delta to the current value by mapped key.
addAndGetRank(double, V) - Method in interface org.redisson.api.RScoredSortedSet
Adds element to this set, overrides previous score if it has been already added.
addAndGetRank(double, V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds element to this set, overrides previous score if it has been already added.
addAndGetRank(double, V) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds element to this set, overrides previous score if it has been already added.
addAndGetRankAsync(double, V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds element to this set, overrides previous score if it has been already added.
addAndGetRevRank(double, V) - Method in interface org.redisson.api.RScoredSortedSet
Adds element to this set, overrides previous score if it has been already added.
addAndGetRevRank(double, V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds element to this set, overrides previous score if it has been already added.
addAndGetRevRank(double, V) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds element to this set, overrides previous score if it has been already added.
addAndGetRevRank(Map<? extends V, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Adds elements to this set, overrides previous score if it has been already added.
addAndGetRevRank(Map<? extends V, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds elements to this set, overrides previous score if it has been already added.
addAndGetRevRank(Map<? extends V, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds elements to this set, overrides previous score if it has been already added.
addAndGetRevRankAsync(double, V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds element to this set, overrides previous score if it has been already added.
addAndGetRevRankAsync(Map<? extends V, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds elements to this set, overrides previous score if it has been already added.
addAsync(double, double, V) - Method in interface org.redisson.api.RGeoAsync
Adds geospatial member.
addAsync(double, V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds element to this set, overrides previous score if it has been already added.
addAsync(int, V) - Method in interface org.redisson.api.RListAsync
Inserts element at index.
addAsync(long, V) - Method in interface org.redisson.api.RTimeSeriesAsync
Adds element to this time-series collection by specified timestamp.
addAsync(long, V, long, TimeUnit) - Method in interface org.redisson.api.RTimeSeriesAsync
Adds element to this time-series collection by specified timestamp.
addAsync(long, V, L) - Method in interface org.redisson.api.RTimeSeriesAsync
Adds element with label to this time-series collection by specified timestamp.
addAsync(long, V, L, Duration) - Method in interface org.redisson.api.RTimeSeriesAsync
Adds element with label to this time-series collection by specified timestamp.
addAsync(GeoEntry...) - Method in interface org.redisson.api.RGeoAsync
Adds geospatial members.
addAsync(StreamAddArgs<K, V>) - Method in interface org.redisson.api.RStreamAsync
Appends a new entry/entries and returns generated Stream Message ID
addAsync(StreamMessageId, StreamAddArgs<K, V>) - Method in interface org.redisson.api.RStreamAsync
Appends a new entry/entries by specified Stream Message ID
addAsync(V) - Method in interface org.redisson.api.RCollectionAsync
Adds element into this collection.
addAsync(V) - Method in interface org.redisson.api.RHyperLogLogAsync
Adds element into this structure.
addAsync(V) - Method in interface org.redisson.api.RSortedSet
 
addAsync(V, long, TimeUnit) - Method in interface org.redisson.api.RSetCacheAsync
Stores value with specified time to live.
addBefore(V, V) - Method in interface org.redisson.api.RList
Add element before elementToFind
addBefore(V, V) - Method in interface org.redisson.api.RListReactive
Add element before elementToFind
addBefore(V, V) - Method in interface org.redisson.api.RListRx
Add element before elementToFind
addBeforeAsync(V, V) - Method in interface org.redisson.api.RListAsync
Inserts element before elementToFind
addBlockedListener(BlockedCallback, UnblockedCallback) - Method in interface com.rabbitmq.client.Connection
Add a lambda-based BlockedListener.
addBlockedListener(BlockedCallback, UnblockedCallback) - Method in class com.rabbitmq.client.impl.AMQConnection
 
addBlockedListener(BlockedCallback, UnblockedCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
addBlockedListener(BlockedListener) - Method in interface com.rabbitmq.client.Connection
addBlockedListener(BlockedListener) - Method in class com.rabbitmq.client.impl.AMQConnection
 
addBlockedListener(BlockedListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
addConfirmListener(ConfirmCallback, ConfirmCallback) - Method in interface com.rabbitmq.client.Channel
Add a lambda-based ConfirmListener.
addConfirmListener(ConfirmCallback, ConfirmCallback) - Method in class com.rabbitmq.client.impl.ChannelN
 
addConfirmListener(ConfirmCallback, ConfirmCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
addConfirmListener(ConfirmListener) - Method in interface com.rabbitmq.client.Channel
addConfirmListener(ConfirmListener) - Method in class com.rabbitmq.client.impl.ChannelN
 
addConfirmListener(ConfirmListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
addConnectionListener(ConnectionListener) - Method in interface org.redisson.api.NodesGroup
Deprecated.
Adds connection listener which will be triggered when Redisson connected to or disconnected from Redis server
addConsumerRecoveryListener(ConsumerRecoveryListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Not part of the public API.
addDict(String, String...) - Method in interface org.redisson.api.RSearch
Adds defined terms to the dictionary
addDict(String, String...) - Method in interface org.redisson.api.RSearchReactive
Adds defined terms to the dictionary
addDict(String, String...) - Method in interface org.redisson.api.RSearchRx
Adds defined terms to the dictionary
addDictAsync(String, String...) - Method in interface org.redisson.api.RSearchAsync
Adds defined terms to the dictionary
addFirst(V) - Method in interface org.redisson.api.RDequeReactive
Adds element at the head of this deque.
addFirst(V) - Method in interface org.redisson.api.RDequeRx
Adds element at the head of this deque.
addFirst(V...) - Method in interface org.redisson.api.RDeque
Adds elements at the head of deque.
addFirst(V...) - Method in interface org.redisson.api.RDequeReactive
Adds elements at the head of deque.
addFirst(V...) - Method in interface org.redisson.api.RDequeRx
Adds elements at the head of deque.
addFirstAsync(V) - Method in interface org.redisson.api.RDequeAsync
Adds element at the head of this deque.
addFirstAsync(V...) - Method in interface org.redisson.api.RDequeAsync
Adds elements at the head of deque.
addFirstIfExists(V...) - Method in interface org.redisson.api.RDeque
Adds element at the head of existing deque.
addFirstIfExists(V...) - Method in interface org.redisson.api.RDequeReactive
Adds element at the head of existing deque.
addFirstIfExists(V...) - Method in interface org.redisson.api.RDequeRx
Adds element at the head of existing deque.
addFirstIfExistsAsync(V...) - Method in interface org.redisson.api.RDequeAsync
Adds element at the head of existing deque.
addFirstTo(String) - Method in interface org.redisson.api.queue.DequeMoveDestination
Define to add removed element as the head element of destination queue.
addFirstTo(String) - Method in class org.redisson.api.queue.DequeMoveParams
 
addIfAbsent(double, V) - Method in interface org.redisson.api.RScoredSortedSet
Adds element to this set only if has not been added before.
addIfAbsent(double, V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds element to this set only if has not been added before.
addIfAbsent(double, V) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds element to this set only if has not been added before.
addIfAbsent(Duration, V) - Method in interface org.redisson.api.RSetCache
Adds element to this set only if has not been added before.
addIfAbsent(Duration, V) - Method in interface org.redisson.api.RSetCacheReactive
Adds element to this set only if has not been added before.
addIfAbsent(Duration, V) - Method in interface org.redisson.api.RSetCacheRx
Adds element to this set only if has not been added before.
addIfAbsentAsync(double, V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds element to this set only if has not been added before.
addIfAbsentAsync(Duration, V) - Method in interface org.redisson.api.RSetCacheAsync
Adds element to this set only if has not been added before.
addIfExists(double, double, V) - Method in interface org.redisson.api.RGeo
Adds geospatial member only if it's already exists.
addIfExists(double, double, V) - Method in interface org.redisson.api.RGeoReactive
Adds geospatial member only if it's already exists.
addIfExists(double, double, V) - Method in interface org.redisson.api.RGeoRx
Adds geospatial member only if it's already exists.
addIfExists(double, V) - Method in interface org.redisson.api.RScoredSortedSet
Adds element to this set only if it's already exists.
addIfExists(double, V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds element to this set only if it's already exists.
addIfExists(double, V) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds element to this set only if it's already exists.
addIfExists(Duration, V) - Method in interface org.redisson.api.RSetCache
Adds element to this set only if it's already exists.
addIfExists(Duration, V) - Method in interface org.redisson.api.RSetCacheReactive
Adds element to this set only if it's already exists.
addIfExists(Duration, V) - Method in interface org.redisson.api.RSetCacheRx
Adds element to this set only if it's already exists.
addIfExists(GeoEntry...) - Method in interface org.redisson.api.RGeo
Adds geospatial members only if it's already exists.
addIfExists(GeoEntry...) - Method in interface org.redisson.api.RGeoReactive
Adds geospatial members only if it's already exists.
addIfExists(GeoEntry...) - Method in interface org.redisson.api.RGeoRx
Adds geospatial members only if it's already exists.
addIfExistsAsync(double, double, V) - Method in interface org.redisson.api.RGeoAsync
Adds geospatial member only if it's already exists.
addIfExistsAsync(double, V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds element to this set only if it's already exists.
addIfExistsAsync(Duration, V) - Method in interface org.redisson.api.RSetCacheAsync
Adds element to this set only if it's already exists.
addIfExistsAsync(GeoEntry...) - Method in interface org.redisson.api.RGeoAsync
Adds geospatial members only if it's already exists.
addIfGreater(double, V) - Method in interface org.redisson.api.RScoredSortedSet
Adds element to this set only if new score greater than current score of existed element.
addIfGreater(double, V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds element to this set only if new score greater than current score of existed element.
addIfGreater(double, V) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds element to this set only if new score greater than current score of existed element.
addIfGreater(Duration, V) - Method in interface org.redisson.api.RSetCache
Adds element to this set only if new ttl greater than current ttl of existed element.
addIfGreater(Duration, V) - Method in interface org.redisson.api.RSetCacheReactive
Adds element to this set only if new ttl greater than current ttl of existed element.
addIfGreater(Duration, V) - Method in interface org.redisson.api.RSetCacheRx
Adds element to this set only if new ttl greater than current ttl of existed element.
addIfGreaterAsync(double, V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds element to this set only if new score greater than current score of existed element.
addIfGreaterAsync(Duration, V) - Method in interface org.redisson.api.RSetCacheAsync
Adds element to this set only if new ttl greater than current ttl of existed element.
addIfLess(double, V) - Method in interface org.redisson.api.RScoredSortedSet
Adds element to this set only if new score less than current score of existed element.
addIfLess(double, V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds element to this set only if new score less than current score of existed element.
addIfLess(double, V) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds element to this set only if new score less than current score of existed element.
addIfLess(Duration, V) - Method in interface org.redisson.api.RSetCache
Adds element to this set only if new ttl less than current ttl of existed element.
addIfLess(Duration, V) - Method in interface org.redisson.api.RSetCacheReactive
Adds element to this set only if new ttl less than current ttl of existed element.
addIfLess(Duration, V) - Method in interface org.redisson.api.RSetCacheRx
Adds element to this set only if new ttl less than current ttl of existed element.
addIfLessAsync(double, V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds element to this set only if new score less than current score of existed element.
addIfLessAsync(Duration, V) - Method in interface org.redisson.api.RSetCacheAsync
Adds element to this set only if new ttl less than current ttl of existed element.
addIfNotPresent(T) - Method in class com.rabbitmq.client.impl.SetQueue
Add an element to the back of the queue and return true, or else return false.
addingReplicas() - Method in class org.apache.kafka.clients.admin.PartitionReassignment
The brokers that we are adding this partition to as part of a reassignment.
addLast(V) - Method in interface org.redisson.api.RDequeReactive
Adds element at the tail of this deque.
addLast(V) - Method in interface org.redisson.api.RDequeRx
Adds element at the tail of this deque.
addLast(V...) - Method in interface org.redisson.api.RDeque
Adds elements at the tail of deque.
addLast(V...) - Method in interface org.redisson.api.RDequeReactive
Adds elements at the tail of deque.
addLast(V...) - Method in interface org.redisson.api.RDequeRx
Adds elements at the tail of deque.
addLastAsync(V) - Method in interface org.redisson.api.RDequeAsync
Adds element at the tail of this deque.
addLastAsync(V...) - Method in interface org.redisson.api.RDequeAsync
Adds elements at the tail of deque.
addLastIfExists(V...) - Method in interface org.redisson.api.RDeque
Adds element at the tail of existing deque.
addLastIfExists(V...) - Method in interface org.redisson.api.RDequeReactive
Adds element at the tail of existing deque.
addLastIfExists(V...) - Method in interface org.redisson.api.RDequeRx
Adds element at the tail of existing deque.
addLastIfExistsAsync(V...) - Method in interface org.redisson.api.RDequeAsync
Adds element at the tail of existing deque.
addLastTo(String) - Method in interface org.redisson.api.queue.DequeMoveDestination
Define to add removed element as the head element of specified queue.
addLastTo(String) - Method in class org.redisson.api.queue.DequeMoveParams
 
addListener(Class<M>, MessageListener<? extends M>) - Method in interface org.redisson.api.RTopic
Subscribes to this topic.
addListener(Class<M>, MessageListener<M>) - Method in interface org.redisson.api.RReliableTopic
Subscribes to this topic.
addListener(Class<M>, MessageListener<M>) - Method in interface org.redisson.api.RReliableTopicReactive
Subscribes to this topic.
addListener(Class<M>, MessageListener<M>) - Method in interface org.redisson.api.RReliableTopicRx
Subscribes to this topic.
addListener(Class<M>, MessageListener<M>) - Method in interface org.redisson.api.RTopicReactive
Subscribes to this topic.
addListener(Class<M>, MessageListener<M>) - Method in interface org.redisson.api.RTopicRx
Subscribes to this topic.
addListener(Class<T>, PatternMessageListener<T>) - Method in interface org.redisson.api.RPatternTopic
Subscribes to this topic.
addListener(Class<T>, PatternMessageListener<T>) - Method in interface org.redisson.api.RPatternTopicReactive
Subscribes to this topic.
addListener(Class<T>, PatternMessageListener<T>) - Method in interface org.redisson.api.RPatternTopicRx
Subscribes to this topic.
addListener(RequestFutureListener<T>) - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
Add a listener which will be notified when the future completes
addListener(PatternStatusListener) - Method in interface org.redisson.api.RPatternTopic
Subscribes to status changes of this topic
addListener(PatternStatusListener) - Method in interface org.redisson.api.RPatternTopicReactive
Subscribes to status changes of this topic
addListener(PatternStatusListener) - Method in interface org.redisson.api.RPatternTopicRx
Subscribes to status changes of this topic
addListener(StatusListener) - Method in interface org.redisson.api.RTopic
Subscribes to status changes of this topic
addListener(StatusListener) - Method in interface org.redisson.api.RTopicReactive
Subscribes to status changes of this topic
addListener(StatusListener) - Method in interface org.redisson.api.RTopicRx
Subscribes to status changes of this topic
addListener(MapEntryListener) - Method in interface org.redisson.api.RMapCache
Adds map entry listener
addListener(MapEntryListener) - Method in interface org.redisson.api.RMapCacheReactive
Adds map entry listener
addListener(MapEntryListener) - Method in interface org.redisson.api.RMapCacheRx
Adds map entry listener
addListener(ObjectListener) - Method in interface org.redisson.api.RAtomicDouble
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RAtomicLong
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RBucket
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RBucketReactive
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RBucketRx
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RKeys
Adds global object event listener which is invoked for each Redisson object.
addListener(ObjectListener) - Method in interface org.redisson.api.RKeysReactive
Adds global object event listener which is invoked for each Redisson object.
addListener(ObjectListener) - Method in interface org.redisson.api.RKeysRx
Adds global object event listener which is invoked for each Redisson object.
addListener(ObjectListener) - Method in interface org.redisson.api.RLexSortedSet
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RList
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RListReactive
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RListRx
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RLocalCachedMap
Adds local cache event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RMap
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RMapReactive
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RMapRx
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RObject
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RObjectReactive
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RObjectRx
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RQueue
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RQueueReactive
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RQueueRx
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RScoredSortedSet
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RSet
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RSetReactive
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RSetRx
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RStream
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RStreamReactive
Adds object event listener
addListener(ObjectListener) - Method in interface org.redisson.api.RStreamRx
Adds object event listener
addListener(RedisPubSubListener<?>) - Method in class org.redisson.client.RedisPubSubConnection
 
addListenerAsync(Class<M>, MessageListener<? extends M>) - Method in interface org.redisson.api.RTopicAsync
Subscribes to this topic.
addListenerAsync(Class<M>, MessageListener<M>) - Method in interface org.redisson.api.RReliableTopicAsync
Subscribes to this topic.
addListenerAsync(Class<T>, PatternMessageListener<T>) - Method in interface org.redisson.api.RPatternTopic
 
addListenerAsync(PatternStatusListener) - Method in interface org.redisson.api.RPatternTopic
 
addListenerAsync(StatusListener) - Method in interface org.redisson.api.RTopicAsync
Subscribes to status changes of this topic
addListenerAsync(MapEntryListener) - Method in interface org.redisson.api.RMapCacheAsync
Adds map entry listener
addListenerAsync(ObjectListener) - Method in interface org.redisson.api.RAtomicDoubleAsync
Adds object event listener
addListenerAsync(ObjectListener) - Method in interface org.redisson.api.RAtomicLongAsync
Adds object event listener
addListenerAsync(ObjectListener) - Method in interface org.redisson.api.RBucketAsync
Adds object event listener
addListenerAsync(ObjectListener) - Method in interface org.redisson.api.RKeysAsync
Adds global object event listener which is invoked for each Redisson object.
addListenerAsync(ObjectListener) - Method in interface org.redisson.api.RLexSortedSetAsync
Adds object event listener
addListenerAsync(ObjectListener) - Method in interface org.redisson.api.RListAsync
Adds object event listener
addListenerAsync(ObjectListener) - Method in interface org.redisson.api.RMapAsync
Adds object event listener
addListenerAsync(ObjectListener) - Method in interface org.redisson.api.RObjectAsync
Adds object event listener
addListenerAsync(ObjectListener) - Method in interface org.redisson.api.RQueueAsync
Adds object event listener
addListenerAsync(ObjectListener) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds object event listener
addListenerAsync(ObjectListener) - Method in interface org.redisson.api.RSetAsync
Adds object event listener
addListenerAsync(ObjectListener) - Method in interface org.redisson.api.RStreamAsync
Adds object event listener
addMetric(MetricName, Measurable) - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
addNodeAddress(String...) - Method in class org.redisson.config.ClusterServersConfig
Add Redis cluster node address.
addNodeAddress(String...) - Method in class org.redisson.config.ReplicatedServersConfig
Add Redis cluster node address.
addOffsetCommitRequest(Map<TopicPartition, OffsetAndMetadata>, Optional<Long>, boolean) - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
addOffsetFetchRequest(Set<TopicPartition>, long) - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
addPermits(int) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Increases or decreases the number of available permits by defined value.
addPermits(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Increases or decreases the number of available permits by defined value.
addPermits(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Increases or decreases the number of available permits by defined value.
addPermits(int) - Method in interface org.redisson.api.RSemaphore
Increases or decreases the number of available permits by defined value.
addPermits(int) - Method in interface org.redisson.api.RSemaphoreReactive
Increases or decreases the number of available permits by defined value.
addPermits(int) - Method in interface org.redisson.api.RSemaphoreRx
Increases or decreases the number of available permits by defined value.
addPermitsAsync(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Increases or decreases the number of available permits by defined value.
addPermitsAsync(int) - Method in interface org.redisson.api.RSemaphoreAsync
Increases or decreases the number of available permits by defined value.
addPubSubCommand(ChannelName, CommandData<Object, Object>) - Method in class org.redisson.client.handler.CommandPubSubDecoder
 
addQueueRecoveryListener(QueueRecoveryListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Not part of the public API.
addRecord(ConsumerRecord<K, V>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
addRecoveryCanBeginListener(RecoveryCanBeginListener) - Method in class com.rabbitmq.client.impl.AMQConnection
 
addRecoveryListener(RecoveryListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
addRecoveryListener(RecoveryListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Adds the recovery listener
addRecoveryListener(RecoveryListener) - Method in interface com.rabbitmq.client.Recoverable
Registers a connection recovery callback.
Address - Class in com.rabbitmq.client
A representation of network addresses, i.e.
Address(String) - Constructor for class com.rabbitmq.client.Address
Construct an address from a host.
Address(String, int) - Constructor for class com.rabbitmq.client.Address
Construct an address from a host name and port number.
addresses() - Method in class org.apache.kafka.clients.admin.internals.AdminBootstrapAddresses
 
AddressResolver - Interface in com.rabbitmq.client
Strategy interface to get the potential servers to connect to.
addReturnListener(ReturnCallback) - Method in interface com.rabbitmq.client.Channel
Add a lambda-based ReturnListener.
addReturnListener(ReturnCallback) - Method in class com.rabbitmq.client.impl.ChannelN
 
addReturnListener(ReturnCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
addReturnListener(ReturnListener) - Method in interface com.rabbitmq.client.Channel
addReturnListener(ReturnListener) - Method in class com.rabbitmq.client.impl.ChannelN
 
addReturnListener(ReturnListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
addScore(V, Number) - Method in interface org.redisson.api.RScoredSortedSet
Increases score of specified element by value.
addScore(V, Number) - Method in interface org.redisson.api.RScoredSortedSetReactive
Increases score of specified element by value.
addScore(V, Number) - Method in interface org.redisson.api.RScoredSortedSetRx
Increases score of specified element by value.
addScoreAndGetRank(V, Number) - Method in interface org.redisson.api.RScoredSortedSet
Adds score to element and returns its rank
addScoreAndGetRank(V, Number) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds score to element and returns its rank
addScoreAndGetRank(V, Number) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds score to element and returns its rank
addScoreAndGetRankAsync(V, Number) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds score to element and returns its rank
addScoreAndGetRevRank(V, Number) - Method in interface org.redisson.api.RScoredSortedSet
Adds score to element and returns its reverse rank
addScoreAndGetRevRank(V, Number) - Method in interface org.redisson.api.RScoredSortedSetReactive
Adds score to element and returns its reverse rank
addScoreAndGetRevRank(V, Number) - Method in interface org.redisson.api.RScoredSortedSetRx
Adds score to element and returns its reverse rank
addScoreAndGetRevRankAsync(V, Number) - Method in interface org.redisson.api.RScoredSortedSetAsync
Adds score to element and returns its reverse rank
addScoreAsync(V, Number) - Method in interface org.redisson.api.RScoredSortedSetAsync
Increases score of specified element by value.
addSentinelAddress(String...) - Method in class org.redisson.config.SentinelServersConfig
Add Redis Sentinel node address in host:port format.
addShutdownListener(ShutdownListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
addShutdownListener(ShutdownListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
addShutdownListener(ShutdownListener) - Method in class com.rabbitmq.client.impl.ShutdownNotifierComponent
 
addShutdownListener(ShutdownListener) - Method in interface com.rabbitmq.client.ShutdownNotifier
Add shutdown listener.
addSlaveAddress(String) - Method in class org.redisson.config.MasterSlaveServersConfig
 
addSlaveAddress(String...) - Method in class org.redisson.config.MasterSlaveServersConfig
Add Redis slave server address.
addToInflightBatches(Map<Integer, List<ProducerBatch>>) - Method in class org.apache.kafka.clients.producer.internals.Sender
 
addWork(Channel, Runnable) - Method in class com.rabbitmq.client.impl.ConsumerWorkService
 
addWorkItem(K, W) - Method in class com.rabbitmq.client.impl.WorkPool
Add (enqueue) an item for a specific client.
adjust() - Method in class com.rabbitmq.client.impl.Version
Adjust a version for spec weirdness.
Admin - Interface in org.apache.kafka.clients.admin
The administrative client for Kafka, which supports managing and inspecting topics, brokers, configurations and ACLs.
AdminApiDriver<K,V> - Class in org.apache.kafka.clients.admin.internals
The `KafkaAdminClient`'s internal `Call` primitive is not a good fit for multi-stage request workflows such as we see with the group coordinator APIs or any request which needs to be sent to a partition leader.
AdminApiDriver(AdminApiHandler<K, V>, AdminApiFuture<K, V>, long, long, long, LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.AdminApiDriver
 
AdminApiDriver.RequestSpec<K> - Class in org.apache.kafka.clients.admin.internals
This is a helper class which helps us to map requests that need to be sent to the internal `Call` implementation that is used internally in KafkaAdminClient.
AdminApiFuture<K,V> - Interface in org.apache.kafka.clients.admin.internals
 
AdminApiFuture.SimpleAdminApiFuture<K,V> - Class in org.apache.kafka.clients.admin.internals
This class can be used when the set of keys is known ahead of time.
AdminApiHandler<K,V> - Interface in org.apache.kafka.clients.admin.internals
 
AdminApiHandler.ApiResult<K,V> - Class in org.apache.kafka.clients.admin.internals
 
AdminApiHandler.Batched<K,V> - Class in org.apache.kafka.clients.admin.internals
An AdminApiHandler that will group multiple keys into a single request when possible.
AdminApiHandler.RequestAndKeys<K> - Class in org.apache.kafka.clients.admin.internals
 
AdminApiHandler.Unbatched<K,V> - Class in org.apache.kafka.clients.admin.internals
An AdminApiHandler that will create one request per key, not performing any grouping based on the targeted broker.
AdminApiLookupStrategy<T> - Interface in org.apache.kafka.clients.admin.internals
 
AdminApiLookupStrategy.LookupResult<K> - Class in org.apache.kafka.clients.admin.internals
 
AdminBootstrapAddresses - Class in org.apache.kafka.clients.admin.internals
 
AdminClient - Class in org.apache.kafka.clients.admin
The base class for in-built admin clients.
AdminClient() - Constructor for class org.apache.kafka.clients.admin.AdminClient
 
AdminClientConfig - Class in org.apache.kafka.clients.admin
The AdminClient configuration class, which also contains constants for configuration entry names.
AdminClientConfig(Map<?, ?>) - Constructor for class org.apache.kafka.clients.admin.AdminClientConfig
 
AdminClientConfig(Map<?, ?>, boolean) - Constructor for class org.apache.kafka.clients.admin.AdminClientConfig
 
AdminMetadataManager - Class in org.apache.kafka.clients.admin.internals
Manages the metadata for KafkaAdminClient.
AdminMetadataManager(LogContext, long, long, boolean) - Constructor for class org.apache.kafka.clients.admin.internals.AdminMetadataManager
 
AdminMetadataManager.AdminMetadataUpdater - Class in org.apache.kafka.clients.admin.internals
 
AdminMetadataUpdater() - Constructor for class org.apache.kafka.clients.admin.internals.AdminMetadataManager.AdminMetadataUpdater
 
afterBoostrapInitialization(Bootstrap) - Method in class org.redisson.client.DefaultNettyHook
 
afterBoostrapInitialization(Bootstrap) - Method in interface org.redisson.client.NettyHook
Invoked when Redis client created and initialized Netty Bootstrap object.
afterChannelInitialization(Channel) - Method in class org.redisson.client.DefaultNettyHook
 
afterChannelInitialization(Channel) - Method in interface org.redisson.client.NettyHook
Invoked when Netty Channel object was created and initialized.
aggregate(String, String, AggregationOptions) - Method in interface org.redisson.api.RSearch
Executes aggregation over defined index using defined query.
aggregate(String, String, AggregationOptions) - Method in interface org.redisson.api.RSearchReactive
Executes aggregation over defined index using defined query.
aggregate(String, String, AggregationOptions) - Method in interface org.redisson.api.RSearchRx
Executes aggregation over defined index using defined query.
aggregateAsync(String, String, AggregationOptions) - Method in interface org.redisson.api.RSearchAsync
Executes aggregation over defined index using defined query.
AggregationCursorResultDecoder - Class in org.redisson.client.protocol.decoder
 
AggregationCursorResultDecoder() - Constructor for class org.redisson.client.protocol.decoder.AggregationCursorResultDecoder
 
AggregationCursorResultDecoderV2 - Class in org.redisson.client.protocol.decoder
 
AggregationCursorResultDecoderV2() - Constructor for class org.redisson.client.protocol.decoder.AggregationCursorResultDecoderV2
 
AggregationEntryDecoder - Class in org.redisson.client.protocol.decoder
 
AggregationEntryDecoder(Codec, int) - Constructor for class org.redisson.client.protocol.decoder.AggregationEntryDecoder
 
AggregationOptions - Class in org.redisson.api.search.aggregate
 
AggregationResult - Class in org.redisson.api.search.aggregate
 
AggregationResult(long, List<Map<String, Object>>) - Constructor for class org.redisson.api.search.aggregate.AggregationResult
 
AggregationResult(long, List<Map<String, Object>>, long) - Constructor for class org.redisson.api.search.aggregate.AggregationResult
 
AggregationResultDecoder - Class in org.redisson.client.protocol.decoder
 
AggregationResultDecoder() - Constructor for class org.redisson.client.protocol.decoder.AggregationResultDecoder
 
AggregationResultDecoderV2 - Class in org.redisson.client.protocol.decoder
 
AggregationResultDecoderV2() - Constructor for class org.redisson.client.protocol.decoder.AggregationResultDecoderV2
 
all() - Method in class org.apache.kafka.clients.admin.AbortTransactionResult
Get a future which completes when the transaction specified by AbortTransactionSpec in the respective call to Admin.abortTransaction(AbortTransactionSpec, AbortTransactionOptions) returns successfully or fails due to an error or timeout.
all() - Method in class org.apache.kafka.clients.admin.AlterClientQuotasResult
Returns a future which succeeds only if all quota alterations succeed.
all() - Method in class org.apache.kafka.clients.admin.AlterConfigsResult
Return a future which succeeds only if all the alter configs operations succeed.
all() - Method in class org.apache.kafka.clients.admin.AlterConsumerGroupOffsetsResult
Return a future which succeeds if all the alter offsets succeed.
all() - Method in class org.apache.kafka.clients.admin.AlterPartitionReassignmentsResult
Return a future which succeeds only if all the reassignments were successfully initiated.
all() - Method in class org.apache.kafka.clients.admin.AlterReplicaLogDirsResult
Return a KafkaFuture which succeeds on KafkaFuture.get() if all the replica movement have succeeded.
all() - Method in class org.apache.kafka.clients.admin.AlterUserScramCredentialsResult
Return a future which succeeds only if all the user SCRAM credential alterations succeed.
all() - Method in class org.apache.kafka.clients.admin.CreateAclsResult
Return a future which succeeds only if all the ACL creations succeed.
all() - Method in class org.apache.kafka.clients.admin.CreatePartitionsResult
Return a future which succeeds if all the partition creations succeed.
all() - Method in class org.apache.kafka.clients.admin.CreateTopicsResult
Return a future which succeeds if all the topic creations succeed.
all() - Method in class org.apache.kafka.clients.admin.DeleteAclsResult
Return a future which succeeds only if all the ACLs deletions succeed, and which contains all the deleted ACLs.
all() - Method in class org.apache.kafka.clients.admin.DeleteConsumerGroupOffsetsResult
Return a future which succeeds only if all the deletions succeed.
all() - Method in class org.apache.kafka.clients.admin.DeleteConsumerGroupsResult
Return a future which succeeds only if all the consumer group deletions succeed.
all() - Method in class org.apache.kafka.clients.admin.DeleteRecordsResult
Return a future which succeeds only if all the records deletions succeed.
all() - Method in class org.apache.kafka.clients.admin.DeleteTopicsResult
 
all() - Method in class org.apache.kafka.clients.admin.DescribeConfigsResult
Return a future which succeeds only if all the config descriptions succeed.
all() - Method in class org.apache.kafka.clients.admin.DescribeConsumerGroupsResult
Return a future which yields all ConsumerGroupDescription objects, if all the describes succeed.
all() - Method in class org.apache.kafka.clients.admin.DescribeLogDirsResult
Deprecated.
Deprecated Since Kafka 2.7. Use DescribeLogDirsResult.allDescriptions().
all() - Method in class org.apache.kafka.clients.admin.DescribeProducersResult
 
all() - Method in class org.apache.kafka.clients.admin.DescribeReplicaLogDirsResult
Return a future which succeeds if log directory information of all replicas are available
all() - Method in class org.apache.kafka.clients.admin.DescribeTopicsResult
Deprecated.
Since 3.1.0 use DescribeTopicsResult.allTopicNames() instead
all() - Method in class org.apache.kafka.clients.admin.DescribeTransactionsResult
Get a future which returns a map of the transaction descriptions requested in the respective call to Admin.describeTransactions(Collection, DescribeTransactionsOptions).
all() - Method in class org.apache.kafka.clients.admin.DescribeUserScramCredentialsResult
 
all() - Method in class org.apache.kafka.clients.admin.ElectLeadersResult
Return a future which succeeds if all the topic elections succeed.
all() - Method in class org.apache.kafka.clients.admin.FenceProducersResult
Return a future which succeeds only if all the producer fencings succeed.
all() - Method in class org.apache.kafka.clients.admin.internals.AdminApiFuture.SimpleAdminApiFuture
 
all() - Method in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy.AllBrokersFuture
 
all() - Method in class org.apache.kafka.clients.admin.ListClientMetricsResourcesResult
Returns a future that yields either an exception, or the full set of client metrics listings.
all() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsResult
Return a future which yields all Map<String, Map<TopicPartition, OffsetAndMetadata> objects, if requests for all the groups succeed.
all() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupsResult
Returns a future that yields either an exception, or the full set of consumer group listings.
all() - Method in class org.apache.kafka.clients.admin.ListOffsetsResult
Return a future which succeeds only if offsets for all specified partitions have been successfully retrieved.
all() - Method in class org.apache.kafka.clients.admin.ListTransactionsResult
Get all transaction listings.
all() - Method in class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupResult
Returns a future which indicates whether the request was 100% success, i.e.
all() - Method in class org.apache.kafka.clients.admin.UnregisterBrokerResult
Return a future which succeeds if the operation is successful.
all() - Method in class org.apache.kafka.clients.admin.UpdateFeaturesResult
Return a future which succeeds if all the feature updates succeed.
ALL - Enum constant in enum class org.redisson.api.Node.InfoSection
Deprecated.
 
ALL - Enum constant in enum class org.redisson.api.RCascadeType
Includes all cascade types.
ALL - Enum constant in enum class org.redisson.api.redisnode.RedisNode.InfoSection
 
ALL - Static variable in class org.redisson.api.StreamMessageId
Defines id to receive all Stream entries.
AllBrokersFuture() - Constructor for class org.apache.kafka.clients.admin.internals.AllBrokersStrategy.AllBrokersFuture
 
AllBrokersStrategy - Class in org.apache.kafka.clients.admin.internals
This class is used for use cases which require requests to be sent to all brokers in the cluster.
AllBrokersStrategy(LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.AllBrokersStrategy
 
AllBrokersStrategy.AllBrokersFuture<V> - Class in org.apache.kafka.clients.admin.internals
 
AllBrokersStrategy.BrokerKey - Class in org.apache.kafka.clients.admin.internals
 
allByBrokerId() - Method in class org.apache.kafka.clients.admin.ListTransactionsResult
Get all transaction listings in a map which is keyed by the ID of respective broker that is currently managing them.
allConsumed() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
allDescriptions() - Method in class org.apache.kafka.clients.admin.DescribeLogDirsResult
Return a future which succeeds only if all the brokers have responded without error.
allocate(int, long) - Method in class org.apache.kafka.clients.producer.internals.BufferPool
Allocate a buffer of the given size.
allocateByteBuffer(int) - Method in class org.apache.kafka.clients.producer.internals.BufferPool
 
ALLOW_AUTO_CREATE_TOPICS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
allow.auto.create.topics
ALLOW_OOM - Enum constant in enum class org.redisson.api.FunctionLibrary.Flag
 
ALLOW_STALE - Enum constant in enum class org.redisson.api.FunctionLibrary.Flag
 
allowAutoTopicCreation() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerMetadata
 
allowDowngrade() - Method in class org.apache.kafka.clients.admin.FeatureUpdate
Deprecated.
allTemplates() - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
allTopicIds() - Method in class org.apache.kafka.clients.admin.DescribeTopicsResult
 
allTopicNames() - Method in class org.apache.kafka.clients.admin.DescribeTopicsResult
 
AlreadyClosedException - Exception Class in com.rabbitmq.client
Thrown when application tries to perform an action on connection/channel which was already closed
AlreadyClosedException(ShutdownSignalException) - Constructor for exception class com.rabbitmq.client.AlreadyClosedException
 
AlreadyClosedException(ShutdownSignalException, Throwable) - Constructor for exception class com.rabbitmq.client.AlreadyClosedException
 
alter(String, boolean, FieldIndex...) - Method in interface org.redisson.api.RSearch
Adds a new attribute to the index
alter(String, boolean, FieldIndex...) - Method in interface org.redisson.api.RSearchReactive
Adds a new attribute to the index
alter(String, boolean, FieldIndex...) - Method in interface org.redisson.api.RSearchRx
Adds a new attribute to the index
alterAsync(String, boolean, FieldIndex...) - Method in interface org.redisson.api.RSearchAsync
Adds a new attribute to the index
alterClientQuotas(Collection<ClientQuotaAlteration>) - Method in interface org.apache.kafka.clients.admin.Admin
Alters client quota configurations with the specified alterations.
alterClientQuotas(Collection<ClientQuotaAlteration>, AlterClientQuotasOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Alters client quota configurations with the specified alterations.
alterClientQuotas(Collection<ClientQuotaAlteration>, AlterClientQuotasOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
alterClientQuotas(Collection<ClientQuotaAlteration>, AlterClientQuotasOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
AlterClientQuotasOptions - Class in org.apache.kafka.clients.admin
AlterClientQuotasOptions() - Constructor for class org.apache.kafka.clients.admin.AlterClientQuotasOptions
 
AlterClientQuotasResult - Class in org.apache.kafka.clients.admin
AlterClientQuotasResult(Map<ClientQuotaEntity, KafkaFuture<Void>>) - Constructor for class org.apache.kafka.clients.admin.AlterClientQuotasResult
Maps an entity to its alteration result.
AlterConfigOp - Class in org.apache.kafka.clients.admin
A class representing a alter configuration entry containing name, value and operation type.
AlterConfigOp(ConfigEntry, AlterConfigOp.OpType) - Constructor for class org.apache.kafka.clients.admin.AlterConfigOp
 
AlterConfigOp.OpType - Enum Class in org.apache.kafka.clients.admin
 
alterConfigs(Map<ConfigResource, Config>) - Method in interface org.apache.kafka.clients.admin.Admin
Deprecated.
alterConfigs(Map<ConfigResource, Config>, AlterConfigsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
alterConfigs(Map<ConfigResource, Config>, AlterConfigsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
Deprecated.
alterConfigs(Map<ConfigResource, Config>, AlterConfigsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
Deprecated.
AlterConfigsOptions - Class in org.apache.kafka.clients.admin
AlterConfigsOptions() - Constructor for class org.apache.kafka.clients.admin.AlterConfigsOptions
 
AlterConfigsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.alterConfigs(Map) call.
alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>) - Method in interface org.apache.kafka.clients.admin.Admin
Alters offsets for the specified group.
alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>, AlterConsumerGroupOffsetsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Alters offsets for the specified group.
alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>, AlterConsumerGroupOffsetsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>, AlterConsumerGroupOffsetsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
AlterConsumerGroupOffsetsHandler - Class in org.apache.kafka.clients.admin.internals
 
AlterConsumerGroupOffsetsHandler(String, Map<TopicPartition, OffsetAndMetadata>, LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.AlterConsumerGroupOffsetsHandler
 
AlterConsumerGroupOffsetsOptions - Class in org.apache.kafka.clients.admin
AlterConsumerGroupOffsetsOptions() - Constructor for class org.apache.kafka.clients.admin.AlterConsumerGroupOffsetsOptions
 
AlterConsumerGroupOffsetsResult - Class in org.apache.kafka.clients.admin
alterPartitionReassignments(Map<TopicPartition, Optional<NewPartitionReassignment>>) - Method in interface org.apache.kafka.clients.admin.Admin
Change the reassignments for one or more partitions.
alterPartitionReassignments(Map<TopicPartition, Optional<NewPartitionReassignment>>, AlterPartitionReassignmentsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Change the reassignments for one or more partitions.
alterPartitionReassignments(Map<TopicPartition, Optional<NewPartitionReassignment>>, AlterPartitionReassignmentsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
alterPartitionReassignments(Map<TopicPartition, Optional<NewPartitionReassignment>>, AlterPartitionReassignmentsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
AlterPartitionReassignmentsOptions - Class in org.apache.kafka.clients.admin
AlterPartitionReassignmentsOptions() - Constructor for class org.apache.kafka.clients.admin.AlterPartitionReassignmentsOptions
 
AlterPartitionReassignmentsResult - Class in org.apache.kafka.clients.admin
alterReplicaLogDirs(Map<TopicPartitionReplica, String>) - Method in interface org.apache.kafka.clients.admin.Admin
Change the log directory for the specified replicas.
alterReplicaLogDirs(Map<TopicPartitionReplica, String>, AlterReplicaLogDirsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Change the log directory for the specified replicas.
alterReplicaLogDirs(Map<TopicPartitionReplica, String>, AlterReplicaLogDirsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
alterReplicaLogDirs(Map<TopicPartitionReplica, String>, AlterReplicaLogDirsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
AlterReplicaLogDirsOptions - Class in org.apache.kafka.clients.admin
AlterReplicaLogDirsOptions() - Constructor for class org.apache.kafka.clients.admin.AlterReplicaLogDirsOptions
 
AlterReplicaLogDirsResult - Class in org.apache.kafka.clients.admin
alterUserScramCredentials(List<UserScramCredentialAlteration>) - Method in interface org.apache.kafka.clients.admin.Admin
Alter SASL/SCRAM credentials for the given users.
alterUserScramCredentials(List<UserScramCredentialAlteration>, AlterUserScramCredentialsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Alter SASL/SCRAM credentials.
alterUserScramCredentials(List<UserScramCredentialAlteration>, AlterUserScramCredentialsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
alterUserScramCredentials(List<UserScramCredentialAlteration>, AlterUserScramCredentialsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
AlterUserScramCredentialsOptions - Class in org.apache.kafka.clients.admin
AlterUserScramCredentialsOptions() - Constructor for class org.apache.kafka.clients.admin.AlterUserScramCredentialsOptions
 
AlterUserScramCredentialsResult - Class in org.apache.kafka.clients.admin
AlterUserScramCredentialsResult(Map<String, KafkaFuture<Void>>) - Constructor for class org.apache.kafka.clients.admin.AlterUserScramCredentialsResult
 
AMQBasicProperties - Class in com.rabbitmq.client.impl
 
AMQBasicProperties() - Constructor for class com.rabbitmq.client.impl.AMQBasicProperties
 
AMQBasicProperties(DataInputStream) - Constructor for class com.rabbitmq.client.impl.AMQBasicProperties
 
AMQChannel - Class in com.rabbitmq.client.impl
Base class modelling an AMQ channel.
AMQChannel(AMQConnection, int) - Constructor for class com.rabbitmq.client.impl.AMQChannel
Construct a channel on the given connection, with the given channel number.
AMQChannel.BlockingRpcContinuation<T> - Class in com.rabbitmq.client.impl
 
AMQChannel.RpcContinuation - Interface in com.rabbitmq.client.impl
 
AMQChannel.SimpleBlockingRpcContinuation - Class in com.rabbitmq.client.impl
 
AMQCommand - Class in com.rabbitmq.client.impl
AMQP 0-9-1-specific implementation of Command which accumulates method, header and body from a series of frames, unless these are supplied at construction time.
AMQCommand() - Constructor for class com.rabbitmq.client.impl.AMQCommand
Construct a command ready to fill in by reading frames
AMQCommand(Method) - Constructor for class com.rabbitmq.client.impl.AMQCommand
Construct a command with just a method, and without header or body.
AMQCommand(Method, AMQContentHeader, byte[]) - Constructor for class com.rabbitmq.client.impl.AMQCommand
Construct a command with a specified method, header and body.
AMQCommand(Method, AMQContentHeader, byte[], int) - Constructor for class com.rabbitmq.client.impl.AMQCommand
Construct a command with a specified method, header and body.
AMQConnection - Class in com.rabbitmq.client.impl
Concrete class representing and managing an AMQP connection to a broker.
AMQConnection(ConnectionParams, FrameHandler) - Constructor for class com.rabbitmq.client.impl.AMQConnection
 
AMQConnection(ConnectionParams, FrameHandler, MetricsCollector, ObservationCollector) - Constructor for class com.rabbitmq.client.impl.AMQConnection
Construct a new connection
AMQContentHeader - Class in com.rabbitmq.client.impl
Implementation of ContentHeader - specialized by autogenerated code in AMQP.java.
AMQContentHeader() - Constructor for class com.rabbitmq.client.impl.AMQContentHeader
 
AMQContentHeader(DataInputStream) - Constructor for class com.rabbitmq.client.impl.AMQContentHeader
 
AMQImpl - Class in com.rabbitmq.client.impl
 
AMQImpl() - Constructor for class com.rabbitmq.client.impl.AMQImpl
 
AMQImpl.Access - Class in com.rabbitmq.client.impl
 
AMQImpl.Access.Request - Class in com.rabbitmq.client.impl
 
AMQImpl.Access.RequestOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.Ack - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.Cancel - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.CancelOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.Consume - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.ConsumeOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.Deliver - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.Get - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.GetEmpty - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.GetOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.Nack - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.Publish - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.Qos - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.QosOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.Recover - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.RecoverAsync - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.RecoverOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.Reject - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic.Return - Class in com.rabbitmq.client.impl
 
AMQImpl.Channel - Class in com.rabbitmq.client.impl
 
AMQImpl.Channel.Close - Class in com.rabbitmq.client.impl
 
AMQImpl.Channel.CloseOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Channel.Flow - Class in com.rabbitmq.client.impl
 
AMQImpl.Channel.FlowOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Channel.Open - Class in com.rabbitmq.client.impl
 
AMQImpl.Channel.OpenOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Confirm - Class in com.rabbitmq.client.impl
 
AMQImpl.Confirm.Select - Class in com.rabbitmq.client.impl
 
AMQImpl.Confirm.SelectOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.Blocked - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.Close - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.CloseOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.Open - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.OpenOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.Secure - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.SecureOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.Start - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.StartOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.Tune - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.TuneOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.Unblocked - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.UpdateSecret - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection.UpdateSecretOk - Class in com.rabbitmq.client.impl
 
AMQImpl.DefaultMethodVisitor - Class in com.rabbitmq.client.impl
 
AMQImpl.Exchange - Class in com.rabbitmq.client.impl
 
AMQImpl.Exchange.Bind - Class in com.rabbitmq.client.impl
 
AMQImpl.Exchange.BindOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Exchange.Declare - Class in com.rabbitmq.client.impl
 
AMQImpl.Exchange.DeclareOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Exchange.Delete - Class in com.rabbitmq.client.impl
 
AMQImpl.Exchange.DeleteOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Exchange.Unbind - Class in com.rabbitmq.client.impl
 
AMQImpl.Exchange.UnbindOk - Class in com.rabbitmq.client.impl
 
AMQImpl.MethodVisitor - Interface in com.rabbitmq.client.impl
 
AMQImpl.Queue - Class in com.rabbitmq.client.impl
 
AMQImpl.Queue.Bind - Class in com.rabbitmq.client.impl
 
AMQImpl.Queue.BindOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Queue.Declare - Class in com.rabbitmq.client.impl
 
AMQImpl.Queue.DeclareOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Queue.Delete - Class in com.rabbitmq.client.impl
 
AMQImpl.Queue.DeleteOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Queue.Purge - Class in com.rabbitmq.client.impl
 
AMQImpl.Queue.PurgeOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Queue.Unbind - Class in com.rabbitmq.client.impl
 
AMQImpl.Queue.UnbindOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Tx - Class in com.rabbitmq.client.impl
 
AMQImpl.Tx.Commit - Class in com.rabbitmq.client.impl
 
AMQImpl.Tx.CommitOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Tx.Rollback - Class in com.rabbitmq.client.impl
 
AMQImpl.Tx.RollbackOk - Class in com.rabbitmq.client.impl
 
AMQImpl.Tx.Select - Class in com.rabbitmq.client.impl
 
AMQImpl.Tx.SelectOk - Class in com.rabbitmq.client.impl
 
AMQP - Interface in com.rabbitmq.client
 
AMQP.Access - Class in com.rabbitmq.client
 
AMQP.Access.Request - Interface in com.rabbitmq.client
 
AMQP.Access.Request.Builder - Class in com.rabbitmq.client
 
AMQP.Access.RequestOk - Interface in com.rabbitmq.client
 
AMQP.Access.RequestOk.Builder - Class in com.rabbitmq.client
 
AMQP.Basic - Class in com.rabbitmq.client
 
AMQP.Basic.Ack - Interface in com.rabbitmq.client
 
AMQP.Basic.Ack.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.Cancel - Interface in com.rabbitmq.client
 
AMQP.Basic.Cancel.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.CancelOk - Interface in com.rabbitmq.client
 
AMQP.Basic.CancelOk.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.Consume - Interface in com.rabbitmq.client
 
AMQP.Basic.Consume.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.ConsumeOk - Interface in com.rabbitmq.client
 
AMQP.Basic.ConsumeOk.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.Deliver - Interface in com.rabbitmq.client
 
AMQP.Basic.Deliver.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.Get - Interface in com.rabbitmq.client
 
AMQP.Basic.Get.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.GetEmpty - Interface in com.rabbitmq.client
 
AMQP.Basic.GetEmpty.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.GetOk - Interface in com.rabbitmq.client
 
AMQP.Basic.GetOk.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.Nack - Interface in com.rabbitmq.client
 
AMQP.Basic.Nack.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.Publish - Interface in com.rabbitmq.client
 
AMQP.Basic.Publish.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.Qos - Interface in com.rabbitmq.client
 
AMQP.Basic.Qos.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.QosOk - Interface in com.rabbitmq.client
 
AMQP.Basic.QosOk.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.Recover - Interface in com.rabbitmq.client
 
AMQP.Basic.Recover.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.RecoverAsync - Interface in com.rabbitmq.client
 
AMQP.Basic.RecoverAsync.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.RecoverOk - Interface in com.rabbitmq.client
 
AMQP.Basic.RecoverOk.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.Reject - Interface in com.rabbitmq.client
 
AMQP.Basic.Reject.Builder - Class in com.rabbitmq.client
 
AMQP.Basic.Return - Interface in com.rabbitmq.client
 
AMQP.Basic.Return.Builder - Class in com.rabbitmq.client
 
AMQP.BasicProperties - Class in com.rabbitmq.client
 
AMQP.BasicProperties.Builder - Class in com.rabbitmq.client
 
AMQP.Channel - Class in com.rabbitmq.client
 
AMQP.Channel.Close - Interface in com.rabbitmq.client
 
AMQP.Channel.Close.Builder - Class in com.rabbitmq.client
 
AMQP.Channel.CloseOk - Interface in com.rabbitmq.client
 
AMQP.Channel.CloseOk.Builder - Class in com.rabbitmq.client
 
AMQP.Channel.Flow - Interface in com.rabbitmq.client
 
AMQP.Channel.Flow.Builder - Class in com.rabbitmq.client
 
AMQP.Channel.FlowOk - Interface in com.rabbitmq.client
 
AMQP.Channel.FlowOk.Builder - Class in com.rabbitmq.client
 
AMQP.Channel.Open - Interface in com.rabbitmq.client
 
AMQP.Channel.Open.Builder - Class in com.rabbitmq.client
 
AMQP.Channel.OpenOk - Interface in com.rabbitmq.client
 
AMQP.Channel.OpenOk.Builder - Class in com.rabbitmq.client
 
AMQP.Confirm - Class in com.rabbitmq.client
 
AMQP.Confirm.Select - Interface in com.rabbitmq.client
 
AMQP.Confirm.Select.Builder - Class in com.rabbitmq.client
 
AMQP.Confirm.SelectOk - Interface in com.rabbitmq.client
 
AMQP.Confirm.SelectOk.Builder - Class in com.rabbitmq.client
 
AMQP.Connection - Class in com.rabbitmq.client
 
AMQP.Connection.Blocked - Interface in com.rabbitmq.client
 
AMQP.Connection.Blocked.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.Close - Interface in com.rabbitmq.client
 
AMQP.Connection.Close.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.CloseOk - Interface in com.rabbitmq.client
 
AMQP.Connection.CloseOk.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.Open - Interface in com.rabbitmq.client
 
AMQP.Connection.Open.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.OpenOk - Interface in com.rabbitmq.client
 
AMQP.Connection.OpenOk.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.Secure - Interface in com.rabbitmq.client
 
AMQP.Connection.Secure.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.SecureOk - Interface in com.rabbitmq.client
 
AMQP.Connection.SecureOk.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.Start - Interface in com.rabbitmq.client
 
AMQP.Connection.Start.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.StartOk - Interface in com.rabbitmq.client
 
AMQP.Connection.StartOk.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.Tune - Interface in com.rabbitmq.client
 
AMQP.Connection.Tune.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.TuneOk - Interface in com.rabbitmq.client
 
AMQP.Connection.TuneOk.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.Unblocked - Interface in com.rabbitmq.client
 
AMQP.Connection.Unblocked.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.UpdateSecret - Interface in com.rabbitmq.client
 
AMQP.Connection.UpdateSecret.Builder - Class in com.rabbitmq.client
 
AMQP.Connection.UpdateSecretOk - Interface in com.rabbitmq.client
 
AMQP.Connection.UpdateSecretOk.Builder - Class in com.rabbitmq.client
 
AMQP.Exchange - Class in com.rabbitmq.client
 
AMQP.Exchange.Bind - Interface in com.rabbitmq.client
 
AMQP.Exchange.Bind.Builder - Class in com.rabbitmq.client
 
AMQP.Exchange.BindOk - Interface in com.rabbitmq.client
 
AMQP.Exchange.BindOk.Builder - Class in com.rabbitmq.client
 
AMQP.Exchange.Declare - Interface in com.rabbitmq.client
 
AMQP.Exchange.Declare.Builder - Class in com.rabbitmq.client
 
AMQP.Exchange.DeclareOk - Interface in com.rabbitmq.client
 
AMQP.Exchange.DeclareOk.Builder - Class in com.rabbitmq.client
 
AMQP.Exchange.Delete - Interface in com.rabbitmq.client
 
AMQP.Exchange.Delete.Builder - Class in com.rabbitmq.client
 
AMQP.Exchange.DeleteOk - Interface in com.rabbitmq.client
 
AMQP.Exchange.DeleteOk.Builder - Class in com.rabbitmq.client
 
AMQP.Exchange.Unbind - Interface in com.rabbitmq.client
 
AMQP.Exchange.Unbind.Builder - Class in com.rabbitmq.client
 
AMQP.Exchange.UnbindOk - Interface in com.rabbitmq.client
 
AMQP.Exchange.UnbindOk.Builder - Class in com.rabbitmq.client
 
AMQP.PROTOCOL - Class in com.rabbitmq.client
 
AMQP.Queue - Class in com.rabbitmq.client
 
AMQP.Queue.Bind - Interface in com.rabbitmq.client
 
AMQP.Queue.Bind.Builder - Class in com.rabbitmq.client
 
AMQP.Queue.BindOk - Interface in com.rabbitmq.client
 
AMQP.Queue.BindOk.Builder - Class in com.rabbitmq.client
 
AMQP.Queue.Declare - Interface in com.rabbitmq.client
 
AMQP.Queue.Declare.Builder - Class in com.rabbitmq.client
 
AMQP.Queue.DeclareOk - Interface in com.rabbitmq.client
 
AMQP.Queue.DeclareOk.Builder - Class in com.rabbitmq.client
 
AMQP.Queue.Delete - Interface in com.rabbitmq.client
 
AMQP.Queue.Delete.Builder - Class in com.rabbitmq.client
 
AMQP.Queue.DeleteOk - Interface in com.rabbitmq.client
 
AMQP.Queue.DeleteOk.Builder - Class in com.rabbitmq.client
 
AMQP.Queue.Purge - Interface in com.rabbitmq.client
 
AMQP.Queue.Purge.Builder - Class in com.rabbitmq.client
 
AMQP.Queue.PurgeOk - Interface in com.rabbitmq.client
 
AMQP.Queue.PurgeOk.Builder - Class in com.rabbitmq.client
 
AMQP.Queue.Unbind - Interface in com.rabbitmq.client
 
AMQP.Queue.Unbind.Builder - Class in com.rabbitmq.client
 
AMQP.Queue.UnbindOk - Interface in com.rabbitmq.client
 
AMQP.Queue.UnbindOk.Builder - Class in com.rabbitmq.client
 
AMQP.Tx - Class in com.rabbitmq.client
 
AMQP.Tx.Commit - Interface in com.rabbitmq.client
 
AMQP.Tx.Commit.Builder - Class in com.rabbitmq.client
 
AMQP.Tx.CommitOk - Interface in com.rabbitmq.client
 
AMQP.Tx.CommitOk.Builder - Class in com.rabbitmq.client
 
AMQP.Tx.Rollback - Interface in com.rabbitmq.client
 
AMQP.Tx.Rollback.Builder - Class in com.rabbitmq.client
 
AMQP.Tx.RollbackOk - Interface in com.rabbitmq.client
 
AMQP.Tx.RollbackOk.Builder - Class in com.rabbitmq.client
 
AMQP.Tx.Select - Interface in com.rabbitmq.client
 
AMQP.Tx.Select.Builder - Class in com.rabbitmq.client
 
AMQP.Tx.SelectOk - Interface in com.rabbitmq.client
 
AMQP.Tx.SelectOk.Builder - Class in com.rabbitmq.client
 
and(String...) - Method in interface org.redisson.api.RBitSet
Executes AND operation over this object and specified bitsets.
and(String...) - Method in interface org.redisson.api.RBitSetReactive
Executes AND operation over this object and specified bitsets.
and(String...) - Method in interface org.redisson.api.RBitSetRx
Executes AND operation over this object and specified bitsets.
and(Condition...) - Static method in class org.redisson.api.condition.Conditions
Returns "AND" condition for collection of nested conditions
andAsync(String...) - Method in interface org.redisson.api.RBitSetAsync
Executes AND operation over this object and specified bitsets.
andThen(DefaultRetryHandler.RetryOperation<V>) - Method in interface com.rabbitmq.client.impl.recovery.DefaultRetryHandler.RetryOperation
 
andThen(SocketChannelConfigurator) - Method in interface com.rabbitmq.client.SocketChannelConfigurator
Returns a composed configurator that performs, in sequence, this operation followed by the after operation.
andThen(SocketConfigurator) - Method in interface com.rabbitmq.client.SocketConfigurator
Returns a composed configurator that performs, in sequence, this operation followed by the after operation.
andThen(SslEngineConfigurator) - Method in interface com.rabbitmq.client.SslEngineConfigurator
Returns a composed configurator that performs, in sequence, this operation followed by the after operation.
ANNOTATION_BASED - Enum constant in enum class org.redisson.api.annotation.REntity.TransformationMode
 
ANY_BROKER - Static variable in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy
 
apiName() - Method in class org.apache.kafka.clients.admin.internals.AbortTransactionHandler
 
apiName() - Method in interface org.apache.kafka.clients.admin.internals.AdminApiHandler
Get a user-friendly name for the API this handler is implementing.
apiName() - Method in class org.apache.kafka.clients.admin.internals.AlterConsumerGroupOffsetsHandler
 
apiName() - Method in class org.apache.kafka.clients.admin.internals.DeleteConsumerGroupOffsetsHandler
 
apiName() - Method in class org.apache.kafka.clients.admin.internals.DeleteConsumerGroupsHandler
 
apiName() - Method in class org.apache.kafka.clients.admin.internals.DeleteRecordsHandler
 
apiName() - Method in class org.apache.kafka.clients.admin.internals.DescribeConsumerGroupsHandler
 
apiName() - Method in class org.apache.kafka.clients.admin.internals.DescribeProducersHandler
 
apiName() - Method in class org.apache.kafka.clients.admin.internals.DescribeTransactionsHandler
 
apiName() - Method in class org.apache.kafka.clients.admin.internals.FenceProducersHandler
 
apiName() - Method in class org.apache.kafka.clients.admin.internals.ListConsumerGroupOffsetsHandler
 
apiName() - Method in class org.apache.kafka.clients.admin.internals.ListOffsetsHandler
 
apiName() - Method in class org.apache.kafka.clients.admin.internals.ListTransactionsHandler
 
apiName() - Method in class org.apache.kafka.clients.admin.internals.RemoveMembersFromConsumerGroupHandler
 
ApiRequestScope - Interface in org.apache.kafka.clients.admin.internals
This interface is used by AdminApiDriver to bridge the gap to the internal `NodeProvider` defined in KafkaAdminClient.
ApiResult(Map<K, V>, Map<K, Throwable>, List<K>) - Constructor for class org.apache.kafka.clients.admin.internals.AdminApiHandler.ApiResult
 
ApiStatus - Class in org.jetbrains.annotations
Set of annotations which can be used to specify status of API Element.
ApiStatus.AvailableSince - Annotation Interface in org.jetbrains.annotations
Indicates that the annotated element firstly appeared in the specified version of the library, so the code using that element won't be compatible with older versions of the library.
ApiStatus.Experimental - Annotation Interface in org.jetbrains.annotations
Indicates that a public API of the annotated element (class, method or field) is not in stable state yet.
ApiStatus.Internal - Annotation Interface in org.jetbrains.annotations
Indicates that the annotated element (class, method, field, etc) must not be considered as a public API.
ApiStatus.NonExtendable - Annotation Interface in org.jetbrains.annotations
Indicates that the annotated API class, interface or method must not be extended, implemented or overridden.
ApiStatus.Obsolete - Annotation Interface in org.jetbrains.annotations
Indicates that a public API of the annotated element (class, method or field) is subject to deprecation in a future version.
ApiStatus.OverrideOnly - Annotation Interface in org.jetbrains.annotations
Indicates that the annotated method is part of SPI (Service Provider Interface), which is intended to be only implemented or overridden but not called by clients of the declaring library.
ApiStatus.ScheduledForRemoval - Annotation Interface in org.jetbrains.annotations
Indicates that a public API of the annotated element (class, method or field) is subject to removal in a future version.
append(String, int, long, byte[], byte[], Header[], RecordAccumulator.AppendCallbacks, long, boolean, long, Cluster) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
Add a record to the accumulator, return the append result
APPEND - Enum constant in enum class org.apache.kafka.clients.admin.AlterConfigOp.OpType
(For list-type configuration entries only.) Add the specified values to the current value of the configuration entry.
APPEND - Static variable in interface org.redisson.client.protocol.RedisCommands
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.QosOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.CloseOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.SelectOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.CloseOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Unblocked
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecretOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.BindOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeclareOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeleteOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.UnbindOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.BindOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.UnbindOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Commit
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.CommitOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Rollback
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.RollbackOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Select
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.SelectOk
 
appendArgumentDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.Method
Public API - debugging utility
appendDeserializerToConfig(Map<String, Object>, Deserializer<?>, Deserializer<?>) - Static method in class org.apache.kafka.clients.consumer.ConsumerConfig
 
appendedBytes - Variable in class org.apache.kafka.clients.producer.internals.RecordAccumulator.RecordAppendResult
 
appendPropertyDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
appendPropertyDebugStringTo(StringBuilder) - Method in interface com.rabbitmq.client.ContentHeader
A debugging utility - enable properties to be appended to a string buffer for use as trace messages.
appendPropertyDebugStringTo(StringBuilder) - Method in class com.rabbitmq.client.impl.AMQContentHeader
Public API - A debugging utility - enable properties to be appended to a string buffer for use as trace messages.
appId(String) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
applicationBuffer - Variable in class com.rabbitmq.client.impl.nio.FrameBuilder
 
ApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
This is the abstract definition of the events created by the KafkaConsumer API
ApplicationEvent(ApplicationEvent.Type) - Constructor for class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
 
ApplicationEvent.Type - Enum Class in org.apache.kafka.clients.consumer.internals.events
 
ApplicationEventHandler - Class in org.apache.kafka.clients.consumer.internals.events
An event handler that receives application events from the application thread which are then readable from the ApplicationEventProcessor in the network thread.
ApplicationEventHandler(LogContext, Time, BlockingQueue<ApplicationEvent>, Supplier<ApplicationEventProcessor>, Supplier<NetworkClientDelegate>, Supplier<RequestManagers>) - Constructor for class org.apache.kafka.clients.consumer.internals.events.ApplicationEventHandler
 
ApplicationEventProcessor - Class in org.apache.kafka.clients.consumer.internals.events
An EventProcessor that is created and executes in the network thread which processes application events generated by the application thread.
ApplicationEventProcessor(LogContext, BlockingQueue<ApplicationEvent>, RequestManagers, ConsumerMetadata) - Constructor for class org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessor
 
apply(Expression...) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
approachingExpirationStrategy(Function<Duration, Boolean>) - Method in class com.rabbitmq.client.impl.DefaultCredentialsRefreshService.DefaultCredentialsRefreshServiceBuilder
Set the strategy to trigger an early refresh before attempting to connect.
arguments - Variable in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
arguments(Map<String, Object>) - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
arguments(Map<String, Object>) - Method in class com.rabbitmq.client.AMQP.Exchange.Bind.Builder
 
arguments(Map<String, Object>) - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
arguments(Map<String, Object>) - Method in class com.rabbitmq.client.AMQP.Exchange.Unbind.Builder
 
arguments(Map<String, Object>) - Method in class com.rabbitmq.client.AMQP.Queue.Bind.Builder
 
arguments(Map<String, Object>) - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
arguments(Map<String, Object>) - Method in class com.rabbitmq.client.AMQP.Queue.Unbind.Builder
 
arguments(Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
arguments(Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.RecordedConsumer
 
arguments(Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.RecordedExchange
 
arguments(Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
ARRAY - Enum constant in enum class org.redisson.api.JsonType
 
arrayAppend(String, Object...) - Method in interface org.redisson.api.RJsonBucket
Appends values to array specified by JSONPath.
arrayAppend(String, Object...) - Method in interface org.redisson.api.RJsonBucketReactive
Appends values to array specified by JSONPath.
arrayAppend(String, Object...) - Method in interface org.redisson.api.RJsonBucketRx
Appends values to array specified by JSONPath.
arrayAppendAsync(String, Object...) - Method in interface org.redisson.api.RJsonBucketAsync
Appends values to array specified by JSONPath.
arrayAppendMulti(String, Object...) - Method in interface org.redisson.api.RJsonBucket
Appends values to arrays specified by JSONPath.
arrayAppendMulti(String, Object...) - Method in interface org.redisson.api.RJsonBucketReactive
Appends values to arrays specified by JSONPath.
arrayAppendMulti(String, Object...) - Method in interface org.redisson.api.RJsonBucketRx
Appends values to arrays specified by JSONPath.
arrayAppendMultiAsync(String, Object...) - Method in interface org.redisson.api.RJsonBucketAsync
Appends values to arrays specified by JSONPath.
arrayIndex(String, Object) - Method in interface org.redisson.api.RJsonBucket
Returns index of object in array specified by JSONPath.
arrayIndex(String, Object) - Method in interface org.redisson.api.RJsonBucketReactive
Returns index of object in array specified by JSONPath.
arrayIndex(String, Object) - Method in interface org.redisson.api.RJsonBucketRx
Returns index of object in array specified by JSONPath.
arrayIndex(String, Object, long, long) - Method in interface org.redisson.api.RJsonBucket
Returns index of object in array specified by JSONPath in range between start (inclusive) and end (exclusive) indexes.
arrayIndex(String, Object, Single<Long>, Single<Long>) - Method in interface org.redisson.api.RJsonBucketRx
Returns index of object in array specified by JSONPath in range between start (inclusive) and end (exclusive) indexes.
arrayIndex(String, Object, Mono<Long>, Mono<Long>) - Method in interface org.redisson.api.RJsonBucketReactive
Returns index of object in array specified by JSONPath in range between start (inclusive) and end (exclusive) indexes.
arrayIndexAsync(String, Object) - Method in interface org.redisson.api.RJsonBucketAsync
Returns index of object in array specified by JSONPath.
arrayIndexAsync(String, Object, long, long) - Method in interface org.redisson.api.RJsonBucketAsync
Returns index of object in array specified by JSONPath in range between start (inclusive) and end (exclusive) indexes.
arrayIndexMulti(String, Object) - Method in interface org.redisson.api.RJsonBucket
Returns index of object in arrays specified by JSONPath.
arrayIndexMulti(String, Object) - Method in interface org.redisson.api.RJsonBucketReactive
Returns index of object in arrays specified by JSONPath.
arrayIndexMulti(String, Object) - Method in interface org.redisson.api.RJsonBucketRx
Returns index of object in arrays specified by JSONPath.
arrayIndexMulti(String, Object, long, long) - Method in interface org.redisson.api.RJsonBucket
Returns index of object in arrays specified by JSONPath in range between start (inclusive) and end (exclusive) indexes.
arrayIndexMulti(String, Object, Single<Long>, Single<Long>) - Method in interface org.redisson.api.RJsonBucketRx
Returns index of object in arrays specified by JSONPath in range between start (inclusive) and end (exclusive) indexes.
arrayIndexMulti(String, Object, Mono<Long>, Mono<Long>) - Method in interface org.redisson.api.RJsonBucketReactive
Returns index of object in arrays specified by JSONPath in range between start (inclusive) and end (exclusive) indexes.
arrayIndexMultiAsync(String, Object) - Method in interface org.redisson.api.RJsonBucketAsync
Returns index of object in arrays specified by JSONPath.
arrayIndexMultiAsync(String, Object, long, long) - Method in interface org.redisson.api.RJsonBucketAsync
Returns index of object in arrays specified by JSONPath in range between start (inclusive) and end (exclusive) indexes.
arrayInsert(String, long, Object...) - Method in interface org.redisson.api.RJsonBucket
Inserts values into array specified by JSONPath.
arrayInsert(String, Single<Long>, Object...) - Method in interface org.redisson.api.RJsonBucketRx
Inserts values into array specified by JSONPath.
arrayInsert(String, Mono<Long>, Object...) - Method in interface org.redisson.api.RJsonBucketReactive
Inserts values into array specified by JSONPath.
arrayInsertAsync(String, long, Object...) - Method in interface org.redisson.api.RJsonBucketAsync
Inserts values into array specified by JSONPath.
arrayInsertMulti(String, long, Object...) - Method in interface org.redisson.api.RJsonBucket
Inserts values into arrays specified by JSONPath.
arrayInsertMulti(String, Single<Long>, Object...) - Method in interface org.redisson.api.RJsonBucketRx
Inserts values into arrays specified by JSONPath.
arrayInsertMulti(String, Mono<Long>, Object...) - Method in interface org.redisson.api.RJsonBucketReactive
Inserts values into arrays specified by JSONPath.
arrayInsertMultiAsync(String, long, Object...) - Method in interface org.redisson.api.RJsonBucketAsync
Inserts values into arrays specified by JSONPath.
arrayPollFirst(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucket
Polls first element of array specified by JSONPath.
arrayPollFirst(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucketReactive
Polls first element of array specified by JSONPath.
arrayPollFirst(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucketRx
Polls first element of array specified by JSONPath.
arrayPollFirstAsync(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucketAsync
Polls first element of array specified by JSONPath.
arrayPollFirstMulti(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucket
Polls first element of arrays specified by JSONPath.
arrayPollFirstMulti(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucketReactive
Polls first element of arrays specified by JSONPath.
arrayPollFirstMulti(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucketRx
Polls first element of arrays specified by JSONPath.
arrayPollFirstMultiAsync(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucketAsync
Polls first element of arrays specified by JSONPath.
arrayPollLast(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucket
Polls last element of array specified by JSONPath.
arrayPollLast(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucketReactive
Polls last element of array specified by JSONPath.
arrayPollLast(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucketRx
Polls last element of array specified by JSONPath.
arrayPollLastAsync(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucketAsync
Polls last element of array specified by JSONPath.
arrayPollLastMulti(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucket
Polls last element of arrays specified by JSONPath.
arrayPollLastMulti(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucketReactive
Polls last element of arrays specified by JSONPath.
arrayPollLastMulti(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucketRx
Polls last element of arrays specified by JSONPath.
arrayPollLastMultiAsync(JsonCodec<T>, String) - Method in interface org.redisson.api.RJsonBucketAsync
Polls last element of arrays specified by JSONPath.
arrayPop(JsonCodec<T>, String, long) - Method in interface org.redisson.api.RJsonBucket
Pops element located at index of array specified by JSONPath.
arrayPop(JsonCodec<T>, String, Single<Long>) - Method in interface org.redisson.api.RJsonBucketRx
Pops element located at index of array specified by JSONPath.
arrayPop(JsonCodec<T>, String, Mono<Long>) - Method in interface org.redisson.api.RJsonBucketReactive
Pops element located at index of array specified by JSONPath.
arrayPopAsync(JsonCodec<T>, String, long) - Method in interface org.redisson.api.RJsonBucketAsync
Pops element located at index of array specified by JSONPath.
arrayPopMulti(JsonCodec<T>, String, long) - Method in interface org.redisson.api.RJsonBucket
Pops elements located at index of arrays specified by JSONPath.
arrayPopMulti(JsonCodec<T>, String, Single<Long>) - Method in interface org.redisson.api.RJsonBucketRx
Pops elements located at index of arrays specified by JSONPath.
arrayPopMulti(JsonCodec<T>, String, Mono<Long>) - Method in interface org.redisson.api.RJsonBucketReactive
Pops elements located at index of arrays specified by JSONPath.
arrayPopMultiAsync(JsonCodec<T>, String, long) - Method in interface org.redisson.api.RJsonBucketAsync
Pops elements located at index of arrays specified by JSONPath.
arraySize(Object[]) - Static method in class com.rabbitmq.client.impl.Frame
Computes the AMQP wire-protocol length of an encoded field-array of type Object[]
arraySize(String) - Method in interface org.redisson.api.RJsonBucket
Returns size of array specified by JSONPath.
arraySize(String) - Method in interface org.redisson.api.RJsonBucketReactive
Returns size of array specified by JSONPath.
arraySize(String) - Method in interface org.redisson.api.RJsonBucketRx
Returns size of array specified by JSONPath.
arraySize(List<?>) - Static method in class com.rabbitmq.client.impl.Frame
Computes the AMQP 0-9-1 wire-protocol length of an encoded field-array of type List
arraySizeAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Returns size of array specified by JSONPath.
arraySizeMulti(String) - Method in interface org.redisson.api.RJsonBucket
Returns size of arrays specified by JSONPath.
arraySizeMulti(String) - Method in interface org.redisson.api.RJsonBucketReactive
Returns size of arrays specified by JSONPath.
arraySizeMulti(String) - Method in interface org.redisson.api.RJsonBucketRx
Returns size of arrays specified by JSONPath.
arraySizeMultiAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Returns size of arrays specified by JSONPath.
arrayTrim(String, long, long) - Method in interface org.redisson.api.RJsonBucket
Trims array specified by JSONPath in range between start (inclusive) and end (inclusive) indexes.
arrayTrim(String, Single<Long>, Single<Long>) - Method in interface org.redisson.api.RJsonBucketRx
Trims array specified by JSONPath in range between start (inclusive) and end (inclusive) indexes.
arrayTrim(String, Mono<Long>, Mono<Long>) - Method in interface org.redisson.api.RJsonBucketReactive
Trims array specified by JSONPath in range between start (inclusive) and end (inclusive) indexes.
arrayTrimAsync(String, long, long) - Method in interface org.redisson.api.RJsonBucketAsync
Trims array specified by JSONPath in range between start (inclusive) and end (inclusive) indexes.
arrayTrimMulti(String, long, long) - Method in interface org.redisson.api.RJsonBucket
Trims arrays specified by JSONPath in range between start (inclusive) and end (inclusive) indexes.
arrayTrimMulti(String, Single<Long>, Single<Long>) - Method in interface org.redisson.api.RJsonBucketRx
Trims arrays specified by JSONPath in range between start (inclusive) and end (inclusive) indexes.
arrayTrimMulti(String, Mono<Long>, Mono<Long>) - Method in interface org.redisson.api.RJsonBucketReactive
Trims arrays specified by JSONPath in range between start (inclusive) and end (inclusive) indexes.
arrayTrimMultiAsync(String, long, long) - Method in interface org.redisson.api.RJsonBucketAsync
Trims arrays specified by JSONPath in range between start (inclusive) and end (inclusive) indexes.
as(String) - Method in interface org.redisson.api.search.aggregate.Reducer
 
as(String) - Method in class org.redisson.api.search.aggregate.ReducerParams
 
as(String) - Method in interface org.redisson.api.search.index.FlatVectorIndex
Defines the attribute associated to the field name
as(String) - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
as(String) - Method in interface org.redisson.api.search.index.GeoIndex
Defines the attribute associated to the field name
as(String) - Method in class org.redisson.api.search.index.GeoIndexParams
 
as(String) - Method in interface org.redisson.api.search.index.HNSWVectorIndex
Defines the attribute associated to the field name
as(String) - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
as(String) - Method in interface org.redisson.api.search.index.NumericIndex
Defines the attribute associated to the field name
as(String) - Method in class org.redisson.api.search.index.NumericIndexParams
 
as(String) - Method in interface org.redisson.api.search.index.TagIndex
Defines the attribute associated to the field name
as(String) - Method in class org.redisson.api.search.index.TagIndexParams
 
as(String) - Method in interface org.redisson.api.search.index.TextIndex
Defines the attribute associated to the field name.
as(String) - Method in class org.redisson.api.search.index.TextIndexParams
 
asBitSet() - Method in interface org.redisson.api.RBitSet
 
ASC - Enum constant in enum class org.redisson.api.GeoOrder
 
ASC - Enum constant in enum class org.redisson.api.SortOrder
 
ASKING - Static variable in interface org.redisson.client.protocol.RedisCommands
 
asLiveObject(T) - Method in interface org.redisson.api.RLiveObjectService
To cast the instance to RLiveObject instance.
asLongString(byte[]) - Static method in class com.rabbitmq.client.impl.LongStringHelper
Converts a binary block to a LongString.
asLongString(String) - Static method in class com.rabbitmq.client.impl.LongStringHelper
Converts a String to a LongString using UTF-8 encoding.
asRMap(T) - Method in interface org.redisson.api.RLiveObjectService
To cast the instance to RMap instance.
assign(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
assign(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
assign(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
assign(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Manually assign a list of partitions to this consumer.
assign(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
assign(Map<String, Integer>, Map<String, ConsumerPartitionAssignor.Subscription>) - Method in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor
Perform the group assignment given the partition counts and member subscriptions
assign(Map<String, Integer>, Map<String, ConsumerPartitionAssignor.Subscription>) - Method in class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor
 
assign(Map<String, Integer>, Map<String, ConsumerPartitionAssignor.Subscription>) - Method in class org.apache.kafka.clients.consumer.RangeAssignor
 
assign(Map<String, Integer>, Map<String, ConsumerPartitionAssignor.Subscription>) - Method in class org.apache.kafka.clients.consumer.RoundRobinAssignor
 
assign(Cluster, ConsumerPartitionAssignor.GroupSubscription) - Method in interface org.apache.kafka.clients.consumer.ConsumerPartitionAssignor
Perform the group assignment given the member subscriptions and current cluster metadata.
assign(Cluster, ConsumerPartitionAssignor.GroupSubscription) - Method in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor
 
ASSIGN_FROM_SUBSCRIBED_ASSIGNORS - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
assignedPartitions() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
assignedPartitionsList() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
assignFromSubscribed(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
Change the assignment to the specified partitions returned from the coordinator, note this is different from SubscriptionState.assignFromUser(Set) which directly set the assignment from user inputs.
assignFromUser(Set<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
Change the assignment to the specified partitions provided by the user, note this is different from SubscriptionState.assignFromSubscribed(Collection) whose input partitions are provided from the subscribed topics.
assignment() - Method in class org.apache.kafka.clients.admin.MemberDescription
The assignment of the group member.
assignment() - Method in interface org.apache.kafka.clients.consumer.Consumer
 
assignment() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
assignment() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
assignment() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
assignment() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
Assignment(List<TopicPartition>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Assignment
 
Assignment(List<TopicPartition>, ByteBuffer) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Assignment
 
ASSIGNMENT_CHANGE - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
AssignmentChangeApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
 
AssignmentChangeApplicationEvent(Map<TopicPartition, OffsetAndMetadata>, long) - Constructor for class org.apache.kafka.clients.consumer.internals.events.AssignmentChangeApplicationEvent
 
assignments() - Method in class org.apache.kafka.clients.admin.NewPartitions
The replica assignments for the new partitions, or null if the assignment will be done by the controller.
assignPartitions(Map<String, List<PartitionInfo>>, Map<String, ConsumerPartitionAssignor.Subscription>) - Method in class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
 
assignPartitions(Map<String, List<PartitionInfo>>, Map<String, ConsumerPartitionAssignor.Subscription>) - Method in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor
Default implementation of assignPartitions() that does not include racks.
assignPartitions(Map<String, List<PartitionInfo>>, Map<String, ConsumerPartitionAssignor.Subscription>) - Method in class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor
 
assignPartitions(Map<String, List<PartitionInfo>>, Map<String, ConsumerPartitionAssignor.Subscription>) - Method in class org.apache.kafka.clients.consumer.RangeAssignor
Performs range assignment of the specified partitions for the consumers with the provided subscriptions.
async(long, Codec, RedisCommand<T>, Object...) - Method in class org.redisson.client.RedisConnection
 
async(long, RedisCommand<T>, Object...) - Method in class org.redisson.client.RedisConnection
 
async(Codec, RedisCommand<T>, Object...) - Method in class org.redisson.client.RedisConnection
 
async(RedisCommand<T>, Object...) - Method in class org.redisson.client.RedisConnection
 
Async - Class in org.jetbrains.annotations
Helper annotations for asynchronous computation.
Async.Execute - Annotation Interface in org.jetbrains.annotations
Indicates that the marked method executes async computation.
Async.Schedule - Annotation Interface in org.jetbrains.annotations
Indicates that the marked method schedules async computation.
AsyncClient<T1,Req,Resp,T2> - Class in org.apache.kafka.clients.consumer.internals
 
asyncCompletableRpc(Method) - Method in interface com.rabbitmq.client.Channel
Asynchronously send a method over this channel.
asyncCompletableRpc(Method) - Method in class com.rabbitmq.client.impl.ChannelN
 
asyncCompletableRpc(Method) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
AsyncIterator<V> - Interface in org.redisson.api
Asynchronous iterator
AsyncKafkaConsumer<K,V> - Class in org.apache.kafka.clients.consumer.internals
This Consumer implementation uses an event handler to process application events so that the network I/O can be processed in a dedicated network thread.
asyncRpc(Method) - Method in interface com.rabbitmq.client.Channel
Asynchronously send a method over this channel.
asyncRpc(Method) - Method in class com.rabbitmq.client.impl.ChannelN
 
asyncRpc(Method) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
asyncRpc(Method, CompletableFuture<Command>) - Method in class com.rabbitmq.client.impl.AMQChannel
 
attach(T) - Method in interface org.redisson.api.RLiveObjectService
Returns proxied object for the detached object.
AUTH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
AuthenticationFailureException - Exception Class in com.rabbitmq.client
Thrown when the broker refuses access due to an authentication failure.
AuthenticationFailureException(String) - Constructor for exception class com.rabbitmq.client.AuthenticationFailureException
 
authorizedOperations() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
authorizedOperations for this group, or null if that information is not known.
authorizedOperations() - Method in class org.apache.kafka.clients.admin.DescribeClusterResult
Returns a future which yields authorized operations.
authorizedOperations() - Method in class org.apache.kafka.clients.admin.TopicDescription
authorized operations for this topic, or null if this is not known.
AUTO - Enum constant in enum class org.redisson.config.ShardedSubscriptionMode
Use sharded pubsub only if it's available.
AUTO_COMMIT_INTERVAL_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
auto.commit.interval.ms
AUTO_GENERATED - Static variable in class org.redisson.api.StreamMessageId
Defines auto-generated id.
AUTO_INCLUDE_JMX_REPORTER_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
Deprecated.
AUTO_INCLUDE_JMX_REPORTER_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
Deprecated.
AUTO_INCLUDE_JMX_REPORTER_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
Deprecated.
AUTO_INCLUDE_JMX_REPORTER_DOC - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
AUTO_OFFSET_RESET_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
auto.offset.reset
AUTO_OFFSET_RESET_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
autoAck(boolean) - Method in class com.rabbitmq.client.impl.recovery.RecordedConsumer
 
autoClaim(String, String, long, TimeUnit, StreamMessageId, int) - Method in interface org.redisson.api.RStream
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages and startId are greater than defined value.
autoClaim(String, String, long, TimeUnit, StreamMessageId, int) - Method in interface org.redisson.api.RStreamReactive
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages and startId are greater than defined value.
autoClaim(String, String, long, TimeUnit, StreamMessageId, int) - Method in interface org.redisson.api.RStreamRx
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages and startId are greater than defined value.
autoClaimAsync(String, String, long, TimeUnit, StreamMessageId, int) - Method in interface org.redisson.api.RStreamAsync
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages and startId are greater than defined value.
AutoClaimDecoder - Class in org.redisson.client.protocol.decoder
 
AutoClaimDecoder() - Constructor for class org.redisson.client.protocol.decoder.AutoClaimDecoder
 
AutoClaimMapReplayDecoder - Class in org.redisson.client.protocol.decoder
 
AutoClaimMapReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.AutoClaimMapReplayDecoder
 
AutoClaimResult<K,V> - Class in org.redisson.api
Result object for autoClaim request.
AutoClaimResult() - Constructor for class org.redisson.api.AutoClaimResult
 
AutoClaimResult(StreamMessageId, Map<StreamMessageId, Map<K, V>>, List<StreamMessageId>) - Constructor for class org.redisson.api.AutoClaimResult
 
autoCommitEnabled() - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
 
autoDelete() - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
autoDelete() - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
autoDelete(boolean) - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
autoDelete(boolean) - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
autoDelete(boolean) - Method in class com.rabbitmq.client.impl.recovery.RecordedExchange
 
autoDelete(boolean) - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
autogenerateSequenceId() - Method in class org.redisson.api.StreamMessageId
 
automaticallyRecover(AutorecoveringConnection, Connection) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
Automatic Offset Committing - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
AutorecoveringChannel - Class in com.rabbitmq.client.impl.recovery
Channel implementation that is automatically recovered during connection recovery.
AutorecoveringChannel(AutorecoveringConnection, RecoveryAwareChannelN) - Constructor for class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
AutorecoveringConnection - Class in com.rabbitmq.client.impl.recovery
Connection implementation that performs automatic recovery when connection shutdown is not initiated by the application (e.g.
AutorecoveringConnection(ConnectionParams, FrameHandlerFactory, AddressResolver) - Constructor for class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
AutorecoveringConnection(ConnectionParams, FrameHandlerFactory, AddressResolver, MetricsCollector, ObservationCollector) - Constructor for class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
AutorecoveringConnection(ConnectionParams, FrameHandlerFactory, List<Address>) - Constructor for class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
available() - Method in class com.rabbitmq.client.impl.TruncatedInputStream
 
availableMemory() - Method in class org.apache.kafka.clients.producer.internals.BufferPool
the total free memory both unallocated and in the free list
availablePermits() - Method in interface org.redisson.api.RPermitExpirableSemaphore
Returns number of available permits.
availablePermits() - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Returns amount of available permits.
availablePermits() - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Returns the current number of available permits.
availablePermits() - Method in interface org.redisson.api.RRateLimiter
Returns amount of available permits.
availablePermits() - Method in interface org.redisson.api.RRateLimiterReactive
Returns amount of available permits.
availablePermits() - Method in interface org.redisson.api.RRateLimiterRx
Returns amount of available permits.
availablePermits() - Method in interface org.redisson.api.RSemaphore
Returns amount of available permits.
availablePermits() - Method in interface org.redisson.api.RSemaphoreReactive
Returns amount of available permits.
availablePermits() - Method in interface org.redisson.api.RSemaphoreRx
Returns amount of available permits.
availablePermitsAsync() - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Returns number of available permits.
availablePermitsAsync() - Method in interface org.redisson.api.RRateLimiterAsync
Returns amount of available permits.
availablePermitsAsync() - Method in interface org.redisson.api.RSemaphoreAsync
Returns amount of available permits.
avg(String) - Static method in interface org.redisson.api.search.aggregate.Reducer
 
await() - Method in class org.apache.kafka.clients.producer.internals.ProduceRequestResult
Await the completion of this request
await() - Method in class org.apache.kafka.clients.producer.internals.TransactionalRequestResult
 
await() - Method in interface org.redisson.api.RCountDownLatch
Waits until counter reach zero.
await() - Method in interface org.redisson.api.RCountDownLatchReactive
Waits until counter reach zero.
await() - Method in interface org.redisson.api.RCountDownLatchRx
Waits until counter reach zero.
await() - Method in interface org.redisson.api.RFuture
Deprecated.
await(long) - Method in interface org.redisson.api.RFuture
Deprecated.
await(long, TimeUnit) - Method in class org.apache.kafka.clients.producer.internals.ProduceRequestResult
Await the completion of this request (up to the given time interval)
await(long, TimeUnit) - Method in class org.apache.kafka.clients.producer.internals.TransactionalRequestResult
 
await(long, TimeUnit) - Method in interface org.redisson.api.RCountDownLatch
Waits until counter reach zero or up to defined timeout.
await(long, TimeUnit) - Method in interface org.redisson.api.RCountDownLatchReactive
Waits until counter reach zero or up to defined timeout.
await(long, TimeUnit) - Method in interface org.redisson.api.RCountDownLatchRx
Waits until counter reach zero or up to defined timeout.
await(long, TimeUnit) - Method in interface org.redisson.api.RFuture
Deprecated.
await(CompletableFuture<R>) - Method in class org.redisson.client.RedisConnection
 
awaitAsync() - Method in interface org.redisson.api.RCountDownLatchAsync
Waits until counter reach zero.
awaitAsync(long, TimeUnit) - Method in interface org.redisson.api.RCountDownLatchAsync
Waits until counter reach zero or up to defined timeout.
awaitDone(long, TimeUnit) - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
 
awaitFlushCompletion() - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
Mark all partitions as ready to send and block until the send is complete
awaitingValidation(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
awaitMetadataUpdate(Timer) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Block waiting on the metadata refresh with a timeout.
awaitPendingRequests(Node, Timer) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Block until all pending requests from the given node have finished.
awaitUninterruptibly() - Method in interface org.redisson.api.RFuture
Deprecated.
awaitUninterruptibly(long) - Method in interface org.redisson.api.RFuture
Deprecated.
awaitUninterruptibly(long, TimeUnit) - Method in interface org.redisson.api.RFuture
Deprecated.
awaitUpdate(int, long) - Method in class org.apache.kafka.clients.producer.internals.ProducerMetadata
Wait for metadata update until the current version is larger than the last version we know of

B

BackgroundEvent - Class in org.apache.kafka.clients.consumer.internals.events
This is the abstract definition of the events created by the network thread.
BackgroundEvent(BackgroundEvent.Type) - Constructor for class org.apache.kafka.clients.consumer.internals.events.BackgroundEvent
 
BackgroundEvent.Type - Enum Class in org.apache.kafka.clients.consumer.internals.events
 
BackgroundEventHandler - Class in org.apache.kafka.clients.consumer.internals.events
An event handler that receives background events from the network thread which are then made available to the application thread via the
invalid reference
BackgroundEventProcessor
.
BackgroundEventHandler(LogContext, Queue<BackgroundEvent>) - Constructor for class org.apache.kafka.clients.consumer.internals.events.BackgroundEventHandler
 
backoff(int) - Method in interface com.rabbitmq.client.impl.recovery.BackoffPolicy
Wait depending on the current attempt number (1, 2, 3, etc)
backoffPolicy - Variable in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
backoffPolicy - Variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
backoffPolicy(BackoffPolicy) - Method in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
BackoffPolicy - Interface in com.rabbitmq.client.impl.recovery
Backoff policy for topology recovery retry attempts.
BaseCodec - Class in org.redisson.client.codec
 
BaseCodec() - Constructor for class org.redisson.client.codec.BaseCodec
 
BaseConfig<T> - Class in org.redisson.config
 
BaseConnectionHandler<C> - Class in org.redisson.client.handler
 
BaseConnectionHandler(RedisClient) - Constructor for class org.redisson.client.handler.BaseConnectionHandler
 
BaseMasterSlaveServersConfig<T> - Class in org.redisson.config
 
BaseMasterSlaveServersConfig() - Constructor for class org.redisson.config.BaseMasterSlaveServersConfig
 
baseOffset() - Method in class org.apache.kafka.clients.producer.internals.ProduceRequestResult
The base offset for the request (the first offset in the record set)
BasePatternStatusListener - Class in org.redisson.api.listener
Base status listener for Redis PubSub channel status changes
BasePatternStatusListener() - Constructor for class org.redisson.api.listener.BasePatternStatusListener
 
BaseRedisNodes - Interface in org.redisson.api.redisnode
Base Redis nodes API interface
BaseRedisPubSubListener - Class in org.redisson.client
 
BaseRedisPubSubListener() - Constructor for class org.redisson.client.BaseRedisPubSubListener
 
baseSequence() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
BaseStatusListener - Class in org.redisson.api.listener
Base status listener for Redis PubSub channel status changes
BaseStatusListener() - Constructor for class org.redisson.api.listener.BaseStatusListener
 
Basic() - Constructor for class com.rabbitmq.client.AMQP.Basic
 
Basic() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic
 
BASIC - Static variable in class com.rabbitmq.client.MessageProperties
Content-type "application/octet-stream", deliveryMode 1 (nonpersistent), priority zero
basicAck(long, boolean) - Method in interface com.rabbitmq.client.Channel
Acknowledge one or several received messages.
basicAck(long, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Acknowledge one or several received messages.
basicAck(long, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicAck(long, boolean) - Method in class com.rabbitmq.client.impl.recovery.RecoveryAwareChannelN
 
basicAck(Channel, long, boolean) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
basicAck(Channel, long, boolean) - Method in interface com.rabbitmq.client.MetricsCollector
 
basicAck(Channel, long, boolean) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
basicCancel(Channel, String) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
basicCancel(Channel, String) - Method in interface com.rabbitmq.client.MetricsCollector
 
basicCancel(Channel, String) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
basicCancel(String) - Method in interface com.rabbitmq.client.Channel
Cancel a consumer.
basicCancel(String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Cancel a consumer.
basicCancel(String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(Channel, String, boolean) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
basicConsume(Channel, String, boolean) - Method in interface com.rabbitmq.client.MetricsCollector
 
basicConsume(Channel, String, boolean) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
basicConsume(String, DeliverCallback) - Method in class fr.codinbox.connector.commons.rabbitmq.PooledChannel
Starts a non-auto-acknowledged consumer on the specified queue using a callback.
basicConsume(String, boolean, Consumer) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag.
basicConsume(String, boolean, Consumer) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag.
basicConsume(String, boolean, Consumer) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, DeliverCallback, CancelCallback) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag.
basicConsume(String, boolean, DeliverCallback, CancelCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag.
basicConsume(String, boolean, DeliverCallback, CancelCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag.
basicConsume(String, boolean, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.ChannelN
 
basicConsume(String, boolean, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, DeliverCallback, ConsumerShutdownSignalCallback) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag.
basicConsume(String, boolean, DeliverCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag.
basicConsume(String, boolean, DeliverCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, Consumer) - Method in interface com.rabbitmq.client.Channel
Start a consumer.
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, Consumer) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a consumer.
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, Consumer) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, DeliverCallback, CancelCallback) - Method in interface com.rabbitmq.client.Channel
Start a consumer.
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, DeliverCallback, CancelCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a consumer.
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, DeliverCallback, CancelCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in interface com.rabbitmq.client.Channel
Start a consumer.
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.ChannelN
 
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, DeliverCallback, ConsumerShutdownSignalCallback) - Method in interface com.rabbitmq.client.Channel
Start a consumer.
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, DeliverCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a consumer.
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, DeliverCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, String, Consumer) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer.
basicConsume(String, boolean, String, Consumer) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer.
basicConsume(String, boolean, String, Consumer) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, String, DeliverCallback, CancelCallback) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer.
basicConsume(String, boolean, String, DeliverCallback, CancelCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer.
basicConsume(String, boolean, String, DeliverCallback, CancelCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, String, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer.
basicConsume(String, boolean, String, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer.
basicConsume(String, boolean, String, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, String, DeliverCallback, ConsumerShutdownSignalCallback) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer.
basicConsume(String, boolean, String, DeliverCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer.
basicConsume(String, boolean, String, DeliverCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, Map<String, Object>, Consumer) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag and specified arguments.
basicConsume(String, boolean, Map<String, Object>, Consumer) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag and specified arguments.
basicConsume(String, boolean, Map<String, Object>, Consumer) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, Map<String, Object>, DeliverCallback, CancelCallback) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag and specified arguments.
basicConsume(String, boolean, Map<String, Object>, DeliverCallback, CancelCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag and specified arguments.
basicConsume(String, boolean, Map<String, Object>, DeliverCallback, CancelCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, Map<String, Object>, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag and specified arguments.
basicConsume(String, boolean, Map<String, Object>, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag and specified arguments.
basicConsume(String, boolean, Map<String, Object>, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, boolean, Map<String, Object>, DeliverCallback, ConsumerShutdownSignalCallback) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag and specified arguments.
basicConsume(String, boolean, Map<String, Object>, DeliverCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag and specified arguments.
basicConsume(String, boolean, Map<String, Object>, DeliverCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, Consumer) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer, with explicit acknowledgement and a server-generated consumerTag.
basicConsume(String, Consumer) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer, with explicit acknowledgement and a server-generated consumerTag.
basicConsume(String, Consumer) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, DeliverCallback, CancelCallback) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer, with explicit acknowledgement and a server-generated consumerTag.
basicConsume(String, DeliverCallback, CancelCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer, with explicit acknowledgement and a server-generated consumerTag.
basicConsume(String, DeliverCallback, CancelCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer, with explicit acknowledgement and a server-generated consumerTag.
basicConsume(String, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer, with explicit acknowledgement and a server-generated consumerTag.
basicConsume(String, DeliverCallback, CancelCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicConsume(String, DeliverCallback, ConsumerShutdownSignalCallback) - Method in interface com.rabbitmq.client.Channel
Start a non-nolocal, non-exclusive consumer, with explicit acknowledgement and a server-generated consumerTag.
basicConsume(String, DeliverCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Start a non-nolocal, non-exclusive consumer, with explicit acknowledgement and a server-generated consumerTag.
basicConsume(String, DeliverCallback, ConsumerShutdownSignalCallback) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicGet(String, boolean) - Method in interface com.rabbitmq.client.Channel
Retrieve a message from a queue using AMQP.Basic.Get
basicGet(String, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Retrieve a message from a queue using AMQP.Basic.Get
basicGet(String, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicNack(long, boolean, boolean) - Method in interface com.rabbitmq.client.Channel
Reject one or several received messages.
basicNack(long, boolean, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Reject one or several received messages.
basicNack(long, boolean, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicNack(long, boolean, boolean) - Method in class com.rabbitmq.client.impl.recovery.RecoveryAwareChannelN
 
basicNack(Channel, long) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
basicNack(Channel, long) - Method in interface com.rabbitmq.client.MetricsCollector
 
basicNack(Channel, long) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
BasicProperties - Interface in com.rabbitmq.client
 
BasicProperties() - Constructor for class com.rabbitmq.client.AMQP.BasicProperties
 
BasicProperties(DataInputStream) - Constructor for class com.rabbitmq.client.AMQP.BasicProperties
 
BasicProperties(String, String, Map<String, Object>, Integer, Integer, String, String, String, String, Date, String, String, String, String) - Constructor for class com.rabbitmq.client.AMQP.BasicProperties
 
basicPublish(Channel) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
basicPublish(Channel) - Method in interface com.rabbitmq.client.MetricsCollector
 
basicPublish(Channel) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
basicPublish(String, String, AMQP.BasicProperties, byte[]) - Method in class fr.codinbox.connector.commons.rabbitmq.PooledChannel
Publishes a message to the specified exchange with the given routing key.
basicPublish(String, String, boolean, boolean, AMQP.BasicProperties, byte[]) - Method in interface com.rabbitmq.client.Channel
Publish a message.
basicPublish(String, String, boolean, boolean, AMQP.BasicProperties, byte[]) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Publish a message.
basicPublish(String, String, boolean, boolean, AMQP.BasicProperties, byte[]) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicPublish(String, String, boolean, AMQP.BasicProperties, byte[]) - Method in interface com.rabbitmq.client.Channel
Publish a message.
basicPublish(String, String, boolean, AMQP.BasicProperties, byte[]) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Publish a message.
basicPublish(String, String, boolean, AMQP.BasicProperties, byte[]) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicPublish(String, String, AMQP.BasicProperties, byte[]) - Method in interface com.rabbitmq.client.Channel
Publish a message.
basicPublish(String, String, AMQP.BasicProperties, byte[]) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Publish a message.
basicPublish(String, String, AMQP.BasicProperties, byte[]) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicPublishAck(Channel, long, boolean) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
basicPublishAck(Channel, long, boolean) - Method in interface com.rabbitmq.client.MetricsCollector
 
basicPublishAck(Channel, long, boolean) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
basicPublishFailure(Channel, Throwable) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
basicPublishFailure(Channel, Throwable) - Method in interface com.rabbitmq.client.MetricsCollector
 
basicPublishFailure(Channel, Throwable) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
basicPublishNack(Channel, long, boolean) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
basicPublishNack(Channel, long, boolean) - Method in interface com.rabbitmq.client.MetricsCollector
 
basicPublishNack(Channel, long, boolean) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
basicPublishUnrouted(Channel) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
basicPublishUnrouted(Channel) - Method in interface com.rabbitmq.client.MetricsCollector
 
basicPublishUnrouted(Channel) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
basicQos(int) - Method in interface com.rabbitmq.client.Channel
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicQos(int, boolean) - Method in interface com.rabbitmq.client.Channel
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicQos(int, int, boolean) - Method in interface com.rabbitmq.client.Channel
Request specific "quality of service" settings.
basicQos(int, int, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Request specific "quality of service" settings.
basicQos(int, int, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicRecover() - Method in interface com.rabbitmq.client.Channel
Ask the broker to resend unacknowledged messages.
basicRecover() - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Ask the broker to resend unacknowledged messages.
basicRecover() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicRecover(boolean) - Method in interface com.rabbitmq.client.Channel
Ask the broker to resend unacknowledged messages.
basicRecover(boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Ask the broker to resend unacknowledged messages.
basicRecover(boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicReject(long, boolean) - Method in interface com.rabbitmq.client.Channel
Reject a message.
basicReject(long, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Reject a message.
basicReject(long, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
basicReject(long, boolean) - Method in class com.rabbitmq.client.impl.recovery.RecoveryAwareChannelN
 
basicReject(Channel, long) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
basicReject(Channel, long) - Method in interface com.rabbitmq.client.MetricsCollector
 
basicReject(Channel, long) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
batch() - Method in class org.apache.kafka.clients.admin.internals.CoordinatorStrategy
 
BATCH_SIZE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
batch.size
BatchCommandData<T,R> - Class in org.redisson.client.protocol
 
BatchCommandData(CompletableFuture<R>, Codec, RedisCommand<T>, Object[], int) - Constructor for class org.redisson.client.protocol.BatchCommandData
 
BatchCommandData(RedisCommand<T>, Object[], int) - Constructor for class org.redisson.client.protocol.BatchCommandData
 
Batched() - Constructor for class org.apache.kafka.clients.admin.internals.AdminApiHandler.Batched
 
batchIsFull - Variable in class org.apache.kafka.clients.producer.internals.RecordAccumulator.RecordAppendResult
 
BatchOptions - Class in org.redisson.api
Configuration for Batch object.
BatchOptions.ExecutionMode - Enum Class in org.redisson.api
 
BatchResult<E> - Class in org.redisson.api
 
BatchResult(List<E>, int) - Constructor for class org.redisson.api.BatchResult
 
batchSizeAvg - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
batchSizeMax - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
batchSplitRate - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
batchSplitTotal - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
beforeOffset() - Method in class org.apache.kafka.clients.admin.RecordsToDelete
The offset before which all records will be deleted
beforeOffset(long) - Static method in class org.apache.kafka.clients.admin.RecordsToDelete
Delete all the records before the given offset
beginAbort() - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
beginCommit() - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
beginFlush() - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
Initiate the flushing of data from the accumulator...this makes all requests immediately ready
beginningOffsets(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
beginningOffsets(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
beginningOffsets(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
beginningOffsets(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
beginningOffsets(Collection<TopicPartition>, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
beginningOffsets(Collection<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
beginningOffsets(Collection<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
beginningOffsets(Collection<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(Collection<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
beginningOffsets(Collection<TopicPartition>, Timer) - Method in class org.apache.kafka.clients.consumer.internals.OffsetFetcher
 
beginTransaction() - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
beginTransaction() - Method in class org.apache.kafka.clients.producer.KafkaProducer
Should be called before the start of each new transaction.
beginTransaction() - Method in class org.apache.kafka.clients.producer.MockProducer
 
beginTransaction() - Method in interface org.apache.kafka.clients.producer.Producer
beginTransactionException - Variable in class org.apache.kafka.clients.producer.MockProducer
 
bgRewriteAOF() - Method in interface org.redisson.api.redisnode.RedisNode
Runs an Append Only File rewrite process.
BGREWRITEAOF - Static variable in interface org.redisson.client.protocol.RedisCommands
 
bgRewriteAOFAsync() - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Runs an Append Only File rewrite process.
bgSave() - Method in interface org.redisson.api.redisnode.RedisNode
Runs the Redis database saving process in background.
BGSAVE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
bgSaveAsync() - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Runs the Redis database saving process in background.
Bind(int, String, String, String, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
Bind(int, String, String, String, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
Bind(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
Bind(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
binding() - Method in class com.rabbitmq.client.impl.recovery.RetryContext
The to-be-recovered entity as a binding.
binding() - Method in class org.apache.kafka.clients.admin.DeleteAclsResult.FilterResult
Return the deleted ACL binding or null if there was an error.
bindingRecoveryRetryCondition - Variable in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
bindingRecoveryRetryCondition - Variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
bindingRecoveryRetryCondition(BiPredicate<? super RecordedBinding, Exception>) - Method in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
bindingRecoveryRetryOperation - Variable in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
bindingRecoveryRetryOperation - Variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
bindingRecoveryRetryOperation(DefaultRetryHandler.RetryOperation<?>) - Method in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
BindOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.BindOk
 
BindOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.BindOk
 
BindOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.BindOk
 
BindOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.BindOk
 
BITCOUNT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BITFIELD_BYTE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BITFIELD_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BITFIELD_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BITFIELD_SHORT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BITFIELD_VOID - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BITOP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BITPOS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BITS_SIZE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BitSetCodec - Class in org.redisson.client.codec
Deprecated.
BitSetCodec() - Constructor for class org.redisson.client.codec.BitSetCodec
Deprecated.
 
BitsSizeReplayConvertor - Class in org.redisson.client.protocol.convertor
 
BitsSizeReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.BitsSizeReplayConvertor
 
BLMOVE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BLMPOP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
Blocked(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
Blocked(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
BlockedCallback - Interface in com.rabbitmq.client
Implement this interface in order to be notified of connection block events.
BlockedListener - Interface in com.rabbitmq.client
Implement this interface in order to be notified of connection block and unblock events.
Blocking - Annotation Interface in org.jetbrains.annotations
Indicates that the annotated method is inherently blocking and should not be executed in a non-blocking context.
BLOCKING_COMMAND_NAMES - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BLOCKING_COMMANDS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BlockingExecutor - Annotation Interface in org.jetbrains.annotations
Indicates that the annotated executor (CoroutineContext, Scheduler) allows blocking methods execution.
BlockingQueueNioQueue - Class in com.rabbitmq.client.impl.nio
Bridge between NioQueue and JDK's BlockingQueue.
BlockingQueueNioQueue(BlockingQueue<WriteRequest>, int) - Constructor for class com.rabbitmq.client.impl.nio.BlockingQueueNioQueue
 
BlockingRpcContinuation() - Constructor for class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
 
BlockingRpcContinuation(Method) - Constructor for class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
 
blockSize(int) - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
blockSize(int) - Method in interface org.redisson.api.search.index.FlatVectorOptionalArgs
Defines amount of vectors in a contiguous array.
BLPOP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BLPOP_NAME - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BLPOP_VALUE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
body - Variable in class com.rabbitmq.client.RpcClient.Response
 
Boolean() - Static method in class org.apache.kafka.common.serialization.Serdes
A serde for nullable Boolean type.
BOOLEAN - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigType
 
BOOLEAN - Enum constant in enum class org.redisson.api.FunctionResult
Result is a value of Boolean type
BOOLEAN - Enum constant in enum class org.redisson.api.JsonType
 
BOOLEAN - Enum constant in enum class org.redisson.api.RScript.ReturnType
 
BooleanAmountReplayConvertor - Class in org.redisson.client.protocol.convertor
 
BooleanAmountReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.BooleanAmountReplayConvertor
 
BooleanDeserializer - Class in org.apache.kafka.common.serialization
 
BooleanDeserializer() - Constructor for class org.apache.kafka.common.serialization.BooleanDeserializer
 
BooleanNotNullReplayConvertor - Class in org.redisson.client.protocol.convertor
 
BooleanNotNullReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.BooleanNotNullReplayConvertor
 
BooleanNullReplayConvertor - Class in org.redisson.client.protocol.convertor
 
BooleanNullReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.BooleanNullReplayConvertor
 
BooleanNullSafeReplayConvertor - Class in org.redisson.client.protocol.convertor
 
BooleanNullSafeReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.BooleanNullSafeReplayConvertor
 
BooleanNumberReplayConvertor - Class in org.redisson.client.protocol.convertor
 
BooleanNumberReplayConvertor(long) - Constructor for class org.redisson.client.protocol.convertor.BooleanNumberReplayConvertor
 
BooleanReplayConvertor - Class in org.redisson.client.protocol.convertor
 
BooleanReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.BooleanReplayConvertor
 
BooleanSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.BooleanSerde
 
BooleanSerializer - Class in org.apache.kafka.common.serialization
 
BooleanSerializer() - Constructor for class org.apache.kafka.common.serialization.BooleanSerializer
 
BOOTSTRAP_CONTROLLERS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
bootstrap.controllers
BOOTSTRAP_CONTROLLERS_DOC - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
BOOTSTRAP_SERVERS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
bootstrap.servers
BOOTSTRAP_SERVERS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
bootstrap.servers
BOOTSTRAP_SERVERS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
bootstrap.servers
Bootstrap and balancing - Search tag in interface org.apache.kafka.clients.admin.Admin
Section
borrowChannel() - Method in interface fr.codinbox.connector.commons.rabbitmq.RabbitMQConnection
Borrows a channel from the fixed-size pool.
borrowChannel() - Method in class fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectionImpl
 
box(double, double, GeoUnit) - Method in class org.redisson.api.geo.GeoSearchParams
 
box(double, double, GeoUnit) - Method in interface org.redisson.api.geo.ShapeGeoSearch
Defines search within box
BROKER - Enum constant in enum class org.apache.kafka.clients.admin.EndpointType
 
Broker Compatibility - Search tag in interface org.apache.kafka.clients.admin.Admin
Section
brokerId - Variable in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy.BrokerKey
 
brokerId() - Method in class org.apache.kafka.clients.admin.DescribeProducersOptions
 
brokerId(int) - Method in class org.apache.kafka.clients.admin.DescribeProducersOptions
 
BrokerKey(OptionalInt) - Constructor for class org.apache.kafka.clients.admin.internals.AllBrokersStrategy.BrokerKey
 
BRPOP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BRPOP_VALUE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BRPOPLPUSH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
buffer() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
BUFFER_MEMORY_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
buffer.memory
BufferExhaustedException - Exception Class in org.apache.kafka.clients.producer
This exception is thrown if the producer cannot allocate memory for a record within max.block.ms due to the buffer being too full.
BufferExhaustedException(String) - Constructor for exception class org.apache.kafka.clients.producer.BufferExhaustedException
 
BufferPool - Class in org.apache.kafka.clients.producer.internals
A pool of ByteBuffers kept under a given memory limit.
BufferPool(long, int, Metrics, Time, String) - Constructor for class org.apache.kafka.clients.producer.internals.BufferPool
Create a new buffer pool
build() - Method in class com.rabbitmq.client.AMQP.Access.Request.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Access.RequestOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.Ack.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.Cancel.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.CancelOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.ConsumeOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.Deliver.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.Get.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.GetEmpty.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.GetOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.Nack.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.Publish.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.Qos.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.QosOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.Recover.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.RecoverAsync.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.RecoverOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.Reject.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Basic.Return.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Channel.Close.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Channel.CloseOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Channel.Flow.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Channel.FlowOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Channel.Open.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Channel.OpenOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Confirm.Select.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Confirm.SelectOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.Blocked.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.Close.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.CloseOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.Open.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.OpenOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.Secure.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.SecureOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.Start.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.StartOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.Tune.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.TuneOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.Unblocked.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.UpdateSecret.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Connection.UpdateSecretOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Exchange.Bind.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Exchange.BindOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Exchange.DeclareOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Exchange.Delete.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Exchange.DeleteOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Exchange.Unbind.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Exchange.UnbindOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Queue.Bind.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Queue.BindOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Queue.DeclareOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Queue.Delete.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Queue.DeleteOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Queue.Purge.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Queue.PurgeOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Queue.Unbind.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Queue.UnbindOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Tx.Commit.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Tx.CommitOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Tx.Rollback.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Tx.RollbackOk.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Tx.Select.Builder
 
build() - Method in class com.rabbitmq.client.AMQP.Tx.SelectOk.Builder
 
build() - Method in class com.rabbitmq.client.impl.DefaultCredentialsRefreshService.DefaultCredentialsRefreshServiceBuilder
build() - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder
build() - Method in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
build() - Method in class com.rabbitmq.client.SocketChannelConfigurators.Builder
Return the configured SocketConfigurator.
build() - Method in class com.rabbitmq.client.SocketConfigurators.Builder
Return the configured SocketConfigurator.
build() - Method in class com.rabbitmq.client.SslEngineConfigurators.Builder
Return the configured SslEngineConfigurator.
buildBatchedRequest(int, Set<AllBrokersStrategy.BrokerKey>) - Method in class org.apache.kafka.clients.admin.internals.ListTransactionsHandler
 
buildBatchedRequest(int, Set<CoordinatorKey>) - Method in class org.apache.kafka.clients.admin.internals.AlterConsumerGroupOffsetsHandler
 
buildBatchedRequest(int, Set<CoordinatorKey>) - Method in class org.apache.kafka.clients.admin.internals.DeleteConsumerGroupOffsetsHandler
 
buildBatchedRequest(int, Set<CoordinatorKey>) - Method in class org.apache.kafka.clients.admin.internals.DeleteConsumerGroupsHandler
 
buildBatchedRequest(int, Set<CoordinatorKey>) - Method in class org.apache.kafka.clients.admin.internals.DescribeConsumerGroupsHandler
 
buildBatchedRequest(int, Set<CoordinatorKey>) - Method in class org.apache.kafka.clients.admin.internals.DescribeTransactionsHandler
 
buildBatchedRequest(int, Set<CoordinatorKey>) - Method in class org.apache.kafka.clients.admin.internals.RemoveMembersFromConsumerGroupHandler
 
buildBatchedRequest(int, Set<TopicPartition>) - Method in class org.apache.kafka.clients.admin.internals.AbortTransactionHandler
 
buildBatchedRequest(int, Set<TopicPartition>) - Method in class org.apache.kafka.clients.admin.internals.DeleteRecordsHandler
 
buildBatchedRequest(int, Set<TopicPartition>) - Method in class org.apache.kafka.clients.admin.internals.DescribeProducersHandler
 
buildBatchedRequest(Set<CoordinatorKey>) - Method in class org.apache.kafka.clients.admin.internals.ListConsumerGroupOffsetsHandler
 
builder() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
builder() - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration
Go back to the builder to configure non-TLS settings.
builder() - Static method in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
builder() - Static method in class com.rabbitmq.client.SocketChannelConfigurators
Builder to configure and creates a SocketChannelConfigurator instance.
builder() - Static method in class com.rabbitmq.client.SocketConfigurators
Builder to configure and creates a SocketConfigurator instance.
builder() - Static method in class com.rabbitmq.client.SslEngineConfigurators
Builder to configure and creates a SslEngineConfigurator instance.
Builder() - Constructor for class com.rabbitmq.client.AMQP.Access.Request.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Access.RequestOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.Ack.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.Cancel.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.CancelOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.ConsumeOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.Deliver.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.Get.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.GetEmpty.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.GetOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.Nack.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.Publish.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.Qos.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.QosOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.Recover.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.RecoverAsync.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.RecoverOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.Reject.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Basic.Return.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Channel.Close.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Channel.CloseOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Channel.Flow.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Channel.FlowOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Channel.Open.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Channel.OpenOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Confirm.Select.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Confirm.SelectOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.Blocked.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.Close.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.CloseOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.Open.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.OpenOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.Secure.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.SecureOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.Start.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.StartOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.Tune.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.TuneOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.Unblocked.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.UpdateSecret.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Connection.UpdateSecretOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Exchange.Bind.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Exchange.BindOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Exchange.DeclareOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Exchange.Delete.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Exchange.DeleteOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Exchange.Unbind.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Exchange.UnbindOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Queue.Bind.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Queue.BindOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Queue.DeclareOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Queue.Delete.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Queue.DeleteOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Queue.Purge.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Queue.PurgeOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Queue.Unbind.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Queue.UnbindOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Tx.Commit.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Tx.CommitOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Tx.Rollback.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Tx.RollbackOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Tx.Select.Builder
 
Builder() - Constructor for class com.rabbitmq.client.AMQP.Tx.SelectOk.Builder
 
Builder() - Constructor for class com.rabbitmq.client.SocketChannelConfigurators.Builder
 
Builder() - Constructor for class com.rabbitmq.client.SocketConfigurators.Builder
 
Builder() - Constructor for class com.rabbitmq.client.SslEngineConfigurators.Builder
 
buildRequest(int, Set<K>) - Method in class org.apache.kafka.clients.admin.internals.AdminApiHandler.Batched
 
buildRequest(int, Set<K>) - Method in interface org.apache.kafka.clients.admin.internals.AdminApiHandler
Build the requests necessary for the given keys.
buildRequest(int, Set<K>) - Method in class org.apache.kafka.clients.admin.internals.AdminApiHandler.Unbatched
 
buildRequest(int, Set<CoordinatorKey>) - Method in class org.apache.kafka.clients.admin.internals.ListConsumerGroupOffsetsHandler
 
buildRequest(Set<K>) - Method in class org.apache.kafka.clients.admin.internals.StaticBrokerStrategy
 
buildRequest(Set<AllBrokersStrategy.BrokerKey>) - Method in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy
 
buildRequest(Set<CoordinatorKey>) - Method in class org.apache.kafka.clients.admin.internals.CoordinatorStrategy
 
buildRequest(Set<TopicPartition>) - Method in class org.apache.kafka.clients.admin.internals.PartitionLeaderStrategy
 
buildRequest(Set<T>) - Method in interface org.apache.kafka.clients.admin.internals.AdminApiLookupStrategy
Build the lookup request for a set of keys.
BuiltinExchangeType - Enum Class in com.rabbitmq.client
Enum for built-in exchange types.
BuiltInPartitioner - Class in org.apache.kafka.clients.producer.internals
Built-in default partitioner.
BuiltInPartitioner(LogContext, String, int) - Constructor for class org.apache.kafka.clients.producer.internals.BuiltInPartitioner
BuiltInPartitioner constructor.
BuiltInPartitioner.StickyPartitionInfo - Class in org.apache.kafka.clients.producer.internals
Info for the current sticky partition.
byBrokerId() - Method in class org.apache.kafka.clients.admin.ListTransactionsResult
Get a future which returns a map containing the underlying listing future for each broker in the cluster.
byGroupId(String) - Static method in class org.apache.kafka.clients.admin.internals.CoordinatorKey
 
ByteArray() - Static method in class org.apache.kafka.common.serialization.Serdes
A serde for nullable byte[] type.
ByteArrayCodec - Class in org.redisson.client.codec
 
ByteArrayCodec() - Constructor for class org.redisson.client.codec.ByteArrayCodec
 
ByteArrayDeserializer - Class in org.apache.kafka.common.serialization
 
ByteArrayDeserializer() - Constructor for class org.apache.kafka.common.serialization.ByteArrayDeserializer
 
ByteArraySerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.ByteArraySerde
 
ByteArraySerializer - Class in org.apache.kafka.common.serialization
 
ByteArraySerializer() - Constructor for class org.apache.kafka.common.serialization.ByteArraySerializer
 
ByteBuffer() - Static method in class org.apache.kafka.common.serialization.Serdes
A serde for nullable ByteBuffer type.
ByteBufferDeserializer - Class in org.apache.kafka.common.serialization
 
ByteBufferDeserializer() - Constructor for class org.apache.kafka.common.serialization.ByteBufferDeserializer
 
ByteBufferFactory - Interface in com.rabbitmq.client.impl.nio
Contract to create ByteBuffers.
ByteBufferOutputStream - Class in com.rabbitmq.client.impl.nio
Bridge between the byte buffer and stream worlds.
ByteBufferOutputStream(WritableByteChannel, ByteBuffer) - Constructor for class com.rabbitmq.client.impl.nio.ByteBufferOutputStream
 
ByteBufferSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.ByteBufferSerde
 
ByteBufferSerializer - Class in org.apache.kafka.common.serialization
ByteBufferSerializer always rewinds the position of the input buffer to zero for serialization.
ByteBufferSerializer() - Constructor for class org.apache.kafka.common.serialization.ByteBufferSerializer
 
ByteReplayConvertor - Class in org.redisson.client.protocol.convertor
 
ByteReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.ByteReplayConvertor
 
Bytes() - Static method in class org.apache.kafka.common.serialization.Serdes
A serde for nullable Bytes type.
bytesConsumedRate - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
bytesConsumedTotal - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
BytesDeserializer - Class in org.apache.kafka.common.serialization
 
BytesDeserializer() - Constructor for class org.apache.kafka.common.serialization.BytesDeserializer
 
BytesSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.BytesSerde
 
BytesSerializer - Class in org.apache.kafka.common.serialization
 
BytesSerializer() - Constructor for class org.apache.kafka.common.serialization.BytesSerializer
 
byTransactionalId(String) - Static method in class org.apache.kafka.clients.admin.internals.CoordinatorKey
 
BZMPOP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BZMPOP_ENTRIES - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BZMPOP_SINGLE_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BZPOPMAX_VALUE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
BZPOPMIN_VALUE - Static variable in interface org.redisson.client.protocol.RedisCommands
 

C

CacheAsync<K,V> - Interface in org.redisson.api
Asynchronous interface for JCache
cachedEntrySet() - Method in interface org.redisson.api.RLocalCachedMap
Returns all map entries stored in local cache
cachedEntrySet() - Method in interface org.redisson.api.RLocalCachedMapReactive
Returns all map entries stored in local cache
cachedEntrySet() - Method in interface org.redisson.api.RLocalCachedMapRx
Returns all map entries stored in local cache
cachedKeySet() - Method in interface org.redisson.api.RLocalCachedMap
Returns all keys stored in local cache
cachedKeySet() - Method in interface org.redisson.api.RLocalCachedMapReactive
Returns all keys stored in local cache
cachedKeySet() - Method in interface org.redisson.api.RLocalCachedMapRx
Returns all keys stored in local cache
CachedSupplier<T> - Class in org.apache.kafka.clients.consumer.internals
Simple Supplier that caches the initial creation of the object and stores it for later calls to CachedSupplier.get().
CachedSupplier() - Constructor for class org.apache.kafka.clients.consumer.internals.CachedSupplier
 
cachedValues() - Method in interface org.redisson.api.RLocalCachedMap
Returns all values stored in local cache
cachedValues() - Method in interface org.redisson.api.RLocalCachedMapReactive
Returns all values stored in local cache
cachedValues() - Method in interface org.redisson.api.RLocalCachedMapRx
Returns all values stored in local cache
cacheProvider(LocalCachedMapOptions.CacheProvider) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Defines Cache provider used as local cache store.
cacheProvider(LocalCachedMapOptions.CacheProvider) - Method in interface org.redisson.api.options.LocalCachedMapOptions
Defines Cache provider used as local cache store.
cacheProvider(LocalCachedMapOptions.CacheProvider) - Method in class org.redisson.api.options.LocalCachedMapParams
Defines Cache provider used as local cache store.
CacheReactive<K,V> - Interface in org.redisson.api
Reactive interface for JCache
CacheRx<K,V> - Interface in org.redisson.api
RxJava2 interface for JCache
cacheSize(int) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Defines local cache size.
cacheSize(int) - Method in interface org.redisson.api.options.LocalCachedMapOptions
Defines local cache size.
cacheSize(int) - Method in class org.redisson.api.options.LocalCachedMapParams
Defines local cache size.
CAFFEINE - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.CacheProvider
Deprecated.
 
CAFFEINE - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.CacheProvider
 
call(RetryContext) - Method in interface com.rabbitmq.client.impl.recovery.DefaultRetryHandler.RetryOperation
 
call(String, FunctionMode, String, FunctionResult, List<Object>, Object...) - Method in interface org.redisson.api.RFunction
Executes function
call(String, FunctionMode, String, FunctionResult, List<Object>, Object...) - Method in interface org.redisson.api.RFunctionReactive
Executes function
call(String, FunctionMode, String, FunctionResult, List<Object>, Object...) - Method in interface org.redisson.api.RFunctionRx
Executes function
call(FunctionMode, String, FunctionResult) - Method in interface org.redisson.api.RFunction
Executes function
call(FunctionMode, String, FunctionResult) - Method in interface org.redisson.api.RFunctionReactive
Executes function
call(FunctionMode, String, FunctionResult) - Method in interface org.redisson.api.RFunctionRx
Executes function
call(FunctionMode, String, FunctionResult, List<Object>, Object...) - Method in interface org.redisson.api.RFunction
Executes function
call(FunctionMode, String, FunctionResult, List<Object>, Object...) - Method in interface org.redisson.api.RFunctionReactive
Executes function
call(FunctionMode, String, FunctionResult, List<Object>, Object...) - Method in interface org.redisson.api.RFunctionRx
Executes function
callAsync(String, FunctionMode, String, FunctionResult, List<Object>, Object...) - Method in interface org.redisson.api.RFunctionAsync
Executes function
callAsync(FunctionMode, String, FunctionResult) - Method in interface org.redisson.api.RFunctionAsync
Executes function
callAsync(FunctionMode, String, FunctionResult, List<Object>, Object...) - Method in interface org.redisson.api.RFunctionAsync
Executes function
Callback - Interface in org.apache.kafka.clients.producer
A callback interface that the user can implement to allow code to execute when the request is complete.
cancel(boolean) - Method in class org.apache.kafka.clients.producer.internals.FutureRecordMetadata
 
Cancel(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
Cancel(String, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
CancelCallback - Interface in com.rabbitmq.client
Callback interface to be notified of the cancellation of a consumer.
CancelOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
CancelOk(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
cancelTask(String) - Method in interface org.redisson.api.RExecutorService
Cancel task by id
cancelTaskAsync(String) - Method in interface org.redisson.api.RExecutorServiceAsync
Cancel task by id
canHandleNewAssignment() - Method in enum class org.apache.kafka.clients.consumer.internals.MemberState
 
canHandleReply(AMQCommand) - Method in class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
 
canHandleReply(AMQCommand) - Method in interface com.rabbitmq.client.impl.AMQChannel.RpcContinuation
 
canHandleReply(AMQCommand) - Method in class com.rabbitmq.client.impl.CompletableFutureRpcWrapper
 
canHandleReply(AMQCommand) - Method in class com.rabbitmq.client.impl.RpcContinuationRpcWrapper
 
canHandleReply(AMQCommand) - Method in interface com.rabbitmq.client.impl.RpcWrapper
 
capabilities(String) - Method in class com.rabbitmq.client.AMQP.Connection.Open.Builder
 
capacity() - Method in interface org.redisson.api.RRingBuffer
Returns capacity of this queue
capacity() - Method in interface org.redisson.api.RRingBufferReactive
Returns capacity of this queue
capacity() - Method in interface org.redisson.api.RRingBufferRx
Returns capacity of this queue
capacityAsync() - Method in interface org.redisson.api.RRingBufferAsync
Returns capacity of this queue
capitalization() - Element in annotation interface org.jetbrains.annotations.Nls
 
cardinality() - Method in interface org.redisson.api.RBitSet
Returns the number of bits set to one.
cardinality() - Method in interface org.redisson.api.RBitSetReactive
Returns the number of bits set to one.
cardinality() - Method in interface org.redisson.api.RBitSetRx
Returns the number of bits set to one.
cardinalityAsync() - Method in interface org.redisson.api.RBitSetAsync
Returns the number of bits set to one.
caseSensitive() - Method in interface org.redisson.api.search.index.TagIndex
Defines whether to keep the original letter cases of the tags.
caseSensitive() - Method in class org.redisson.api.search.index.TagIndexParams
 
cause() - Method in interface org.redisson.api.RFuture
Deprecated.
cause() - Method in class org.redisson.client.protocol.BatchCommandData
 
cause() - Method in class org.redisson.client.protocol.CommandData
 
cause(RFuture<?>) - Method in class org.redisson.client.handler.PingConnectionHandler
 
chain(CompletableFuture<T>) - Method in class org.apache.kafka.clients.consumer.internals.events.CompletableApplicationEvent
 
chain(RequestFuture<T>) - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
 
challenge(LongString) - Method in class com.rabbitmq.client.AMQP.Connection.Secure.Builder
 
challenge(String) - Method in class com.rabbitmq.client.AMQP.Connection.Secure.Builder
 
channel - Variable in class com.rabbitmq.client.impl.Frame
Frame channel number, 0-65535
channel - Variable in class com.rabbitmq.client.impl.nio.FrameBuilder
 
channel - Variable in class com.rabbitmq.client.impl.recovery.RecordedEntity
 
channel(Channel) - Method in class com.rabbitmq.client.RpcClientParams
 
Channel - Interface in com.rabbitmq.client
Interface to a channel.
Channel() - Constructor for class com.rabbitmq.client.AMQP.Channel
 
Channel() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel
 
CHANNEL_CLOSED_NOT_FOUND - Static variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
Channel has been closed because of a resource that doesn't exist.
CHANNEL_ERROR - Static variable in interface com.rabbitmq.client.AMQP
 
CHANNEL_RPC_TIMEOUT - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
CHANNEL_SHOULD_CHECK_RPC_RESPONSE_TYPE - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
CHANNEL_SHUTDOWN_TIMEOUT_MULTIPLIER - Static variable in class com.rabbitmq.client.impl.AMQConnection
 
channelActive(ChannelHandlerContext) - Method in class org.redisson.client.handler.BaseConnectionHandler
 
channelActive(ChannelHandlerContext) - Method in class org.redisson.client.handler.ConnectionWatchdog
 
channelActive(ChannelHandlerContext) - Method in class org.redisson.client.handler.PingConnectionHandler
 
ChannelContinuationTimeoutException - Exception Class in com.rabbitmq.client
Exception thrown when a channel times out on a continuation during a RPC call.
ChannelContinuationTimeoutException(TimeoutException, Object, int, Method) - Constructor for exception class com.rabbitmq.client.ChannelContinuationTimeoutException
 
channelId(LongString) - Method in class com.rabbitmq.client.AMQP.Channel.OpenOk.Builder
 
channelId(String) - Method in class com.rabbitmq.client.AMQP.Channel.OpenOk.Builder
 
channelInactive(ChannelHandlerContext) - Method in class org.redisson.client.handler.CommandsQueue
 
channelInactive(ChannelHandlerContext) - Method in class org.redisson.client.handler.CommandsQueuePubSub
 
channelInactive(ChannelHandlerContext) - Method in class org.redisson.client.handler.ConnectionWatchdog
 
ChannelManager - Class in com.rabbitmq.client.impl
Manages a set of channels, indexed by channel number (1.._channelMax).
ChannelManager(ConsumerWorkService, int) - Constructor for class com.rabbitmq.client.impl.ChannelManager
 
ChannelManager(ConsumerWorkService, int, ThreadFactory) - Constructor for class com.rabbitmq.client.impl.ChannelManager
 
ChannelManager(ConsumerWorkService, int, ThreadFactory, MetricsCollector, ObservationCollector) - Constructor for class com.rabbitmq.client.impl.ChannelManager
 
channelMax(int) - Method in class com.rabbitmq.client.AMQP.Connection.Tune.Builder
 
channelMax(int) - Method in class com.rabbitmq.client.AMQP.Connection.TuneOk.Builder
 
ChannelN - Class in com.rabbitmq.client.impl
Main interface to AMQP protocol functionality.
ChannelN(AMQConnection, int, ConsumerWorkService) - Constructor for class com.rabbitmq.client.impl.ChannelN
Construct a new channel on the given connection with the given channel number.
ChannelN(AMQConnection, int, ConsumerWorkService, MetricsCollector, ObservationCollector) - Constructor for class com.rabbitmq.client.impl.ChannelN
Construct a new channel on the given connection with the given channel number.
ChannelName - Class in org.redisson.client
 
ChannelName(byte[]) - Constructor for class org.redisson.client.ChannelName
 
ChannelName(String) - Constructor for class org.redisson.client.ChannelName
 
channelRegistered(ChannelHandlerContext) - Method in class org.redisson.client.handler.BaseConnectionHandler
 
channelRegistered(ChannelHandlerContext) - Method in class org.redisson.client.handler.CommandsQueue
 
channelShouldCheckRpcResponseType() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
charAt(int) - Method in class org.redisson.client.ChannelName
 
CHECK_CRCS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
check.crcs
checkAndGetCoordinator() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Get the coordinator if its connection is still active.
checkAssignmentMatchedSubscription(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
checkBool(String) - Static method in class fr.codinbox.connector.commons.utils.EnvUtils
Checks whether the given string represents a boolean true value.
checkClientTrusted(X509Certificate[], String) - Method in class com.rabbitmq.client.TrustEverythingTrustManager
Doesn't even bother looking at its arguments, simply returns, which makes the check succeed.
checkContentType(String) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
checkCrcs - Variable in class org.apache.kafka.clients.consumer.internals.FetchConfig
 
checkDisconnects(long) - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
 
checkPreconditions() - Static method in class com.rabbitmq.client.impl.AMQCommand
Called to check internal code assumptions.
checkResponseCode(int) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
CheckReturnValue - Annotation Interface in org.jetbrains.annotations
Specifies that the method is impure and that its return value must be used.
checkServerTrusted(X509Certificate[], String) - Method in class com.rabbitmq.client.TrustEverythingTrustManager
Doesn't even bother looking at its arguments, simply returns, which makes the check succeed.
checkVersion(Version, Version) - Static method in class com.rabbitmq.client.impl.Version
Check compatibility of a client and server version, from the client's perspective.
childrenArray() - Element in annotation interface org.jetbrains.annotations.Debug.Renderer
Expression to be evaluated to obtain an array of object's children.
Usually the result is an array of elements in a collection, or an array of entries in a map.
this refers to the class instance being presented
claim(String, String, long, TimeUnit, StreamMessageId...) - Method in interface org.redisson.api.RStream
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages is greater than defined value.
claim(String, String, long, TimeUnit, StreamMessageId...) - Method in interface org.redisson.api.RStreamReactive
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages is greater than defined value.
claim(String, String, long, TimeUnit, StreamMessageId...) - Method in interface org.redisson.api.RStreamRx
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages is greater than defined value.
claimAsync(String, String, long, TimeUnit, StreamMessageId...) - Method in interface org.redisson.api.RStreamAsync
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages is greater than defined value.
CLASS - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigType
 
CLASSIC - Enum constant in enum class org.apache.kafka.clients.consumer.GroupProtocol
Classic group protocol.
classId - Variable in exception class com.rabbitmq.client.UnknownClassOrMethodId
 
classId(int) - Method in class com.rabbitmq.client.AMQP.Channel.Close.Builder
 
classId(int) - Method in class com.rabbitmq.client.AMQP.Connection.Close.Builder
 
ClassMixIn() - Constructor for class org.redisson.config.ConfigSupport.ClassMixIn
 
cleanStaleState() - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Clean inner state for close connections and channels.
cleanUp() - Method in class com.rabbitmq.client.impl.nio.NioLoopContext
 
clear() - Method in class com.rabbitmq.client.impl.SetQueue
Remove all items from the queue.
clear() - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
 
clear() - Method in class org.apache.kafka.clients.producer.MockProducer
Clear the stored history of sent records, consumer group offsets
clear() - Method in interface org.redisson.api.CacheReactive
This method empties the cache's contents, without notifying listeners or CacheWriters.
clear() - Method in interface org.redisson.api.CacheRx
This method empties the cache's contents, without notifying listeners or CacheWriters.
clear() - Method in interface org.redisson.api.RBitSet
Set all bits to zero
clear() - Method in interface org.redisson.api.RBitSetReactive
Set all bits to zero
clear() - Method in interface org.redisson.api.RBitSetRx
Set all bits to zero
clear() - Method in interface org.redisson.api.RJsonBucket
Clears json container.
clear() - Method in interface org.redisson.api.RJsonBucketReactive
Clears json container.
clear() - Method in interface org.redisson.api.RJsonBucketRx
Clears json container.
clear() - Method in interface org.redisson.api.RMultimap
Removes all key-value pairs from the multimap, leaving it empty.
clear() - Method in interface org.redisson.api.RScoredSortedSet
Removes all elements of this sorted set.
clear(long) - Method in interface org.redisson.api.RBitSet
Set bit to zero at specified bitIndex
clear(long) - Method in interface org.redisson.api.RBitSetReactive
Set bit to zero at specified bitIndex
clear(long) - Method in interface org.redisson.api.RBitSetRx
Set bit to zero at specified bitIndex
clear(long, long) - Method in interface org.redisson.api.RBitSet
Set all bits to zero from fromIndex (inclusive) to toIndex (exclusive)
clear(long, long) - Method in interface org.redisson.api.RBitSetReactive
Set all bits to zero from fromIndex (inclusive) to toIndex (exclusive)
clear(long, long) - Method in interface org.redisson.api.RBitSetRx
Set all bits to zero from fromIndex (inclusive) to toIndex (exclusive)
clear(String) - Method in interface org.redisson.api.RJsonBucket
Clears json container specified by JSONPath.
clear(String) - Method in interface org.redisson.api.RJsonBucketReactive
Clears json container specified by JSONPath.
clear(String) - Method in interface org.redisson.api.RJsonBucketRx
Clears json container specified by JSONPath.
CLEAR - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.ReconnectionStrategy
Deprecated.
Clear local cache if map instance disconnected.
CLEAR - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.ReconnectionStrategy
Clear local cache if map instance disconnected.
clearAsync() - Method in interface org.redisson.api.CacheAsync
This method empties the cache's contents, without notifying listeners or CacheWriters.
clearAsync() - Method in interface org.redisson.api.RBitSetAsync
Set all bits to zero
clearAsync() - Method in interface org.redisson.api.RJsonBucketAsync
Clears json container.
clearAsync() - Method in interface org.redisson.api.RMapAsync
Clears map without removing options data used during map creation.
clearAsync(long) - Method in interface org.redisson.api.RBitSetAsync
Set bit to zero at specified bitIndex
clearAsync(long, long) - Method in interface org.redisson.api.RBitSetAsync
Set all bits to zero from fromIndex (inclusive) to toIndex (exclusive)
clearAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Clears json container specified by JSONPath.
clearBlockedListeners() - Method in interface com.rabbitmq.client.Connection
Remove all BlockedListeners.
clearBlockedListeners() - Method in class com.rabbitmq.client.impl.AMQConnection
 
clearBlockedListeners() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
clearBufferedDataForUnassignedPartitions(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.Fetcher
 
clearConfirmListeners() - Method in interface com.rabbitmq.client.Channel
Remove all ConfirmListeners.
clearConfirmListeners() - Method in class com.rabbitmq.client.impl.ChannelN
 
clearConfirmListeners() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
clearController() - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager
 
clearError() - Method in class org.redisson.client.protocol.BatchCommandData
 
clearExpire() - Method in interface org.redisson.api.RExpirable
Clear an expire timeout or expire date for object.
clearExpire() - Method in interface org.redisson.api.RExpirableReactive
Clear an expire timeout or expire date for object in mode.
clearExpire() - Method in interface org.redisson.api.RExpirableRx
Clear an expire timeout or expire date for object in mode.
clearExpire(String) - Method in interface org.redisson.api.RKeys
Clear an expire timeout or expire date for object.
clearExpire(String) - Method in interface org.redisson.api.RKeysReactive
Clear an expire timeout or expire date for object.
clearExpire(String) - Method in interface org.redisson.api.RKeysRx
Clear an expire timeout or expire date for object.
clearExpireAsync() - Method in interface org.redisson.api.RExpirableAsync
Clear an expire timeout or expire date for object in async mode.
clearExpireAsync(String) - Method in interface org.redisson.api.RKeysAsync
Clear an expire timeout or expire date for object.
clearFastReconnect() - Method in class org.redisson.client.RedisConnection
 
clearLocalCache() - Method in interface org.redisson.api.RLocalCachedMap
Clears local cache across all instances
clearLocalCache() - Method in interface org.redisson.api.RLocalCachedMapReactive
Clears local cache across all instances
clearLocalCache() - Method in interface org.redisson.api.RLocalCachedMapRx
Clears local cache across all instances
clearLocalCacheAsync() - Method in interface org.redisson.api.RLocalCachedMap
Clears local cache across all instances
clearPreferredReadReplica(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
Unset the preferred read replica.
clearReturnListeners() - Method in interface com.rabbitmq.client.Channel
Remove all ReturnListeners.
clearReturnListeners() - Method in class com.rabbitmq.client.impl.ChannelN
 
clearReturnListeners() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
clearTask() - Method in class org.apache.kafka.clients.consumer.internals.WakeupTrigger
 
client - Variable in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
CLIENT_DNS_LOOKUP_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
client.dns.lookup
CLIENT_DNS_LOOKUP_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
client.dns.lookup
CLIENT_DNS_LOOKUP_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
client.dns.lookup
CLIENT_GETNAME - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLIENT_ID - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLIENT_ID_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
CLIENT_ID_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
client.id
CLIENT_ID_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
client.id
CLIENT_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLIENT_PROPERTIES_PREFIX - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
CLIENT_RACK_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
client.rack
CLIENT_REPLY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLIENT_SETNAME - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLIENT_TRACKING - Static variable in interface org.redisson.client.protocol.RedisCommands
 
clientId() - Method in class org.apache.kafka.clients.admin.MemberDescription
The client id of the group member.
clientId() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
clientId() - Method in interface org.apache.kafka.clients.consumer.internals.ConsumerDelegate
 
clientId() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
clientId(String) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder
Set the OAuth 2 client ID
clientInstanceId(Duration) - Method in interface org.apache.kafka.clients.admin.Admin
Determines the client's unique client instance ID used for telemetry.
clientInstanceId(Duration) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
clientInstanceId(Duration) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
clientInstanceId(Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
clientInstanceId(Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
clientInstanceId(Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
clientInstanceId(Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Determines the client's unique client instance ID used for telemetry.
clientInstanceId(Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
clientInstanceId(Duration) - Method in class org.apache.kafka.clients.producer.KafkaProducer
Determines the client's unique client instance ID used for telemetry.
clientInstanceId(Duration) - Method in class org.apache.kafka.clients.producer.MockProducer
 
clientInstanceId(Duration) - Method in interface org.apache.kafka.clients.producer.Producer
ClientMetricsResourceListing - Class in org.apache.kafka.clients.admin
 
ClientMetricsResourceListing(String) - Constructor for class org.apache.kafka.clients.admin.ClientMetricsResourceListing
 
clientProperties(Map<String, Object>) - Method in class com.rabbitmq.client.AMQP.Connection.StartOk.Builder
 
clientRackId - Variable in class org.apache.kafka.clients.consumer.internals.FetchConfig
 
CLIENTS - Enum constant in enum class org.redisson.api.Node.InfoSection
Deprecated.
 
CLIENTS - Enum constant in enum class org.redisson.api.redisnode.RedisNode.InfoSection
 
clientSecret(String) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder
Set the secret (password) to use to get a token.
ClientVersion - Class in com.rabbitmq.client.impl
Publicly available Client Version information
ClientVersion() - Constructor for class com.rabbitmq.client.impl.ClientVersion
 
clone() - Method in class com.rabbitmq.client.ConnectionFactory
 
clone() - Method in class com.rabbitmq.client.impl.AMQBasicProperties
 
clone() - Method in class com.rabbitmq.client.impl.AMQContentHeader
 
close() - Method in interface com.rabbitmq.client.Channel
Close this channel with the AMQP.REPLY_SUCCESS close code and message 'OK'.
close() - Method in interface com.rabbitmq.client.Connection
Close this connection and all its channels with the AMQP.REPLY_SUCCESS close code and message 'OK'.
close() - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - Close this connection and all its channels with the AMQP.REPLY_SUCCESS close code and message 'OK'.
close() - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Close this channel with the AMQP.REPLY_SUCCESS close code and message 'OK'.
close() - Method in class com.rabbitmq.client.impl.DefaultCredentialsRefreshService
 
close() - Method in interface com.rabbitmq.client.impl.FrameHandler
Close the underlying data connection (complaint not permitted).
close() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
close() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
close() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
close() - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
close() - Method in class com.rabbitmq.client.RpcClient
Public API - cancels the consumer, thus deleting the temporary queue, and marks the RpcClient as closed.
close() - Method in class com.rabbitmq.client.RpcServer
Public API - cancels the consumer, thus deleting the queue, if it was a temporary queue, and marks the RpcServer as closed.
close() - Method in class com.zaxxer.hikari.HikariDataSource
Shutdown the DataSource and its associated pool.
close() - Method in class fr.codinbox.connector.commons.rabbitmq.PooledChannel
Returns the channel to the pool.
close() - Method in interface org.apache.kafka.clients.admin.Admin
Close the Admin and release all associated resources.
close() - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager.AdminMetadataUpdater
 
close() - Method in interface org.apache.kafka.clients.consumer.Consumer
 
close() - Method in interface org.apache.kafka.clients.consumer.ConsumerInterceptor
This is called when interceptor is closed
close() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Close the coordinator, waiting if needed to send LeaveGroup.
close() - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
close() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
close() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerInterceptors
Closes every interceptor in a container.
close() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
 
close() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkThread
 
close() - Method in class org.apache.kafka.clients.consumer.internals.Deserializers
 
close() - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEventHandler
 
close() - Method in class org.apache.kafka.clients.consumer.internals.events.EventProcessor
 
close() - Method in class org.apache.kafka.clients.consumer.internals.FetchBuffer
 
close() - Method in class org.apache.kafka.clients.consumer.internals.KafkaConsumerMetrics
 
close() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
close() - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
 
close() - Method in class org.apache.kafka.clients.consumer.internals.RequestManagers
 
close() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Close the consumer, waiting for up to the default timeout of 30 seconds for any needed cleanup.
close() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
close() - Method in class org.apache.kafka.clients.producer.internals.BufferPool
Closes the buffer pool.
close() - Method in class org.apache.kafka.clients.producer.internals.DefaultPartitioner
Deprecated.
 
close() - Method in class org.apache.kafka.clients.producer.internals.KafkaProducerMetrics
 
close() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
close() - Method in class org.apache.kafka.clients.producer.internals.ProducerInterceptors
Closes every interceptor in a container.
close() - Method in class org.apache.kafka.clients.producer.internals.ProducerMetadata
Close this instance and notify any awaiting threads.
close() - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
Close this accumulator and force all the record buffers to be drained
close() - Method in class org.apache.kafka.clients.producer.KafkaProducer
Close this producer.
close() - Method in class org.apache.kafka.clients.producer.MockProducer
 
close() - Method in interface org.apache.kafka.clients.producer.Partitioner
This is called when partitioner is closed.
close() - Method in interface org.apache.kafka.clients.producer.Producer
close() - Method in interface org.apache.kafka.clients.producer.ProducerInterceptor
This is called when interceptor is closed
close() - Method in class org.apache.kafka.clients.producer.RoundRobinPartitioner
 
close() - Method in class org.apache.kafka.clients.producer.UniformStickyPartitioner
Deprecated.
 
close() - Method in interface org.apache.kafka.common.serialization.Deserializer
Close this deserializer.
close() - Method in class org.apache.kafka.common.serialization.ListDeserializer
 
close() - Method in class org.apache.kafka.common.serialization.ListSerializer
 
close() - Method in interface org.apache.kafka.common.serialization.Serde
Close this serde class, which will close the underlying serializer and deserializer.
close() - Method in class org.apache.kafka.common.serialization.Serdes.WrapperSerde
 
close() - Method in interface org.apache.kafka.common.serialization.Serializer
Close this serializer.
close() - Method in class org.redisson.client.RedisConnection
 
close(int) - Method in interface com.rabbitmq.client.Connection
Close this connection and all its channels with the AMQP.REPLY_SUCCESS close code and message 'OK'.
close(int) - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - Close this connection and all its channels with the AMQP.REPLY_SUCCESS close code and message 'OK'.
close(int) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
close(int, String) - Method in interface com.rabbitmq.client.Channel
Close this channel.
close(int, String) - Method in interface com.rabbitmq.client.Connection
Close this connection and all its channels.
close(int, String) - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - Close this connection and all its channels.
close(int, String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Close this channel.
close(int, String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
close(int, String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
close(int, String, boolean, Throwable) - Method in class com.rabbitmq.client.impl.AMQConnection
Protected API - Delegates to the six-argument close method, passing -1 for the timeout, and false for the abort flag.
close(int, String, boolean, Throwable, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Protected API - Close channel with code and message, indicating the source of the closure and a causing exception (null if none).
close(int, String, boolean, Throwable, int, boolean) - Method in class com.rabbitmq.client.impl.AMQConnection
Protected API - Close this connection with the given code, message, source and timeout value for all the close operations to complete.
close(int, String, int) - Method in interface com.rabbitmq.client.Connection
Close this connection and all its channels.
close(int, String, int) - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - Close this connection and all its channels.
close(int, String, int) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
close(WritableByteChannel, SSLEngine) - Static method in class com.rabbitmq.client.impl.nio.SslEngineHelper
 
close(Duration) - Method in interface org.apache.kafka.clients.admin.Admin
Close the Admin client and release all associated resources.
close(Duration) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
close(Duration) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
close(Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
close(Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
close(Duration) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkThread
 
close(Duration) - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEventHandler
 
close(Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
close(Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Tries to close the consumer cleanly within the specified timeout.
close(Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
close(Duration) - Method in class org.apache.kafka.clients.producer.KafkaProducer
This method waits up to timeout for the producer to complete the sending of all incomplete requests.
close(Duration) - Method in class org.apache.kafka.clients.producer.MockProducer
 
close(Duration) - Method in interface org.apache.kafka.clients.producer.Producer
close(Timer) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
close(Timer) - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
close(Timer) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
 
Close(int, String, int, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
Close(int, String, int, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
Close(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
Close(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
closeAsync() - Method in class org.redisson.client.RedisConnection
 
closeChannel(Channel) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
closeChannel(Channel) - Method in interface com.rabbitmq.client.MetricsCollector
 
closeChannel(Channel) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
closeConnection(Connection) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
closeConnection(Connection) - Method in interface com.rabbitmq.client.MetricsCollector
 
closeConnection(Connection) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
closed() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
closed() - Method in class org.apache.kafka.clients.producer.MockProducer
 
CLOSED - Enum constant in enum class org.redisson.client.RedisConnection.Status
 
CLOSED_IDLE - Enum constant in enum class org.redisson.client.RedisConnection.Status
 
closeException - Variable in class org.apache.kafka.clients.producer.MockProducer
 
closeForRecordAppends() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
Release resources required for record appends (e.g.
closeIdleAsync() - Method in class org.redisson.client.RedisConnection
 
closeInternal(Timer) - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
This method is called by AbstractFetch.close(Timer) which is guarded by the IdempotentCloser) such as to only be executed once the first time that any of the AbstractFetch.close() methods are called.
closeInternal(Timer) - Method in class org.apache.kafka.clients.consumer.internals.Fetcher
This method is called by AbstractFetch.close(Timer) which is guarded by the IdempotentCloser) such as to only be executed once the first time that any of the AbstractFetch.close() methods are called.
CloseOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.CloseOk
 
CloseOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.CloseOk
 
CloseOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.CloseOk
 
CloseOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.CloseOk
 
CLUSTER - Enum constant in enum class org.redisson.api.Node.InfoSection
Deprecated.
 
CLUSTER - Enum constant in enum class org.redisson.api.redisnode.RedisNode.InfoSection
 
CLUSTER - Static variable in class org.redisson.api.redisnode.RedisNodes
 
CLUSTER_ADDSLOTS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_COUNTFAILUREREPORTS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_COUNTKEYSINSLOT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_DELSLOTS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_FLUSHSLOTS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_FORGET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_GETKEYSINSLOT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_INFO - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_MEET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_MYID - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_NODES - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_NODES_SSL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_REPLICATE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_RESET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_SETSLOT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CLUSTER_SLOTS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
clusterAddSlots(int...) - Method in interface org.redisson.api.redisnode.RedisClusterNode
Adds slots to this Redis node
clusterAddSlotsAsync(int...) - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Adds slots to this Redis node
clusterCountFailureReports(String) - Method in interface org.redisson.api.redisnode.RedisClusterNode
Returns number of failure reports for Redis node by defined id
clusterCountFailureReportsAsync(String) - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Returns number of failure reports for Redis node by defined id
clusterCountKeysInSlot(int) - Method in interface org.redisson.api.redisnode.RedisClusterNode
Counts keys in defined slot
clusterCountKeysInSlotAsync(int) - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Counts keys in defined slot
clusterDeleteSlots(int...) - Method in interface org.redisson.api.redisnode.RedisClusterNode
Removes slots from this Redis node
clusterDeleteSlotsAsync(int...) - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Removes slots from this Redis node
clusterFlushSlots() - Method in interface org.redisson.api.redisnode.RedisClusterNode
Removes all slots from this Redis node
clusterFlushSlotsAsync() - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Removes all slots from this Redis node
clusterForget(String) - Method in interface org.redisson.api.redisnode.RedisClusterNode
Removes Redis node by defined id from Cluster
clusterForgetAsync(String) - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Removes Redis node by defined id from Cluster
clusterGetKeysInSlot(int, int) - Method in interface org.redisson.api.redisnode.RedisClusterNode
Returns keys in defines slot limited by count
clusterGetKeysInSlotAsync(int, int) - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Returns keys in defines slot limited by count
clusterId() - Method in class org.apache.kafka.clients.admin.DescribeClusterResult
Returns a future which yields the current cluster id.
clusterId() - Method in interface org.redisson.api.redisnode.RedisClusterNode
Returns id of this Redis node
clusterId(String) - Method in class com.rabbitmq.client.AMQP.Basic.GetEmpty.Builder
 
clusterId(String) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
clusterIdAsync() - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Returns id of this Redis node
clusterInfo() - Method in interface org.redisson.api.ClusterNode
Deprecated.
Execute CLUSTER INFO operation.
clusterInfo() - Method in interface org.redisson.api.redisnode.RedisClusterNode
Returns cluster information reported by this Redis node
clusterInfoAsync() - Method in interface org.redisson.api.NodeAsync
Deprecated.
 
clusterInfoAsync() - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Returns cluster information reported by this Redis node
clusterMeet(String) - Method in interface org.redisson.api.redisnode.RedisClusterNode
Joins Redis node by the defined address to Cluster
clusterMeetAsync(String) - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Joins Redis node by the defined address to Cluster
ClusterNode - Interface in org.redisson.api
Deprecated.
ClusterNodesDecoder - Class in org.redisson.client.protocol.decoder
 
ClusterNodesDecoder(boolean) - Constructor for class org.redisson.client.protocol.decoder.ClusterNodesDecoder
 
ClusterNodesGroup - Interface in org.redisson.api
Deprecated.
clusterReplicate(String) - Method in interface org.redisson.api.redisnode.RedisClusterNode
Reconfigures this Redis node as replica of Redis node by defined id.
clusterReplicateAsync(String) - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Reconfigures this Redis node as replica of Redis node by defined id.
ClusterServersConfig - Class in org.redisson.config
 
ClusterServersConfig() - Constructor for class org.redisson.config.ClusterServersConfig
 
clusterSetSlot(int, SetSlotCommand) - Method in interface org.redisson.api.redisnode.RedisClusterNode
Sets slot to this Redis node according to defined command
clusterSetSlot(int, SetSlotCommand, String) - Method in interface org.redisson.api.redisnode.RedisClusterNode
Sets slot to this Redis node according to defined command
clusterSetSlotAsync(int, SetSlotCommand) - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Sets slot to this Redis node according to defined command
clusterSetSlotAsync(int, SetSlotCommand, String) - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Sets slot to this Redis node according to defined command
clusterSlots() - Method in interface org.redisson.api.redisnode.RedisClusterNode
Return Redis Cluster slots mapped to Redis nodes
clusterSlotsAsync() - Method in interface org.redisson.api.redisnode.RedisClusterNodeAsync
Return Redis Cluster slots mapped to Redis nodes
code() - Method in enum class org.apache.kafka.clients.admin.FeatureUpdate.UpgradeType
 
codec() - Element in annotation interface org.redisson.api.annotation.REntity
(Optional) Live Object state codec.
codec() - Element in annotation interface org.redisson.api.annotation.RObjectField
(Optional) Live Object state codec.
codec(Codec) - Method in class org.redisson.api.options.CommonParams
 
codec(Codec) - Method in class org.redisson.api.options.ExecutorParams
 
codec(JsonCodec<V>) - Method in class org.redisson.api.options.JsonBucketParams
 
codec(Codec) - Method in class org.redisson.api.options.KeysParams
 
codec(Codec) - Method in class org.redisson.api.options.LiveObjectParams
 
codec(Codec) - Method in class org.redisson.api.options.LocalCachedMapParams
 
codec(Codec) - Method in class org.redisson.api.options.MapCacheParams
 
codec(Codec) - Method in class org.redisson.api.options.MapParams
 
codec(Codec) - Method in class org.redisson.api.options.OptionalParams
 
codec(Codec) - Method in class org.redisson.api.options.PatternTopicParams
 
codec(Codec) - Method in class org.redisson.api.options.PlainParams
 
codec(C) - Method in interface org.redisson.api.options.CodecOptions
Defines codec used for data stored in Redis
Codec - Interface in org.redisson.client.codec
Redis codec interface.
CodecDecoder - Class in org.redisson.client.protocol.decoder
 
CodecDecoder() - Constructor for class org.redisson.client.protocol.decoder.CodecDecoder
 
CodecOptions<T,C> - Interface in org.redisson.api.options
 
collate(Map<K, V>) - Method in interface org.redisson.api.mapreduce.RCollator
Collates result map from reduce phase of MapReduce process.
collectFetch() - Method in class org.apache.kafka.clients.consumer.internals.Fetcher
 
collectFetch(FetchBuffer) - Method in class org.apache.kafka.clients.consumer.internals.FetchCollector
Return the fetched records, empty the record buffer, and update the consumed position.
com.rabbitmq.client - package com.rabbitmq.client
The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.
com.rabbitmq.client.impl - package com.rabbitmq.client.impl
Implementations of interfaces specified in the client API, and their supporting classes.
com.rabbitmq.client.impl.nio - package com.rabbitmq.client.impl.nio
NIO network connector.
com.rabbitmq.client.impl.recovery - package com.rabbitmq.client.impl.recovery
Implementation of connection and topology recovery.
com.zaxxer.hikari - package com.zaxxer.hikari
 
Command - Interface in com.rabbitmq.client
Interface to a container for an AMQP method-and-arguments, with optional content header and body.
COMMAND_INVALID - Static variable in interface com.rabbitmq.client.AMQP
 
CommandBatchEncoder - Class in org.redisson.client.handler
 
CommandBatchEncoder() - Constructor for class org.redisson.client.handler.CommandBatchEncoder
 
CommandData<T,R> - Class in org.redisson.client.protocol
 
CommandData(CompletableFuture<R>, Codec, RedisCommand<T>, Object[]) - Constructor for class org.redisson.client.protocol.CommandData
 
CommandData(CompletableFuture<R>, MultiDecoder<Object>, Codec, RedisCommand<T>, Object[]) - Constructor for class org.redisson.client.protocol.CommandData
 
CommandDecoder - Class in org.redisson.client.handler
Redis protocol command decoder
CommandDecoder(String) - Constructor for class org.redisson.client.handler.CommandDecoder
 
CommandEncoder - Class in org.redisson.client.handler
Redis protocol command encoder
CommandEncoder(CommandMapper) - Constructor for class org.redisson.client.handler.CommandEncoder
 
CommandMapper - Interface in org.redisson.config
Maps Redis command names.
CommandPubSubDecoder - Class in org.redisson.client.handler
Redis Publish Subscribe protocol decoder
CommandPubSubDecoder(RedisClientConfig) - Constructor for class org.redisson.client.handler.CommandPubSubDecoder
 
COMMANDS_QUEUE - Static variable in class org.redisson.client.handler.CommandsQueue
 
CommandsData - Class in org.redisson.client.protocol
 
CommandsData(CompletableFuture<Void>, List<CommandData<?, ?>>, boolean, boolean) - Constructor for class org.redisson.client.protocol.CommandsData
 
CommandsData(CompletableFuture<Void>, List<CommandData<?, ?>>, boolean, boolean, boolean, boolean) - Constructor for class org.redisson.client.protocol.CommandsData
 
CommandsData(CompletableFuture<Void>, List<CommandData<?, ?>>, List<CommandData<?, ?>>, boolean, boolean, boolean, boolean) - Constructor for class org.redisson.client.protocol.CommandsData
 
CommandsQueue - Class in org.redisson.client.handler
 
CommandsQueue() - Constructor for class org.redisson.client.handler.CommandsQueue
 
CommandsQueuePubSub - Class in org.redisson.client.handler
 
CommandsQueuePubSub() - Constructor for class org.redisson.client.handler.CommandsQueuePubSub
 
COMMANDSTATS - Enum constant in enum class org.redisson.api.Node.InfoSection
Deprecated.
 
COMMANDSTATS - Enum constant in enum class org.redisson.api.redisnode.RedisNode.InfoSection
 
commit() - Method in interface org.redisson.api.RTransaction
Commits all changes made on this transaction.
commit() - Method in interface org.redisson.api.RTransactionReactive
Commits all changes made on this transaction.
commit() - Method in interface org.redisson.api.RTransactionRx
Commits all changes made on this transaction.
Commit() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.Commit
 
Commit(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.Commit
 
COMMIT - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
COMMIT_ON_CLOSE - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
CommitApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
 
CommitApplicationEvent(Map<TopicPartition, OffsetAndMetadata>, Optional<Long>) - Constructor for class org.apache.kafka.clients.consumer.internals.events.CommitApplicationEvent
Create new event to commit offsets.
commitAsync() - Method in interface org.apache.kafka.clients.consumer.Consumer
 
commitAsync() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
This method sends a commit event to the EventHandler and return.
commitAsync() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
commitAsync() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Commit offsets returned on the last KafkaConsumer.poll(Duration) for all the subscribed list of topics and partition.
commitAsync() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
commitAsync() - Method in interface org.redisson.api.RTransaction
Commits all changes made on this transaction in async mode.
commitAsync(Map<TopicPartition, OffsetAndMetadata>, OffsetCommitCallback) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
commitAsync(Map<TopicPartition, OffsetAndMetadata>, OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
commitAsync(Map<TopicPartition, OffsetAndMetadata>, OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
commitAsync(Map<TopicPartition, OffsetAndMetadata>, OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Commit the specified offsets for the specified list of topics and partitions to Kafka.
commitAsync(Map<TopicPartition, OffsetAndMetadata>, OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
commitAsync(OffsetCommitCallback) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
commitAsync(OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
commitAsync(OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
commitAsync(OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Commit offsets returned on the last poll() for the subscribed list of topics and partitions.
commitAsync(OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
commitCount() - Method in class org.apache.kafka.clients.producer.MockProducer
 
CommitFailedException - Exception Class in org.apache.kafka.clients.consumer
This exception is raised when an offset commit with KafkaConsumer.commitSync() fails with an unrecoverable error.
CommitFailedException() - Constructor for exception class org.apache.kafka.clients.consumer.CommitFailedException
 
CommitFailedException(String) - Constructor for exception class org.apache.kafka.clients.consumer.CommitFailedException
 
commitOffsetsAsync(Map<TopicPartition, OffsetAndMetadata>, OffsetCommitCallback) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
 
commitOffsetsSync(Map<TopicPartition, OffsetAndMetadata>, Timer) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
Commit offsets synchronously.
CommitOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.CommitOk
 
CommitOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.CommitOk
 
CommitOnCloseApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
 
CommitOnCloseApplicationEvent() - Constructor for class org.apache.kafka.clients.consumer.internals.events.CommitOnCloseApplicationEvent
 
commitRequestManager - Variable in class org.apache.kafka.clients.consumer.internals.RequestManagers
 
CommitRequestManager - Class in org.apache.kafka.clients.consumer.internals
 
CommitRequestManager(Time, LogContext, SubscriptionState, ConsumerConfig, CoordinatorRequestManager, String, Optional<String>) - Constructor for class org.apache.kafka.clients.consumer.internals.CommitRequestManager
 
commitSync() - Method in interface org.apache.kafka.clients.consumer.Consumer
 
commitSync() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
Commit offsets returned on the last poll() for all the subscribed list of topics and partitions.
commitSync() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
commitSync() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Commit offsets returned on the last poll() for all the subscribed list of topics and partitions.
commitSync() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
commitSync(Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
commitSync(Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
This method sends a commit event to the EventHandler and waits for the event to finish.
commitSync(Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
commitSync(Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Commit offsets returned on the last poll() for all the subscribed list of topics and partitions.
commitSync(Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
commitSync(Map<TopicPartition, OffsetAndMetadata>) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
commitSync(Map<TopicPartition, OffsetAndMetadata>) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
commitSync(Map<TopicPartition, OffsetAndMetadata>) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
commitSync(Map<TopicPartition, OffsetAndMetadata>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Commit the specified offsets for the specified list of topics and partitions.
commitSync(Map<TopicPartition, OffsetAndMetadata>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
commitSync(Map<TopicPartition, OffsetAndMetadata>, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
commitSync(Map<TopicPartition, OffsetAndMetadata>, Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
commitSync(Map<TopicPartition, OffsetAndMetadata>, Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
commitSync(Map<TopicPartition, OffsetAndMetadata>, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Commit the specified offsets for the specified list of topics and partitions.
commitSync(Map<TopicPartition, OffsetAndMetadata>, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
committed(Set<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
committed(Set<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
committed(Set<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
committed(Set<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the last committed offsets for the given partitions (whether the commit happened by this process or another).
committed(Set<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
committed(Set<TopicPartition>, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
committed(Set<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
committed(Set<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
committed(Set<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the last committed offsets for the given partitions (whether the commit happened by this process or another).
committed(Set<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
committed(TopicPartition) - Method in interface org.apache.kafka.clients.consumer.Consumer
Deprecated.
committed(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
Deprecated.
committed(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
Deprecated.
committed(TopicPartition) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Deprecated.
since 2.4 Use KafkaConsumer.committed(Set) instead
committed(TopicPartition) - Method in class org.apache.kafka.clients.consumer.MockConsumer
Deprecated.
committed(TopicPartition, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
Deprecated.
committed(TopicPartition, Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
Deprecated.
committed(TopicPartition, Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
Deprecated.
committed(TopicPartition, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Deprecated.
committed(TopicPartition, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
Deprecated.
commitTransaction() - Method in class org.apache.kafka.clients.producer.KafkaProducer
Commits the ongoing transaction.
commitTransaction() - Method in class org.apache.kafka.clients.producer.MockProducer
 
commitTransaction() - Method in interface org.apache.kafka.clients.producer.Producer
commitTransactionException - Variable in class org.apache.kafka.clients.producer.MockProducer
 
CommonOptions - Interface in org.redisson.api.options
Object instance options
CommonParams - Class in org.redisson.api.options
 
comparator() - Method in interface org.redisson.api.RPriorityQueue
Returns comparator used by this queue
compare(TopicIdPartition, TopicIdPartition) - Method in class org.apache.kafka.clients.consumer.internals.Utils.TopicIdPartitionComparator
Comparison based on topic name and partition number.
compare(TopicPartition, TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.Utils.TopicPartitionComparator
 
compareAndSet(double, double) - Method in interface org.redisson.api.RAtomicDouble
Atomically sets the value to the given updated value only if the current value == the expected value.
compareAndSet(double, double) - Method in interface org.redisson.api.RAtomicDoubleReactive
Atomically sets the value to the given updated value only if the current value == the expected value.
compareAndSet(double, double) - Method in interface org.redisson.api.RAtomicDoubleRx
Atomically sets the value to the given updated value only if the current value == the expected value.
compareAndSet(long, long) - Method in interface org.redisson.api.RAtomicLong
Atomically sets the value to the given updated value only if the current value == the expected value.
compareAndSet(long, long) - Method in interface org.redisson.api.RAtomicLongReactive
Atomically sets the value to the given updated value only if the current value == the expected value.
compareAndSet(long, long) - Method in interface org.redisson.api.RAtomicLongRx
Atomically sets the value to the given updated value only if the current value == the expected value.
compareAndSet(String, Object, Object) - Method in interface org.redisson.api.RJsonBucket
Atomically sets the value to the given updated value by given JSONPath, only if serialized state of the current value equals to serialized state of the expected value.
compareAndSet(String, Object, Object) - Method in interface org.redisson.api.RJsonBucketReactive
Atomically sets the value to the given updated value by given JSONPath, only if serialized state of the current value equals to serialized state of the expected value.
compareAndSet(String, Object, Object) - Method in interface org.redisson.api.RJsonBucketRx
Atomically sets the value to the given updated value by given JSONPath, only if serialized state of the current value equals to serialized state of the expected value.
compareAndSet(V, V) - Method in interface org.redisson.api.RBucket
Atomically sets the value to the given updated value only if serialized state of the current value equals to serialized state of the expected value.
compareAndSet(V, V) - Method in interface org.redisson.api.RBucketReactive
Atomically sets the value to the given updated value only if serialized state of the current value equals to serialized state of the expected value.
compareAndSet(V, V) - Method in interface org.redisson.api.RBucketRx
Atomically sets the value to the given updated value only if serialized state of the current value equals to serialized state of the expected value.
compareAndSetAsync(double, double) - Method in interface org.redisson.api.RAtomicDoubleAsync
Atomically sets the value to the given updated value only if the current value == the expected value.
compareAndSetAsync(long, long) - Method in interface org.redisson.api.RAtomicLongAsync
Atomically sets the value to the given updated value only if the current value == the expected value.
compareAndSetAsync(String, Object, Object) - Method in interface org.redisson.api.RJsonBucketAsync
Atomically sets the value to the given updated value by given JSONPath, only if serialized state of the current value equals to serialized state of the expected value.
compareAndSetAsync(V, V) - Method in interface org.redisson.api.RBucketAsync
Atomically sets the value to the given updated value only if serialized state of the current value equals to serialized state of the expected value.
compareTo(DnsSrvRecordAddressResolver.SrvRecord) - Method in class com.rabbitmq.client.DnsSrvRecordAddressResolver.SrvRecord
 
compareTo(AbstractPartitionAssignor.MemberInfo) - Method in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor.MemberInfo
 
compareTo(BatchCommandData<T, R>) - Method in class org.redisson.client.protocol.BatchCommandData
 
compareTo(ScoredEntry<V>) - Method in class org.redisson.client.protocol.ScoredEntry
 
CompletableApplicationEvent<T> - Class in org.apache.kafka.clients.consumer.internals.events
Application event with a result in the form of a future, that can be retrieved within a timeout based on completion.
CompletableApplicationEvent(ApplicationEvent.Type) - Constructor for class org.apache.kafka.clients.consumer.internals.events.CompletableApplicationEvent
 
CompletableBackgroundEvent<T> - Class in org.apache.kafka.clients.consumer.internals.events
Background event with a result in the form of a future, that can be retrieved within a timeout based on completion.
CompletableBackgroundEvent(BackgroundEvent.Type) - Constructor for class org.apache.kafka.clients.consumer.internals.events.CompletableBackgroundEvent
 
CompletableEvent<T> - Interface in org.apache.kafka.clients.consumer.internals.events
 
CompletableFutureRpcWrapper - Class in com.rabbitmq.client.impl
 
CompletableFutureRpcWrapper(Method, CompletableFuture<Command>) - Constructor for class com.rabbitmq.client.impl.CompletableFutureRpcWrapper
 
complete(long, long) - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
Complete the batch successfully.
complete(AMQCommand) - Method in class com.rabbitmq.client.impl.CompletableFutureRpcWrapper
 
complete(AMQCommand) - Method in class com.rabbitmq.client.impl.RpcContinuationRpcWrapper
 
complete(AMQCommand) - Method in interface com.rabbitmq.client.impl.RpcWrapper
 
complete(Map<K, V>) - Method in interface org.apache.kafka.clients.admin.internals.AdminApiFuture
Complete the futures associated with the given keys.
complete(Map<K, V>) - Method in class org.apache.kafka.clients.admin.internals.AdminApiFuture.SimpleAdminApiFuture
 
complete(Map<AllBrokersStrategy.BrokerKey, V>) - Method in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy.AllBrokersFuture
 
complete(T) - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
Complete the request successfully.
COMPLETE_ABORT - Enum constant in enum class org.apache.kafka.clients.admin.TransactionState
 
COMPLETE_COMMIT - Enum constant in enum class org.apache.kafka.clients.admin.TransactionState
 
completed() - Method in class org.apache.kafka.clients.producer.internals.ProduceRequestResult
Has the request completed?
completed(K, V) - Static method in class org.apache.kafka.clients.admin.internals.AdminApiHandler.ApiResult
 
CompletedFetch - Class in org.apache.kafka.clients.consumer.internals
CompletedFetch represents a batch of records that was returned from the broker via a FetchRequest.
completedKeys - Variable in class org.apache.kafka.clients.admin.internals.AdminApiHandler.ApiResult
 
completedKeys - Variable in class org.apache.kafka.clients.admin.internals.AdminApiLookupStrategy.LookupResult
 
completeExceptionally(RuntimeException, Function<Integer, RuntimeException>) - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
Complete the batch exceptionally.
completeExceptionally(Map<K, Throwable>) - Method in interface org.apache.kafka.clients.admin.internals.AdminApiFuture
Complete the futures associated with the given keys exceptionally.
completeExceptionally(Map<K, Throwable>) - Method in class org.apache.kafka.clients.admin.internals.AdminApiFuture.SimpleAdminApiFuture
 
completeExceptionally(Map<AllBrokersStrategy.BrokerKey, Throwable>) - Method in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy.AllBrokersFuture
 
completeLookup(Map<K, Integer>) - Method in interface org.apache.kafka.clients.admin.internals.AdminApiFuture
Invoked when lookup of a set of keys succeeds.
completeLookup(Map<AllBrokersStrategy.BrokerKey, Integer>) - Method in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy.AllBrokersFuture
 
completeLookupExceptionally(Map<K, Throwable>) - Method in interface org.apache.kafka.clients.admin.internals.AdminApiFuture
Invoked when lookup fails with a fatal error on a set of keys.
completeLookupExceptionally(Map<AllBrokersStrategy.BrokerKey, Throwable>) - Method in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy.AllBrokersFuture
 
completeNext() - Method in class org.apache.kafka.clients.producer.MockProducer
Complete the earliest uncompleted call successfully.
completeResponse(CommandData<Object, Object>, Object) - Method in class org.redisson.client.handler.CommandDecoder
 
completeValidation(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
COMPLETING_REBALANCE - Enum constant in enum class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.MemberState
 
completionTimeMs() - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.FutureCompletionHandler
 
compose(RequestFutureAdapter<T, S>) - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
Convert from a request future of one type to another type
COMPRESSION_TYPE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
compression.type
compressionRateAvg - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
compressionRatio() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.redisson.api.RMapReactive
Computes a new mapping for the specified key and its current mapped value.
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.redisson.api.RMapRx
Computes a new mapping for the specified key and its current mapped value.
computeAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.redisson.api.RMapAsync
Computes a new mapping for the specified key and its current mapped value.
computeDefaultTlsProtocol(String[]) - Static method in class com.rabbitmq.client.ConnectionFactory
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface org.redisson.api.RMapReactive
Computes a mapping for the specified key if it's not mapped before.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface org.redisson.api.RMapRx
Computes a mapping for the specified key if it's not mapped before.
computeIfAbsentAsync(K, Function<? super K, ? extends V>) - Method in interface org.redisson.api.RMapAsync
Computes a mapping for the specified key if it's not mapped before.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.redisson.api.RMapReactive
Computes a mapping for the specified key only if it's already mapped.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.redisson.api.RMapRx
Computes a mapping for the specified key only if it's already mapped.
computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.redisson.api.RMapAsync
Computes a mapping for the specified key only if it's already mapped.
Concurrency - Search tag in class com.rabbitmq.client.impl.AMQCommand
Section
Concurrency - Search tag in interface com.rabbitmq.client.impl.FrameHandler
Section
Concurrency Considerations - Search tag in interface com.rabbitmq.client.Channel
Section
Concurrent Semantics - Search tag in class com.rabbitmq.client.impl.SetQueue
Section
Concurrent Semantics - Search tag in class com.rabbitmq.client.impl.WorkPool
Section
Condition - Interface in org.redisson.api.condition
Interface for conditional object
Conditions - Class in org.redisson.api.condition
Conditions factory to search for Live Objects by fields.
config() - Method in class org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
 
config(String) - Method in class org.apache.kafka.clients.admin.CreateTopicsResult
Returns a future that provides topic configs for the topic when the request completes.
Config - Class in org.apache.kafka.clients.admin
A configuration object containing the configuration entries for a resource.
Config - Class in org.redisson.config
Redisson configuration
Config() - Constructor for class org.redisson.config.Config
 
Config(Collection<ConfigEntry>) - Constructor for class org.apache.kafka.clients.admin.Config
Create a configuration instance with the provided entries.
Config(Config) - Constructor for class org.redisson.config.Config
 
CONFIG_GET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CONFIG_GET_MAP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CONFIG_RESETSTAT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CONFIG_REWRITE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
CONFIG_SET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
configDef() - Static method in class org.apache.kafka.clients.admin.AdminClientConfig
 
configDef() - Static method in class org.apache.kafka.clients.consumer.ConsumerConfig
 
configDef() - Static method in class org.apache.kafka.clients.producer.ProducerConfig
 
configEntry() - Method in class org.apache.kafka.clients.admin.AlterConfigOp
 
ConfigEntry - Class in org.apache.kafka.clients.admin
A class representing a configuration entry containing name, value and additional metadata.
ConfigEntry(String, String) - Constructor for class org.apache.kafka.clients.admin.ConfigEntry
Create a configuration entry with the provided values.
ConfigEntry(String, String, ConfigEntry.ConfigSource, boolean, boolean, List<ConfigEntry.ConfigSynonym>, ConfigEntry.ConfigType, String) - Constructor for class org.apache.kafka.clients.admin.ConfigEntry
Create a configuration with the provided values.
ConfigEntry.ConfigSource - Enum Class in org.apache.kafka.clients.admin
Source of configuration entries.
ConfigEntry.ConfigSynonym - Class in org.apache.kafka.clients.admin
Class representing a configuration synonym of a ConfigEntry.
ConfigEntry.ConfigType - Enum Class in org.apache.kafka.clients.admin
Data type of configuration entry.
ConfigMixIn() - Constructor for class org.redisson.config.ConfigSupport.ConfigMixIn
 
configNames() - Static method in class org.apache.kafka.clients.admin.AdminClientConfig
 
configNames() - Static method in class org.apache.kafka.clients.consumer.ConsumerConfig
 
configNames() - Static method in class org.apache.kafka.clients.producer.ProducerConfig
 
ConfigPropsMixIn() - Constructor for class org.redisson.config.ConfigSupport.ConfigPropsMixIn
 
configs() - Method in class org.apache.kafka.clients.admin.NewTopic
The configuration for the new topic or null if no configs ever specified.
configs(Map<String, String>) - Method in class org.apache.kafka.clients.admin.NewTopic
Set the configuration to use on the new topic.
ConfigSupport - Class in org.redisson.config
 
ConfigSupport() - Constructor for class org.redisson.config.ConfigSupport
 
ConfigSupport.ClassMixIn - Class in org.redisson.config
 
ConfigSupport.ConfigMixIn - Class in org.redisson.config
 
ConfigSupport.ConfigPropsMixIn - Class in org.redisson.config
 
ConfigSupport.IgnoreMixIn - Class in org.redisson.config
 
configurator - Variable in class com.rabbitmq.client.impl.AbstractFrameHandlerFactory
 
configure(Socket) - Method in class com.rabbitmq.client.DefaultSocketConfigurator
Provides a hook to insert custom configuration of the sockets used to connect to an AMQP server before they connect.
configure(Socket) - Method in interface com.rabbitmq.client.SocketConfigurator
Provides a hook to insert custom configuration of the sockets used to connect to an AMQP server before they connect.
configure(SocketChannel) - Method in class com.rabbitmq.client.DefaultSocketChannelConfigurator
Provides a hook to insert custom configuration of the SocketChannels used to connect to an AMQP server before they connect.
configure(SocketChannel) - Method in interface com.rabbitmq.client.SocketChannelConfigurator
Provides a hook to insert custom configuration of the SocketChannels used to connect to an AMQP server before they connect.
configure(Map<String, ?>) - Method in class org.apache.kafka.clients.producer.internals.DefaultPartitioner
Deprecated.
 
configure(Map<String, ?>) - Method in class org.apache.kafka.clients.producer.RoundRobinPartitioner
 
configure(Map<String, ?>) - Method in class org.apache.kafka.clients.producer.UniformStickyPartitioner
Deprecated.
 
configure(Map<String, ?>, boolean) - Method in interface org.apache.kafka.common.serialization.Deserializer
Configure this class.
configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.ListDeserializer
 
configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.ListSerializer
 
configure(Map<String, ?>, boolean) - Method in interface org.apache.kafka.common.serialization.Serde
Configure this class, which will configure the underlying serializer and deserializer.
configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.Serdes.WrapperSerde
 
configure(Map<String, ?>, boolean) - Method in interface org.apache.kafka.common.serialization.Serializer
Configure this class.
configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.StringDeserializer
 
configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.StringSerializer
 
configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.UUIDDeserializer
 
configure(Map<String, ?>, boolean) - Method in class org.apache.kafka.common.serialization.UUIDSerializer
 
configure(SSLEngine) - Method in interface com.rabbitmq.client.SslEngineConfigurator
Provides a hook to insert custom configuration of the SSLEngines used to connect to an AMQP server before they connect.
configureChannelManager(ChannelManager) - Method in class com.rabbitmq.client.impl.AMQConnection
 
configureConnection(HttpURLConnection) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
configureConnectionForHttps(HttpURLConnection) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
configuredConsumerInterceptors(ConsumerConfig) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
configuredIsolationLevel(ConsumerConfig) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
Confirm() - Constructor for class com.rabbitmq.client.AMQP.Confirm
 
Confirm() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Confirm
 
ConfirmCallback - Interface in com.rabbitmq.client
Implement this interface in order to be notified of Confirm events.
ConfirmListener - Interface in com.rabbitmq.client
Implement this interface in order to be notified of Confirm events.
confirmSelect() - Method in interface com.rabbitmq.client.Channel
Enables publisher acknowledgements on this channel.
confirmSelect() - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Enables publisher acknowledgements on this channel.
confirmSelect() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
connect(String, Properties) - Method in class org.mariadb.jdbc.Driver
Connect to the given connection string.
connect(Configuration) - Static method in class org.mariadb.jdbc.Driver
Connect according to configuration
connection() - Method in class com.rabbitmq.client.impl.recovery.RetryContext
The underlying connection.
Connection - Interface in com.rabbitmq.client
Public API: Interface to an AMQ connection.
Connection() - Constructor for class com.rabbitmq.client.AMQP.Connection
 
Connection() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection
 
CONNECTION_CHANNEL_MAX - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
CONNECTION_FORCED - Static variable in interface com.rabbitmq.client.AMQP
 
CONNECTION_FRAME_MAX - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
CONNECTION_HEARTBEAT - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
CONNECTION_RECOVERY_ENABLED - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
CONNECTION_RECOVERY_INTERVAL - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
CONNECTION_TIMEOUT - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
connectionConfigurator(Consumer<HttpURLConnection>) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder
A hook to configure the HttpURLConnection before the request is sent.
ConnectionFactory - Class in com.rabbitmq.client
Convenience factory class to facilitate opening a Connection to a RabbitMQ node.
ConnectionFactory() - Constructor for class com.rabbitmq.client.ConnectionFactory
 
ConnectionFactoryConfigurator - Class in com.rabbitmq.client
Helper class to load ConnectionFactory settings from a property file.
ConnectionFactoryConfigurator() - Constructor for class com.rabbitmq.client.ConnectionFactoryConfigurator
 
connectionInfo() - Method in class com.rabbitmq.client.impl.AMQChannel
 
ConnectionInitException - Exception Class in fr.codinbox.connector.commons.exception
Exception thrown when a connector connection fails to initialize.
ConnectionInitException(String) - Constructor for exception class fr.codinbox.connector.commons.exception.ConnectionInitException
Creates a new exception with the specified detail message.
ConnectionInitException(Throwable) - Constructor for exception class fr.codinbox.connector.commons.exception.ConnectionInitException
Creates a new exception with the specified cause.
ConnectionParams - Class in com.rabbitmq.client.impl
 
ConnectionParams() - Constructor for class com.rabbitmq.client.impl.ConnectionParams
 
CONNECTIONS_MAX_IDLE_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
connections.max.idle.ms
CONNECTIONS_MAX_IDLE_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
connections.max.idle.ms
CONNECTIONS_MAX_IDLE_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
connections.max.idle.ms
connectionTimeout - Variable in class com.rabbitmq.client.impl.AbstractFrameHandlerFactory
 
ConnectionType - Enum Class in fr.codinbox.connector.commons.utils
Enumerates the supported connection types managed by the Connector library.
ConnectionWatchdog - Class in org.redisson.client.handler
 
ConnectionWatchdog(Bootstrap, ChannelGroup, Timer) - Constructor for class org.redisson.client.handler.ConnectionWatchdog
 
Connector - Class in fr.codinbox.connector.velocity
Static service locator for accessing connector services on the Velocity platform.
Connector() - Constructor for class fr.codinbox.connector.velocity.Connector
 
ConstantBackOff() - Constructor for class org.redisson.api.LockOptions.ConstantBackOff
 
consume(String) - Method in class fr.codinbox.connector.commons.rabbitmq.PooledChannel
Starts a non-auto-acknowledged consumer that delivers messages to a BlockingQueue.
Consume(int, String, String, boolean, boolean, boolean, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
Consume(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
consumedMessage(Channel, long, boolean) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
consumedMessage(Channel, long, boolean) - Method in interface com.rabbitmq.client.MetricsCollector
 
consumedMessage(Channel, long, boolean) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
consumedMessage(Channel, long, String) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
consumedMessage(Channel, long, String) - Method in interface com.rabbitmq.client.MetricsCollector
 
consumedMessage(Channel, long, String) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
ConsumeOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
ConsumeOk(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
consumer() - Method in class com.rabbitmq.client.impl.recovery.RetryContext
The to-be-recovered entity as a consumer.
consumer(Consumer) - Method in class com.rabbitmq.client.impl.recovery.RecordedConsumer
 
Consumer - Interface in com.rabbitmq.client
Interface for application callback objects to receive notifications and messages from a queue by subscription.
Consumer<K,V> - Interface in org.apache.kafka.clients.consumer
 
CONSUMER - Enum constant in enum class org.apache.kafka.clients.consumer.GroupProtocol
Consumer group protocol
CONSUMER_JMX_PREFIX - Static variable in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
CONSUMER_MAX_INFLIGHT_REQUESTS_PER_CONNECTION - Static variable in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
A fixed, large enough value will suffice for max.
CONSUMER_METRIC_GROUP_PREFIX - Static variable in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
CONSUMER_REBALANCE_LISTENER_CALLBACK_COMPLETED - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
CONSUMER_REBALANCE_LISTENER_CALLBACK_NEEDED - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.BackgroundEvent.Type
 
ConsumerCancelledException - Exception Class in com.rabbitmq.client
 
ConsumerCancelledException() - Constructor for exception class com.rabbitmq.client.ConsumerCancelledException
 
ConsumerConfig - Class in org.apache.kafka.clients.consumer
The consumer configuration keys
ConsumerConfig(Map<?, ?>, boolean) - Constructor for class org.apache.kafka.clients.consumer.ConsumerConfig
 
ConsumerConfig(Map<String, Object>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerConfig
 
ConsumerConfig(Properties) - Constructor for class org.apache.kafka.clients.consumer.ConsumerConfig
 
ConsumerCoordinator - Class in org.apache.kafka.clients.consumer.internals
This class manages the coordination process with the consumer coordinator.
ConsumerCoordinator(GroupRebalanceConfig, LogContext, ConsumerNetworkClient, List<ConsumerPartitionAssignor>, ConsumerMetadata, SubscriptionState, Metrics, String, Time, boolean, int, ConsumerInterceptors<?, ?>, boolean, String, Optional<ClientTelemetryReporter>) - Constructor for class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
Initialize the coordination manager.
consumerCount(int) - Method in class com.rabbitmq.client.AMQP.Queue.DeclareOk.Builder
 
consumerCount(String) - Method in interface com.rabbitmq.client.Channel
Returns the number of consumers on a queue.
consumerCount(String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Returns the number of consumers on a queue.
consumerCount(String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
ConsumerDelegate<K,V> - Interface in org.apache.kafka.clients.consumer.internals
This extension interface provides a handful of methods to expose internals of the Consumer for various tests.
ConsumerDelegateCreator - Class in org.apache.kafka.clients.consumer.internals
ConsumerDelegateCreator implements a quasi-factory pattern to allow the caller to remain unaware of the underlying Consumer implementation that is created.
ConsumerDelegateCreator() - Constructor for class org.apache.kafka.clients.consumer.internals.ConsumerDelegateCreator
 
ConsumerGroupDescription - Class in org.apache.kafka.clients.admin
A detailed description of a single consumer group in the cluster.
ConsumerGroupDescription(String, boolean, Collection<MemberDescription>, String, ConsumerGroupState, Node) - Constructor for class org.apache.kafka.clients.admin.ConsumerGroupDescription
 
ConsumerGroupDescription(String, boolean, Collection<MemberDescription>, String, ConsumerGroupState, Node, Set<AclOperation>) - Constructor for class org.apache.kafka.clients.admin.ConsumerGroupDescription
 
ConsumerGroupListing - Class in org.apache.kafka.clients.admin
A listing of a consumer group in the cluster.
ConsumerGroupListing(String, boolean) - Constructor for class org.apache.kafka.clients.admin.ConsumerGroupListing
Create an instance with the specified parameters.
ConsumerGroupListing(String, boolean, Optional<ConsumerGroupState>) - Constructor for class org.apache.kafka.clients.admin.ConsumerGroupListing
Create an instance with the specified parameters.
ConsumerGroupMetadata - Class in org.apache.kafka.clients.consumer
A metadata struct containing the consumer group information.
ConsumerGroupMetadata(String) - Constructor for class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
 
ConsumerGroupMetadata(String, int, String, Optional<String>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
 
consumerGroupOffsetsHistory() - Method in class org.apache.kafka.clients.producer.MockProducer
Get the list of committed consumer group offsets since the last call to MockProducer.clear()
Consumer Groups and Topic Subscriptions - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
consumerId() - Method in class org.apache.kafka.clients.admin.MemberDescription
The consumer id of the group member.
ConsumerInterceptor<K,V> - Interface in org.apache.kafka.clients.consumer
A plugin interface that allows you to intercept (and possibly mutate) records received by the consumer.
ConsumerInterceptors<K,V> - Class in org.apache.kafka.clients.consumer.internals
A container that holds the list ConsumerInterceptor and wraps calls to the chain of custom interceptors.
ConsumerInterceptors(List<ConsumerInterceptor<K, V>>) - Constructor for class org.apache.kafka.clients.consumer.internals.ConsumerInterceptors
 
ConsumerMetadata - Class in org.apache.kafka.clients.consumer.internals
 
ConsumerMetadata(long, long, long, boolean, boolean, SubscriptionState, LogContext, ClusterResourceListeners) - Constructor for class org.apache.kafka.clients.consumer.internals.ConsumerMetadata
 
ConsumerMetadata(ConsumerConfig, SubscriptionState, LogContext, ClusterResourceListeners) - Constructor for class org.apache.kafka.clients.consumer.internals.ConsumerMetadata
 
ConsumerMetrics - Class in org.apache.kafka.clients.consumer.internals
 
ConsumerMetrics(String) - Constructor for class org.apache.kafka.clients.consumer.internals.ConsumerMetrics
 
ConsumerMetrics(Set<String>, String) - Constructor for class org.apache.kafka.clients.consumer.internals.ConsumerMetrics
 
ConsumerNetworkClient - Class in org.apache.kafka.clients.consumer.internals
Higher level consumer access to the network layer with basic support for request futures.
ConsumerNetworkClient(LogContext, KafkaClient, Metadata, Time, long, int, int) - Constructor for class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
 
ConsumerNetworkClient.PollCondition - Interface in org.apache.kafka.clients.consumer.internals
When invoking poll from a multi-threaded environment, it is possible that the condition that the caller is awaiting has already been satisfied prior to the invocation of poll.
ConsumerNetworkThread - Class in org.apache.kafka.clients.consumer.internals
Background thread runnable that consumes ApplicationEvent and produces BackgroundEvent.
ConsumerNetworkThread(LogContext, Time, Supplier<ApplicationEventProcessor>, Supplier<NetworkClientDelegate>, Supplier<RequestManagers>) - Constructor for class org.apache.kafka.clients.consumer.internals.ConsumerNetworkThread
 
ConsumerPartitionAssignor - Interface in org.apache.kafka.clients.consumer
This interface is used to define custom partition assignment for use in KafkaConsumer.
ConsumerPartitionAssignor.Assignment - Class in org.apache.kafka.clients.consumer
 
ConsumerPartitionAssignor.GroupAssignment - Class in org.apache.kafka.clients.consumer
 
ConsumerPartitionAssignor.GroupSubscription - Class in org.apache.kafka.clients.consumer
 
ConsumerPartitionAssignor.RebalanceProtocol - Enum Class in org.apache.kafka.clients.consumer
The rebalance protocol defines partition assignment and revocation semantics.
ConsumerPartitionAssignor.Subscription - Class in org.apache.kafka.clients.consumer
 
ConsumerProtocol - Class in org.apache.kafka.clients.consumer.internals
ConsumerProtocol contains the schemas for consumer subscriptions and assignments for use with Kafka's generalized group management protocol.
ConsumerProtocol() - Constructor for class org.apache.kafka.clients.consumer.internals.ConsumerProtocol
 
ConsumerRebalanceListener - Interface in org.apache.kafka.clients.consumer
A callback interface that the user can implement to trigger custom actions when the set of partitions assigned to the consumer changes.
consumerRebalanceListenerCallbackCompleted(ConsumerRebalanceListenerCallbackCompletedEvent) - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
Signals that a ConsumerRebalanceListener callback has completed.
consumerRebalanceListenerCallbackCompleted(ConsumerRebalanceListenerCallbackCompletedEvent) - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
 
ConsumerRebalanceListenerCallbackCompletedEvent - Class in org.apache.kafka.clients.consumer.internals.events
Event that signifies that the application thread has executed the ConsumerRebalanceListener callback.
ConsumerRebalanceListenerCallbackCompletedEvent(ConsumerRebalanceListenerMethodName, CompletableFuture<Void>, Optional<KafkaException>) - Constructor for class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackCompletedEvent
 
ConsumerRebalanceListenerCallbackNeededEvent - Class in org.apache.kafka.clients.consumer.internals.events
Event that signifies that the network I/O thread wants to invoke one of the callback methods on the ConsumerRebalanceListener.
ConsumerRebalanceListenerCallbackNeededEvent(ConsumerRebalanceListenerMethodName, SortedSet<TopicPartition>) - Constructor for class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackNeededEvent
 
ConsumerRebalanceListenerInvoker - Class in org.apache.kafka.clients.consumer.internals
This class encapsulates the invocation of the callback methods defined in the ConsumerRebalanceListener interface.
ConsumerRebalanceListenerMethodName - Enum Class in org.apache.kafka.clients.consumer.internals
This class just provides a static name for the methods in the ConsumerRebalanceListener interface for a bit more compile time assurance.
ConsumerRecord<K,V> - Class in org.apache.kafka.clients.consumer
A key/value pair to be received from Kafka.
ConsumerRecord(String, int, long, long, TimestampType, int, int, K, V, Headers, Optional<Integer>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerRecord
Creates a record to be received from a specified topic and partition
ConsumerRecord(String, int, long, long, TimestampType, long, int, int, K, V) - Constructor for class org.apache.kafka.clients.consumer.ConsumerRecord
Deprecated.
use one of the constructors without a `checksum` parameter. This constructor will be removed in Apache Kafka 4.0 (deprecated since 3.0).
ConsumerRecord(String, int, long, long, TimestampType, Long, int, int, K, V, Headers) - Constructor for class org.apache.kafka.clients.consumer.ConsumerRecord
Deprecated.
use one of the constructors without a `checksum` parameter. This constructor will be removed in Apache Kafka 4.0 (deprecated since 3.0).
ConsumerRecord(String, int, long, long, TimestampType, Long, int, int, K, V, Headers, Optional<Integer>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerRecord
Deprecated.
use one of the constructors without a `checksum` parameter. This constructor will be removed in Apache Kafka 4.0 (deprecated since 3.0).
ConsumerRecord(String, int, long, K, V) - Constructor for class org.apache.kafka.clients.consumer.ConsumerRecord
Creates a record to be received from a specified topic and partition (provided for compatibility with Kafka 0.9 before the message format supported timestamps and before serialized metadata were exposed).
ConsumerRecords<K,V> - Class in org.apache.kafka.clients.consumer
A container that holds the list ConsumerRecord per partition for a particular topic.
ConsumerRecords(Map<TopicPartition, List<ConsumerRecord<K, V>>>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerRecords
 
consumerRecovered(String, String) - Method in interface com.rabbitmq.client.impl.recovery.ConsumerRecoveryListener
 
ConsumerRecoveryListener - Interface in com.rabbitmq.client.impl.recovery
Not part of the public API.
consumerRecoveryRetryCondition - Variable in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
consumerRecoveryRetryCondition - Variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
consumerRecoveryRetryCondition(BiPredicate<? super RecordedConsumer, Exception>) - Method in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
consumerRecoveryRetryOperation - Variable in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
consumerRecoveryRetryOperation - Variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
consumerRecoveryRetryOperation(DefaultRetryHandler.RetryOperation<?>) - Method in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
ConsumerShutdownSignalCallback - Interface in com.rabbitmq.client
Callback interface to be notified when either the consumer channel or the underlying connection has been shut down.
consumerTag - Variable in class com.rabbitmq.client.RpcClient.Response
 
consumerTag(String) - Method in class com.rabbitmq.client.AMQP.Basic.Cancel.Builder
 
consumerTag(String) - Method in class com.rabbitmq.client.AMQP.Basic.CancelOk.Builder
 
consumerTag(String) - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
consumerTag(String) - Method in class com.rabbitmq.client.AMQP.Basic.ConsumeOk.Builder
 
consumerTag(String) - Method in class com.rabbitmq.client.AMQP.Basic.Deliver.Builder
 
consumerTag(String) - Method in class com.rabbitmq.client.impl.recovery.RecordedConsumer
 
ConsumerUtils - Class in org.apache.kafka.clients.consumer.internals
 
ConsumerUtils() - Constructor for class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
ConsumerWorkService - Class in com.rabbitmq.client.impl
 
ConsumerWorkService(ExecutorService, ThreadFactory, int) - Constructor for class com.rabbitmq.client.impl.ConsumerWorkService
 
ConsumerWorkService(ExecutorService, ThreadFactory, int, int) - Constructor for class com.rabbitmq.client.impl.ConsumerWorkService
 
Consumption Flow Control - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
contains(Object) - Method in interface org.redisson.api.RScoredSortedSet
Returns true if this sorted set contains encoded state of the specified element.
contains(Collection<T>) - Method in interface org.redisson.api.RBloomFilter
Checks for elements presence
contains(T) - Method in class com.rabbitmq.client.impl.SetQueue
 
contains(T) - Method in interface org.redisson.api.RBloomFilter
Checks for element presence
contains(V) - Method in interface org.redisson.api.RCollectionReactive
Returns true if this collection contains encoded state of the specified element.
contains(V) - Method in interface org.redisson.api.RCollectionRx
Returns true if this collection contains encoded state of the specified element.
contains(V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns true if this sorted set contains encoded state of the specified element.
contains(V) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns true if this sorted set contains encoded state of the specified element.
containsAll(Collection<?>) - Method in interface org.redisson.api.RCollectionReactive
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in interface org.redisson.api.RCollectionRx
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSet
Returns true if this sorted set contains all of the elements in encoded state in the specified collection.
containsAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns true if this sorted set contains all of the elements in encoded state in the specified collection.
containsAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns true if this sorted set contains all of the elements in encoded state in the specified collection.
containsAllAsync(Collection<?>) - Method in interface org.redisson.api.RCollectionAsync
Returns true if this collection contains all of the elements in the specified collection.
containsAllAsync(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns true if this sorted set contains all of the elements in encoded state in the specified collection.
containsAsync(Object) - Method in interface org.redisson.api.RCollectionAsync
Returns true if this collection contains encoded state of the specified element.
containsAsync(Object) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns true if this sorted set contains encoded state of the specified element.
containsEach(Collection<V>) - Method in interface org.redisson.api.RSet
Check if each element is contained in the specified collection.
containsEach(Collection<V>) - Method in interface org.redisson.api.RSetReactive
Check if each element is contained in the specified collection.
containsEach(Collection<V>) - Method in interface org.redisson.api.RSetRx
Check if each element is contained in the specified collection.
containsEachAsync(Collection<V>) - Method in interface org.redisson.api.RSetAsync
Check if each element is contained in the specified collection.
containsEntry(Object, Object) - Method in interface org.redisson.api.RMultimap
Returns true if this multimap contains at least one key-value pair with the key key and the value value.
containsEntry(Object, Object) - Method in interface org.redisson.api.RMultimapReactive
Returns true if this multimap contains at least one key-value pair with the key key and the value value.
containsEntry(Object, Object) - Method in interface org.redisson.api.RMultimapRx
Returns true if this multimap contains at least one key-value pair with the key key and the value value.
containsEntryAsync(Object, Object) - Method in interface org.redisson.api.RMultimapAsync
Returns true if this multimap contains at least one key-value pair with the key key and the value value.
containsKey(Object) - Method in interface org.redisson.api.RMap
Returns true if this map contains map entry mapped by specified key, otherwise false
containsKey(Object) - Method in interface org.redisson.api.RMapReactive
Returns true if this map contains map entry mapped by specified key, otherwise false
containsKey(Object) - Method in interface org.redisson.api.RMapRx
Returns true if this map contains map entry mapped by specified key, otherwise false
containsKey(Object) - Method in interface org.redisson.api.RMultimap
Returns true if this multimap contains at least one key-value pair with the key key.
containsKey(Object) - Method in interface org.redisson.api.RMultimapReactive
Returns true if this multimap contains at least one key-value pair with the key key.
containsKey(Object) - Method in interface org.redisson.api.RMultimapRx
Returns true if this multimap contains at least one key-value pair with the key key.
containsKey(K) - Method in interface org.redisson.api.CacheReactive
This method returns a Boolean true/false value, depending on whether the CacheReactive has a mapping for a key k such that key.equals(k).
containsKey(K) - Method in interface org.redisson.api.CacheRx
This method returns a Boolean true/false value, depending on whether the CacheRx has a mapping for a key k such that key.equals(k).
containsKeyAsync(Object) - Method in interface org.redisson.api.RMapAsync
Returns true if this map contains map entry mapped by specified key, otherwise false
containsKeyAsync(Object) - Method in interface org.redisson.api.RMultimapAsync
Returns true if this multimap contains at least one key-value pair with the key key.
containsKeyAsync(K) - Method in interface org.redisson.api.CacheAsync
This method returns a Boolean true/false value, depending on whether the CacheAsync has a mapping for a key k such that key.equals(k).
containsTopic(String) - Method in class org.apache.kafka.clients.producer.internals.ProducerMetadata
 
containsValue(Object) - Method in interface org.redisson.api.RMap
Returns true if this map contains any map entry with specified value, otherwise false
containsValue(Object) - Method in interface org.redisson.api.RMapReactive
Returns true if this map contains any map entry with specified value, otherwise false
containsValue(Object) - Method in interface org.redisson.api.RMapRx
Returns true if this map contains any map entry with specified value, otherwise false
containsValue(Object) - Method in interface org.redisson.api.RMultimap
Returns true if this multimap contains at least one key-value pair with the value value.
containsValue(Object) - Method in interface org.redisson.api.RMultimapReactive
Returns true if this multimap contains at least one key-value pair with the value value.
containsValue(Object) - Method in interface org.redisson.api.RMultimapRx
Returns true if this multimap contains at least one key-value pair with the value value.
containsValueAsync(Object) - Method in interface org.redisson.api.RMapAsync
Returns true if this map contains any map entry with specified value, otherwise false
containsValueAsync(Object) - Method in interface org.redisson.api.RMultimapAsync
Returns true if this multimap contains at least one key-value pair with the value value.
CONTENT_TOO_LARGE - Static variable in interface com.rabbitmq.client.AMQP
 
contentEncoding(String) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
ContentHeader - Interface in com.rabbitmq.client
Public API for abstract AMQP content header objects.
ContentHeaderPropertyReader - Class in com.rabbitmq.client.impl
Parses an AMQP wire-protocol ContentHeader from a DataInputStream.
ContentHeaderPropertyReader(DataInputStream) - Constructor for class com.rabbitmq.client.impl.ContentHeaderPropertyReader
Protected API - Constructs a reader from the given input stream
ContentHeaderPropertyWriter - Class in com.rabbitmq.client.impl
Generates an AMQP wire-protocol packet from a ContentHeader.
ContentHeaderPropertyWriter(DataOutputStream) - Constructor for class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
Constructs a fresh ContentHeaderPropertyWriter.
contentType(String) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
Contract - Annotation Interface in org.jetbrains.annotations
Specifies some aspects of the method behavior depending on the arguments.
controller() - Method in class org.apache.kafka.clients.admin.DescribeClusterResult
Returns a future which yields the current controller id.
controller() - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager
 
CONTROLLER - Enum constant in enum class org.apache.kafka.clients.admin.EndpointType
 
Controlling The Consumer's Position - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
convert(Object) - Method in class org.redisson.client.protocol.convertor.BitsSizeReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.BooleanAmountReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.BooleanNotNullReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.BooleanNullReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.BooleanNullSafeReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.BooleanNumberReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.BooleanReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.ByteReplayConvertor
 
convert(Object) - Method in interface org.redisson.client.protocol.convertor.Convertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.DoubleNullSafeReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.DoubleReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.EmptyConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.EmptyListConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.EmptyMapConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.EmptySetConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.InstantReplyConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.IntegerReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.JsonTypeConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.LongNumberConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.LongReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.NumberConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.ShortReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.StreamIdConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.StringToListConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.TrueReplayConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.TypeConvertor
 
convert(Object) - Method in class org.redisson.client.protocol.convertor.VoidReplayConvertor
 
Convertor<R> - Interface in org.redisson.client.protocol.convertor
 
COOPERATIVE - Enum constant in enum class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.RebalanceProtocol
 
COOPERATIVE_STICKY_ASSIGNOR_NAME - Static variable in class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
 
CooperativeStickyAssignor - Class in org.apache.kafka.clients.consumer
A cooperative version of the AbstractStickyAssignor.
CooperativeStickyAssignor() - Constructor for class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
 
coordinator() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
The consumer group coordinator, or null if the coordinator is not known.
coordinator() - Method in class org.apache.kafka.clients.consumer.internals.CoordinatorRequestManager
Returns the current coordinator node.
coordinatorEpoch() - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
 
coordinatorEpoch() - Method in class org.apache.kafka.clients.admin.ProducerState
 
coordinatorId() - Method in class org.apache.kafka.clients.admin.TransactionDescription
 
CoordinatorKey - Class in org.apache.kafka.clients.admin.internals
 
coordinatorNotAvailable() - Static method in class org.apache.kafka.clients.consumer.internals.RequestFuture
 
coordinatorRequestManager - Variable in class org.apache.kafka.clients.consumer.internals.RequestManagers
 
CoordinatorRequestManager - Class in org.apache.kafka.clients.consumer.internals
This is responsible for timing to send the next FindCoordinatorRequest based on the following criteria:
CoordinatorRequestManager(Time, LogContext, long, long, BackgroundEventHandler, String) - Constructor for class org.apache.kafka.clients.consumer.internals.CoordinatorRequestManager
 
CoordinatorStrategy - Class in org.apache.kafka.clients.admin.internals
 
CoordinatorStrategy(FindCoordinatorRequest.CoordinatorType, LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.CoordinatorStrategy
 
coordinatorUnknown() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Check if we know who the coordinator is and we have an active connection
copy(ClassLoader, T) - Static method in class org.redisson.client.codec.BaseCodec
 
copy(String, int, int, long) - Method in interface org.redisson.api.RObject
Copy object from source Redis instance to destination Redis instance
copy(String, int, int, long) - Method in interface org.redisson.api.RObjectReactive
Copy object from source Redis instance to destination Redis instance
copy(String, int, int, long) - Method in interface org.redisson.api.RObjectRx
Copy object from source Redis instance to destination Redis instance
copy(String, String, int, int, long) - Method in interface org.redisson.api.RKeys
Copy object from source Redis instance to destination Redis instance
copy(String, String, int, int, long) - Method in interface org.redisson.api.RKeysReactive
Copy object from source Redis instance to destination Redis instance
copy(String, String, int, int, long) - Method in interface org.redisson.api.RKeysRx
Copy object from source Redis instance to destination Redis instance
COPY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
copyAsync(String, int, int, long) - Method in interface org.redisson.api.RObjectAsync
Copy object from source Redis instance to destination Redis instance in async mode
copyAsync(String, String, int, int, long) - Method in interface org.redisson.api.RKeysAsync
Copy object from source Redis instance to destination Redis instance in async mode
correlationId(String) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
correlationIdSupplier(Supplier<String>) - Method in class com.rabbitmq.client.RpcClientParams
Logic to generate correlation IDs.
COSINE - Enum constant in enum class org.redisson.api.search.index.VectorDistParam.DistanceMetric
 
count() - Method in class org.apache.kafka.clients.consumer.ConsumerRecords
The number of records for all topics
count() - Method in interface org.redisson.api.RBloomFilter
Calculates probabilistic number of elements already added to Bloom filter.
count() - Method in interface org.redisson.api.RHyperLogLog
Returns approximated number of unique elements added into this structure.
count() - Method in interface org.redisson.api.RHyperLogLogReactive
Returns approximated number of unique elements added into this structure.
count() - Method in interface org.redisson.api.RHyperLogLogRx
Returns approximated number of unique elements added into this structure.
count() - Method in interface org.redisson.api.RKeys
Returns the number of keys in the currently-selected database
count() - Method in interface org.redisson.api.RKeysReactive
Returns the number of keys in the currently-selected database
count() - Method in interface org.redisson.api.RKeysRx
Returns the number of keys in the currently-selected database
count() - Static method in interface org.redisson.api.search.aggregate.Reducer
 
count(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSet
Returns the number of elements with a score between startScore and endScore.
count(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns the number of elements with a score between startScore and endScore.
count(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns the number of elements with a score between startScore and endScore.
count(int) - Method in class org.redisson.api.geo.GeoSearchParams
 
count(int) - Method in interface org.redisson.api.geo.OptionalGeoSearch
Defines limit of search result
count(int) - Method in interface org.redisson.api.stream.StreamMultiReadArgs
Defines stream data size limit.
count(int) - Method in interface org.redisson.api.stream.StreamMultiReadGroupArgs
Defines stream data size limit.
count(int) - Method in class org.redisson.api.stream.StreamMultiReadGroupParams
 
count(int) - Method in class org.redisson.api.stream.StreamMultiReadParams
 
count(int) - Method in interface org.redisson.api.stream.StreamReadArgs
Defines stream data size limit.
count(int) - Method in interface org.redisson.api.stream.StreamReadGroupArgs
Defines stream data size limit.
count(int) - Method in class org.redisson.api.stream.StreamReadGroupParams
 
count(int) - Method in class org.redisson.api.stream.StreamReadParams
 
count(Class<?>, Condition) - Method in interface org.redisson.api.RLiveObjectService
Counts the entities matches specified condition.
count(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSet
Returns the number of elements between fromElement and toElement.
count(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetReactive
Returns the number of elements between fromElement and toElement.
count(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetRx
Returns the number of elements between fromElement and toElement.
countActiveWorkers() - Method in interface org.redisson.api.RExecutorService
Returns active workers amount available for tasks execution.
countAny(int) - Method in class org.redisson.api.geo.GeoSearchParams
 
countAny(int) - Method in interface org.redisson.api.geo.OptionalGeoSearch
Defines limit of search result.
countAsync() - Method in interface org.redisson.api.RHyperLogLogAsync
Returns approximated number of unique elements added into this structure.
countAsync() - Method in interface org.redisson.api.RKeysAsync
Returns the number of keys in the currently-selected database in async mode
countAsync(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns the number of elements with a score between startScore and endScore.
countAsync(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns the number of elements between fromElement and toElement.
countDistinct(String) - Static method in interface org.redisson.api.search.aggregate.Reducer
 
countDistinctish(String) - Static method in interface org.redisson.api.search.aggregate.Reducer
 
countDown() - Method in interface org.redisson.api.RCountDownLatch
Decrements the counter of the latch.
countDown() - Method in interface org.redisson.api.RCountDownLatchReactive
Decrements the counter of the latch.
countDown() - Method in interface org.redisson.api.RCountDownLatchRx
Decrements the counter of the latch.
countDownAsync() - Method in interface org.redisson.api.RCountDownLatchAsync
Decrements the counter of the latch.
countExists(String...) - Method in interface org.redisson.api.RKeys
Checks if provided keys exist
countExists(String...) - Method in interface org.redisson.api.RKeysReactive
Checks if provided keys exist
countExists(String...) - Method in interface org.redisson.api.RKeysRx
Checks if provided keys exist
countExistsAsync(String...) - Method in interface org.redisson.api.RKeysAsync
Checks if provided keys exist
countHead(String, boolean) - Method in interface org.redisson.api.RLexSortedSet
Returns the number of head values ending with toElement.
countHead(String, boolean) - Method in interface org.redisson.api.RLexSortedSetReactive
Returns the number of head values ending with toElement.
countHead(String, boolean) - Method in interface org.redisson.api.RLexSortedSetRx
Returns the number of head values ending with toElement.
countHeadAsync(String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns the number of head values ending with toElement.
countIntersection(int, String...) - Method in interface org.redisson.api.RScoredSortedSet
Counts elements of set as a result of sets intersection with current set.
countIntersection(int, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Counts elements of set as a result of sets intersection with current set.
countIntersection(int, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Counts elements of set as a result of sets intersection with current set.
countIntersection(int, String...) - Method in interface org.redisson.api.RSet
Counts elements of set as a result of sets intersection with current set.
countIntersection(int, String...) - Method in interface org.redisson.api.RSetReactive
Counts elements of set as a result of sets intersection with current set.
countIntersection(int, String...) - Method in interface org.redisson.api.RSetRx
Counts elements of set as a result of sets intersection with current set.
countIntersection(String...) - Method in interface org.redisson.api.RScoredSortedSet
Counts elements of set as a result of sets intersection with current set.
countIntersection(String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Counts elements of set as a result of sets intersection with current set.
countIntersection(String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Counts elements of set as a result of sets intersection with current set.
countIntersection(String...) - Method in interface org.redisson.api.RSet
Counts elements of set as a result of sets intersection with current set.
countIntersection(String...) - Method in interface org.redisson.api.RSetReactive
Counts elements of set as a result of sets intersection with current set.
countIntersection(String...) - Method in interface org.redisson.api.RSetRx
Counts elements of set as a result of sets intersection with current set.
countIntersectionAsync(int, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Counts elements of set as a result of sets intersection with current set.
countIntersectionAsync(int, String...) - Method in interface org.redisson.api.RSetAsync
Counts elements of set as a result of sets intersection with current set.
countIntersectionAsync(String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Counts elements of set as a result of sets intersection with current set.
countIntersectionAsync(String...) - Method in interface org.redisson.api.RSetAsync
Counts elements of set as a result of sets intersection with current set.
countKeys() - Method in interface org.redisson.api.RJsonBucket
Returns keys amount in JSON container
countKeys() - Method in interface org.redisson.api.RJsonBucketReactive
Returns keys amount in JSON container
countKeys() - Method in interface org.redisson.api.RJsonBucketRx
Returns keys amount in JSON container
countKeys(String) - Method in interface org.redisson.api.RJsonBucket
Returns keys amount in JSON container specified by JSONPath
countKeys(String) - Method in interface org.redisson.api.RJsonBucketReactive
Returns keys amount in JSON container specified by JSONPath
countKeys(String) - Method in interface org.redisson.api.RJsonBucketRx
Returns keys amount in JSON container specified by JSONPath
countKeysAsync() - Method in interface org.redisson.api.RJsonBucketAsync
Returns keys amount in JSON container
countKeysAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Returns keys amount in JSON container specified by JSONPath
countKeysMulti(String) - Method in interface org.redisson.api.RJsonBucket
Returns list of keys amount in JSON containers specified by JSONPath
countKeysMulti(String) - Method in interface org.redisson.api.RJsonBucketReactive
Returns list of keys amount in JSON containers specified by JSONPath
countKeysMulti(String) - Method in interface org.redisson.api.RJsonBucketRx
Returns list of keys amount in JSON containers specified by JSONPath
countKeysMultiAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Returns list of keys amount in JSON containers specified by JSONPath
countListeners() - Method in interface org.redisson.api.RReliableTopic
Returns amount of registered listeners to this topic instance
countListeners() - Method in interface org.redisson.api.RTopic
Returns amount of registered listeners to this topic
countSubscribers() - Method in interface org.redisson.api.RReliableTopic
Returns amount of subscribers to this topic across all Redisson instances.
countSubscribers() - Method in interface org.redisson.api.RReliableTopicReactive
Returns amount of subscribers to this topic across all Redisson instances.
countSubscribers() - Method in interface org.redisson.api.RReliableTopicRx
Returns amount of subscribers to this topic across all Redisson instances.
countSubscribers() - Method in interface org.redisson.api.RTopic
Returns amount of subscribers to this topic across all Redisson instances.
countSubscribers() - Method in interface org.redisson.api.RTopicReactive
Returns amount of subscribers to this topic across all Redisson instances.
countSubscribers() - Method in interface org.redisson.api.RTopicRx
Returns amount of subscribers to this topic across all Redisson instances.
countSubscribersAsync() - Method in interface org.redisson.api.RReliableTopicAsync
Returns amount of subscribers to this topic across all Redisson instances.
countSubscribersAsync() - Method in interface org.redisson.api.RTopicAsync
Returns amount of subscribers to this topic across all Redisson instances.
countTail(String, boolean) - Method in interface org.redisson.api.RLexSortedSet
Returns the number of tail values starting with fromElement.
countTail(String, boolean) - Method in interface org.redisson.api.RLexSortedSetReactive
Returns the number of tail values starting with fromElement.
countTail(String, boolean) - Method in interface org.redisson.api.RLexSortedSetRx
Returns the number of tail values starting with fromElement.
countTailAsync(String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns the number of tail values starting with fromElement.
countWith(String...) - Method in interface org.redisson.api.RHyperLogLog
Returns approximated number of unique elements added into this instances and other instances defined through otherLogNames.
countWith(String...) - Method in interface org.redisson.api.RHyperLogLogReactive
Returns approximated number of unique elements added into this instances and other instances defined through otherLogNames.
countWith(String...) - Method in interface org.redisson.api.RHyperLogLogRx
Returns approximated number of unique elements added into this instances and other instances defined through otherLogNames.
countWithAsync(String...) - Method in interface org.redisson.api.RHyperLogLogAsync
Returns approximated number of unique elements added into this instances and other instances defined through otherLogNames.
CPU - Enum constant in enum class org.redisson.api.Node.InfoSection
Deprecated.
 
CPU - Enum constant in enum class org.redisson.api.redisnode.RedisNode.InfoSection
 
CRDemoMechanism - Class in com.rabbitmq.client.impl
Provides equivalent security to PLAIN but demos use of Connection.Secure(Ok) START-OK: Username SECURE: "Please tell me your password" SECURE-OK: Password
CRDemoMechanism() - Constructor for class com.rabbitmq.client.impl.CRDemoMechanism
 
CRDemoMechanism.CRDemoSaslConfig - Class in com.rabbitmq.client.impl
 
CRDemoSaslConfig() - Constructor for class com.rabbitmq.client.impl.CRDemoMechanism.CRDemoSaslConfig
 
create() - Method in class org.apache.kafka.clients.consumer.internals.CachedSupplier
 
create() - Method in interface org.redisson.api.LockOptions.BackOff
 
create() - Method in class org.redisson.api.LockOptions.ConstantBackOff
 
create() - Method in class org.redisson.api.LockOptions.ExponentialBackOff
 
create(Address, String) - Method in interface com.rabbitmq.client.impl.FrameHandlerFactory
 
create(Address, String) - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerFactory
 
create(Address, String) - Method in class com.rabbitmq.client.impl.SocketFrameHandlerFactory
 
create(String) - Method in interface com.rabbitmq.client.SslContextFactory
Create a SSLContext for a given name.
create(Socket) - Method in class com.rabbitmq.client.impl.SocketFrameHandlerFactory
 
create(Map<String, Object>) - Static method in interface org.apache.kafka.clients.admin.Admin
Create a new Admin with the given configuration.
create(Map<String, Object>) - Static method in class org.apache.kafka.clients.admin.AdminClient
Create a new Admin with the given configuration.
create(Properties) - Static method in interface org.apache.kafka.clients.admin.Admin
Create a new Admin with the given configuration.
create(Properties) - Static method in class org.apache.kafka.clients.admin.AdminClient
Create a new Admin with the given configuration.
create(ConsumerConfig, Deserializer<K>, Deserializer<V>) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerDelegateCreator
 
create(LogContext, Time, ConsumerConfig, Deserializer<K>, Deserializer<V>, KafkaClient, SubscriptionState, ConsumerMetadata, List<ConsumerPartitionAssignor>) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerDelegateCreator
 
create(Codec, RedisCommand<T>, Object...) - Method in class org.redisson.client.RedisConnection
 
createAcls(Collection<AclBinding>) - Method in interface org.apache.kafka.clients.admin.Admin
This is a convenience method for Admin.createAcls(Collection, CreateAclsOptions) with default options.
createAcls(Collection<AclBinding>, CreateAclsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Creates access control lists (ACLs) which are bound to specific resources.
createAcls(Collection<AclBinding>, CreateAclsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
createAcls(Collection<AclBinding>, CreateAclsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
CreateAclsOptions - Class in org.apache.kafka.clients.admin
CreateAclsOptions() - Constructor for class org.apache.kafka.clients.admin.CreateAclsOptions
 
CreateAclsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.createAcls(Collection) call.
createAddressResolver(List<Address>) - Method in class com.rabbitmq.client.ConnectionFactory
 
createAdminClient() - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnection
Creates a new AdminClient using the base configuration properties.
createAdminClient() - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectionImpl
 
createAdminClient(Properties) - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnection
Creates a new AdminClient with the specified property overrides.
createAdminClient(Properties) - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectionImpl
 
createBatch() - Method in interface org.redisson.api.RedissonClient
Creates batch object which could be executed later with collected group of commands in pipeline mode.
createBatch() - Method in interface org.redisson.api.RedissonReactiveClient
Return batch object which executes group of command in pipeline.
createBatch() - Method in interface org.redisson.api.RedissonRxClient
Return batch object which executes group of command in pipeline.
createBatch(BatchOptions) - Method in interface org.redisson.api.RedissonClient
Creates batch object which could be executed later with collected group of commands in pipeline mode.
createBatch(BatchOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Return batch object which executes group of command in pipeline.
createBatch(BatchOptions) - Method in interface org.redisson.api.RedissonRxClient
Return batch object which executes group of command in pipeline.
createChannel() - Method in interface com.rabbitmq.client.Connection
Create a new channel, using an internally allocated channel number.
createChannel() - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - Create a new channel, using an internally allocated channel number.
createChannel() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
createChannel(int) - Method in interface com.rabbitmq.client.Connection
Create a new channel, using the specified channel number if possible.
createChannel(int) - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - Create a new channel, using the specified channel number if possible.
createChannel(int) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
createChannel(AMQConnection) - Method in class com.rabbitmq.client.impl.ChannelManager
 
createChannel(AMQConnection, int) - Method in class com.rabbitmq.client.impl.ChannelManager
 
createConnection(ConnectionParams, FrameHandler, MetricsCollector) - Method in class com.rabbitmq.client.ConnectionFactory
 
createConnection(ConnectionParams, FrameHandler, MetricsCollector) - Method in class com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory
 
createConnectionManager(Config) - Static method in class org.redisson.config.ConfigSupport
 
createConsumer() - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnection
Creates a new KafkaConsumer with String key and value deserializers.
createConsumer() - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectionImpl
 
createConsumer(String, String) - Method in interface org.redisson.api.RStream
Creates consumer of the group by name.
createConsumer(String, String) - Method in interface org.redisson.api.RStreamReactive
Creates consumer of the group by name.
createConsumer(String, String) - Method in interface org.redisson.api.RStreamRx
Creates consumer of the group by name.
createConsumer(Properties) - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnection
Creates a new KafkaConsumer with the specified property overrides.
createConsumer(Properties) - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectionImpl
 
createConsumerAsync(String, String) - Method in interface org.redisson.api.RStreamAsync
Creates consumer of the group by name.
createConsumerNetworkClient(ConsumerConfig, Metrics, LogContext, ApiVersions, Time, Metadata, Sensor, long, ClientTelemetrySender) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
CREATED - Enum constant in enum class org.redisson.api.map.event.EntryEvent.Type
 
createDelegationToken() - Method in interface org.apache.kafka.clients.admin.Admin
Create a Delegation Token.
createDelegationToken(CreateDelegationTokenOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Create a Delegation Token.
createDelegationToken(CreateDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
createDelegationToken(CreateDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
CreateDelegationTokenOptions - Class in org.apache.kafka.clients.admin
CreateDelegationTokenOptions() - Constructor for class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
 
CreateDelegationTokenResult - Class in org.apache.kafka.clients.admin
createEncryptedByteBuffer(NioContext) - Method in class com.rabbitmq.client.impl.nio.DefaultByteBufferFactory
 
createEncryptedReadBuffer(NioContext) - Method in interface com.rabbitmq.client.impl.nio.ByteBufferFactory
Create the network read ByteBuffer.
createEncryptedReadBuffer(NioContext) - Method in class com.rabbitmq.client.impl.nio.DefaultByteBufferFactory
 
createEncryptedWriteBuffer(NioContext) - Method in interface com.rabbitmq.client.impl.nio.ByteBufferFactory
Create the network write ByteBuffer.
createEncryptedWriteBuffer(NioContext) - Method in class com.rabbitmq.client.impl.nio.DefaultByteBufferFactory
 
createFetchMetricsManager(Metrics) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
createFetchRequest(Node, FetchSessionHandler.FetchRequestData) - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
Creates a new fetch request in preparation for sending to the Kafka cluster.
createFrameHandlerFactory() - Method in class com.rabbitmq.client.ConnectionFactory
 
createGroup(StreamCreateGroupArgs) - Method in interface org.redisson.api.RStream
Creates consumer group.
createGroup(StreamCreateGroupArgs) - Method in interface org.redisson.api.RStreamReactive
Creates consumer group.
createGroup(StreamCreateGroupArgs) - Method in interface org.redisson.api.RStreamRx
Creates consumer group.
createGroupAsync(StreamCreateGroupArgs) - Method in interface org.redisson.api.RStreamAsync
Creates consumer group.
createIndex(String, IndexOptions, FieldIndex...) - Method in interface org.redisson.api.RSearch
Creates an index.
createIndex(String, IndexOptions, FieldIndex...) - Method in interface org.redisson.api.RSearchReactive
Creates an index.
createIndex(String, IndexOptions, FieldIndex...) - Method in interface org.redisson.api.RSearchRx
Creates an index.
createIndexAsync(String, IndexOptions, FieldIndex...) - Method in interface org.redisson.api.RSearchAsync
Creates an index.
createLogContext(ConsumerConfig, GroupRebalanceConfig) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
createMeter(Metrics, String, String, String) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
createMetrics(ConsumerConfig, Time) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
createMetrics(ConsumerConfig, Time, List<MetricsReporter>) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
createObjectMapper(ClassLoader, ObjectMapper) - Static method in class org.redisson.codec.JsonJacksonCodec
 
createPartitions(Map<String, NewPartitions>) - Method in interface org.apache.kafka.clients.admin.Admin
Increase the number of partitions of the topics given as the keys of newPartitions according to the corresponding values.
createPartitions(Map<String, NewPartitions>, CreatePartitionsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Increase the number of partitions of the topics given as the keys of newPartitions according to the corresponding values.
createPartitions(Map<String, NewPartitions>, CreatePartitionsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
createPartitions(Map<String, NewPartitions>, CreatePartitionsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
CreatePartitionsOptions - Class in org.apache.kafka.clients.admin
CreatePartitionsOptions() - Constructor for class org.apache.kafka.clients.admin.CreatePartitionsOptions
 
CreatePartitionsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.createPartitions(Map) call.
createProducer() - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnection
Creates a new KafkaProducer with String key and value serializers.
createProducer() - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectionImpl
 
createProducer(Properties) - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnection
Creates a new KafkaProducer with the specified property overrides.
createProducer(Properties) - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectionImpl
 
createReadBuffer(NioContext) - Method in interface com.rabbitmq.client.impl.nio.ByteBufferFactory
Create the ByteBuffer that contains inbound frames.
createReadBuffer(NioContext) - Method in class com.rabbitmq.client.impl.nio.DefaultByteBufferFactory
 
createSocket(String) - Method in class com.rabbitmq.client.impl.SocketFrameHandlerFactory
 
createSubscriptionState(ConsumerConfig, LogContext) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
createTopics(Collection<NewTopic>) - Method in interface org.apache.kafka.clients.admin.Admin
Create a batch of new topics with the default options.
createTopics(Collection<NewTopic>, CreateTopicsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Create a batch of new topics.
createTopics(Collection<NewTopic>, CreateTopicsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
createTopics(Collection<NewTopic>, CreateTopicsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
CreateTopicsOptions - Class in org.apache.kafka.clients.admin
CreateTopicsOptions() - Constructor for class org.apache.kafka.clients.admin.CreateTopicsOptions
 
CreateTopicsResult - Class in org.apache.kafka.clients.admin
CreateTopicsResult(Map<String, KafkaFuture<CreateTopicsResult.TopicMetadataAndConfig>>) - Constructor for class org.apache.kafka.clients.admin.CreateTopicsResult
 
CreateTopicsResult.TopicMetadataAndConfig - Class in org.apache.kafka.clients.admin
 
createTransaction(TransactionOptions) - Method in interface org.redisson.api.RedissonClient
Creates transaction with READ_COMMITTED isolation level.
createTransaction(TransactionOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Creates transaction with READ_COMMITTED isolation level.
createTransaction(TransactionOptions) - Method in interface org.redisson.api.RedissonRxClient
Creates transaction with READ_COMMITTED isolation level.
createWriteBuffer(NioContext) - Method in interface com.rabbitmq.client.impl.nio.ByteBufferFactory
Create the ByteBuffer that contains outbound frames.
createWriteBuffer(NioContext) - Method in class com.rabbitmq.client.impl.nio.DefaultByteBufferFactory
 
credentialInfo() - Method in class org.apache.kafka.clients.admin.UserScramCredentialUpsertion
 
credentialInfos() - Method in class org.apache.kafka.clients.admin.UserScramCredentialsDescription
 
Credentials - Class in org.redisson.config
Credentials object with username and password used for Redis connection.
Credentials() - Constructor for class org.redisson.config.Credentials
 
Credentials(String, String) - Constructor for class org.redisson.config.Credentials
 
CredentialsProvider - Interface in com.rabbitmq.client.impl
Provider interface for establishing credentials for connecting to the broker.
CredentialsRefreshService - Interface in com.rabbitmq.client.impl
Provider interface to refresh credentials when appropriate and perform an operation once the credentials have been renewed.
CredentialsResolver - Interface in org.redisson.config
Credentials resolver object which is invoked during connection/reconnection process.
CronSchedule - Class in org.redisson.api
Cron expression object used in RScheduledExecutorService.
Cross-Version Compatibility - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
CURRENT_COMMAND - Static variable in class org.redisson.client.handler.CommandsQueuePubSub
 
currentAssignment() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
 
currentAssignment() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
currentLag(TopicPartition) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
currentLag(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
currentLag(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
currentLag(TopicPartition) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the consumer's current lag on the partition.
currentLag(TopicPartition) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
currentTimeMs() - Method in class org.apache.kafka.clients.consumer.internals.events.AssignmentChangeApplicationEvent
 
currentTransactionStartOffset() - Method in class org.apache.kafka.clients.admin.ProducerState
 
custom(String, String...) - Static method in interface org.redisson.api.search.aggregate.Reducer
 

D

2. Decouple Consumption and Processing - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
dailyAtHourAndMinute(int, int) - Static method in class org.redisson.api.CronSchedule
Creates cron expression which schedule task execution every day at the given time
dailyAtHourAndMinute(int, int, ZoneId) - Static method in class org.redisson.api.CronSchedule
Creates cron expression which schedule task execution every day at the given time in specified time-zone ID
DATABASE - Enum constant in enum class fr.codinbox.connector.commons.utils.ConnectionType
Database connection type, backed by HikariCP with MariaDB.
DatabaseConnection - Interface in fr.codinbox.connector.commons.database
Represents a managed database connection backed by HikariCP.
DatabaseConnectionImpl - Class in fr.codinbox.connector.commons.database
Implementation of DatabaseConnection that uses HikariCP for connection pooling.
DatabaseConnectionImpl(Logger, String, String) - Constructor for class fr.codinbox.connector.commons.database.DatabaseConnectionImpl
Creates a new database connection instance.
DatabaseConnectorService - Interface in fr.codinbox.connector.commons.database
Service interface for managing multiple named database connections.
DatabaseConnectorServiceImpl - Class in fr.codinbox.connector.commons.database
Default implementation of DatabaseConnectorService that discovers and manages database connections from environment variables.
DatabaseConnectorServiceImpl(Logger) - Constructor for class fr.codinbox.connector.commons.database.DatabaseConnectorServiceImpl
Creates a new database connector service.
DAYS - Enum constant in enum class org.redisson.api.RateIntervalUnit
 
DBSIZE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
deadlineMs - Variable in class org.apache.kafka.clients.admin.internals.AdminApiDriver.RequestSpec
 
deallocate(ByteBuffer) - Method in class org.apache.kafka.clients.producer.internals.BufferPool
 
deallocate(ByteBuffer, int) - Method in class org.apache.kafka.clients.producer.internals.BufferPool
Return buffers to the pool.
deallocate(ProducerBatch) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
Deallocate the record batch
Debug - Class in org.jetbrains.annotations
 
DEBUG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
Debug.Renderer - Annotation Interface in org.jetbrains.annotations
Allows to change the presentation of an object in debuggers
Declare(int, String, boolean, boolean, boolean, boolean, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
Declare(int, String, String, boolean, boolean, boolean, boolean, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
Declare(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
Declare(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
DeclareOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.DeclareOk
 
DeclareOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.DeclareOk
 
DeclareOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
DeclareOk(String, int, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
decLevel() - Method in class org.redisson.client.handler.State
 
decode(byte[]) - Static method in class com.rabbitmq.client.MapRpcServer
 
decode(ByteBuf, State) - Method in class org.redisson.client.protocol.decoder.ClusterNodesDecoder
 
decode(ByteBuf, State) - Method in interface org.redisson.client.protocol.Decoder
 
decode(ByteBuf, State) - Method in class org.redisson.client.protocol.decoder.StreamIdDecoder
 
decode(ByteBuf, State) - Method in class org.redisson.client.protocol.decoder.StringDataDecoder
 
decode(ByteBuf, State) - Method in class org.redisson.client.protocol.decoder.StringReplayDecoder
 
decode(ByteBuf, CommandData<Object, Object>, List<Object>, Channel, boolean, List<CommandData<?, ?>>, long) - Method in class org.redisson.client.handler.CommandDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.redisson.client.handler.CommandDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.convertor.TimeObjectDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.AggregationCursorResultDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.AggregationCursorResultDecoderV2
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.AggregationResultDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.AggregationResultDecoderV2
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.AutoClaimDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.AutoClaimMapReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.CodecDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.FastAutoClaimDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.GeoDistanceDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.GeoPositionDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.GeoPositionMapDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.IndexInfoDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ListFirstObjectDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ListIteratorReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ListMultiDecoder2
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ListObjectDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ListResultReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ListScanResultReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.Long2MultiDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.MapCacheKeyScanResultDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.MapCacheScanResultReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.MapEntriesDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.MapKeyDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.MapMergeDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.MapScanResultReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.MapValueDecoder
 
decode(List<Object>, State) - Method in interface org.redisson.client.protocol.decoder.MultiDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ObjectDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ObjectFirstScoreReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ObjectListReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ObjectMapDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ObjectMapEntryReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ObjectMapReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ObjectMapReplayDecoder2
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ObjectSetReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.PendingEntryDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.PendingResultDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.RankedEntryDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.RedisURIDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ScoredEntryScanDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ScoredSortedSetPolledObjectDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ScoredSortedSetRandomMapDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ScoredSortedSetReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ScoredSortedSetReplayDecoderV2
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.ScoredSortedSetScanReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.SearchResultDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.SearchResultDecoderV2
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.SlotsDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.StreamConsumerInfoDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.StreamGroupInfoDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.StreamInfoDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.StreamObjectMapReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.StreamResultDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.StreamResultDecoderV2
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.StringListListReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.StringListReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.StringMapDataDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.StringMapReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.TimeLongObjectDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.TimeSeriesEntryReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.TimeSeriesFirstEntryReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.decoder.TimeSeriesSingleEntryReplayDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.pubsub.PubSubMessageDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.pubsub.PubSubPatternMessageDecoder
 
decode(List<Object>, State) - Method in class org.redisson.client.protocol.pubsub.PubSubStatusDecoder
 
decodeCommand(Channel, ByteBuf, QueueCommand, int) - Method in class org.redisson.client.handler.CommandDecoder
 
decodeCommand(Channel, ByteBuf, QueueCommand, int) - Method in class org.redisson.client.handler.CommandPubSubDecoder
 
Decoder<R> - Interface in org.redisson.client.protocol
 
decodeResult(CommandData<Object, Object>, List<Object>, Channel, Object) - Method in class org.redisson.client.handler.CommandDecoder
 
decodeResult(CommandData<Object, Object>, List<Object>, Channel, Object) - Method in class org.redisson.client.handler.CommandPubSubDecoder
 
decompressionBufferSupplier - Variable in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
DECR - Static variable in interface org.redisson.client.protocol.RedisCommands
 
decrement() - Method in interface org.redisson.api.RDoubleAdder
Decrements value
decrement() - Method in interface org.redisson.api.RLongAdder
Decrements value
decrementAndGet() - Method in interface org.redisson.api.RAtomicDouble
Atomically decrements the current value by one.
decrementAndGet() - Method in interface org.redisson.api.RAtomicDoubleReactive
Atomically decrements the current value by one.
decrementAndGet() - Method in interface org.redisson.api.RAtomicDoubleRx
Atomically decrements the current value by one.
decrementAndGet() - Method in interface org.redisson.api.RAtomicLong
Atomically decrements the current value by one.
decrementAndGet() - Method in interface org.redisson.api.RAtomicLongReactive
Atomically decrements the current value by one.
decrementAndGet() - Method in interface org.redisson.api.RAtomicLongRx
Atomically decrements the current value by one.
decrementAndGetAsync() - Method in interface org.redisson.api.RAtomicDoubleAsync
Atomically decrements the current value by one.
decrementAndGetAsync() - Method in interface org.redisson.api.RAtomicLongAsync
Atomically decrements the current value by one.
decrementChannelCount(Channel) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Decrements channel count.
decrementConnectionCount(Connection) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Decrements connection count.
decUsage() - Method in class org.redisson.client.RedisConnection
 
DEFAULT - Enum constant in enum class org.redisson.api.Node.InfoSection
Deprecated.
 
DEFAULT - Enum constant in enum class org.redisson.api.redisnode.RedisNode.InfoSection
 
DEFAULT - Static variable in class com.rabbitmq.client.SocketChannelConfigurators
Default SocketChannelConfigurator that disables Nagle's algorithm.
DEFAULT - Static variable in class com.rabbitmq.client.SocketConfigurators
Default SocketConfigurator that disables Nagle's algorithm.
DEFAULT - Static variable in class com.rabbitmq.client.SslEngineConfigurators
Default SslEngineConfigurator, does nothing.
DEFAULT() - Constructor for class org.redisson.api.annotation.REntity.DEFAULT
 
DEFAULT() - Constructor for class org.redisson.api.annotation.RObjectField.DEFAULT
 
DEFAULT_ALLOW_AUTO_CREATE_TOPICS - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
DEFAULT_AMQP_OVER_SSL_PORT - Static variable in class com.rabbitmq.client.ConnectionFactory
The default ssl port
DEFAULT_AMQP_PORT - Static variable in class com.rabbitmq.client.ConnectionFactory
The default non-ssl port
DEFAULT_API_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
DEFAULT_API_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
default.api.timeout.ms
DEFAULT_CHANNEL_MAX - Static variable in class com.rabbitmq.client.ConnectionFactory
Default maximum channel number; 2047 because it's 2048 on the server side minus channel 0, which each connection uses for negotiation and error communication
DEFAULT_CHANNEL_RPC_TIMEOUT - Static variable in class com.rabbitmq.client.ConnectionFactory
The default continuation timeout for RPC calls in channels: 10 minutes
DEFAULT_CLIENT_RACK - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
DEFAULT_CLOSE_TIMEOUT_MS - Static variable in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
DEFAULT_CONFIG - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigSource
 
DEFAULT_CONNECTION_RECOVERY_TRIGGERING_CONDITION - Static variable in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.rabbitmq.client.ConnectionFactory
The default TCP connection timeout: 60 seconds
DEFAULT_EXCLUDE_INTERNAL_TOPICS - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
DEFAULT_FETCH_MAX_BYTES - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
DEFAULT_FETCH_MAX_WAIT_MS - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
DEFAULT_FETCH_MIN_BYTES - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
DEFAULT_FRAME_MAX - Static variable in class com.rabbitmq.client.ConnectionFactory
Default maximum frame size; zero means no limit
DEFAULT_GENERATION - Static variable in class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor
 
DEFAULT_GROUP_PROTOCOL - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
DEFAULT_GROUP_REMOTE_ASSIGNOR - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
DEFAULT_HANDSHAKE_TIMEOUT - Static variable in class com.rabbitmq.client.ConnectionFactory
The default AMQP 0-9-1 connection handshake timeout.
DEFAULT_HEARTBEAT - Static variable in class com.rabbitmq.client.ConnectionFactory
Default heart-beat interval; 60 seconds
DEFAULT_HOST - Static variable in class com.rabbitmq.client.ConnectionFactory
The default host
DEFAULT_ISOLATION_LEVEL - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
DEFAULT_MAX_PARTITION_FETCH_BYTES - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
DEFAULT_MAX_POLL_RECORDS - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
DEFAULT_NETWORK_RECOVERY_INTERVAL - Static variable in class com.rabbitmq.client.ConnectionFactory
The default network recovery interval: 5000 millis
DEFAULT_PASS - Static variable in class com.rabbitmq.client.ConnectionFactory
Default password
DEFAULT_PREFIX - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
DEFAULT_REASON - Static variable in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
DEFAULT_REPLY_HANDLER - Static variable in class com.rabbitmq.client.RpcClient
 
DEFAULT_SECURITY_PROTOCOL - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
DEFAULT_SHUTDOWN_TIMEOUT - Static variable in class com.rabbitmq.client.ConnectionFactory
The default shutdown timeout; zero means wait indefinitely
DEFAULT_USER - Static variable in class com.rabbitmq.client.ConnectionFactory
Default user name
DEFAULT_VHOST - Static variable in class com.rabbitmq.client.ConnectionFactory
Default virtual host
DEFAULT_WORK_POOL_TIMEOUT - Static variable in class com.rabbitmq.client.ConnectionFactory
The default timeout for work pool enqueueing: no timeout
DefaultByteBufferFactory - Class in com.rabbitmq.client.impl.nio
Default ByteBufferFactory that creates heap-based ByteBuffers.
DefaultByteBufferFactory() - Constructor for class com.rabbitmq.client.impl.nio.DefaultByteBufferFactory
 
DefaultByteBufferFactory(Function<Integer, ByteBuffer>) - Constructor for class com.rabbitmq.client.impl.nio.DefaultByteBufferFactory
 
defaultClientProperties() - Static method in class com.rabbitmq.client.impl.AMQConnection
Retrieve a copy of the default table of client properties that will be sent to the server during connection startup.
DefaultCommandMapper - Class in org.redisson.config
 
DefaultCommandMapper() - Constructor for class org.redisson.config.DefaultCommandMapper
 
defaultConfigurator() - Method in class com.rabbitmq.client.SocketChannelConfigurators.Builder
Set default configuration.
defaultConfigurator() - Static method in class com.rabbitmq.client.SocketChannelConfigurators
The default SocketChannelConfigurator that disables Nagle's algorithm.
defaultConfigurator() - Method in class com.rabbitmq.client.SocketConfigurators.Builder
Set default configuration.
defaultConfigurator() - Static method in class com.rabbitmq.client.SocketConfigurators
The default SocketConfigurator that disables Nagle's algorithm.
defaultConfigurator() - Method in class com.rabbitmq.client.SslEngineConfigurators.Builder
Set default configuration (no op).
defaultConfigurator() - Static method in class com.rabbitmq.client.SslEngineConfigurators
Default SslEngineConfigurator, does nothing.
DefaultConsumer - Class in com.rabbitmq.client
Convenience class providing a default implementation of Consumer.
DefaultConsumer(Channel) - Constructor for class com.rabbitmq.client.DefaultConsumer
Constructs a new instance and records its association to the passed-in channel.
DefaultCredentialsProvider - Class in com.rabbitmq.client.impl
Default implementation of a CredentialsProvider which simply holds a static username and password.
DefaultCredentialsProvider(String, String) - Constructor for class com.rabbitmq.client.impl.DefaultCredentialsProvider
 
DefaultCredentialsRefreshService - Class in com.rabbitmq.client.impl
Scheduling-based implementation of CredentialsRefreshService.
DefaultCredentialsRefreshService(ScheduledExecutorService, Function<Duration, Duration>, Function<Duration, Boolean>) - Constructor for class com.rabbitmq.client.impl.DefaultCredentialsRefreshService
Constructor.
DefaultCredentialsRefreshService.DefaultCredentialsRefreshServiceBuilder - Class in com.rabbitmq.client.impl
DefaultCredentialsRefreshServiceBuilder() - Constructor for class com.rabbitmq.client.impl.DefaultCredentialsRefreshService.DefaultCredentialsRefreshServiceBuilder
 
DefaultCredentialsResolver - Class in org.redisson.client
 
DefaultCredentialsResolver() - Constructor for class org.redisson.client.DefaultCredentialsResolver
 
DefaultExceptionHandler - Class in com.rabbitmq.client.impl
Default implementation of ExceptionHandler used by AMQConnection.
DefaultExceptionHandler() - Constructor for class com.rabbitmq.client.impl.DefaultExceptionHandler
 
DefaultMethodVisitor() - Constructor for class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
DefaultNameMapper - Class in org.redisson.api
 
DefaultNameMapper() - Constructor for class org.redisson.api.DefaultNameMapper
 
DefaultNatMapper - Class in org.redisson.api
 
DefaultNatMapper() - Constructor for class org.redisson.api.DefaultNatMapper
 
DefaultNettyHook - Class in org.redisson.client
 
DefaultNettyHook() - Constructor for class org.redisson.client.DefaultNettyHook
 
DefaultPartitioner - Class in org.apache.kafka.clients.producer.internals
Deprecated.
DefaultPartitioner() - Constructor for class org.apache.kafka.clients.producer.internals.DefaultPartitioner
Deprecated.
 
DefaultRecoveryDelayHandler(long) - Constructor for class com.rabbitmq.client.RecoveryDelayHandler.DefaultRecoveryDelayHandler
Default Constructor
defaultRequestTimeoutMs() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
 
DefaultRetryHandler - Class in com.rabbitmq.client.impl.recovery
Composable topology recovery retry handler.
DefaultRetryHandler(BiPredicate<? super RecordedQueue, Exception>, BiPredicate<? super RecordedExchange, Exception>, BiPredicate<? super RecordedBinding, Exception>, BiPredicate<? super RecordedConsumer, Exception>, DefaultRetryHandler.RetryOperation<?>, DefaultRetryHandler.RetryOperation<?>, DefaultRetryHandler.RetryOperation<?>, DefaultRetryHandler.RetryOperation<?>, int, BackoffPolicy) - Constructor for class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
DefaultRetryHandler.RetryOperation<T> - Interface in com.rabbitmq.client.impl.recovery
 
defaults() - Static method in class org.redisson.api.BatchOptions
 
defaults() - Static method in class org.redisson.api.ExecutorOptions
Deprecated.
 
defaults() - Static method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Creates a new instance of LocalCachedMapOptions with default options.
defaults() - Static method in class org.redisson.api.LockOptions
Creates a new instance of ExponentialBackOffOptions with default options.
defaults() - Static method in class org.redisson.api.MapCacheOptions
 
defaults() - Static method in class org.redisson.api.MapOptions
Deprecated.
Creates a new instance of MapOptions with default options.
defaults() - Static method in interface org.redisson.api.options.KeysOptions
Creates the default options
defaults() - Static method in interface org.redisson.api.options.LiveObjectOptions
Creates the default options
defaults() - Static method in interface org.redisson.api.options.OptionalOptions
Creates the default options
defaults() - Static method in class org.redisson.api.RemoteInvocationOptions
Creates a new instance of RemoteInvocationOptions with opinionated defaults.
defaults() - Static method in class org.redisson.api.search.aggregate.AggregationOptions
 
defaults() - Static method in class org.redisson.api.search.index.IndexOptions
 
defaults() - Static method in class org.redisson.api.search.query.HighlightOptions
 
defaults() - Static method in class org.redisson.api.search.query.QueryOptions
 
defaults() - Static method in class org.redisson.api.search.query.SummarizeOptions
 
defaults() - Static method in class org.redisson.api.search.SpellcheckOptions
 
defaults() - Static method in class org.redisson.api.TransactionOptions
 
DefaultSaslConfig - Class in com.rabbitmq.client
Default SASL configuration.
DefaultSocketChannelConfigurator - Class in com.rabbitmq.client
 
DefaultSocketChannelConfigurator() - Constructor for class com.rabbitmq.client.DefaultSocketChannelConfigurator
 
DefaultSocketConfigurator - Class in com.rabbitmq.client
 
DefaultSocketConfigurator() - Constructor for class com.rabbitmq.client.DefaultSocketConfigurator
 
DEL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
DEL_BOOL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
DEL_OBJECTS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
DEL_VOID - Static variable in interface org.redisson.client.protocol.RedisCommands
 
delAlias(String) - Method in interface org.redisson.api.RSearch
Deletes index alias
delAlias(String) - Method in interface org.redisson.api.RSearchReactive
Deletes index alias
delAlias(String) - Method in interface org.redisson.api.RSearchRx
Deletes index alias
delAliasAsync(String) - Method in interface org.redisson.api.RSearchAsync
Deletes index alias
delay(long) - Method in class org.redisson.api.LockOptions.ConstantBackOff
Sets back off delay value.
delCursor(String, long) - Method in interface org.redisson.api.RSearch
Deletes cursor by index name and id
delCursor(String, long) - Method in interface org.redisson.api.RSearchReactive
Deletes cursor by index name and id
delCursor(String, long) - Method in interface org.redisson.api.RSearchRx
Deletes cursor by index name and id
delCursorAsync(String, long) - Method in interface org.redisson.api.RSearchAsync
Deletes cursor by index name and id
delDict(String, String...) - Method in interface org.redisson.api.RSearch
Deletes defined terms from the dictionary
delDict(String, String...) - Method in interface org.redisson.api.RSearchReactive
Deletes defined terms from the dictionary
delDict(String, String...) - Method in interface org.redisson.api.RSearchRx
Deletes defined terms from the dictionary
delDictAsync(String, String...) - Method in interface org.redisson.api.RSearchAsync
Deletes defined terms from the dictionary
delegationToken() - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenResult
Returns a future which yields a delegation token
delegationTokens() - Method in class org.apache.kafka.clients.admin.DescribeDelegationTokenResult
Returns a future which yields list of delegation tokens
delete() - Method in interface org.redisson.api.RExecutorService
Deletes executor request queue and state objects
delete() - Method in interface org.redisson.api.RObject
Deletes the object
delete() - Method in interface org.redisson.api.RObjectReactive
Delete object in mode
delete() - Method in interface org.redisson.api.RObjectRx
Delete object in mode
delete(Class<T>, Object...) - Method in interface org.redisson.api.RLiveObjectService
Deletes object by class and ids including all nested objects.
delete(String) - Method in interface org.redisson.api.RFunction
Deletes library.
delete(String) - Method in interface org.redisson.api.RFunctionReactive
Deletes library.
delete(String) - Method in interface org.redisson.api.RFunctionRx
Deletes library.
delete(String) - Method in interface org.redisson.api.RJsonBucket
Deletes JSON elements specified by JSONPath
delete(String) - Method in interface org.redisson.api.RJsonBucketReactive
Deletes JSON elements specified by JSONPath
delete(String) - Method in interface org.redisson.api.RJsonBucketRx
Deletes JSON elements specified by JSONPath
delete(String...) - Method in interface org.redisson.api.RKeys
Delete multiple objects by name
delete(String...) - Method in interface org.redisson.api.RKeysReactive
Delete multiple objects by name.
delete(String...) - Method in interface org.redisson.api.RKeysRx
Delete multiple objects by name.
delete(Collection<K>) - Method in interface org.redisson.api.map.MapWriter
 
delete(Collection<K>) - Method in interface org.redisson.api.map.MapWriterAsync
 
delete(Collection<K>) - Method in class org.redisson.api.map.RetryableMapWriter
 
delete(Collection<K>) - Method in class org.redisson.api.map.RetryableMapWriterAsync
 
delete(RObject...) - Method in interface org.redisson.api.RKeys
Delete multiple objects
delete(T) - Method in interface org.redisson.api.RLiveObjectService
Deletes attached object including all nested objects.
Delete(int, String, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
Delete(int, String, boolean, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
Delete(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
Delete(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
DELETE - Enum constant in enum class org.apache.kafka.clients.admin.AlterConfigOp.OpType
Revert the configuration entry to the default value (possibly null).
DELETE - Enum constant in enum class org.redisson.api.RCascadeType
Cascade delete operation during RLiveObjectService.delete(T) method invocation.
deleteAcls(Collection<AclBindingFilter>) - Method in interface org.apache.kafka.clients.admin.Admin
This is a convenience method for Admin.deleteAcls(Collection, DeleteAclsOptions) with default options.
deleteAcls(Collection<AclBindingFilter>, DeleteAclsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Deletes access control lists (ACLs) according to the supplied filters.
deleteAcls(Collection<AclBindingFilter>, DeleteAclsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
deleteAcls(Collection<AclBindingFilter>, DeleteAclsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DeleteAclsOptions - Class in org.apache.kafka.clients.admin
Options for the Admin.deleteAcls(Collection) call.
DeleteAclsOptions() - Constructor for class org.apache.kafka.clients.admin.DeleteAclsOptions
 
DeleteAclsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.deleteAcls(Collection) call.
DeleteAclsResult.FilterResult - Class in org.apache.kafka.clients.admin
A class containing either the deleted ACL binding or an exception if the delete failed.
DeleteAclsResult.FilterResults - Class in org.apache.kafka.clients.admin
A class containing the results of the delete ACLs operation.
deleteAsync() - Method in interface org.redisson.api.RExecutorServiceAsync
Deletes executor request queue and state objects
deleteAsync() - Method in interface org.redisson.api.RObjectAsync
Delete object in async mode
deleteAsync(String) - Method in interface org.redisson.api.RFunctionAsync
Deletes library.
deleteAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Deletes JSON elements specified by JSONPath
deleteAsync(String...) - Method in interface org.redisson.api.RKeysAsync
Delete multiple objects by name
deleteAsync(RObject...) - Method in interface org.redisson.api.RKeysAsync
Delete multiple objects
deleteByPattern(String) - Method in interface org.redisson.api.RKeys
Delete multiple objects by a key pattern.
deleteByPattern(String) - Method in interface org.redisson.api.RKeysReactive
Delete multiple objects by a key pattern.
deleteByPattern(String) - Method in interface org.redisson.api.RKeysRx
Delete multiple objects by a key pattern.
deleteByPatternAsync(String) - Method in interface org.redisson.api.RKeysAsync
Delete multiple objects by a key pattern.
deleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in interface org.apache.kafka.clients.admin.Admin
Delete committed offsets for a set of partitions in a consumer group with the default options.
deleteConsumerGroupOffsets(String, Set<TopicPartition>, DeleteConsumerGroupOffsetsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Delete committed offsets for a set of partitions in a consumer group.
deleteConsumerGroupOffsets(String, Set<TopicPartition>, DeleteConsumerGroupOffsetsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
deleteConsumerGroupOffsets(String, Set<TopicPartition>, DeleteConsumerGroupOffsetsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DeleteConsumerGroupOffsetsHandler - Class in org.apache.kafka.clients.admin.internals
 
DeleteConsumerGroupOffsetsHandler(String, Set<TopicPartition>, LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.DeleteConsumerGroupOffsetsHandler
 
DeleteConsumerGroupOffsetsOptions - Class in org.apache.kafka.clients.admin
DeleteConsumerGroupOffsetsOptions() - Constructor for class org.apache.kafka.clients.admin.DeleteConsumerGroupOffsetsOptions
 
DeleteConsumerGroupOffsetsResult - Class in org.apache.kafka.clients.admin
deleteConsumerGroups(Collection<String>) - Method in interface org.apache.kafka.clients.admin.Admin
Delete consumer groups from the cluster with the default options.
deleteConsumerGroups(Collection<String>, DeleteConsumerGroupsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Delete consumer groups from the cluster.
deleteConsumerGroups(Collection<String>, DeleteConsumerGroupsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
deleteConsumerGroups(Collection<String>, DeleteConsumerGroupsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DeleteConsumerGroupsHandler - Class in org.apache.kafka.clients.admin.internals
 
DeleteConsumerGroupsHandler(LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.DeleteConsumerGroupsHandler
 
DeleteConsumerGroupsOptions - Class in org.apache.kafka.clients.admin
DeleteConsumerGroupsOptions() - Constructor for class org.apache.kafka.clients.admin.DeleteConsumerGroupsOptions
 
DeleteConsumerGroupsResult - Class in org.apache.kafka.clients.admin
deletedGroups() - Method in class org.apache.kafka.clients.admin.DeleteConsumerGroupsResult
Return a map from group id to futures which can be used to check the status of individual deletions.
DeletedObjectListener - Interface in org.redisson.api
Redisson Object Event listener for deleted event published by Redis.
DeletedRecords - Class in org.apache.kafka.clients.admin
Represents information about deleted records The API for this class is still evolving and we may break compatibility in minor releases, if necessary.
DeletedRecords(long) - Constructor for class org.apache.kafka.clients.admin.DeletedRecords
Create an instance of this class with the provided parameters.
DeleteOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.DeleteOk
 
DeleteOk(int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
DeleteOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.DeleteOk
 
DeleteOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
deleteRecordedConsumer(String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
Delete the recorded consumer from this channel and accompanying connection
deleteRecords(Map<TopicPartition, RecordsToDelete>) - Method in interface org.apache.kafka.clients.admin.Admin
Delete records whose offset is smaller than the given offset of the corresponding partition.
deleteRecords(Map<TopicPartition, RecordsToDelete>, DeleteRecordsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Delete records whose offset is smaller than the given offset of the corresponding partition.
deleteRecords(Map<TopicPartition, RecordsToDelete>, DeleteRecordsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
deleteRecords(Map<TopicPartition, RecordsToDelete>, DeleteRecordsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DeleteRecordsHandler - Class in org.apache.kafka.clients.admin.internals
 
DeleteRecordsHandler(Map<TopicPartition, RecordsToDelete>, LogContext, int) - Constructor for class org.apache.kafka.clients.admin.internals.DeleteRecordsHandler
 
DeleteRecordsOptions - Class in org.apache.kafka.clients.admin
DeleteRecordsOptions() - Constructor for class org.apache.kafka.clients.admin.DeleteRecordsOptions
 
DeleteRecordsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.deleteRecords(Map) call.
DeleteRecordsResult(Map<TopicPartition, KafkaFuture<DeletedRecords>>) - Constructor for class org.apache.kafka.clients.admin.DeleteRecordsResult
 
deleteTopics(Collection<String>) - Method in interface org.apache.kafka.clients.admin.Admin
This is a convenience method for Admin.deleteTopics(TopicCollection, DeleteTopicsOptions) with default options.
deleteTopics(Collection<String>, DeleteTopicsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
This is a convenience method for Admin.deleteTopics(TopicCollection, DeleteTopicsOptions) with default options.
deleteTopics(TopicCollection) - Method in interface org.apache.kafka.clients.admin.Admin
This is a convenience method for Admin.deleteTopics(TopicCollection, DeleteTopicsOptions) with default options.
deleteTopics(TopicCollection, DeleteTopicsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Delete a batch of topics.
deleteTopics(TopicCollection, DeleteTopicsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
deleteTopics(TopicCollection, DeleteTopicsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DeleteTopicsOptions - Class in org.apache.kafka.clients.admin
DeleteTopicsOptions() - Constructor for class org.apache.kafka.clients.admin.DeleteTopicsOptions
 
DeleteTopicsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.deleteTopics(Collection) call.
DeleteTopicsResult(Map<Uuid, KafkaFuture<Void>>, Map<String, KafkaFuture<Void>>) - Constructor for class org.apache.kafka.clients.admin.DeleteTopicsResult
 
Deliver(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
Deliver(String, long, boolean, String, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
DeliverCallback - Interface in com.rabbitmq.client
Callback interface to be notified when a message is delivered.
Delivery - Class in com.rabbitmq.client
Encapsulates an arbitrary message - simple "bean" holder structure.
Delivery(Envelope, AMQP.BasicProperties, byte[]) - Constructor for class com.rabbitmq.client.Delivery
 
DELIVERY_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
delivery.timeout.ms
deliveryMode(Integer) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
deliveryTag(long) - Method in class com.rabbitmq.client.AMQP.Basic.Ack.Builder
 
deliveryTag(long) - Method in class com.rabbitmq.client.AMQP.Basic.Deliver.Builder
 
deliveryTag(long) - Method in class com.rabbitmq.client.AMQP.Basic.GetOk.Builder
 
deliveryTag(long) - Method in class com.rabbitmq.client.AMQP.Basic.Nack.Builder
 
deliveryTag(long) - Method in class com.rabbitmq.client.AMQP.Basic.Reject.Builder
 
DequeMoveArgs - Interface in org.redisson.api.queue
Arguments object for deque move method.
DequeMoveDestination - Interface in org.redisson.api.queue
Arguments object for deque move method.
DequeMoveParams - Class in org.redisson.api.queue
 
DequeMoveParams.Direction - Enum Class in org.redisson.api.queue
 
deregister(Class<T>) - Method in interface org.redisson.api.RRemoteService
Deregister all workers for remote service
DESC - Enum constant in enum class org.redisson.api.GeoOrder
 
DESC - Enum constant in enum class org.redisson.api.SortOrder
 
descendingIterator() - Method in interface org.redisson.api.RDequeReactive
 
descendingIterator() - Method in interface org.redisson.api.RDequeRx
 
descendingIterator() - Method in interface org.redisson.api.RListReactive
 
descendingIterator() - Method in interface org.redisson.api.RListRx
 
descendingIterator(int) - Method in interface org.redisson.api.RListReactive
 
descendingIterator(int) - Method in interface org.redisson.api.RListRx
 
descendingStream() - Method in interface org.redisson.api.RPriorityDeque
Returns stream of elements contained in this deque in reverse order
describeAcls(AclBindingFilter) - Method in interface org.apache.kafka.clients.admin.Admin
This is a convenience method for Admin.describeAcls(AclBindingFilter, DescribeAclsOptions) with default options.
describeAcls(AclBindingFilter, DescribeAclsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Lists access control lists (ACLs) according to the supplied filter.
describeAcls(AclBindingFilter, DescribeAclsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeAcls(AclBindingFilter, DescribeAclsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeAclsOptions - Class in org.apache.kafka.clients.admin
DescribeAclsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeAclsOptions
 
DescribeAclsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.describeAcls(AclBindingFilter) call.
describeClientQuotas(ClientQuotaFilter) - Method in interface org.apache.kafka.clients.admin.Admin
Describes all entities matching the provided filter that have at least one client quota configuration value defined.
describeClientQuotas(ClientQuotaFilter, DescribeClientQuotasOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Describes all entities matching the provided filter that have at least one client quota configuration value defined.
describeClientQuotas(ClientQuotaFilter, DescribeClientQuotasOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeClientQuotas(ClientQuotaFilter, DescribeClientQuotasOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeClientQuotasOptions - Class in org.apache.kafka.clients.admin
DescribeClientQuotasOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeClientQuotasOptions
 
DescribeClientQuotasResult - Class in org.apache.kafka.clients.admin
DescribeClientQuotasResult(KafkaFuture<Map<ClientQuotaEntity, Map<String, Double>>>) - Constructor for class org.apache.kafka.clients.admin.DescribeClientQuotasResult
Maps an entity to its configured quota value(s).
describeCluster() - Method in interface org.apache.kafka.clients.admin.Admin
Get information about the nodes in the cluster, using the default options.
describeCluster(DescribeClusterOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Get information about the nodes in the cluster.
describeCluster(DescribeClusterOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeCluster(DescribeClusterOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeClusterOptions - Class in org.apache.kafka.clients.admin
DescribeClusterOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeClusterOptions
 
DescribeClusterResult - Class in org.apache.kafka.clients.admin
The result of the Admin.describeCluster() call.
describeConfigs(Collection<ConfigResource>) - Method in interface org.apache.kafka.clients.admin.Admin
Get the configuration for the specified resources with the default options.
describeConfigs(Collection<ConfigResource>, DescribeConfigsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Get the configuration for the specified resources.
describeConfigs(Collection<ConfigResource>, DescribeConfigsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeConfigs(Collection<ConfigResource>, DescribeConfigsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeConfigsOptions - Class in org.apache.kafka.clients.admin
DescribeConfigsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeConfigsOptions
 
DescribeConfigsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.describeConfigs(Collection) call.
DescribeConfigsResult(Map<ConfigResource, KafkaFuture<Config>>) - Constructor for class org.apache.kafka.clients.admin.DescribeConfigsResult
 
describeConsumerGroups(Collection<String>) - Method in interface org.apache.kafka.clients.admin.Admin
Describe some group IDs in the cluster, with the default options.
describeConsumerGroups(Collection<String>, DescribeConsumerGroupsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Describe some group IDs in the cluster.
describeConsumerGroups(Collection<String>, DescribeConsumerGroupsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeConsumerGroups(Collection<String>, DescribeConsumerGroupsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeConsumerGroupsHandler - Class in org.apache.kafka.clients.admin.internals
 
DescribeConsumerGroupsHandler(boolean, LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.DescribeConsumerGroupsHandler
 
DescribeConsumerGroupsOptions - Class in org.apache.kafka.clients.admin
DescribeConsumerGroupsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeConsumerGroupsOptions
 
DescribeConsumerGroupsResult - Class in org.apache.kafka.clients.admin
DescribeConsumerGroupsResult(Map<String, KafkaFuture<ConsumerGroupDescription>>) - Constructor for class org.apache.kafka.clients.admin.DescribeConsumerGroupsResult
 
describeDelegationToken() - Method in interface org.apache.kafka.clients.admin.Admin
Describe the Delegation Tokens.
describeDelegationToken(DescribeDelegationTokenOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Describe the Delegation Tokens.
describeDelegationToken(DescribeDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeDelegationToken(DescribeDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeDelegationTokenOptions - Class in org.apache.kafka.clients.admin
DescribeDelegationTokenOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeDelegationTokenOptions
 
DescribeDelegationTokenResult - Class in org.apache.kafka.clients.admin
describedGroups() - Method in class org.apache.kafka.clients.admin.DescribeConsumerGroupsResult
Return a map from group id to futures which yield group descriptions.
describeFeatures() - Method in interface org.apache.kafka.clients.admin.Admin
Describes finalized as well as supported features.
describeFeatures(DescribeFeaturesOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Describes finalized as well as supported features.
describeFeatures(DescribeFeaturesOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeFeatures(DescribeFeaturesOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeFeaturesOptions - Class in org.apache.kafka.clients.admin
DescribeFeaturesOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeFeaturesOptions
 
DescribeFeaturesResult - Class in org.apache.kafka.clients.admin
describeLogDirs(Collection<Integer>) - Method in interface org.apache.kafka.clients.admin.Admin
Query the information of all log directories on the given set of brokers
describeLogDirs(Collection<Integer>, DescribeLogDirsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Query the information of all log directories on the given set of brokers
describeLogDirs(Collection<Integer>, DescribeLogDirsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeLogDirs(Collection<Integer>, DescribeLogDirsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeLogDirsOptions - Class in org.apache.kafka.clients.admin
Options for Admin.describeLogDirs(Collection) The API of this class is evolving, see Admin for details.
DescribeLogDirsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeLogDirsOptions
 
DescribeLogDirsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.describeLogDirs(Collection) call.
describeMetadataQuorum() - Method in interface org.apache.kafka.clients.admin.Admin
Describes the state of the metadata quorum.
describeMetadataQuorum(DescribeMetadataQuorumOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Describes the state of the metadata quorum.
describeMetadataQuorum(DescribeMetadataQuorumOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeMetadataQuorum(DescribeMetadataQuorumOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeMetadataQuorumOptions - Class in org.apache.kafka.clients.admin
DescribeMetadataQuorumOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeMetadataQuorumOptions
 
DescribeMetadataQuorumResult - Class in org.apache.kafka.clients.admin
describeProducers(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.admin.Admin
Describe producer state on a set of topic partitions.
describeProducers(Collection<TopicPartition>, DescribeProducersOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Describe active producer state on a set of topic partitions.
describeProducers(Collection<TopicPartition>, DescribeProducersOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeProducers(Collection<TopicPartition>, DescribeProducersOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeProducersHandler - Class in org.apache.kafka.clients.admin.internals
 
DescribeProducersHandler(DescribeProducersOptions, LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.DescribeProducersHandler
 
DescribeProducersOptions - Class in org.apache.kafka.clients.admin
DescribeProducersOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeProducersOptions
 
DescribeProducersResult - Class in org.apache.kafka.clients.admin
 
DescribeProducersResult.PartitionProducerState - Class in org.apache.kafka.clients.admin
 
describeReplicaLogDirs(Collection<TopicPartitionReplica>) - Method in interface org.apache.kafka.clients.admin.Admin
Query the replica log directory information for the specified replicas.
describeReplicaLogDirs(Collection<TopicPartitionReplica>, DescribeReplicaLogDirsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Query the replica log directory information for the specified replicas.
describeReplicaLogDirs(Collection<TopicPartitionReplica>, DescribeReplicaLogDirsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeReplicaLogDirs(Collection<TopicPartitionReplica>, DescribeReplicaLogDirsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeReplicaLogDirsOptions - Class in org.apache.kafka.clients.admin
DescribeReplicaLogDirsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeReplicaLogDirsOptions
 
DescribeReplicaLogDirsResult - Class in org.apache.kafka.clients.admin
DescribeReplicaLogDirsResult.ReplicaLogDirInfo - Class in org.apache.kafka.clients.admin
 
describeTopics(Collection<String>) - Method in interface org.apache.kafka.clients.admin.Admin
Describe some topics in the cluster, with the default options.
describeTopics(Collection<String>, DescribeTopicsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Describe some topics in the cluster.
describeTopics(TopicCollection) - Method in interface org.apache.kafka.clients.admin.Admin
This is a convenience method for Admin.describeTopics(TopicCollection, DescribeTopicsOptions) with default options.
describeTopics(TopicCollection, DescribeTopicsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Describe some topics in the cluster.
describeTopics(TopicCollection, DescribeTopicsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeTopics(TopicCollection, DescribeTopicsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeTopicsOptions - Class in org.apache.kafka.clients.admin
DescribeTopicsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeTopicsOptions
 
DescribeTopicsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.describeTopics(Collection) call.
DescribeTopicsResult(Map<String, KafkaFuture<TopicDescription>>) - Constructor for class org.apache.kafka.clients.admin.DescribeTopicsResult
Deprecated.
DescribeTopicsResult(Map<Uuid, KafkaFuture<TopicDescription>>, Map<String, KafkaFuture<TopicDescription>>) - Constructor for class org.apache.kafka.clients.admin.DescribeTopicsResult
 
describeTransactions(Collection<String>) - Method in interface org.apache.kafka.clients.admin.Admin
Describe the state of a set of transactional IDs.
describeTransactions(Collection<String>, DescribeTransactionsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Describe the state of a set of transactional IDs from the respective transaction coordinators, which are dynamically discovered.
describeTransactions(Collection<String>, DescribeTransactionsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeTransactions(Collection<String>, DescribeTransactionsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeTransactionsHandler - Class in org.apache.kafka.clients.admin.internals
 
DescribeTransactionsHandler(LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.DescribeTransactionsHandler
 
DescribeTransactionsOptions - Class in org.apache.kafka.clients.admin
DescribeTransactionsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeTransactionsOptions
 
DescribeTransactionsResult - Class in org.apache.kafka.clients.admin
 
describeUserScramCredentials() - Method in interface org.apache.kafka.clients.admin.Admin
Describe all SASL/SCRAM credentials.
describeUserScramCredentials(List<String>) - Method in interface org.apache.kafka.clients.admin.Admin
Describe SASL/SCRAM credentials for the given users.
describeUserScramCredentials(List<String>, DescribeUserScramCredentialsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Describe SASL/SCRAM credentials.
describeUserScramCredentials(List<String>, DescribeUserScramCredentialsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
describeUserScramCredentials(List<String>, DescribeUserScramCredentialsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
DescribeUserScramCredentialsOptions - Class in org.apache.kafka.clients.admin
DescribeUserScramCredentialsOptions() - Constructor for class org.apache.kafka.clients.admin.DescribeUserScramCredentialsOptions
 
DescribeUserScramCredentialsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.describeUserScramCredentials() call.
description(String) - Method in class org.apache.kafka.clients.admin.DescribeTransactionsResult
Get the description of a specific transactional ID.
description(String) - Method in class org.apache.kafka.clients.admin.DescribeUserScramCredentialsResult
 
descriptions() - Method in class org.apache.kafka.clients.admin.DescribeLogDirsResult
Return a map from brokerId to future which can be used to check the information of partitions on each individual broker.
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.BooleanDeserializer
 
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.ByteArrayDeserializer
 
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.ByteBufferDeserializer
 
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.BytesDeserializer
 
deserialize(String, byte[]) - Method in interface org.apache.kafka.common.serialization.Deserializer
Deserialize a record value from a byte array into a value or object.
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.DoubleDeserializer
 
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.FloatDeserializer
 
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.IntegerDeserializer
 
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.ListDeserializer
 
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.LongDeserializer
 
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.ShortDeserializer
 
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.StringDeserializer
 
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.UUIDDeserializer
 
deserialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.VoidDeserializer
 
deserialize(String, Headers, byte[]) - Method in interface org.apache.kafka.common.serialization.Deserializer
Deserialize a record value from a byte array into a value or object.
deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.BooleanDeserializer
 
deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.ByteBufferDeserializer
 
deserialize(String, Headers, ByteBuffer) - Method in interface org.apache.kafka.common.serialization.Deserializer
Deserialize a record value from a ByteBuffer into a value or object.
deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.DoubleDeserializer
 
deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.FloatDeserializer
 
deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.IntegerDeserializer
 
deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.LongDeserializer
 
deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.ShortDeserializer
 
deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.StringDeserializer
 
deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.UUIDDeserializer
 
deserialize(String, Headers, ByteBuffer) - Method in class org.apache.kafka.common.serialization.VoidDeserializer
 
deserializeAssignment(ByteBuffer) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerProtocol
 
deserializeAssignment(ByteBuffer, short) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerProtocol
 
deserializer() - Method in interface org.apache.kafka.common.serialization.Serde
 
deserializer() - Method in class org.apache.kafka.common.serialization.Serdes.WrapperSerde
 
Deserializer<T> - Interface in org.apache.kafka.common.serialization
An interface for converting bytes to objects.
Deserializers<K,V> - Class in org.apache.kafka.clients.consumer.internals
 
Deserializers(ConsumerConfig) - Constructor for class org.apache.kafka.clients.consumer.internals.Deserializers
 
Deserializers(ConsumerConfig, Deserializer<K>, Deserializer<V>) - Constructor for class org.apache.kafka.clients.consumer.internals.Deserializers
 
Deserializers(Deserializer<K>, Deserializer<V>) - Constructor for class org.apache.kafka.clients.consumer.internals.Deserializers
 
deserializeSubscription(ByteBuffer) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerProtocol
 
deserializeSubscription(ByteBuffer, short) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerProtocol
 
deserializeVersion(ByteBuffer) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerProtocol
 
destination - Variable in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
destination(String) - Method in class com.rabbitmq.client.AMQP.Exchange.Bind.Builder
 
destination(String) - Method in class com.rabbitmq.client.AMQP.Exchange.Unbind.Builder
 
destination(String) - Method in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
destinationBrokerId() - Method in interface org.apache.kafka.clients.admin.internals.ApiRequestScope
Get the target broker ID that a request is intended for or empty if the request can be sent to any broker.
destroy() - Method in interface org.redisson.api.RDestroyable
Destroys object when it's not necessary anymore.
detach(T) - Method in interface org.redisson.api.RLiveObjectService
Returns unproxied detached object for the attached object.
DETACH - Enum constant in enum class org.redisson.api.RCascadeType
Cascade detach operation during RLiveObjectService.detach(T) method invocation.
Detecting Consumer Failures - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
dev() - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration
Set up a non-secured environment, useful for development and testing.
dialect(Integer) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
dialect(Integer) - Method in class org.redisson.api.search.query.QueryOptions
 
dialect(Integer) - Method in class org.redisson.api.search.SpellcheckOptions
Defines dialect version used for query execution.
diff(String...) - Method in interface org.redisson.api.RScoredSortedSet
Diff provided ScoredSortedSets and store result to current ScoredSortedSet
diff(String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Diff provided ScoredSortedSets and store result to current ScoredSortedSet
diff(String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Diff provided ScoredSortedSets and store result to current ScoredSortedSet
diff(String...) - Method in interface org.redisson.api.RSet
Diff sets specified by name and write to current set.
diff(String...) - Method in interface org.redisson.api.RSetReactive
Diff sets specified by name and write to current set.
diff(String...) - Method in interface org.redisson.api.RSetRx
Diff sets specified by name and write to current set.
diffAsync(String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Diff provided ScoredSortedSets and store result to current ScoredSortedSet
diffAsync(String...) - Method in interface org.redisson.api.RSetAsync
Diff sets specified by name and write to current set.
dim(int) - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
dim(int) - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
dim(int) - Method in interface org.redisson.api.search.index.VectorDimParam
Defines vector dimension parameter
direct() - Static method in interface org.redisson.api.NameMapper
Returns input Redisson object name.
direct() - Static method in interface org.redisson.api.NatMapper
Returns input RedisURI object.
direct() - Static method in interface org.redisson.config.CommandMapper
Returns input Redis command name.
DIRECT - Enum constant in enum class com.rabbitmq.client.BuiltinExchangeType
 
DISABLE_NAGLE_ALGORITHM - Static variable in class com.rabbitmq.client.SocketChannelConfigurators
Disable Nagle's algorithm.
DISABLE_NAGLE_ALGORITHM - Static variable in class com.rabbitmq.client.SocketConfigurators
Disable Nagle's algorithm.
disableBatch() - Method in class org.apache.kafka.clients.admin.internals.CoordinatorStrategy
 
disableNagleAlgorithm() - Method in class com.rabbitmq.client.SocketChannelConfigurators.Builder
Disable Nagle's Algorithm.
disableNagleAlgorithm() - Static method in class com.rabbitmq.client.SocketChannelConfigurators
SocketChannelConfigurator that disables Nagle's algorithm.
disableNagleAlgorithm() - Method in class com.rabbitmq.client.SocketConfigurators.Builder
Disable Nagle's Algorithm.
disableNagleAlgorithm() - Static method in class com.rabbitmq.client.SocketConfigurators
SocketConfigurator that disables Nagle's algorithm.
disableTelemetry() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
disableTelemetry() - Method in class org.apache.kafka.clients.producer.MockProducer
 
disableWakeups() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
 
discard() - Method in interface org.redisson.api.RBatch
Discard batched commands and release allocated buffers used for parameters encoding.
discard() - Method in interface org.redisson.api.RBatchReactive
Discard batched commands and release allocated buffers used for parameters encoding.
discard() - Method in interface org.redisson.api.RBatchRx
Discard batched commands and release allocated buffers used for parameters encoding.
DISCARD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
discardAsync() - Method in interface org.redisson.api.RBatch
Discard batched commands and release allocated buffers used for parameters encoding.
disconnectAsync(Node) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
 
disconnectChannel(ChannelN) - Method in class com.rabbitmq.client.impl.AMQConnection
Protected API - respond, in the driver thread, to a ShutdownSignal.
dispatchIoErrorToConnection(SocketChannelFrameHandlerState, Throwable) - Method in class com.rabbitmq.client.impl.nio.NioLoop
 
dispatchShutdownToConnection(SocketChannelFrameHandlerState) - Method in class com.rabbitmq.client.impl.nio.NioLoop
 
dispatchShutdownToConnection(Runnable, String) - Method in class com.rabbitmq.client.impl.nio.NioLoop
 
dist(V, V, GeoUnit) - Method in interface org.redisson.api.RGeo
Returns distance between members in GeoUnit units.
dist(V, V, GeoUnit) - Method in interface org.redisson.api.RGeoReactive
Returns distance between members in GeoUnit units.
dist(V, V, GeoUnit) - Method in interface org.redisson.api.RGeoRx
Returns distance between members in GeoUnit units.
distance(Integer) - Method in class org.redisson.api.search.SpellcheckOptions
Defines maximum Levenshtein distance for spelling suggestions.
distance(VectorDistParam.DistanceMetric) - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
distance(VectorDistParam.DistanceMetric) - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
distance(VectorDistParam.DistanceMetric) - Method in interface org.redisson.api.search.index.VectorDistParam
Defines distance metric parameter
distAsync(V, V, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
Returns distance between members in GeoUnit units.
distributedIterator(int) - Method in interface org.redisson.api.RList
Returns element iterator that can be shared across multiple applications.
distributedIterator(int) - Method in interface org.redisson.api.RScoredSortedSet
Returns element iterator that can be shared across multiple applications.
distributedIterator(int) - Method in interface org.redisson.api.RSet
Returns element iterator that can be shared across multiple applications.
distributedIterator(int) - Method in interface org.redisson.api.RSortedSet
Returns element iterator that can be shared across multiple applications.
distributedIterator(String) - Method in interface org.redisson.api.RScoredSortedSet
Returns iterator over elements that match specified pattern.
distributedIterator(String) - Method in interface org.redisson.api.RSet
Returns iterator over elements that match specified pattern.
distributedIterator(String, int) - Method in interface org.redisson.api.RList
Returns iterator over elements that match specified pattern.
distributedIterator(String, int) - Method in interface org.redisson.api.RSortedSet
Returns iterator over elements that match specified pattern.
distributedIterator(String, String, int) - Method in interface org.redisson.api.RScoredSortedSet
Returns iterator over elements that match specified pattern.
distributedIterator(String, String, int) - Method in interface org.redisson.api.RSet
Returns iterator over elements that match specified pattern.
divergentOffsetOpt - Variable in class org.apache.kafka.clients.consumer.internals.SubscriptionState.LogTruncation
 
divergentOffsets() - Method in exception class org.apache.kafka.clients.consumer.LogTruncationException
Get the divergent offsets for the partitions which were truncated.
DM_EN - Enum constant in enum class org.redisson.api.search.index.PhoneticMatcher
 
DM_ES - Enum constant in enum class org.redisson.api.search.index.PhoneticMatcher
 
DM_FR - Enum constant in enum class org.redisson.api.search.index.PhoneticMatcher
 
DM_PT - Enum constant in enum class org.redisson.api.search.index.PhoneticMatcher
 
DnsRecordIpAddressResolver - Class in com.rabbitmq.client
AddressResolver that resolves DNS record IPs.
DnsRecordIpAddressResolver() - Constructor for class com.rabbitmq.client.DnsRecordIpAddressResolver
 
DnsRecordIpAddressResolver(Address) - Constructor for class com.rabbitmq.client.DnsRecordIpAddressResolver
 
DnsRecordIpAddressResolver(Address, boolean) - Constructor for class com.rabbitmq.client.DnsRecordIpAddressResolver
 
DnsRecordIpAddressResolver(String) - Constructor for class com.rabbitmq.client.DnsRecordIpAddressResolver
 
DnsRecordIpAddressResolver(String, int) - Constructor for class com.rabbitmq.client.DnsRecordIpAddressResolver
 
DnsRecordIpAddressResolver(String, int, boolean) - Constructor for class com.rabbitmq.client.DnsRecordIpAddressResolver
 
DnsSrvRecordAddressResolver - Class in com.rabbitmq.client
AddressResolver that resolves addresses against a DNS SRV request.
DnsSrvRecordAddressResolver(String) - Constructor for class com.rabbitmq.client.DnsSrvRecordAddressResolver
 
DnsSrvRecordAddressResolver(String, String) - Constructor for class com.rabbitmq.client.DnsSrvRecordAddressResolver
 
DnsSrvRecordAddressResolver.SrvRecord - Class in com.rabbitmq.client
 
doCall(AMQP.BasicProperties, byte[]) - Method in class com.rabbitmq.client.RpcClient
 
doCall(AMQP.BasicProperties, byte[], int) - Method in class com.rabbitmq.client.RpcClient
 
Document - Class in org.redisson.api.search.query
 
Document(String) - Constructor for class org.redisson.api.search.query.Document
 
Document(String, Map<String, Object>) - Constructor for class org.redisson.api.search.query.Document
 
documentation() - Method in class org.apache.kafka.clients.admin.ConfigEntry
Return the config documentation.
doFinalShutdown() - Method in class com.rabbitmq.client.impl.AMQConnection
private API
doHandshake(WritableByteChannel, ReadableByteChannel, SSLEngine) - Static method in class com.rabbitmq.client.impl.nio.SslEngineHelper
 
done() - Method in class org.apache.kafka.clients.producer.internals.ProduceRequestResult
Mark this request as complete and unblock any threads waiting on its completion.
done() - Method in class org.apache.kafka.clients.producer.internals.TransactionalRequestResult
 
DONT_SUBSCRIBE - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.ExpirationEventPolicy
Deprecated.
Don't subscribe on expire event.
DONT_SUBSCRIBE - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.ExpirationEventPolicy
Don't subscribe on expire event.
doRetry(BiPredicate<RecordedEntity, Exception>, DefaultRetryHandler.RetryOperation<?>, RecordedEntity, RetryContext) - Method in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
Double() - Static method in class org.apache.kafka.common.serialization.Serdes
A serde for nullable Double type.
DOUBLE - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigType
 
DoubleCodec - Class in org.redisson.client.codec
 
DoubleCodec() - Constructor for class org.redisson.client.codec.DoubleCodec
 
DoubleDeserializer - Class in org.apache.kafka.common.serialization
 
DoubleDeserializer() - Constructor for class org.apache.kafka.common.serialization.DoubleDeserializer
 
DoubleNullSafeReplayConvertor - Class in org.redisson.client.protocol.convertor
 
DoubleNullSafeReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.DoubleNullSafeReplayConvertor
 
DoubleReplayConvertor - Class in org.redisson.client.protocol.convertor
 
DoubleReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.DoubleReplayConvertor
 
DoubleReplayConvertor(Double) - Constructor for class org.redisson.client.protocol.convertor.DoubleReplayConvertor
 
DoubleSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.DoubleSerde
 
DoubleSerializer - Class in org.apache.kafka.common.serialization
 
DoubleSerializer() - Constructor for class org.apache.kafka.common.serialization.DoubleSerializer
 
drain(WritableByteChannel, ByteBuffer) - Static method in class com.rabbitmq.client.impl.nio.ByteBufferOutputStream
 
drain(Metadata, Set<Node>, int, long) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
Drain all the data for the given nodes and collate them into a list of batches that will fit within the specified size on a per-node basis.
drainPendingOffsetCommitRequests() - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
Drains the inflight offsetCommits during shutdown because we want to make sure all pending commits are sent before closing.
drainPermits() - Method in interface org.redisson.api.RSemaphore
Acquires and returns all permits that are immediately available.
drainPermits() - Method in interface org.redisson.api.RSemaphoreReactive
Acquires and returns all permits that are immediately available.
drainPermits() - Method in interface org.redisson.api.RSemaphoreRx
Acquires and returns all permits that are immediately available.
drainPermitsAsync() - Method in interface org.redisson.api.RSemaphoreAsync
Acquires and returns all permits that are immediately available.
drainTimeMs - Variable in class org.apache.kafka.clients.producer.internals.RecordAccumulator.NodeLatencyStats
 
drainTo(Collection<? super E>) - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
 
drainTo(Collection<? super E>, int) - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
 
drainTo(Collection<? super V>) - Method in interface org.redisson.api.RBlockingQueueReactive
Removes all available elements from this queue and adds them to the given collection in async mode.
drainTo(Collection<? super V>) - Method in interface org.redisson.api.RBlockingQueueRx
Removes all available elements from this queue and adds them to the given collection in async mode.
drainTo(Collection<? super V>, int) - Method in interface org.redisson.api.RBlockingQueueReactive
Removes at most the given number of available elements from this queue and adds them to the given collection in async mode.
drainTo(Collection<? super V>, int) - Method in interface org.redisson.api.RBlockingQueueRx
Removes at most the given number of available elements from this queue and adds them to the given collection in async mode.
drainToAsync(Collection<? super V>) - Method in interface org.redisson.api.RBlockingQueueAsync
Removes all available elements from this queue and adds them to the given collection in async mode.
drainToAsync(Collection<? super V>, int) - Method in interface org.redisson.api.RBlockingQueueAsync
Removes at most the given number of available elements from this queue and adds them to the given collection in async mode.
Driver - Class in org.mariadb.jdbc
MariaDB Driver
Driver() - Constructor for class org.mariadb.jdbc.Driver
 
dropIndex(String) - Method in interface org.redisson.api.RSearch
Deletes index by name
dropIndex(String) - Method in interface org.redisson.api.RSearchReactive
Deletes index by name
dropIndex(String) - Method in interface org.redisson.api.RSearchRx
Deletes index by name
dropIndexAndDocuments(String) - Method in interface org.redisson.api.RSearch
Deletes index by name and associated documents
dropIndexAndDocuments(String) - Method in interface org.redisson.api.RSearchReactive
Deletes index by name and associated documents
dropIndexAndDocuments(String) - Method in interface org.redisson.api.RSearchRx
Deletes index by name and associated documents
dropIndexAndDocumentsAsync(String) - Method in interface org.redisson.api.RSearchAsync
Deletes index by name and associated documents
dropIndexAsync(String) - Method in interface org.redisson.api.RSearchAsync
Deletes index by name
dryRun() - Method in class org.apache.kafka.clients.admin.UpdateFeaturesOptions
Deprecated.
dryRun(boolean) - Method in class org.apache.kafka.clients.admin.UpdateFeaturesOptions
Deprecated.
dump() - Method in interface org.redisson.api.RFunction
Returns serialized state of all libraries.
dump() - Method in interface org.redisson.api.RFunctionReactive
Returns serialized state of all libraries.
dump() - Method in interface org.redisson.api.RFunctionRx
Returns serialized state of all libraries.
dump() - Method in interface org.redisson.api.RObject
Returns dump of object
dump() - Method in interface org.redisson.api.RObjectReactive
Returns dump of object
dump() - Method in interface org.redisson.api.RObjectRx
Returns dump of object
DUMP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
dumpAsync() - Method in interface org.redisson.api.RFunctionAsync
Returns serialized state of all libraries.
dumpAsync() - Method in interface org.redisson.api.RObjectAsync
Returns dump of object
dumpDict(String) - Method in interface org.redisson.api.RSearch
Returns terms stored in the dictionary
dumpDict(String) - Method in interface org.redisson.api.RSearchReactive
Returns terms stored in the dictionary
dumpDict(String) - Method in interface org.redisson.api.RSearchRx
Returns terms stored in the dictionary
dumpDictAsync(String) - Method in interface org.redisson.api.RSearchAsync
Returns terms stored in the dictionary
dumpSynonyms(String) - Method in interface org.redisson.api.RSearch
Returns synonyms mapped by word by defined index name
dumpSynonyms(String) - Method in interface org.redisson.api.RSearchReactive
Returns synonyms mapped by word by defined index name
dumpSynonyms(String) - Method in interface org.redisson.api.RSearchRx
Returns synonyms mapped by word by defined index name
dumpSynonymsAsync(String) - Method in interface org.redisson.api.RSearchAsync
Returns synonyms mapped by word by defined index name
durable() - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
durable() - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
durable(boolean) - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
durable(boolean) - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
durable(boolean) - Method in class com.rabbitmq.client.impl.recovery.RecordedExchange
 
durable(boolean) - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
DYNAMIC_BROKER_CONFIG - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigSource
 
DYNAMIC_BROKER_LOGGER_CONFIG - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigSource
 
DYNAMIC_CLIENT_METRICS_CONFIG - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigSource
 
DYNAMIC_DEFAULT_BROKER_CONFIG - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigSource
 
DYNAMIC_TOPIC_CONFIG - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigSource
 

E

EAGER - Enum constant in enum class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.RebalanceProtocol
 
earliest() - Static method in class org.apache.kafka.clients.admin.OffsetSpec
Used to retrieve the earliest offset of a partition
EARLIEST - Enum constant in enum class org.apache.kafka.clients.consumer.OffsetResetStrategy
 
EarliestSpec() - Constructor for class org.apache.kafka.clients.admin.OffsetSpec.EarliestSpec
 
efConstruction(int) - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
efConstruction(int) - Method in interface org.redisson.api.search.index.HNSWVectorOptionalArgs
Defines number of maximum allowed potential outgoing edges candidates for each node.
efRuntime(int) - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
efRuntime(int) - Method in interface org.redisson.api.search.index.HNSWVectorOptionalArgs
Defines number of maximum top candidates to hold during the KNN search.
electLeaders(ElectionType, Set<TopicPartition>) - Method in interface org.apache.kafka.clients.admin.Admin
Elect a replica as leader for topic partitions.
electLeaders(ElectionType, Set<TopicPartition>, ElectLeadersOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Elect a replica as leader for the given partitions, or for all partitions if the argument to partitions is null.
electLeaders(ElectionType, Set<TopicPartition>, ElectLeadersOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
electLeaders(ElectionType, Set<TopicPartition>, ElectLeadersOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
ElectLeadersOptions - Class in org.apache.kafka.clients.admin
ElectLeadersOptions() - Constructor for class org.apache.kafka.clients.admin.ElectLeadersOptions
 
ElectLeadersResult - Class in org.apache.kafka.clients.admin
The result of Admin.electLeaders(ElectionType, Set, ElectLeadersOptions) The API of this class is evolving, see Admin for details.
emit(K, V) - Method in interface org.redisson.api.mapreduce.RCollector
Store key/value
empty() - Static method in class org.apache.kafka.clients.admin.internals.AdminApiHandler.ApiResult
 
empty() - Static method in class org.apache.kafka.clients.consumer.ConsumerRecords
 
empty() - Static method in class org.apache.kafka.clients.consumer.internals.Fetch
 
EMPTY - Enum constant in enum class org.apache.kafka.clients.admin.TransactionState
 
EMPTY - Static variable in class org.apache.kafka.clients.consumer.ConsumerRecords
 
EMPTY - Static variable in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.PollResult
 
EMPTY_FRAME_SIZE - Static variable in class com.rabbitmq.client.impl.AMQCommand
EMPTY_FRAME_SIZE = 8 = 1 + 2 + 4 + 1 1 byte of frame type 2 bytes of channel number 4 bytes of frame payload length 1 byte of payload trailer FRAME_END byte See AMQCommand.checkEmptyFrameSize(), an assertion checked at startup.
EMPTY_STRING - Static variable in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
EmptyConvertor<R> - Class in org.redisson.client.protocol.convertor
 
EmptyConvertor() - Constructor for class org.redisson.client.protocol.convertor.EmptyConvertor
 
EmptyListConvertor - Class in org.redisson.client.protocol.convertor
 
EmptyListConvertor() - Constructor for class org.redisson.client.protocol.convertor.EmptyListConvertor
 
EmptyMapConvertor - Class in org.redisson.client.protocol.convertor
 
EmptyMapConvertor() - Constructor for class org.redisson.client.protocol.convertor.EmptyMapConvertor
 
emptyResult() - Method in class org.apache.kafka.clients.consumer.internals.events.ListOffsetsApplicationEvent
Build result representing that no offsets were found as part of the current event.
EmptySetConvertor - Class in org.redisson.client.protocol.convertor
 
EmptySetConvertor() - Constructor for class org.redisson.client.protocol.convertor.EmptySetConvertor
 
ENABLE_AUTO_COMMIT_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
enable.auto.commit
ENABLE_HOSTNAME_VERIFICATION - Static variable in class com.rabbitmq.client.SocketConfigurators
Enable server hostname validation for TLS connections.
ENABLE_HOSTNAME_VERIFICATION - Static variable in class com.rabbitmq.client.SslEngineConfigurators
SslEngineConfigurator that enables server hostname verification.
ENABLE_IDEMPOTENCE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
enable.idempotence
ENABLE_IDEMPOTENCE_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
 
ENABLE_METRICS_PUSH_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
enable.metrics.push
ENABLE_METRICS_PUSH_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
enable.metrics.push
ENABLE_METRICS_PUSH_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
enable.metrics.push
ENABLE_METRICS_PUSH_DOC - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
ENABLE_METRICS_PUSH_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
ENABLE_METRICS_PUSH_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
 
enableHostnameVerification() - Method in class com.rabbitmq.client.ConnectionFactory
Enable server hostname verification for TLS connections.
enableHostnameVerification() - Method in class com.rabbitmq.client.impl.nio.NioParams
Enable server hostname verification for TLS connections.
enableHostnameVerification() - Method in class com.rabbitmq.client.SocketConfigurators.Builder
Enable server hostname verification for TLS connections.
enableHostnameVerification() - Static method in class com.rabbitmq.client.SocketConfigurators
SocketConfigurator that enable server hostname verification for TLS connections.
enableHostnameVerification() - Method in class com.rabbitmq.client.SslEngineConfigurators.Builder
Enables server hostname verification.
enableHostnameVerification() - Static method in class com.rabbitmq.client.SslEngineConfigurators
SslEngineConfigurator that enables server hostname verification.
enableHostnameVerificationForBlockingIo() - Method in class com.rabbitmq.client.ConnectionFactory
 
enableHostnameVerificationForNio() - Method in class com.rabbitmq.client.ConnectionFactory
 
encode(ChannelHandlerContext, CommandData<?, ?>, ByteBuf) - Method in class org.redisson.client.handler.CommandEncoder
 
encode(ChannelHandlerContext, CommandsData, ByteBuf) - Method in class org.redisson.client.handler.CommandBatchEncoder
 
encode(Object) - Method in interface org.redisson.client.protocol.Encoder
 
encode(Map<String, Object>) - Static method in class com.rabbitmq.client.MapRpcServer
 
Encoder - Interface in org.redisson.client.protocol
 
endOffsets(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
endOffsets(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
endOffsets(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
endOffsets(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the end offsets for the given partitions.
endOffsets(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
endOffsets(Collection<TopicPartition>, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
endOffsets(Collection<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
endOffsets(Collection<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
endOffsets(Collection<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the end offsets for the given partitions.
endOffsets(Collection<TopicPartition>, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
endOffsets(Collection<TopicPartition>, Timer) - Method in class org.apache.kafka.clients.consumer.internals.OffsetFetcher
 
EndpointType - Enum Class in org.apache.kafka.clients.admin
Identifies the endpoint type, as specified by KIP-919.
enforceRebalance() - Method in interface org.apache.kafka.clients.consumer.Consumer
 
enforceRebalance() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
enforceRebalance() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
enforceRebalance() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
 
enforceRebalance() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
enforceRebalance(String) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
enforceRebalance(String) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
enforceRebalance(String) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
enforceRebalance(String) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Alert the consumer to trigger a new rebalance by rejoining the group.
enforceRebalance(String) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
Engine(Long, Long) - Constructor for class org.redisson.api.FunctionStats.Engine
 
enqueueAsyncRpc(Method, CompletableFuture<Command>) - Method in class com.rabbitmq.client.impl.AMQChannel
 
enqueueRpc(AMQChannel.RpcContinuation) - Method in class com.rabbitmq.client.impl.AMQChannel
 
enqueueRpc(AMQChannel.RpcContinuation) - Method in class com.rabbitmq.client.impl.ChannelN
 
ensureActiveGroup() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Ensure that the group is active (i.e.
ensureCoordinatorReady(Timer) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Ensure that the coordinator is ready to receive requests.
ensureCoordinatorReadyAsync() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Ensure that the coordinator is ready to receive requests.
ensureIsOpen() - Method in class com.rabbitmq.client.impl.AMQChannel
 
ensureUnsignedShort(int) - Static method in class com.rabbitmq.client.ConnectionFactory
 
entities() - Method in class org.apache.kafka.clients.admin.DescribeClientQuotasResult
Returns a map from quota entity to a future which can be used to check the status of the operation.
entity() - Method in class com.rabbitmq.client.impl.recovery.RetryContext
The to-be-recovered entity.
entries() - Method in class org.apache.kafka.clients.admin.Config
Configuration entries for a resource.
entries() - Method in class org.apache.kafka.clients.consumer.internals.RequestManagers
 
entries() - Method in interface org.redisson.api.RMultimap
Returns a view collection of all key-value pairs contained in this multimap, as Map.Entry instances.
entries() - Method in interface org.redisson.api.RSetMultimap
Returns a view collection of all key-value pairs contained in this multimap, as Map.Entry instances.
entries(Map<K, V>) - Static method in interface org.redisson.api.stream.StreamAddArgs
Defines entries to add
entries(K, V, K, V) - Static method in interface org.redisson.api.stream.StreamAddArgs
Defines entries to add
entries(K, V, K, V, K, V) - Static method in interface org.redisson.api.stream.StreamAddArgs
Defines entries to add
entries(K, V, K, V, K, V, K, V) - Static method in interface org.redisson.api.stream.StreamAddArgs
Defines entries to add
entries(K, V, K, V, K, V, K, V, K, V) - Static method in interface org.redisson.api.stream.StreamAddArgs
Defines entries to add
entriesRead(int) - Method in interface org.redisson.api.stream.StreamCreateGroupArgs
Defines entries_read argument
entriesRead(int) - Method in class org.redisson.api.stream.StreamCreateGroupParams
 
entry(K, V) - Static method in interface org.redisson.api.stream.StreamAddArgs
Defines entry to add
Entry<K,V> - Class in org.redisson.api
 
Entry() - Constructor for class org.redisson.api.Entry
 
Entry(K, V) - Constructor for class org.redisson.api.Entry
 
Entry(StreamMessageId, Map<K, V>) - Constructor for class org.redisson.api.StreamInfo.Entry
 
EntryCreatedListener<K,V> - Interface in org.redisson.api.map.event
 
EntryEvent<K,V> - Class in org.redisson.api.map.event
 
EntryEvent() - Constructor for class org.redisson.api.map.event.EntryEvent
 
EntryEvent(RMapCache<K, V>, EntryEvent.Type, K, V, V) - Constructor for class org.redisson.api.map.event.EntryEvent
 
EntryEvent.Type - Enum Class in org.redisson.api.map.event
 
EntryExpiredListener<K,V> - Interface in org.redisson.api.map.event
 
entryIterator() - Method in interface org.redisson.api.RMapReactive
Returns iterator over map entries collection.
entryIterator() - Method in interface org.redisson.api.RMapRx
Returns iterator over map entries collection.
entryIterator() - Method in interface org.redisson.api.RScoredSortedSet
Returns an iterator over entries (value and its score) in this set.
entryIterator() - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns an iterator over entries (value and its score) in this set.
entryIterator() - Method in interface org.redisson.api.RScoredSortedSetRx
Returns an iterator over entries (value and its score) in this set.
entryIterator(int) - Method in interface org.redisson.api.RMapReactive
Returns iterator over map entries collection.
entryIterator(int) - Method in interface org.redisson.api.RMapRx
Returns iterator over map entries collection.
entryIterator(int) - Method in interface org.redisson.api.RScoredSortedSet
Returns an iterator over entries (value and its score) in this set.
entryIterator(int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns an iterator over entries (value and its score) in this set.
entryIterator(int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns an iterator over entries (value and its score) in this set.
entryIterator(String) - Method in interface org.redisson.api.RMapReactive
Returns iterator over map entries collection.
entryIterator(String) - Method in interface org.redisson.api.RMapRx
Returns iterator over map entries collection.
entryIterator(String) - Method in interface org.redisson.api.RScoredSortedSet
Returns an iterator over entries (value and its score) in this set.
entryIterator(String) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns an iterator over entries (value and its score) in this set.
entryIterator(String) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns an iterator over entries (value and its score) in this set.
entryIterator(String, int) - Method in interface org.redisson.api.RMapReactive
Returns iterator over map entries collection.
entryIterator(String, int) - Method in interface org.redisson.api.RMapRx
Returns iterator over map entries collection.
entryIterator(String, int) - Method in interface org.redisson.api.RScoredSortedSet
Returns an iterator over entries (value and its score) in this set.
entryIterator(String, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns an iterator over entries (value and its score) in this set.
entryIterator(String, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns an iterator over entries (value and its score) in this set.
entryRange(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSet
Returns all entries (value and its score) between startScore and endScore.
entryRange(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns all entries (value and its score) between startScore and endScore.
entryRange(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns all entries (value and its score) between startScore and endScore.
entryRange(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSet
Returns all entries (value and its score) between startScore and endScore.
entryRange(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns all entries (value and its score) between startScore and endScore.
entryRange(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns all entries (value and its score) between startScore and endScore.
entryRange(int, int) - Method in interface org.redisson.api.RScoredSortedSet
Returns entries (value and its score) by rank range.
entryRange(int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns entries (value and its score) by rank range.
entryRange(int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns entries (value and its score) by rank range.
entryRange(long, long) - Method in interface org.redisson.api.RTimeSeries
Returns ordered entries of this time-series collection within timestamp range.
entryRange(long, long) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns ordered entries of this time-series collection within timestamp range.
entryRange(long, long) - Method in interface org.redisson.api.RTimeSeriesRx
Returns ordered entries of this time-series collection within timestamp range.
entryRange(long, long, int) - Method in interface org.redisson.api.RTimeSeries
Returns ordered entries of this time-series collection within timestamp range.
entryRange(long, long, int) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns ordered entries of this time-series collection within timestamp range.
entryRange(long, long, int) - Method in interface org.redisson.api.RTimeSeriesRx
Returns ordered entries of this time-series collection within timestamp range.
entryRangeAsync(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns all entries (value and its score) between startScore and endScore.
entryRangeAsync(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns all entries (value and its score) between startScore and endScore.
entryRangeAsync(int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns entries (value and its score) by rank range.
entryRangeAsync(long, long) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns ordered entries of this time-series collection within timestamp range.
entryRangeAsync(long, long, int) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns ordered entries of this time-series collection within timestamp range.
entryRangeReversed(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSet
Returns all entries (value and its score) between startScore and endScore in reversed order.
entryRangeReversed(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns all entries (value and its score) between startScore and endScore in reversed order.
entryRangeReversed(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns all entries (value and its score) between startScore and endScore in reversed order.
entryRangeReversed(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSet
Returns all entries (value and its score) between startScore and endScore in reversed order.
entryRangeReversed(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns all entries (value and its score) between startScore and endScore in reversed order.
entryRangeReversed(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns all entries (value and its score) between startScore and endScore in reversed order.
entryRangeReversed(int, int) - Method in interface org.redisson.api.RScoredSortedSet
Returns entries (value and its score) by rank range in reverse order.
entryRangeReversed(int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns entries (value and its score) by rank range in reverse order.
entryRangeReversed(int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns entries (value and its score) by rank range in reverse order.
entryRangeReversed(long, long) - Method in interface org.redisson.api.RTimeSeries
Returns entries of this time-series collection in reverse order within timestamp range.
entryRangeReversed(long, long) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns entries of this time-series collection in reverse order within timestamp range.
entryRangeReversed(long, long) - Method in interface org.redisson.api.RTimeSeriesRx
Returns entries of this time-series collection in reverse order within timestamp range.
entryRangeReversed(long, long, int) - Method in interface org.redisson.api.RTimeSeries
Returns entries of this time-series collection in reverse order within timestamp range.
entryRangeReversed(long, long, int) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns entries of this time-series collection in reverse order within timestamp range.
entryRangeReversed(long, long, int) - Method in interface org.redisson.api.RTimeSeriesRx
Returns entries of this time-series collection in reverse order within timestamp range.
entryRangeReversedAsync(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns all entries (value and its score) between startScore and endScore in reversed order.
entryRangeReversedAsync(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns all entries (value and its score) between startScore and endScore in reversed order.
entryRangeReversedAsync(int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns entries (value and its score) by rank range in reverse order.
entryRangeReversedAsync(long, long) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns entries of this time-series collection in reverse order within timestamp range.
entryRangeReversedAsync(long, long, int) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns entries of this time-series collection in reverse order within timestamp range.
EntryRemovedListener<K,V> - Interface in org.redisson.api.map.event
 
entrySet() - Method in interface org.redisson.api.RMap
Returns map entries collection.
entrySet(int) - Method in interface org.redisson.api.RMap
Returns map entries collection.
entrySet(String) - Method in interface org.redisson.api.RMap
Returns map entries collection.
entrySet(String, int) - Method in interface org.redisson.api.RMap
Returns map entries collection.
EntryUpdatedListener<K,V> - Interface in org.redisson.api.map.event
 
envelope - Variable in class com.rabbitmq.client.RpcClient.Response
 
Envelope - Class in com.rabbitmq.client
Encapsulates a group of parameters used for AMQP's Basic methods
Envelope(long, boolean, String, String) - Constructor for class com.rabbitmq.client.Envelope
Construct an Envelope with the specified construction parameters
Environment - Class in com.rabbitmq.client.impl
Infers information about the execution environment, e.g.
Environment() - Constructor for class com.rabbitmq.client.impl.Environment
 
EnvUtils - Class in fr.codinbox.connector.commons.utils
Utility class for reading connector configuration from environment variables.
EnvUtils() - Constructor for class fr.codinbox.connector.commons.utils.EnvUtils
 
epochId(String) - Method in class org.apache.kafka.clients.admin.FenceProducersResult
Returns a future that provides the epoch ID generated while initializing the given transaction when the request completes.
EPOLL - Enum constant in enum class org.redisson.config.TransportMode
Use EPOLL transport.
epsilon(double) - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
epsilon(double) - Method in interface org.redisson.api.search.index.HNSWVectorOptionalArgs
Defines relative factor that sets the boundaries in which a range query may search for candidates
eq(String, Object) - Static method in class org.redisson.api.condition.Conditions
Returns "EQUALS" condition which restricts property by name to defined value
equals(Object) - Method in class com.rabbitmq.client.Address
 
equals(Object) - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
equals(Object) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
equals(Object) - Method in class com.rabbitmq.client.impl.nio.SocketChannelRegistration
 
equals(Object) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
equals(Object) - Method in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
equals(Object) - Method in class com.rabbitmq.client.impl.Version
 
equals(Object) - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
 
equals(Object) - Method in class org.apache.kafka.clients.admin.AlterConfigOp
 
equals(Object) - Method in class org.apache.kafka.clients.admin.ClientMetricsResourceListing
 
equals(Object) - Method in class org.apache.kafka.clients.admin.Config
 
equals(Object) - Method in class org.apache.kafka.clients.admin.ConfigEntry.ConfigSynonym
 
equals(Object) - Method in class org.apache.kafka.clients.admin.ConfigEntry
 
equals(Object) - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
 
equals(Object) - Method in class org.apache.kafka.clients.admin.ConsumerGroupListing
 
equals(Object) - Method in class org.apache.kafka.clients.admin.DescribeProducersOptions
 
equals(Object) - Method in class org.apache.kafka.clients.admin.FeatureMetadata
 
equals(Object) - Method in class org.apache.kafka.clients.admin.FeatureUpdate
 
equals(Object) - Method in class org.apache.kafka.clients.admin.FinalizedVersionRange
 
equals(Object) - Method in class org.apache.kafka.clients.admin.internals.AdminBootstrapAddresses
 
equals(Object) - Method in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy.BrokerKey
 
equals(Object) - Method in class org.apache.kafka.clients.admin.internals.CoordinatorKey
 
equals(Object) - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsSpec
 
equals(Object) - Method in class org.apache.kafka.clients.admin.ListTopicsOptions
 
equals(Object) - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
 
equals(Object) - Method in class org.apache.kafka.clients.admin.MemberAssignment
 
equals(Object) - Method in class org.apache.kafka.clients.admin.MemberDescription
 
equals(Object) - Method in class org.apache.kafka.clients.admin.MemberToRemove
 
equals(Object) - Method in class org.apache.kafka.clients.admin.NewTopic
 
equals(Object) - Method in class org.apache.kafka.clients.admin.ProducerState
 
equals(Object) - Method in class org.apache.kafka.clients.admin.QuorumInfo
 
equals(Object) - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
 
equals(Object) - Method in class org.apache.kafka.clients.admin.RecordsToDelete
 
equals(Object) - Method in class org.apache.kafka.clients.admin.ScramCredentialInfo
 
equals(Object) - Method in class org.apache.kafka.clients.admin.SupportedVersionRange
 
equals(Object) - Method in class org.apache.kafka.clients.admin.TopicDescription
 
equals(Object) - Method in class org.apache.kafka.clients.admin.TransactionDescription
 
equals(Object) - Method in class org.apache.kafka.clients.admin.TransactionListing
 
equals(Object) - Method in class org.apache.kafka.clients.admin.UserScramCredentialsDescription
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.Generation
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor.MemberInfo
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.AssignmentChangeApplicationEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.BackgroundEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.CommitApplicationEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.CompletableApplicationEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.CompletableBackgroundEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackCompletedEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackNeededEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.ErrorBackgroundEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.FetchCommittedOffsetsApplicationEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.GroupMetadataUpdateEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.ListOffsetsApplicationEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.PollApplicationEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.events.TopicMetadataApplicationEvent
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState.FetchPosition
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.OffsetAndMetadata
 
equals(Object) - Method in class org.apache.kafka.clients.consumer.OffsetAndTimestamp
 
equals(Object) - Method in class org.apache.kafka.clients.producer.ProducerRecord
 
equals(Object) - Method in class org.redisson.api.GeoPosition
 
equals(Object) - Method in class org.redisson.api.search.query.Document
 
equals(Object) - Method in class org.redisson.api.StreamMessageId
 
equals(Object) - Method in class org.redisson.api.TimeSeriesEntry
 
equals(Object) - Method in class org.redisson.client.ChannelName
 
equals(Object) - Method in class org.redisson.client.handler.PubSubKey
 
equals(Object) - Method in class org.redisson.client.protocol.RankedEntry
 
equals(Object) - Method in class org.redisson.client.protocol.ScoredEntry
 
equals(Object) - Method in class org.redisson.client.protocol.Time
 
error() - Method in class org.apache.kafka.clients.admin.LogDirDescription
Returns `ApiException` if the log directory is offline or an error occurred, otherwise returns null.
error() - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackCompletedEvent
 
error() - Method in class org.apache.kafka.clients.consumer.internals.events.ErrorBackgroundEvent
 
error() - Method in class org.apache.kafka.clients.producer.internals.TransactionalRequestResult
 
error(int) - Method in class org.apache.kafka.clients.producer.internals.ProduceRequestResult
The error thrown (generally on the server) while processing this request
ERROR - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.BackgroundEvent.Type
 
ErrorBackgroundEvent - Class in org.apache.kafka.clients.consumer.internals.events
 
ErrorBackgroundEvent(Throwable) - Constructor for class org.apache.kafka.clients.consumer.internals.events.ErrorBackgroundEvent
 
ErrorLoggingCallback - Class in org.apache.kafka.clients.producer.internals
 
ErrorLoggingCallback(String, byte[], byte[], boolean) - Constructor for class org.apache.kafka.clients.producer.internals.ErrorLoggingCallback
 
errorNext(RuntimeException) - Method in class org.apache.kafka.clients.producer.MockProducer
Complete the earliest uncompleted call with the given error.
ErrorOnWriteListener - Interface in com.rabbitmq.client.impl
Listener called when a connection gets an IO error trying to write on the socket.
errors() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupsResult
Returns a future which yields just the errors which occurred.
ErrorsLoggingHandler - Class in org.redisson.client.handler
 
ErrorsLoggingHandler() - Constructor for class org.redisson.client.handler.ErrorsLoggingHandler
 
estimatedSizeInBytes() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
eval(String, RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScript
Executes Lua script
eval(String, RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScriptReactive
Executes Lua script
eval(String, RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScriptRx
Executes Lua script
eval(RScript.Mode, String, RScript.ReturnType) - Method in interface org.redisson.api.RScript
Executes Lua script
eval(RScript.Mode, String, RScript.ReturnType) - Method in interface org.redisson.api.RScriptReactive
Executes Lua script
eval(RScript.Mode, String, RScript.ReturnType) - Method in interface org.redisson.api.RScriptRx
Executes Lua script
eval(RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScript
Executes Lua script
eval(RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScriptReactive
Executes Lua script
eval(RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScriptRx
Executes Lua script
EVAL_BOOLEAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_BOOLEAN_AMOUNT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_BOOLEAN_SAFE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_DOUBLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_FIRST_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_FIRST_LIST_ENTRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_INT_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_INTEGER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_LIST_ENTRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_LIST_REVERSE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_LONG_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_LONG_SAFE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_MAP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_MAP_ENTRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_MAP_KEY_SET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_MAP_VALUE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_MAP_VALUE_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_MAP_VALUE_SET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_NULL_BOOLEAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_OBJECT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_SCAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_SET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_STRING - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EVAL_VOID - Static variable in interface org.redisson.client.protocol.RedisCommands
 
evalAsync(String, RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScriptAsync
Executes Lua script
evalAsync(RScript.Mode, String, RScript.ReturnType) - Method in interface org.redisson.api.RScriptAsync
Executes Lua script
evalAsync(RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScriptAsync
Executes Lua script
evalSha(String, RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScript
Executes Lua script stored in Redis scripts cache by SHA-1 digest
evalSha(String, RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScriptReactive
Executes Lua script stored in Redis scripts cache by SHA-1 digest
evalSha(String, RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScriptRx
Executes Lua script stored in Redis scripts cache by SHA-1 digest
evalSha(RScript.Mode, String, RScript.ReturnType) - Method in interface org.redisson.api.RScript
Executes Lua script stored in Redis scripts cache by SHA-1 digest
evalSha(RScript.Mode, String, RScript.ReturnType) - Method in interface org.redisson.api.RScriptReactive
Executes Lua script stored in Redis scripts cache by SHA-1 digest
evalSha(RScript.Mode, String, RScript.ReturnType) - Method in interface org.redisson.api.RScriptRx
Executes Lua script stored in Redis scripts cache by SHA-1 digest
evalSha(RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScript
Executes Lua script stored in Redis scripts cache by SHA-1 digest
evalSha(RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScriptReactive
Executes Lua script stored in Redis scripts cache by SHA-1 digest
evalSha(RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScriptRx
Executes Lua script stored in Redis scripts cache by SHA-1 digest
evalShaAsync(String, RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScriptAsync
Executes Lua script stored in Redis scripts cache by SHA-1 digest
evalShaAsync(RScript.Mode, String, RScript.ReturnType) - Method in interface org.redisson.api.RScriptAsync
Executes Lua script stored in Redis scripts cache by SHA-1 digest
evalShaAsync(RScript.Mode, String, RScript.ReturnType, List<Object>, Object...) - Method in interface org.redisson.api.RScriptAsync
Executes Lua script stored in Redis scripts cache by SHA-1 digest
EventProcessor<T> - Class in org.apache.kafka.clients.consumer.internals.events
An EventProcessor is the means by which events produced by thread A are processed by thread B.
EventProcessor(LogContext, BlockingQueue<T>) - Constructor for class org.apache.kafka.clients.consumer.internals.events.EventProcessor
 
EventProcessor.ProcessHandler<T> - Interface in org.apache.kafka.clients.consumer.internals.events
 
evictConnection(Connection) - Method in class com.zaxxer.hikari.HikariDataSource
Evict a connection from the pool.
EvictionMode - Enum Class in org.redisson.api
 
evictionPolicy(LocalCachedMapOptions.EvictionPolicy) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Defines local cache eviction policy.
evictionPolicy(LocalCachedMapOptions.EvictionPolicy) - Method in interface org.redisson.api.options.LocalCachedMapOptions
Defines local cache eviction policy.
evictionPolicy(LocalCachedMapOptions.EvictionPolicy) - Method in class org.redisson.api.options.LocalCachedMapParams
Defines local cache eviction policy.
exception() - Method in class com.rabbitmq.client.impl.recovery.RetryContext
The exception that triggered the retry attempt.
exception() - Method in class org.apache.kafka.clients.admin.DeleteAclsResult.FilterResult
Return an exception if the ACL delete was not successful or null if it was.
exception() - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
Get the exception from a failed result (only available if the request failed)
exception() - Element in annotation interface org.jetbrains.annotations.NotNull
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.redisson.client.handler.ErrorsLoggingHandler
 
ExceptionHandler - Interface in com.rabbitmq.client
Interface to an exception-handling object.
exchange() - Method in class com.rabbitmq.client.impl.recovery.RetryContext
The to-be-recovered entity as an exchange.
exchange(String) - Method in class com.rabbitmq.client.AMQP.Basic.Deliver.Builder
 
exchange(String) - Method in class com.rabbitmq.client.AMQP.Basic.GetOk.Builder
 
exchange(String) - Method in class com.rabbitmq.client.AMQP.Basic.Publish.Builder
 
exchange(String) - Method in class com.rabbitmq.client.AMQP.Basic.Return.Builder
 
exchange(String) - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
exchange(String) - Method in class com.rabbitmq.client.AMQP.Exchange.Delete.Builder
 
exchange(String) - Method in class com.rabbitmq.client.AMQP.Queue.Bind.Builder
 
exchange(String) - Method in class com.rabbitmq.client.AMQP.Queue.Unbind.Builder
 
exchange(String) - Method in class com.rabbitmq.client.RpcClientParams
 
Exchange() - Constructor for class com.rabbitmq.client.AMQP.Exchange
 
Exchange() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange
 
exchangeBind(String, String, String) - Method in interface com.rabbitmq.client.Channel
Bind an exchange to an exchange, with no extra arguments.
exchangeBind(String, String, String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Bind an exchange to an exchange, with no extra arguments.
exchangeBind(String, String, String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeBind(String, String, String, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Bind an exchange to an exchange.
exchangeBind(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Bind an exchange to an exchange.
exchangeBind(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeBindNoWait(String, String, String, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Like Channel.exchangeBind(String, String, String, java.util.Map) but sets nowait parameter to true and returns void (as there will be no response from the server).
exchangeBindNoWait(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Like Channel.exchangeBind(String, String, String, java.util.Map) but sets nowait parameter to true and returns void (as there will be no response from the server).
exchangeBindNoWait(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDeclare(String, BuiltinExchangeType) - Method in interface com.rabbitmq.client.Channel
Actively declare a non-autodelete, non-durable exchange with no extra arguments
exchangeDeclare(String, BuiltinExchangeType) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Actively declare a non-autodelete, non-durable exchange with no extra arguments
exchangeDeclare(String, BuiltinExchangeType) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDeclare(String, BuiltinExchangeType, boolean) - Method in interface com.rabbitmq.client.Channel
Actively declare a non-autodelete exchange with no extra arguments
exchangeDeclare(String, BuiltinExchangeType, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Actively declare a non-autodelete exchange with no extra arguments
exchangeDeclare(String, BuiltinExchangeType, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDeclare(String, BuiltinExchangeType, boolean, boolean, boolean, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Declare an exchange, via an interface that allows the complete set of arguments.
exchangeDeclare(String, BuiltinExchangeType, boolean, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Declare an exchange, via an interface that allows the complete set of arguments.
exchangeDeclare(String, BuiltinExchangeType, boolean, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDeclare(String, BuiltinExchangeType, boolean, boolean, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Declare an exchange.
exchangeDeclare(String, BuiltinExchangeType, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Declare an exchange.
exchangeDeclare(String, BuiltinExchangeType, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDeclare(String, String) - Method in interface com.rabbitmq.client.Channel
Actively declare a non-autodelete, non-durable exchange with no extra arguments
exchangeDeclare(String, String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Actively declare a non-autodelete, non-durable exchange with no extra arguments
exchangeDeclare(String, String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDeclare(String, String, boolean) - Method in interface com.rabbitmq.client.Channel
Actively declare a non-autodelete exchange with no extra arguments
exchangeDeclare(String, String, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Actively declare a non-autodelete exchange with no extra arguments
exchangeDeclare(String, String, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDeclare(String, String, boolean, boolean, boolean, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Declare an exchange, via an interface that allows the complete set of arguments.
exchangeDeclare(String, String, boolean, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Declare an exchange, via an interface that allows the complete set of arguments.
exchangeDeclare(String, String, boolean, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDeclare(String, String, boolean, boolean, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Declare an exchange.
exchangeDeclare(String, String, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Declare an exchange.
exchangeDeclare(String, String, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDeclareNoWait(String, BuiltinExchangeType, boolean, boolean, boolean, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Like Channel.exchangeDeclare(String, String, boolean, boolean, java.util.Map) but sets nowait parameter to true and returns nothing (as there will be no response from the server).
exchangeDeclareNoWait(String, BuiltinExchangeType, boolean, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
 
exchangeDeclareNoWait(String, BuiltinExchangeType, boolean, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDeclareNoWait(String, String, boolean, boolean, boolean, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Like Channel.exchangeDeclare(String, String, boolean, boolean, java.util.Map) but sets nowait parameter to true and returns nothing (as there will be no response from the server).
exchangeDeclareNoWait(String, String, boolean, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
 
exchangeDeclareNoWait(String, String, boolean, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDeclarePassive(String) - Method in interface com.rabbitmq.client.Channel
Declare an exchange passively; that is, check if the named exchange exists.
exchangeDeclarePassive(String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Declare an exchange passively; that is, check if the named exchange exists.
exchangeDeclarePassive(String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDelete(String) - Method in interface com.rabbitmq.client.Channel
Delete an exchange, without regard for whether it is in use or not
exchangeDelete(String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Delete an exchange, without regard for whether it is in use or not
exchangeDelete(String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDelete(String, boolean) - Method in interface com.rabbitmq.client.Channel
Delete an exchange
exchangeDelete(String, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Delete an exchange
exchangeDelete(String, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeDeleteNoWait(String, boolean) - Method in interface com.rabbitmq.client.Channel
Like Channel.exchangeDelete(String, boolean) but sets nowait parameter to true and returns void (as there will be no response from the server).
exchangeDeleteNoWait(String, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Like Channel.exchangeDelete(String, boolean) but sets nowait parameter to true and returns void (as there will be no response from the server).
exchangeDeleteNoWait(String, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeRecoveryRetryCondition - Variable in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
exchangeRecoveryRetryCondition - Variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
exchangeRecoveryRetryCondition(BiPredicate<? super RecordedExchange, Exception>) - Method in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
exchangeRecoveryRetryOperation - Variable in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
exchangeRecoveryRetryOperation - Variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
exchangeRecoveryRetryOperation(DefaultRetryHandler.RetryOperation<?>) - Method in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
exchangeUnbind(String, String, String) - Method in interface com.rabbitmq.client.Channel
Unbind an exchange from an exchange, with no extra arguments.
exchangeUnbind(String, String, String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Unbind an exchange from an exchange, with no extra arguments.
exchangeUnbind(String, String, String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeUnbind(String, String, String, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Unbind an exchange from an exchange.
exchangeUnbind(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
exchangeUnbindNoWait(String, String, String, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Same as Channel.exchangeUnbind(String, String, String, java.util.Map) but sets no-wait parameter to true and returns nothing (as there will be no response from the server).
exchangeUnbindNoWait(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Same as Channel.exchangeUnbind(String, String, String, java.util.Map) but sets no-wait parameter to true and returns nothing (as there will be no response from the server).
exchangeUnbindNoWait(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
EXCLUDE_INTERNAL_TOPICS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
exclude.internal.topics
excludedTerms(String, String...) - Method in class org.redisson.api.search.SpellcheckOptions
Defines excludedTerms of a custom dictionary.
excludeQueueFromRecovery(String, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Exclude the queue from the list of queues to recover after connection failure.
exclusive() - Method in class com.rabbitmq.client.AMQP.Access.Request.Builder
 
exclusive() - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
exclusive() - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
exclusive(boolean) - Method in class com.rabbitmq.client.AMQP.Access.Request.Builder
 
exclusive(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
exclusive(boolean) - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
exclusive(boolean) - Method in class com.rabbitmq.client.impl.recovery.RecordedConsumer
 
exclusive(boolean) - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
EXEC - Static variable in interface org.redisson.client.protocol.RedisCommands
 
execute() - Method in interface org.redisson.api.mapreduce.RMapReduceExecutor
Executes MapReduce process across Redisson Nodes
execute() - Method in interface org.redisson.api.RBatch
Executes all operations accumulated during async methods invocations.
execute() - Method in interface org.redisson.api.RBatchReactive
Executes all operations accumulated during Reactive methods invocations Reactivehronously.
execute() - Method in interface org.redisson.api.RBatchRx
Executes all operations accumulated during Reactive methods invocations Reactivehronously.
execute(Runnable...) - Method in interface org.redisson.api.RExecutorService
Submits tasks batch for execution synchronously.
execute(String) - Method in interface org.redisson.api.mapreduce.RMapReduceExecutor
Executes MapReduce process across Redisson Nodes and stores result in map with resultMapName
execute(RCollator<KOut, VOut, R>) - Method in interface org.redisson.api.mapreduce.RMapReduceExecutor
Executes MapReduce process across Redisson Nodes and collides result using defined collator
executeAsync() - Method in interface org.redisson.api.mapreduce.RMapReduceExecutor
Executes MapReduce process across Redisson Nodes in asynchronous mode
executeAsync() - Method in interface org.redisson.api.RBatch
Executes all operations accumulated during async methods invocations asynchronously.
executeAsync(String) - Method in interface org.redisson.api.mapreduce.RMapReduceExecutor
Executes MapReduce process across Redisson Nodes in asynchronous mode and stores result in map with resultMapName
executeAsync(RCollator<KOut, VOut, R>) - Method in interface org.redisson.api.mapreduce.RMapReduceExecutor
Executes MapReduce process across Redisson Nodes in asynchronous mode and collides result using defined collator
executionMode(BatchOptions.ExecutionMode) - Method in class org.redisson.api.BatchOptions
Sets execution mode.
ExecutorOptions - Class in org.redisson.api
Deprecated.
ExecutorOptions - Interface in org.redisson.api.options
RExecutorService instance options
ExecutorParams - Class in org.redisson.api.options
 
EXISTS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
EXISTS_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ExMapOptions<T,K,V> - Interface in org.redisson.api.options
 
exnWrappingAsyncRpc(Method) - Method in class com.rabbitmq.client.impl.AMQChannel
 
exnWrappingRpc(Method) - Method in class com.rabbitmq.client.impl.AMQChannel
Placeholder until we address bug 15786 (implementing a proper exception hierarchy).
expander(String) - Method in class org.redisson.api.search.query.QueryOptions
 
expectAckWithin(long) - Method in class org.redisson.api.RemoteInvocationOptions
Defines ACK timeout
expectAckWithin(long, TimeUnit) - Method in class org.redisson.api.RemoteInvocationOptions
Defines ACK timeout
expectResultWithin(long) - Method in class org.redisson.api.RemoteInvocationOptions
Defines execution timeout
expectResultWithin(long, TimeUnit) - Method in class org.redisson.api.RemoteInvocationOptions
Defines execution timeout
expiration(String) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
expirationEventPolicy(LocalCachedMapOptions.ExpirationEventPolicy) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Defines how to listen expired event sent by Redis upon this instance deletion.
expirationEventPolicy(LocalCachedMapOptions.ExpirationEventPolicy) - Method in interface org.redisson.api.options.LocalCachedMapOptions
Defines how to listen expired event sent by Redis upon this instance deletion.
expirationEventPolicy(LocalCachedMapOptions.ExpirationEventPolicy) - Method in class org.redisson.api.options.LocalCachedMapParams
 
expire(long, TimeUnit) - Method in interface org.redisson.api.RExpirable
Deprecated.
expire(long, TimeUnit) - Method in interface org.redisson.api.RExpirableReactive
Deprecated.
expire(long, TimeUnit) - Method in interface org.redisson.api.RExpirableRx
Deprecated.
expire(String, long, TimeUnit) - Method in interface org.redisson.api.RKeys
Set a timeout for object.
expire(String, long, TimeUnit) - Method in interface org.redisson.api.RKeysReactive
Set a timeout for object.
expire(String, long, TimeUnit) - Method in interface org.redisson.api.RKeysRx
Set a timeout for object.
expire(Duration) - Method in interface org.redisson.api.RExpirable
Sets a timeout for this object.
expire(Duration) - Method in interface org.redisson.api.RExpirableReactive
Sets a timeout for this object.
expire(Duration) - Method in interface org.redisson.api.RExpirableRx
Sets a timeout for this object.
expire(Instant) - Method in interface org.redisson.api.RExpirable
Sets an expiration date for this object.
expire(Instant) - Method in interface org.redisson.api.RExpirableReactive
Set an expire date for object.
expire(Instant) - Method in interface org.redisson.api.RExpirableRx
Set an expire date for object.
expireAsync(long, TimeUnit) - Method in interface org.redisson.api.RExpirableAsync
Deprecated.
expireAsync(String, long, TimeUnit) - Method in interface org.redisson.api.RKeysAsync
Set a timeout for object.
expireAsync(Duration) - Method in interface org.redisson.api.RExpirableAsync
Set a timeout for object.
expireAsync(Instant) - Method in interface org.redisson.api.RExpirableAsync
Set an expire date for object.
expireAt(long) - Method in interface org.redisson.api.RExpirable
Deprecated.
expireAt(long) - Method in interface org.redisson.api.RExpirableReactive
Deprecated.
expireAt(long) - Method in interface org.redisson.api.RExpirableRx
Deprecated.
expireAt(String, long) - Method in interface org.redisson.api.RKeys
Set an expire date for object.
expireAt(String, long) - Method in interface org.redisson.api.RKeysReactive
Set an expire date for object.
expireAt(String, long) - Method in interface org.redisson.api.RKeysRx
Set an expire date for object.
expireAt(Date) - Method in interface org.redisson.api.RExpirable
Deprecated.
expireAt(Date) - Method in interface org.redisson.api.RExpirableReactive
Deprecated.
expireAt(Date) - Method in interface org.redisson.api.RExpirableRx
Deprecated.
expireAtAsync(long) - Method in interface org.redisson.api.RExpirableAsync
Deprecated.
expireAtAsync(String, long) - Method in interface org.redisson.api.RKeysAsync
Set an expire date for object.
expireAtAsync(Date) - Method in interface org.redisson.api.RExpirableAsync
Deprecated.
EXPIRED - Enum constant in enum class org.redisson.api.map.event.EntryEvent.Type
 
expiredBatches(long) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
Get a list of batches which have been sitting in the accumulator too long and need to be expired.
expireDelegationToken(byte[]) - Method in interface org.apache.kafka.clients.admin.Admin
Expire a Delegation Token.
expireDelegationToken(byte[], ExpireDelegationTokenOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Expire a Delegation Token.
expireDelegationToken(byte[], ExpireDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
expireDelegationToken(byte[], ExpireDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
ExpireDelegationTokenOptions - Class in org.apache.kafka.clients.admin
ExpireDelegationTokenOptions() - Constructor for class org.apache.kafka.clients.admin.ExpireDelegationTokenOptions
 
ExpireDelegationTokenResult - Class in org.apache.kafka.clients.admin
ExpiredObjectListener - Interface in org.redisson.api
Redisson Object Event listener for expired event published by Redis.
expireEntries(Set<K>, Duration, Duration) - Method in interface org.redisson.api.RMapCache
Updates time to live and max idle time of specified entries by keys.
expireEntries(Set<K>, Duration, Duration) - Method in interface org.redisson.api.RMapCacheReactive
Updates time to live and max idle time of specified entries by keys.
expireEntries(Set<K>, Duration, Duration) - Method in interface org.redisson.api.RMapCacheRx
Updates time to live and max idle time of specified entries by keys.
expireEntriesAsync(Set<K>, Duration, Duration) - Method in interface org.redisson.api.RMapCacheAsync
Updates time to live and max idle time of specified entries by keys.
expireEntriesIfNotSet(Set<K>, Duration, Duration) - Method in interface org.redisson.api.RMapCache
Sets time to live and max idle time of specified entries by keys.
expireEntriesIfNotSet(Set<K>, Duration, Duration) - Method in interface org.redisson.api.RMapCacheReactive
Sets time to live and max idle time of specified entries by keys.
expireEntriesIfNotSet(Set<K>, Duration, Duration) - Method in interface org.redisson.api.RMapCacheRx
Sets time to live and max idle time of specified entries by keys.
expireEntry(K, Duration, Duration) - Method in interface org.redisson.api.RMapCache
Updates time to live and max idle time of specified entry by key.
expireEntry(K, Duration, Duration) - Method in interface org.redisson.api.RMapCacheReactive
Updates time to live and max idle time of specified entry by key.
expireEntry(K, Duration, Duration) - Method in interface org.redisson.api.RMapCacheRx
Updates time to live and max idle time of specified entry by key.
expireEntryAsync(K, Duration, Duration) - Method in interface org.redisson.api.RMapCacheAsync
Updates time to live and max idle time of specified entry by key.
expireEntryIfNotSet(K, Duration, Duration) - Method in interface org.redisson.api.RMapCache
Sets time to live and max idle time of specified entry by key.
expireEntryIfNotSet(K, Duration, Duration) - Method in interface org.redisson.api.RMapCacheReactive
Sets time to live and max idle time of specified entry by key.
expireEntryIfNotSet(K, Duration, Duration) - Method in interface org.redisson.api.RMapCacheRx
Sets time to live and max idle time of specified entry by key.
expireIfGreater(Duration) - Method in interface org.redisson.api.RExpirable
Sets a timeout for this object only if it's greater than timeout set before.
expireIfGreater(Duration) - Method in interface org.redisson.api.RExpirableReactive
Sets a timeout for this object only if it's greater than timeout set before.
expireIfGreater(Duration) - Method in interface org.redisson.api.RExpirableRx
Sets a timeout for this object only if it's greater than timeout set before.
expireIfGreater(Instant) - Method in interface org.redisson.api.RExpirable
Sets an expiration date for this object only if it's greater than expiration date set before.
expireIfGreater(Instant) - Method in interface org.redisson.api.RExpirableReactive
Sets an expiration date for this object only if it's greater than expiration date set before.
expireIfGreater(Instant) - Method in interface org.redisson.api.RExpirableRx
Sets an expiration date for this object only if it's greater than expiration date set before.
expireIfGreaterAsync(Duration) - Method in interface org.redisson.api.RExpirableAsync
Sets a timeout for this object only if it's greater than timeout set before.
expireIfGreaterAsync(Instant) - Method in interface org.redisson.api.RExpirableAsync
Sets an expiration date for this object only if it's greater than expiration date set before.
expireIfLess(Duration) - Method in interface org.redisson.api.RExpirable
Sets a timeout for this object only if it's less than timeout set before.
expireIfLess(Duration) - Method in interface org.redisson.api.RExpirableReactive
Sets a timeout for this object only if it's less than timeout set before.
expireIfLess(Duration) - Method in interface org.redisson.api.RExpirableRx
Sets a timeout for this object only if it's less than timeout set before.
expireIfLess(Instant) - Method in interface org.redisson.api.RExpirable
Sets an expiration date for this object only if it's less than expiration date set before.
expireIfLess(Instant) - Method in interface org.redisson.api.RExpirableReactive
Sets an expiration date for this object only if it's less than expiration date set before.
expireIfLess(Instant) - Method in interface org.redisson.api.RExpirableRx
Sets an expiration date for this object only if it's less than expiration date set before.
expireIfLessAsync(Duration) - Method in interface org.redisson.api.RExpirableAsync
Sets a timeout for this object only if it's less than timeout set before.
expireIfLessAsync(Instant) - Method in interface org.redisson.api.RExpirableAsync
Sets an expiration date for this object only if it's less than expiration date set before.
expireIfNotSet(Duration) - Method in interface org.redisson.api.RExpirable
Sets a timeout for this object only if it hasn't been set before.
expireIfNotSet(Duration) - Method in interface org.redisson.api.RExpirableReactive
Sets a timeout for this object only if it hasn't been set before.
expireIfNotSet(Duration) - Method in interface org.redisson.api.RExpirableRx
Sets a timeout for this object only if it hasn't been set before.
expireIfNotSet(Instant) - Method in interface org.redisson.api.RExpirable
Sets an expiration date for this object only if it hasn't been set before.
expireIfNotSet(Instant) - Method in interface org.redisson.api.RExpirableReactive
Sets an expiration date for this object only if it hasn't been set before.
expireIfNotSet(Instant) - Method in interface org.redisson.api.RExpirableRx
Sets an expiration date for this object only if it hasn't been set before.
expireIfNotSetAsync(Duration) - Method in interface org.redisson.api.RExpirableAsync
Sets a timeout for this object only if it hasn't been set before.
expireIfNotSetAsync(Instant) - Method in interface org.redisson.api.RExpirableAsync
Sets an expiration date for this object only if it hasn't been set before.
expireIfSet(Duration) - Method in interface org.redisson.api.RExpirable
Sets a timeout for this object only if it has been already set.
expireIfSet(Duration) - Method in interface org.redisson.api.RExpirableReactive
Sets a timeout for this object only if it has been already set.
expireIfSet(Duration) - Method in interface org.redisson.api.RExpirableRx
Sets a timeout for this object only if it has been already set.
expireIfSet(Instant) - Method in interface org.redisson.api.RExpirable
Sets an expiration date for this object only if it has been already set.
expireIfSet(Instant) - Method in interface org.redisson.api.RExpirableReactive
Sets an expiration date for this object only if it has been already set.
expireIfSet(Instant) - Method in interface org.redisson.api.RExpirableRx
Sets an expiration date for this object only if it has been already set.
expireIfSetAsync(Duration) - Method in interface org.redisson.api.RExpirableAsync
Sets a timeout for this object only if it has been already set.
expireIfSetAsync(Instant) - Method in interface org.redisson.api.RExpirableAsync
Sets an expiration date for this object only if it has been already set.
expireKey(K, long, TimeUnit) - Method in interface org.redisson.api.RMultimapCache
Set a timeout for key.
expireKey(K, long, TimeUnit) - Method in interface org.redisson.api.RMultimapCacheReactive
Set a timeout for key.
expireKey(K, long, TimeUnit) - Method in interface org.redisson.api.RMultimapCacheRx
Set a timeout for key.
expireKeyAsync(K, long, TimeUnit) - Method in interface org.redisson.api.RMultimapCacheAsync
Set a timeout for key in async mode.
expiryTimePeriodMs() - Method in class org.apache.kafka.clients.admin.ExpireDelegationTokenOptions
 
expiryTimePeriodMs(long) - Method in class org.apache.kafka.clients.admin.ExpireDelegationTokenOptions
 
expiryTimestamp() - Method in class org.apache.kafka.clients.admin.ExpireDelegationTokenResult
Returns a future which yields expiry timestamp
expiryTimestamp() - Method in class org.apache.kafka.clients.admin.RenewDelegationTokenResult
Returns a future which yields expiry timestamp
explainScore(boolean) - Method in class org.redisson.api.search.query.QueryOptions
 
ExponentialBackOff() - Constructor for class org.redisson.api.LockOptions.ExponentialBackOff
 
ExponentialBackoffDelayHandler() - Constructor for class com.rabbitmq.client.RecoveryDelayHandler.ExponentialBackoffDelayHandler
Default Constructor.
ExponentialBackoffDelayHandler(List<Long>) - Constructor for class com.rabbitmq.client.RecoveryDelayHandler.ExponentialBackoffDelayHandler
Constructor for passing your own backoff sequence
Expression - Class in org.redisson.api.search.aggregate
Expression that is applied on properties
Expression(String, String) - Constructor for class org.redisson.api.search.aggregate.Expression
 
extensionPrettyPrint(String, byte[], X509Certificate) - Static method in class com.rabbitmq.client.impl.TlsUtils
Human-readable representation of an X509 certificate extension.
EXTERNAL - Static variable in class com.rabbitmq.client.DefaultSaslConfig
 
ExternalMechanism - Class in com.rabbitmq.client.impl
The EXTERNAL auth mechanism
ExternalMechanism() - Constructor for class com.rabbitmq.client.impl.ExternalMechanism
 
extractResponseBody(InputStream) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
extractTopicPartition(ProducerRecord<K, V>) - Static method in class org.apache.kafka.clients.producer.internals.ProducerInterceptors
 

F

fail(RuntimeException) - Method in class org.apache.kafka.clients.producer.internals.TransactionalRequestResult
 
failed() - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
Check if the request failed.
failed(K, Throwable) - Static method in class org.apache.kafka.clients.admin.internals.AdminApiHandler.ApiResult
 
FailedCommandsDetector - Class in org.redisson.client
Detects failed Redis node if it has certain amount of command execution errors failedCommandsLimit in checkInterval time interval.
FailedCommandsDetector(long, int) - Constructor for class org.redisson.client.FailedCommandsDetector
 
FailedCommandsTimeoutDetector - Class in org.redisson.client
Detects failed Redis node if it has certain amount of command execution timeout errors failedCommandsLimit in checkInterval time interval.
FailedCommandsTimeoutDetector(long, int) - Constructor for class org.redisson.client.FailedCommandsTimeoutDetector
 
FailedConnectionDetector - Class in org.redisson.client
Detects failed Redis node if it has ongoing connection errors in checkInterval time interval.
FailedConnectionDetector() - Constructor for class org.redisson.client.FailedConnectionDetector
 
FailedConnectionDetector(long) - Constructor for class org.redisson.client.FailedConnectionDetector
 
failedKeys - Variable in class org.apache.kafka.clients.admin.internals.AdminApiHandler.ApiResult
 
failedKeys - Variable in class org.apache.kafka.clients.admin.internals.AdminApiLookupStrategy.LookupResult
 
FailedNodeDetector - Interface in org.redisson.client
Detects failed Redis node depending on FailedNodeDetector.isNodeFailed() method implementation.
failover(String) - Method in interface org.redisson.api.redisnode.RedisSentinel
Starts failover process for defined Redis master
failoverAsync(String) - Method in interface org.redisson.api.redisnode.RedisSentinelAsync
Starts failover process for defined Redis master
failure(RuntimeException) - Static method in class org.apache.kafka.clients.consumer.internals.RequestFuture
 
FANOUT - Enum constant in enum class com.rabbitmq.client.BuiltinExchangeType
 
fastAutoClaim(String, String, long, TimeUnit, StreamMessageId, int) - Method in interface org.redisson.api.RStream
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages and startId are greater than defined value.
fastAutoClaim(String, String, long, TimeUnit, StreamMessageId, int) - Method in interface org.redisson.api.RStreamReactive
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages and startId are greater than defined value.
fastAutoClaim(String, String, long, TimeUnit, StreamMessageId, int) - Method in interface org.redisson.api.RStreamRx
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages and startId are greater than defined value.
fastAutoClaimAsync(String, String, long, TimeUnit, StreamMessageId, int) - Method in interface org.redisson.api.RStreamAsync
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages and startId are greater than defined value.
FastAutoClaimDecoder - Class in org.redisson.client.protocol.decoder
 
FastAutoClaimDecoder() - Constructor for class org.redisson.client.protocol.decoder.FastAutoClaimDecoder
 
FastAutoClaimResult - Class in org.redisson.api
Result object for autoClaim request.
FastAutoClaimResult() - Constructor for class org.redisson.api.FastAutoClaimResult
 
FastAutoClaimResult(StreamMessageId, List<StreamMessageId>) - Constructor for class org.redisson.api.FastAutoClaimResult
 
fastClaim(String, String, long, TimeUnit, StreamMessageId...) - Method in interface org.redisson.api.RStream
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages is greater than defined value.
fastClaimAsync(String, String, long, TimeUnit, StreamMessageId...) - Method in interface org.redisson.api.RStreamAsync
Transfers ownership of pending messages by id to a new consumer by name if idle time of messages is greater than defined value.
fastPut(K, V) - Method in interface org.redisson.api.RMap
Stores the specified value mapped by specified key.
fastPut(K, V) - Method in interface org.redisson.api.RMapReactive
Stores the specified value mapped by specified key.
fastPut(K, V) - Method in interface org.redisson.api.RMapRx
Stores the specified value mapped by specified key.
fastPut(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
Stores value mapped by key with specified time to live.
fastPut(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheReactive
Stores value mapped by key with specified time to live.
fastPut(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheRx
Stores value mapped by key with specified time to live.
fastPut(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
Stores value mapped by key with specified time to live and max idle time.
fastPut(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheReactive
Stores value mapped by key with specified time to live and max idle time.
fastPut(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheRx
Stores value mapped by key with specified time to live and max idle time.
fastPutAsync(K, V) - Method in interface org.redisson.api.RMapAsync
Stores the specified value mapped by specified key.
fastPutAsync(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheAsync
Stores value mapped by key with specified time to live.
fastPutAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheAsync
Stores value mapped by key with specified time to live and max idle time.
fastPutIfAbsent(K, V) - Method in interface org.redisson.api.RMap
Stores the specified value mapped by specified key only if there is no value with specifiedkey stored before.
fastPutIfAbsent(K, V) - Method in interface org.redisson.api.RMapReactive
Stores the specified value mapped by specified key only if there is no value with specifiedkey stored before.
fastPutIfAbsent(K, V) - Method in interface org.redisson.api.RMapRx
Stores the specified value mapped by specified key only if there is no value with specifiedkey stored before.
fastPutIfAbsent(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
If the specified key is not already associated with a value, associate it with the given value.
fastPutIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
If the specified key is not already associated with a value, associate it with the given value.
fastPutIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheReactive
If the specified key is not already associated with a value, associate it with the given value.
fastPutIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheRx
If the specified key is not already associated with a value, associate it with the given value.
fastPutIfAbsentAsync(K, V) - Method in interface org.redisson.api.RMapAsync
Stores the specified value mapped by specified key only if there is no value with specifiedkey stored before.
fastPutIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheAsync
If the specified key is not already associated with a value, associate it with the given value.
fastPutIfExists(K, V) - Method in interface org.redisson.api.RMap
Stores the specified value mapped by key only if mapping already exists.
fastPutIfExists(K, V) - Method in interface org.redisson.api.RMapReactive
Stores the specified value mapped by key only if mapping already exists.
fastPutIfExists(K, V) - Method in interface org.redisson.api.RMapRx
Stores the specified value mapped by key only if mapping already exists.
fastPutIfExistsAsync(K, V) - Method in interface org.redisson.api.RMapAsync
Stores the specified value mapped by key only if mapping already exists.
fastRemove(int) - Method in interface org.redisson.api.RList
Remove object by specified index
fastRemove(int) - Method in interface org.redisson.api.RListReactive
Remove object by specified index
fastRemove(int) - Method in interface org.redisson.api.RListRx
Remove object by specified index
fastRemove(K...) - Method in interface org.redisson.api.RMap
Removes map entries mapped by specified keys.
fastRemove(K...) - Method in interface org.redisson.api.RMapReactive
Removes map entries mapped by specified keys.
fastRemove(K...) - Method in interface org.redisson.api.RMapRx
Removes map entries mapped by specified keys.
fastRemove(K...) - Method in interface org.redisson.api.RMultimap
Removes keys from map by one operation Works faster than RMultimap.remove but not returning the value associated with key
fastRemove(K...) - Method in interface org.redisson.api.RMultimapReactive
Removes keys from map by one operation Works faster than RMultimap.remove but not returning the value associated with key
fastRemove(K...) - Method in interface org.redisson.api.RMultimapRx
Removes keys from map by one operation Works faster than RMultimap.remove but not returning the value associated with key
fastRemoveAsync(int) - Method in interface org.redisson.api.RListAsync
Removes element at index.
fastRemoveAsync(K...) - Method in interface org.redisson.api.RMapAsync
Removes map entries mapped by specified keys.
fastRemoveAsync(K...) - Method in interface org.redisson.api.RMultimapAsync
Removes keys from map by one operation Works faster than RMultimap.remove but not returning the value associated with key
fastRemoveValue(V...) - Method in interface org.redisson.api.RMultimap
Removes values from map by one operation
fastRemoveValue(V...) - Method in interface org.redisson.api.RMultimapReactive
Removes values from map by one operation
fastRemoveValue(V...) - Method in interface org.redisson.api.RMultimapRx
Removes values from map by one operation
fastRemoveValueAsync(V...) - Method in interface org.redisson.api.RMultimapAsync
Removes values from map by one operation
fastReplace(K, V) - Method in interface org.redisson.api.RMap
Replaces previous value with a new value mapped by specified key.
fastReplaceAsync(K, V) - Method in interface org.redisson.api.RMapAsync
Replaces previous value with a new value mapped by specified key.
fastSet(int, V) - Method in interface org.redisson.api.RList
Set element at index.
fastSet(int, V) - Method in interface org.redisson.api.RListReactive
Set element at index.
fastSet(int, V) - Method in interface org.redisson.api.RListRx
Set element at index.
fastSetAsync(int, V) - Method in interface org.redisson.api.RListAsync
Set element at index.
FATAL - Enum constant in enum class org.apache.kafka.clients.consumer.internals.MemberState
The member failed with an unrecoverable error received in a heartbeat response.
fatalError(KafkaException) - Method in class org.apache.kafka.clients.producer.internals.ProducerMetadata
 
FCALL_BOOLEAN_SAFE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FCALL_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FCALL_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FCALL_MAP_VALUE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FCALL_MAP_VALUE_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FCALL_OBJECT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FCALL_STRING - Static variable in interface org.redisson.client.protocol.RedisCommands
 
featureMetadata() - Method in class org.apache.kafka.clients.admin.DescribeFeaturesResult
 
FeatureMetadata - Class in org.apache.kafka.clients.admin
Encapsulates details about finalized as well as supported features.
FeatureUpdate - Class in org.apache.kafka.clients.admin
Encapsulates details about an update to a finalized feature.
FeatureUpdate(short, boolean) - Constructor for class org.apache.kafka.clients.admin.FeatureUpdate
Deprecated.
FeatureUpdate(short, FeatureUpdate.UpgradeType) - Constructor for class org.apache.kafka.clients.admin.FeatureUpdate
 
FeatureUpdate.UpgradeType - Enum Class in org.apache.kafka.clients.admin
 
FEET - Enum constant in enum class org.redisson.api.GeoUnit
 
FENCED - Enum constant in enum class org.apache.kafka.clients.consumer.internals.MemberState
Member transitions to this state when it receives a Errors.UNKNOWN_MEMBER_ID or Errors.FENCED_MEMBER_EPOCH error from the broker, indicating that it has been left out of the group.
fencedProducers() - Method in class org.apache.kafka.clients.admin.FenceProducersResult
Return a map from transactional ID to futures which can be used to check the status of individual fencings.
fenceProducer() - Method in class org.apache.kafka.clients.producer.MockProducer
 
fenceProducers(Collection<String>) - Method in interface org.apache.kafka.clients.admin.Admin
Fence out all active producers that use any of the provided transactional IDs, with the default options.
fenceProducers(Collection<String>, FenceProducersOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Fence out all active producers that use any of the provided transactional IDs.
fenceProducers(Collection<String>, FenceProducersOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
fenceProducers(Collection<String>, FenceProducersOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
FenceProducersHandler - Class in org.apache.kafka.clients.admin.internals
 
FenceProducersHandler(LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.FenceProducersHandler
 
FenceProducersOptions - Class in org.apache.kafka.clients.admin
Options for Admin.fenceProducers(Collection, FenceProducersOptions) The API of this class is evolving.
FenceProducersOptions() - Constructor for class org.apache.kafka.clients.admin.FenceProducersOptions
 
FenceProducersResult - Class in org.apache.kafka.clients.admin
The result of the Admin.fenceProducers(Collection) call.
Fetch<K,V> - Class in org.apache.kafka.clients.consumer.internals
 
FETCH_COMMITTED_OFFSETS - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
FETCH_MAX_BYTES_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
fetch.max.bytes
FETCH_MAX_WAIT_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
fetch.max.wait.ms
FETCH_MIN_BYTES_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
fetch.min.bytes
fetchablePartitions(Predicate<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
fetchBuffer - Variable in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
FetchBuffer - Class in org.apache.kafka.clients.consumer.internals
FetchBuffer buffers up the results from the broker responses as they are received.
FetchBuffer(LogContext) - Constructor for class org.apache.kafka.clients.consumer.internals.FetchBuffer
 
FetchCollector<K,V> - Class in org.apache.kafka.clients.consumer.internals
FetchCollector operates at the RecordBatch level, as that is what is stored in the FetchBuffer.
FetchCollector(LogContext, ConsumerMetadata, SubscriptionState, FetchConfig, Deserializers<K, V>, FetchMetricsManager, Time) - Constructor for class org.apache.kafka.clients.consumer.internals.FetchCollector
 
fetchCommittedOffsets(Set<TopicPartition>, Timer) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
Fetch the current committed offsets from the coordinator for a set of partitions.
FetchCommittedOffsetsApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
 
FetchCommittedOffsetsApplicationEvent(Set<TopicPartition>, long) - Constructor for class org.apache.kafka.clients.consumer.internals.events.FetchCommittedOffsetsApplicationEvent
 
fetchConfig - Variable in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
FetchConfig - Class in org.apache.kafka.clients.consumer.internals
FetchConfig represents the static configuration for fetching records from Kafka.
FetchConfig(int, int, int, int, int, boolean, String, IsolationLevel) - Constructor for class org.apache.kafka.clients.consumer.internals.FetchConfig
Constructs a new FetchConfig using explicitly provided values.
FetchConfig(ConsumerConfig) - Constructor for class org.apache.kafka.clients.consumer.internals.FetchConfig
Fetcher<K,V> - Class in org.apache.kafka.clients.consumer.internals
This class manages the fetching process with the brokers.
Fetcher(LogContext, ConsumerNetworkClient, ConsumerMetadata, SubscriptionState, FetchConfig, Deserializers<K, V>, FetchMetricsManager, Time, ApiVersions) - Constructor for class org.apache.kafka.clients.consumer.internals.Fetcher
 
fetcherMetrics - Variable in class org.apache.kafka.clients.consumer.internals.ConsumerMetrics
 
fetchLatencyAvg - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
fetchLatencyMax - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
FetchMetricsManager - Class in org.apache.kafka.clients.consumer.internals
The FetchMetricsManager class provides wrapper methods to record lag, lead, latency, and fetch metrics.
FetchMetricsManager(Metrics, FetchMetricsRegistry) - Constructor for class org.apache.kafka.clients.consumer.internals.FetchMetricsManager
 
FetchMetricsRegistry - Class in org.apache.kafka.clients.consumer.internals
 
FetchMetricsRegistry() - Constructor for class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
FetchMetricsRegistry(String) - Constructor for class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
FetchMetricsRegistry(Set<String>, String) - Constructor for class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
fetchNodes() - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager.AdminMetadataUpdater
 
fetchOffsets(Map<TopicPartition, Long>, boolean) - Method in class org.apache.kafka.clients.consumer.internals.OffsetsRequestManager
Retrieve offsets for the given partitions and timestamp.
fetchPosition - Variable in class org.apache.kafka.clients.consumer.internals.SubscriptionState.LogTruncation
 
FetchPosition(long, Optional<Integer>, Metadata.LeaderAndEpoch) - Constructor for class org.apache.kafka.clients.consumer.internals.SubscriptionState.FetchPosition
 
fetchRequestManager - Variable in class org.apache.kafka.clients.consumer.internals.RequestManagers
 
FetchRequestManager - Class in org.apache.kafka.clients.consumer.internals
FetchRequestManager is responsible for generating FetchRequest that represent the SubscriptionState.fetchablePartitions(Predicate) based on the user's topic subscription/partition assignment.
fetchRequestRate - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
fetchRequestTotal - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
fetchSize - Variable in class org.apache.kafka.clients.consumer.internals.FetchConfig
 
fetchSizeAvg - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
fetchSizeMax - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
fetchThrottleTimeAvg - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
fetchThrottleTimeMax - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
FetchUtils - Class in org.apache.kafka.clients.consumer.internals
FetchUtils provides a place for disparate parts of the fetch logic to live.
FetchUtils() - Constructor for class org.apache.kafka.clients.consumer.internals.FetchUtils
 
FieldIndex - Interface in org.redisson.api.search.index
fieldNames(String...) - Static method in interface org.redisson.api.search.aggregate.GroupBy
Defines field names used to group.
fields(List<String>) - Method in class org.redisson.api.search.query.HighlightOptions
 
fields(List<String>) - Method in class org.redisson.api.search.query.SummarizeOptions
 
fieldTransformation() - Element in annotation interface org.redisson.api.annotation.REntity
(Optional) Live Object field transformation.
FileUtils - Class in fr.codinbox.connector.commons.utils
File-related utility methods.
FileUtils() - Constructor for class fr.codinbox.connector.commons.utils.FileUtils
 
filter(String) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
filter(String) - Method in class org.redisson.api.search.index.IndexOptions
 
filterBinding(RecordedBinding) - Method in interface com.rabbitmq.client.impl.recovery.TopologyRecoveryFilter
Decides whether a binding is recovered or not.
filterConsumer(RecordedConsumer) - Method in interface com.rabbitmq.client.impl.recovery.TopologyRecoveryFilter
Decides whether a consumer is recovered or not.
filteredProducerIds() - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
Returns the set of producerIds that are being filtered or empty if none have been specified.
filteredStates() - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
Returns the set of states to be filtered or empty if no states have been specified.
filterExchange(RecordedExchange) - Method in interface com.rabbitmq.client.impl.recovery.TopologyRecoveryFilter
Decides whether an exchange is recovered or not.
filterProducerIds(Collection<Long>) - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
Filter only the transactions from producers in a specific set of producerIds.
filterQueue(RecordedQueue) - Method in interface com.rabbitmq.client.impl.recovery.TopologyRecoveryFilter
Decides whether a queue is recovered or not.
filters(QueryFilter...) - Method in class org.redisson.api.search.query.QueryOptions
 
filterStates(Collection<TransactionState>) - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
Filter only the transactions that are in a specific set of states.
finalizedFeatures() - Method in class org.apache.kafka.clients.admin.FeatureMetadata
Returns a map of finalized feature versions.
finalizedFeaturesEpoch() - Method in class org.apache.kafka.clients.admin.FeatureMetadata
The epoch for the finalized features.
FinalizedVersionRange - Class in org.apache.kafka.clients.admin
Represents a range of version levels supported by every broker in a cluster for some feature.
FinalizedVersionRange(short, short) - Constructor for class org.apache.kafka.clients.admin.FinalizedVersionRange
Raises an exception unless the following condition is met: minVersionLevel >= 1 and maxVersionLevel >= 1 and maxVersionLevel >= minVersionLevel.
finalState() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
find(Class<T>, Condition) - Method in interface org.redisson.api.RLiveObjectService
Finds the entities matches specified condition.
findBuckets(String) - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
findIds(Class<?>) - Method in interface org.redisson.api.RLiveObjectService
Returns iterator for all entry ids by specified entityClass.
findIds(Class<?>, int) - Method in interface org.redisson.api.RLiveObjectService
Returns iterator for all entry ids by specified entityClass.
finishPresence() - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyReader
 
finishPresence() - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
 
finishWorkBlock(K) - Method in class com.rabbitmq.client.impl.WorkPool
Set client no longer in progress.
fireConnected() - Method in class org.redisson.client.RedisConnection
 
fireDisconnected() - Method in class org.redisson.client.RedisConnection
 
fireDisconnected() - Method in class org.redisson.client.RedisPubSubConnection
 
first() - Method in interface org.redisson.api.RScoredSortedSet
Returns the head element or null if this sorted set is empty.
first() - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns the head element or null if this sorted set is empty.
first() - Method in interface org.redisson.api.RScoredSortedSetRx
Returns the head element or null if this sorted set is empty.
first() - Method in interface org.redisson.api.RTimeSeries
Returns the head element or null if this time-series collection is empty.
first() - Method in interface org.redisson.api.RTimeSeriesReactive
Returns the head element or null if this time-series collection is empty.
first() - Method in interface org.redisson.api.RTimeSeriesRx
Returns the head element or null if this time-series collection is empty.
first(int) - Method in interface org.redisson.api.RTimeSeries
Returns the head elements of this time-series collection.
first(int) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns the head elements of this time-series collection.
first(int) - Method in interface org.redisson.api.RTimeSeriesRx
Returns the head elements of this time-series collection.
firstAsync() - Method in interface org.redisson.api.RLexSortedSetAsync
Returns the first element.
firstAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns the head element or null if this sorted set is empty.
firstAsync() - Method in interface org.redisson.api.RTimeSeriesAsync
Returns the head element or null if this time-series collection is empty.
firstAsync(int) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns the head elements of this time-series collection.
firstEntries(int) - Method in interface org.redisson.api.RTimeSeries
Returns the head entries of this time-series collection.
firstEntries(int) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns the head entries of this time-series collection.
firstEntries(int) - Method in interface org.redisson.api.RTimeSeriesRx
Returns the head entries of this time-series collection.
firstEntriesAsync(int) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns the head entries of this time-series collection.
firstEntry() - Method in interface org.redisson.api.RScoredSortedSet
Returns the head entry (value and its score) or null if this sorted set is empty.
firstEntry() - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns the head entry (value and its score) or null if this sorted set is empty.
firstEntry() - Method in interface org.redisson.api.RScoredSortedSetRx
Returns the head entry (value and its score) or null if this sorted set is empty.
firstEntry() - Method in interface org.redisson.api.RTimeSeries
Returns the head entry or null if this time-series collection is empty.
firstEntry() - Method in interface org.redisson.api.RTimeSeriesReactive
Returns the head entry or null if this time-series collection is empty.
firstEntry() - Method in interface org.redisson.api.RTimeSeriesRx
Returns the head entry or null if this time-series collection is empty.
firstEntryAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns the head entry (value and its score) or null if this sorted set is empty.
firstEntryAsync() - Method in interface org.redisson.api.RTimeSeriesAsync
Returns the head entry or null if this time-series collection is empty.
firstScore() - Method in interface org.redisson.api.RScoredSortedSet
Returns score of the tail element or returns null if this sorted set is empty.
firstScore() - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns score of the head element or returns null if this sorted set is empty.
firstScore() - Method in interface org.redisson.api.RScoredSortedSetRx
Returns score of the head element or returns null if this sorted set is empty.
firstScoreAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns score of the head element or returns null if this sorted set is empty.
firstTimestamp() - Method in interface org.redisson.api.RTimeSeries
Returns timestamp of the head timestamp or null if this time-series collection is empty.
firstTimestamp() - Method in interface org.redisson.api.RTimeSeriesReactive
Returns timestamp of the head timestamp or null if this time-series collection is empty.
firstTimestamp() - Method in interface org.redisson.api.RTimeSeriesRx
Returns timestamp of the head timestamp or null if this time-series collection is empty.
firstTimestampAsync() - Method in interface org.redisson.api.RTimeSeriesAsync
Returns timestamp of the head timestamp or null if this time-series collection is empty.
firstValue(String) - Static method in interface org.redisson.api.search.aggregate.Reducer
 
firstValue(String, String, SortOrder) - Static method in interface org.redisson.api.search.aggregate.Reducer
 
fixedDelayBeforeExpirationRefreshDelayStrategy(Duration) - Static method in class com.rabbitmq.client.impl.DefaultCredentialsRefreshService
Delay before refresh is time before expiration - specified duration.
fixedTimeApproachingExpirationStrategy(Duration) - Static method in class com.rabbitmq.client.impl.DefaultCredentialsRefreshService
Advise to refresh credentials if TTL <= limit.
flatVector(String) - Static method in interface org.redisson.api.search.index.FieldIndex
Returns vector field index which uses FLAT indexing method
FlatVectorIndex - Interface in org.redisson.api.search.index
Options object for vector field index which uses FLAT indexing method.
FlatVectorIndexParams - Class in org.redisson.api.search.index
 
FlatVectorOptionalArgs - Interface in org.redisson.api.search.index
Optional options object for vector field index which uses FLAT indexing method.
Float() - Static method in class org.apache.kafka.common.serialization.Serdes
A serde for nullable Float type.
FLOAT32 - Enum constant in enum class org.redisson.api.search.index.VectorTypeParam.Type
 
FLOAT64 - Enum constant in enum class org.redisson.api.search.index.VectorTypeParam.Type
 
FloatDeserializer - Class in org.apache.kafka.common.serialization
 
FloatDeserializer() - Constructor for class org.apache.kafka.common.serialization.FloatDeserializer
 
FloatSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.FloatSerde
 
FloatSerializer - Class in org.apache.kafka.common.serialization
 
FloatSerializer() - Constructor for class org.apache.kafka.common.serialization.FloatSerializer
 
Flow(boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
Flow(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
FlowOk(boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
FlowOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
flush() - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - flush the output buffers
flush() - Method in interface com.rabbitmq.client.impl.FrameHandler
Flush the underlying data connection.
flush() - Method in class com.rabbitmq.client.impl.MethodArgumentWriter
Public API - call this to ensure all accumulated argument values are correctly written to the output stream.
flush() - Method in class com.rabbitmq.client.impl.nio.ByteBufferOutputStream
 
flush() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
flush() - Method in class com.rabbitmq.client.impl.nio.SslEngineByteBufferOutputStream
 
flush() - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
flush() - Method in class com.rabbitmq.client.impl.ValueWriter
Public API - call this to ensure all accumulated values are correctly written to the output stream.
flush() - Method in class org.apache.kafka.clients.producer.KafkaProducer
Invoking this method makes all buffered records immediately available to send (even if linger.ms is greater than 0) and blocks on the completion of the requests associated with these records.
flush() - Method in class org.apache.kafka.clients.producer.MockProducer
 
flush() - Method in interface org.apache.kafka.clients.producer.Producer
flush() - Method in interface org.redisson.api.RFunction
Deletes all libraries.
flush() - Method in interface org.redisson.api.RFunctionReactive
Deletes all libraries.
flush() - Method in interface org.redisson.api.RFunctionRx
Deletes all libraries.
flushall() - Method in interface org.redisson.api.RKeys
Delete all keys of all existing databases
flushall() - Method in interface org.redisson.api.RKeysReactive
Delete all the keys of all the existing databases Uses FLUSHALL Redis command.
flushall() - Method in interface org.redisson.api.RKeysRx
Delete all the keys of all the existing databases Uses FLUSHALL Redis command.
FLUSHALL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FLUSHALL_ASYNC - Static variable in interface org.redisson.client.protocol.RedisCommands
 
flushallAsync() - Method in interface org.redisson.api.RKeysAsync
Delete all keys of all existing databases
flushallParallel() - Method in interface org.redisson.api.RKeys
Delete all keys of all existing databases in background without blocking server.
flushallParallel() - Method in interface org.redisson.api.RKeysReactive
Delete all keys of all existing databases in background without blocking server.
flushallParallel() - Method in interface org.redisson.api.RKeysRx
Delete all keys of all existing databases in background without blocking server.
flushallParallelAsync() - Method in interface org.redisson.api.RKeysAsync
Delete all keys of all existing databases in background without blocking server.
flushAsync() - Method in interface org.redisson.api.RFunctionAsync
Deletes all libraries.
flushdb() - Method in interface org.redisson.api.RKeys
Delete all keys of currently selected database
flushdb() - Method in interface org.redisson.api.RKeysReactive
Delete all the keys of the currently selected database Uses FLUSHDB Redis command.
flushdb() - Method in interface org.redisson.api.RKeysRx
Delete all the keys of the currently selected database Uses FLUSHDB Redis command.
FLUSHDB - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FLUSHDB_ASYNC - Static variable in interface org.redisson.client.protocol.RedisCommands
 
flushdbAsync() - Method in interface org.redisson.api.RKeysAsync
Delete all keys of currently selected database
flushdbParallel() - Method in interface org.redisson.api.RKeys
Delete all keys of currently selected database in background without blocking server.
flushdbParallel() - Method in interface org.redisson.api.RKeysReactive
Delete all keys of currently selected database in background without blocking server.
flushdbParallel() - Method in interface org.redisson.api.RKeysRx
Delete all keys of currently selected database in background without blocking server.
flushdbParallelAsync() - Method in interface org.redisson.api.RKeysAsync
Delete all keys of currently selected database in background without blocking server.
flushed() - Method in class org.apache.kafka.clients.producer.MockProducer
 
flushException - Variable in class org.apache.kafka.clients.producer.MockProducer
 
FlushListener - Interface in org.redisson.api.listener
Redisson Object Event listener for flush event published by Redis.
forceClose() - Method in class org.apache.kafka.clients.producer.internals.Sender
Closes the sender without sending out any pending messages.
forceFastReconnectAsync() - Method in class org.redisson.client.RedisConnection
 
forceUnlock() - Method in interface org.redisson.api.RLock
Unlocks the lock independently of its state
forceUnlock() - Method in interface org.redisson.api.RLockReactive
Unlocks the lock independently of its state
forceUnlock() - Method in interface org.redisson.api.RLockRx
Unlocks the lock independently of its state
forceUnlockAsync() - Method in interface org.redisson.api.RLockAsync
Unlocks the lock independently of its state
ForgivingExceptionHandler - Class in com.rabbitmq.client.impl
An implementation of ExceptionHandler that does not close channels on unhandled consumer and listener exception.
ForgivingExceptionHandler() - Constructor for class com.rabbitmq.client.impl.ForgivingExceptionHandler
 
forId(byte) - Static method in enum class org.apache.kafka.clients.admin.AlterConfigOp.OpType
 
forId(byte) - Static method in enum class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.RebalanceProtocol
 
forKeys(Set<K>) - Static method in interface org.apache.kafka.clients.admin.internals.AdminApiFuture
 
forPartition(TopicPartition, List<ConsumerRecord<K, V>>, boolean) - Static method in class org.apache.kafka.clients.consumer.internals.Fetch
 
forTimestamp(long) - Static method in class org.apache.kafka.clients.admin.OffsetSpec
Used to retrieve the earliest offset whose timestamp is greater than or equal to the given timestamp in the corresponding partition
ForwardingAdmin - Class in org.apache.kafka.clients.admin
ForwardingAdmin is the default value of forwarding.admin.class in MirrorMaker.
ForwardingAdmin(Map<String, Object>) - Constructor for class org.apache.kafka.clients.admin.ForwardingAdmin
 
fr.codinbox.connector.commons.codec - package fr.codinbox.connector.commons.codec
 
fr.codinbox.connector.commons.database - package fr.codinbox.connector.commons.database
 
fr.codinbox.connector.commons.exception - package fr.codinbox.connector.commons.exception
 
fr.codinbox.connector.commons.kafka - package fr.codinbox.connector.commons.kafka
 
fr.codinbox.connector.commons.rabbitmq - package fr.codinbox.connector.commons.rabbitmq
 
fr.codinbox.connector.commons.redis - package fr.codinbox.connector.commons.redis
 
fr.codinbox.connector.commons.utils - package fr.codinbox.connector.commons.utils
 
fr.codinbox.connector.velocity - package fr.codinbox.connector.velocity
 
fragSize(Integer) - Method in class org.redisson.api.search.query.SummarizeOptions
 
fragsNum(Integer) - Method in class org.redisson.api.search.query.SummarizeOptions
 
Frame - Class in com.rabbitmq.client.impl
Represents an AMQP wire-protocol frame, with frame type, channel number, and payload bytes.
Frame(int, int) - Constructor for class com.rabbitmq.client.impl.Frame
Constructs a frame for output with a type and a channel number and a fresh accumulator waiting for payload.
Frame(int, int, byte[]) - Constructor for class com.rabbitmq.client.impl.Frame
Constructs a frame for input with a type, a channel number and a payload byte array.
FRAME_BODY - Static variable in interface com.rabbitmq.client.AMQP
 
FRAME_END - Static variable in interface com.rabbitmq.client.AMQP
 
FRAME_ERROR - Static variable in interface com.rabbitmq.client.AMQP
 
FRAME_HEADER - Static variable in interface com.rabbitmq.client.AMQP
 
FRAME_HEARTBEAT - Static variable in interface com.rabbitmq.client.AMQP
 
FRAME_METHOD - Static variable in interface com.rabbitmq.client.AMQP
 
FRAME_MIN_SIZE - Static variable in interface com.rabbitmq.client.AMQP
 
FrameBuilder - Class in com.rabbitmq.client.impl.nio
Class to create AMQP frames from a ReadableByteChannel.
FrameBuilder(ReadableByteChannel, ByteBuffer, int) - Constructor for class com.rabbitmq.client.impl.nio.FrameBuilder
 
FrameHandler - Interface in com.rabbitmq.client.impl
Interface to a frame handler.
FrameHandlerFactory - Interface in com.rabbitmq.client.impl
 
frameMax(int) - Method in class com.rabbitmq.client.AMQP.Connection.Tune.Builder
 
frameMax(int) - Method in class com.rabbitmq.client.AMQP.Connection.TuneOk.Builder
 
FrameWriteRequest - Class in com.rabbitmq.client.impl.nio
 
FrameWriteRequest(Frame) - Constructor for class com.rabbitmq.client.impl.nio.FrameWriteRequest
 
freeSize() - Method in class org.apache.kafka.clients.producer.internals.BufferPool
 
from() - Element in annotation interface org.jetbrains.annotations.Range
 
from(double, double) - Static method in interface org.redisson.api.geo.GeoSearchArgs
Defines search from defined longitude and latitude coordinates
from(double, double) - Method in interface org.redisson.api.search.query.GeoFilter
Defines search from defined longitude and latitude coordinates
from(double, double) - Method in class org.redisson.api.search.query.GeoFilterParams
 
from(V) - Static method in interface org.redisson.api.geo.GeoSearchArgs
Defines search from defined member
fromBodyFragment(int, byte[], int, int) - Static method in class com.rabbitmq.client.impl.Frame
 
fromCode(int) - Static method in enum class org.apache.kafka.clients.admin.FeatureUpdate.UpgradeType
 
fromConfig(AbstractConfig) - Static method in class org.apache.kafka.clients.admin.internals.AdminBootstrapAddresses
 
fromId(byte) - Static method in enum class org.apache.kafka.clients.admin.EndpointType
 
fromJSON(File) - Static method in class org.redisson.config.Config
Deprecated.
fromJSON(File) - Static method in class org.redisson.config.RedissonNodeFileConfig
Read config object stored in JSON format from File
fromJSON(File, Class<T>) - Method in class org.redisson.config.ConfigSupport
 
fromJSON(File, Class<T>, ClassLoader) - Method in class org.redisson.config.ConfigSupport
 
fromJSON(File, ClassLoader) - Static method in class org.redisson.config.Config
Deprecated.
fromJSON(InputStream) - Static method in class org.redisson.config.Config
Deprecated.
fromJSON(InputStream, Class<T>) - Method in class org.redisson.config.ConfigSupport
 
fromJSON(Reader) - Static method in class org.redisson.config.Config
Deprecated.
fromJSON(Reader, Class<T>) - Method in class org.redisson.config.ConfigSupport
 
fromJSON(String) - Static method in class org.redisson.config.Config
Deprecated.
fromJSON(String, Class<T>) - Method in class org.redisson.config.ConfigSupport
 
fromJSON(URL) - Static method in class org.redisson.config.Config
Deprecated.
fromJSON(URL, Class<T>) - Method in class org.redisson.config.ConfigSupport
 
fromMechanismName(String) - Static method in enum class org.apache.kafka.clients.admin.ScramMechanism
 
fromSrvQueryResult(String) - Static method in class com.rabbitmq.client.DnsSrvRecordAddressResolver.SrvRecord
 
fromType(byte) - Static method in enum class org.apache.kafka.clients.admin.ScramMechanism
 
fromYAML(File) - Static method in class org.redisson.config.Config
Read config object stored in YAML format from File
fromYAML(File) - Static method in class org.redisson.config.RedissonNodeFileConfig
Read config object stored in YAML format from File
fromYAML(File, Class<T>) - Method in class org.redisson.config.ConfigSupport
 
fromYAML(File, Class<T>, ClassLoader) - Method in class org.redisson.config.ConfigSupport
 
fromYAML(File, ClassLoader) - Static method in class org.redisson.config.Config
 
fromYAML(InputStream) - Static method in class org.redisson.config.Config
Read config object stored in YAML format from InputStream
fromYAML(InputStream, Class<T>) - Method in class org.redisson.config.ConfigSupport
 
fromYAML(Reader) - Static method in class org.redisson.config.Config
Read config object stored in YAML format from Reader
fromYAML(Reader, Class<T>) - Method in class org.redisson.config.ConfigSupport
 
fromYAML(String) - Static method in class org.redisson.config.Config
Read config object stored in YAML format from String
fromYAML(String, Class<T>) - Method in class org.redisson.config.ConfigSupport
 
fromYAML(URL) - Static method in class org.redisson.config.Config
Read config object stored in YAML format from URL
fromYAML(URL, Class<T>) - Method in class org.redisson.config.ConfigSupport
 
FT_ALIASADD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_ALIASDEL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_ALIASUPDATE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_ALTER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_CONFIG_GET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_CONFIG_SET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_CREATE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_CURSOR_DEL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_DICTADD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_DICTDEL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_DICTDUMP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_DROPINDEX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_INFO - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_SPELLCHECK - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_SYNDUMP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FT_SYNUPDATE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
fullyQualifiedMethodName() - Method in enum class org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerMethodName
Provides the fully-qualified method name, e.g.
Function(String, String, List<FunctionLibrary.Flag>) - Constructor for class org.redisson.api.FunctionLibrary.Function
 
FUNCTION_DELETE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FUNCTION_DUMP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FUNCTION_FLUSH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FUNCTION_KILL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FUNCTION_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FUNCTION_LOAD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FUNCTION_RESTORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FUNCTION_STATS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
FunctionLibrary - Class in org.redisson.api
Encapsulates information about Redis functions library.
FunctionLibrary(String, String, String, List<FunctionLibrary.Function>) - Constructor for class org.redisson.api.FunctionLibrary
 
FunctionLibrary.Flag - Enum Class in org.redisson.api
 
FunctionLibrary.Function - Class in org.redisson.api
 
FunctionMode - Enum Class in org.redisson.api
Function execution mode.
FunctionResult - Enum Class in org.redisson.api
Function result type.
FunctionStats - Class in org.redisson.api
Encapsulates information about currently running Redis function and available execution engines.
FunctionStats(FunctionStats.RunningFunction, Map<String, FunctionStats.Engine>) - Constructor for class org.redisson.api.FunctionStats
 
FunctionStats.Engine - Class in org.redisson.api
 
FunctionStats.RunningFunction - Class in org.redisson.api
 
future - Variable in class org.apache.kafka.clients.producer.internals.RecordAccumulator.RecordAppendResult
 
future() - Method in class org.apache.kafka.clients.consumer.internals.events.CompletableApplicationEvent
 
future() - Method in class org.apache.kafka.clients.consumer.internals.events.CompletableBackgroundEvent
 
future() - Method in interface org.apache.kafka.clients.consumer.internals.events.CompletableEvent
 
future() - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackCompletedEvent
 
future() - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.FutureCompletionHandler
 
FutureRecordMetadata - Class in org.apache.kafka.clients.producer.internals
The future result of a record send
FutureRecordMetadata(ProduceRequestResult, int, long, int, int, Time) - Constructor for class org.apache.kafka.clients.producer.internals.FutureRecordMetadata
 

G

ge(String, Number) - Static method in class org.redisson.api.condition.Conditions
Returns "GREATER THAN ON EQUAL" condition which restricts property by name to defined value
generateId() - Method in interface org.redisson.api.IdGenerator
Generates identifier
generateId() - Method in class org.redisson.api.RandomIdGenerator
 
generation - Variable in class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor.MemberData
 
generation() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Get the current generation state, regardless of whether it is currently stable.
Generation(int, String, String) - Constructor for class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.Generation
 
generationId - Variable in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.Generation
 
generationId() - Method in class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
 
generationId() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
 
generationIfStable() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Get the current generation state if the group is stable, otherwise return null
generator() - Element in annotation interface org.redisson.api.annotation.RId
(Optional) Live Object id generator.
geo(String) - Static method in interface org.redisson.api.search.index.FieldIndex
Returns geo field index
geo(String) - Static method in interface org.redisson.api.search.query.QueryFilter
Returns geo filter by defined field name
GEOADD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GEOADD_BOOLEAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GEODIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GeoDistanceDecoder - Class in org.redisson.client.protocol.decoder
 
GeoDistanceDecoder() - Constructor for class org.redisson.client.protocol.decoder.GeoDistanceDecoder
 
GeoEntry - Class in org.redisson.api
 
GeoEntry(double, double, Object) - Constructor for class org.redisson.api.GeoEntry
 
GeoFilter - Interface in org.redisson.api.search.query
GeoFilterParams - Class in org.redisson.api.search.query
 
GeoFilterRadius - Interface in org.redisson.api.search.query
 
GeoIndex - Interface in org.redisson.api.search.index
Geo field index options.
GeoIndexParams - Class in org.redisson.api.search.index
 
GeoIndexParams(String) - Constructor for class org.redisson.api.search.index.GeoIndexParams
 
GeoOrder - Enum Class in org.redisson.api
 
GeoPosition - Class in org.redisson.api
 
GeoPosition(double, double) - Constructor for class org.redisson.api.GeoPosition
 
GeoPositionDecoder - Class in org.redisson.client.protocol.decoder
 
GeoPositionDecoder() - Constructor for class org.redisson.client.protocol.decoder.GeoPositionDecoder
 
GeoPositionMapDecoder - Class in org.redisson.client.protocol.decoder
 
GeoPositionMapDecoder(List<Object>) - Constructor for class org.redisson.client.protocol.decoder.GeoPositionMapDecoder
 
GEORADIUS_RO - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GEORADIUS_STORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GEORADIUSBYMEMBER_RO - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GEORADIUSBYMEMBER_STORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GEOSEARCH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GeoSearchArgs - Interface in org.redisson.api.geo
Arguments object for RGeo search method.
GeoSearchParams - Class in org.redisson.api.geo
 
GEOSEARCHSTORE_STORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GeoUnit - Enum Class in org.redisson.api
 
get() - Method in class org.apache.kafka.clients.consumer.internals.CachedSupplier
 
get() - Method in class org.apache.kafka.clients.producer.internals.FutureRecordMetadata
 
get() - Method in interface org.redisson.api.RAtomicDouble
Returns current value.
get() - Method in interface org.redisson.api.RAtomicDoubleReactive
Returns current value.
get() - Method in interface org.redisson.api.RAtomicDoubleRx
Returns current value.
get() - Method in interface org.redisson.api.RAtomicLong
Returns current value.
get() - Method in interface org.redisson.api.RAtomicLongReactive
Returns current value.
get() - Method in interface org.redisson.api.RAtomicLongRx
Returns current value.
get() - Method in interface org.redisson.api.RBucket
Retrieves element stored in the holder.
get() - Method in interface org.redisson.api.RBucketReactive
Retrieves element stored in the holder.
get() - Method in interface org.redisson.api.RBucketRx
Retrieves element stored in the holder.
get(int) - Method in interface org.redisson.api.RListReactive
Get element at index
get(int) - Method in interface org.redisson.api.RListRx
Get element at index
get(int...) - Method in interface org.redisson.api.RList
Loads elements by specified indexes
get(int...) - Method in interface org.redisson.api.RListReactive
Loads elements by specified indexes
get(int...) - Method in interface org.redisson.api.RListRx
Loads elements by specified indexes
get(long) - Method in interface org.redisson.api.RBitSet
Returns true if bit set to one and false overwise.
get(long) - Method in interface org.redisson.api.RBitSetReactive
Returns true if bit set to one and false overwise.
get(long) - Method in interface org.redisson.api.RBitSetRx
Returns true if bit set to one and false overwise.
get(long) - Method in interface org.redisson.api.RTimeSeries
Returns object by specified timestamp or null if it doesn't exist.
get(long) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns object by specified timestamp or null if it doesn't exist.
get(long) - Method in interface org.redisson.api.RTimeSeriesRx
Returns object by specified timestamp or null if it doesn't exist.
get(long, TimeUnit) - Method in class org.apache.kafka.clients.producer.internals.FutureRecordMetadata
 
get(Class<T>) - Method in interface org.redisson.api.RRemoteService
Get remote service object for remote invocations.
get(Class<T>, long, TimeUnit) - Method in interface org.redisson.api.RRemoteService
Get remote service object for remote invocations with specified invocation timeout.
get(Class<T>, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RRemoteService
Get remote service object for remote invocations with specified invocation and ack timeouts
get(Class<T>, Object) - Method in interface org.redisson.api.RLiveObjectService
Finds the entity from Redis with the id.
get(Class<T>, RemoteInvocationOptions) - Method in interface org.redisson.api.RRemoteService
Get remote service object for remote invocations with the specified options
get(Object) - Method in interface org.redisson.api.RMap
Returns the value mapped by defined key or null if value is absent.
get(String) - Method in class org.apache.kafka.clients.admin.Config
Get the configuration entry with the provided name or null if there isn't one.
get(String...) - Method in interface org.redisson.api.RBuckets
Returns Redis object mapped by key.
get(String...) - Method in interface org.redisson.api.RBucketsReactive
Returns Redis object mapped by key.
get(String...) - Method in interface org.redisson.api.RBucketsRx
Returns Redis object mapped by key.
get(K) - Method in class org.apache.kafka.clients.admin.internals.AdminApiFuture.SimpleAdminApiFuture
 
get(K) - Method in interface org.redisson.api.CacheReactive
This method retrieves an entry from the cache.
get(K) - Method in interface org.redisson.api.CacheRx
This method retrieves an entry from the cache.
get(K) - Method in interface org.redisson.api.RListMultimap
Returns a view collection of the values associated with key in this multimap, if any.
get(K) - Method in interface org.redisson.api.RListMultimapReactive
Returns a view List of the values associated with key in this multimap, if any.
get(K) - Method in interface org.redisson.api.RListMultimapRx
Returns a view List of the values associated with key in this multimap, if any.
get(K) - Method in interface org.redisson.api.RMapReactive
Returns the value mapped by defined key or null if value is absent.
get(K) - Method in interface org.redisson.api.RMapRx
Returns the value mapped by defined key or null if value is absent.
get(K) - Method in interface org.redisson.api.RMultimap
Returns a view collection of the values associated with key in this multimap, if any.
get(K) - Method in interface org.redisson.api.RSetMultimap
Returns a view collection of the values associated with key in this multimap, if any.
get(K) - Method in interface org.redisson.api.RSetMultimapReactive
Returns a view Set of the values associated with key in this multimap, if any.
get(K) - Method in interface org.redisson.api.RSetMultimapRx
Returns a view Set of the values associated with key in this multimap, if any.
get(Timer) - Method in class org.apache.kafka.clients.consumer.internals.events.CompletableApplicationEvent
 
get(JsonCodec<T>, String...) - Method in interface org.redisson.api.RJsonBucket
Get Json object/objects by JSONPath
get(JsonCodec<T>, String...) - Method in interface org.redisson.api.RJsonBucketReactive
Get Json object/objects by JSONPath
get(JsonCodec<T>, String...) - Method in interface org.redisson.api.RJsonBucketRx
Get Json object/objects by JSONPath
Get(int, String, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
Get(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
GET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GET_DOUBLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GET_INTEGER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GET_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
getAcceptedIssuers() - Method in class com.rabbitmq.client.TrustEverythingTrustManager
Always returns an empty array of X509Certificates.
getAccess() - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.Token
 
getAckTimeoutInMillis() - Method in class org.redisson.api.RemoteInvocationOptions
 
getActive() - Method in interface com.rabbitmq.client.AMQP.Access.Request
 
getActive() - Method in interface com.rabbitmq.client.AMQP.Channel.Flow
 
getActive() - Method in interface com.rabbitmq.client.AMQP.Channel.FlowOk
 
getActive() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
getActive() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
getActive() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
getActiveDeliveryTagOffset() - Method in class com.rabbitmq.client.impl.recovery.RecoveryAwareChannelN
 
getAddr() - Method in interface org.redisson.api.Node
Deprecated.
Get Redis node address
getAddr() - Method in interface org.redisson.api.redisnode.RedisNode
Get Redis node address
getAddr() - Method in class org.redisson.client.RedisClientConfig
 
getAddress() - Method in interface com.rabbitmq.client.Connection
Retrieve the host.
getAddress() - Method in class com.rabbitmq.client.impl.AMQConnection
Retrieve the host.
getAddress() - Method in interface com.rabbitmq.client.impl.NetworkConnection
Retrieve address of peer.
getAddress() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
getAddress() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getAddress() - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
getAddress() - Method in class org.redisson.client.RedisClientConfig
 
getAddress() - Method in class org.redisson.config.SingleServerConfig
 
getAddresses() - Method in interface com.rabbitmq.client.AddressResolver
Get the potential Addresses to connect to.
getAddresses() - Method in class com.rabbitmq.client.DnsRecordIpAddressResolver
Get the IP addresses from a DNS query
getAddresses() - Method in class com.rabbitmq.client.DnsSrvRecordAddressResolver
 
getAddresses() - Method in class com.rabbitmq.client.ListAddressResolver
 
getAddressResolverGroupFactory() - Method in class org.redisson.config.Config
 
getAll(Set<? extends K>) - Method in interface org.redisson.api.CacheReactive
This method accepts a set of requested keys and retrieves a collection of entries from the CacheReactive, returning them as a Map of the associated values.
getAll(Set<? extends K>) - Method in interface org.redisson.api.CacheRx
This method accepts a set of requested keys and retrieves a collection of entries from the CacheRx, returning them as a Map of the associated values.
getAll(Set<K>) - Method in interface org.redisson.api.RMap
Returns map slice contained the mappings with defined keys.
getAll(Set<K>) - Method in interface org.redisson.api.RMapReactive
Returns map slice contained the mappings with defined keys.
getAll(Set<K>) - Method in interface org.redisson.api.RMapRx
Returns map slice contained the mappings with defined keys.
getAll(K) - Method in interface org.redisson.api.RListMultimap
Returns all elements at once.
getAll(K) - Method in interface org.redisson.api.RListMultimapReactive
Returns all elements at once.
getAll(K) - Method in interface org.redisson.api.RListMultimapRx
Returns all elements at once.
getAll(K) - Method in interface org.redisson.api.RMultimap
Returns all elements at once.
getAll(K) - Method in interface org.redisson.api.RSetMultimap
Returns all elements at once.
getAll(K) - Method in interface org.redisson.api.RSetMultimapReactive
Returns all elements at once.
getAll(K) - Method in interface org.redisson.api.RSetMultimapRx
Returns all elements at once.
getAllAsync(Set<? extends K>) - Method in interface org.redisson.api.CacheAsync
This method accepts a set of requested keys and retrieves a collection of entries from the CacheAsync, returning them as a Map of the associated values.
getAllAsync(Set<K>) - Method in interface org.redisson.api.RMapAsync
Returns map slice contained the mappings with defined keys.
getAllAsync(K) - Method in interface org.redisson.api.RMultimapAsync
 
getAllTemplates() - Method in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
getAllTopicMetadata(Timer) - Method in class org.apache.kafka.clients.consumer.internals.TopicMetadataFetcher
Fetches the partition information for all topics in the cluster.
getAllWithTTLOnly(Set<K>) - Method in interface org.redisson.api.RMapCache
Returns map slice contained the mappings with defined keys.
getAllWithTTLOnly(Set<K>) - Method in interface org.redisson.api.RMapCacheReactive
Returns map slice contained the mappings with defined keys.
getAllWithTTLOnly(Set<K>) - Method in interface org.redisson.api.RMapCacheRx
Returns map slice contained the mappings with defined keys.
getAllWithTTLOnlyAsync(Set<K>) - Method in interface org.redisson.api.RMapCacheAsync
Returns map slice contained the mappings with defined keys.
getAndAdd(double) - Method in interface org.redisson.api.RAtomicDouble
Atomically adds the given value to the current value.
getAndAdd(double) - Method in interface org.redisson.api.RAtomicDoubleReactive
Atomically adds the given value to the current value.
getAndAdd(double) - Method in interface org.redisson.api.RAtomicDoubleRx
Atomically adds the given value to the current value.
getAndAdd(long) - Method in interface org.redisson.api.RAtomicLong
Atomically adds the given value to the current value.
getAndAdd(long) - Method in interface org.redisson.api.RAtomicLongReactive
Atomically adds the given value to the current value.
getAndAdd(long) - Method in interface org.redisson.api.RAtomicLongRx
Atomically adds the given value to the current value.
getAndAddAsync(double) - Method in interface org.redisson.api.RAtomicDoubleAsync
Atomically adds the given value to the current value.
getAndAddAsync(long) - Method in interface org.redisson.api.RAtomicLongAsync
Atomically adds the given value to the current value.
getAndClearExpire() - Method in interface org.redisson.api.RBucket
Retrieves current element in the holder and clears expiration date set before.
getAndClearExpire() - Method in interface org.redisson.api.RBucketReactive
Retrieves current element in the holder and clears expiration date set before.
getAndClearExpire() - Method in interface org.redisson.api.RBucketRx
Retrieves current element in the holder and clears expiration date set before.
getAndClearExpireAsync() - Method in interface org.redisson.api.RBucketAsync
Retrieves current element in the holder and clears expiration date set before.
getAndDecrement() - Method in interface org.redisson.api.RAtomicDouble
Atomically decrements by one the current value.
getAndDecrement() - Method in interface org.redisson.api.RAtomicDoubleReactive
Atomically decrements by one the current value.
getAndDecrement() - Method in interface org.redisson.api.RAtomicDoubleRx
Atomically decrements by one the current value.
getAndDecrement() - Method in interface org.redisson.api.RAtomicLong
Atomically decrements by one the current value.
getAndDecrement() - Method in interface org.redisson.api.RAtomicLongReactive
Atomically decrements by one the current value.
getAndDecrement() - Method in interface org.redisson.api.RAtomicLongRx
Atomically decrements by one the current value.
getAndDecrementAsync() - Method in interface org.redisson.api.RAtomicDoubleAsync
Atomically decrements by one the current value.
getAndDecrementAsync() - Method in interface org.redisson.api.RAtomicLongAsync
Atomically decrements by one the current value.
getAndDelete() - Method in interface org.redisson.api.RAtomicDouble
Returns and deletes object
getAndDelete() - Method in interface org.redisson.api.RAtomicDoubleReactive
Returns and deletes object
getAndDelete() - Method in interface org.redisson.api.RAtomicDoubleRx
Returns and deletes object
getAndDelete() - Method in interface org.redisson.api.RAtomicLong
Gets and deletes object
getAndDelete() - Method in interface org.redisson.api.RAtomicLongReactive
Returns and deletes object
getAndDelete() - Method in interface org.redisson.api.RAtomicLongRx
Returns and deletes object
getAndDelete() - Method in interface org.redisson.api.RBucket
Retrieves element in the holder and removes it.
getAndDelete() - Method in interface org.redisson.api.RBucketReactive
Retrieves element in the holder and removes it.
getAndDelete() - Method in interface org.redisson.api.RBucketRx
Retrieves element in the holder and removes it.
getAndDeleteAsync() - Method in interface org.redisson.api.RAtomicDoubleAsync
Returns and deletes object
getAndDeleteAsync() - Method in interface org.redisson.api.RAtomicLongAsync
Returns and deletes object
getAndDeleteAsync() - Method in interface org.redisson.api.RBucketAsync
Retrieves element in the holder and removes it.
getAndExpire(Duration) - Method in interface org.redisson.api.RBucket
Retrieves current element in the holder and sets an expiration duration for it.
getAndExpire(Duration) - Method in interface org.redisson.api.RBucketReactive
Retrieves current element in the holder and sets an expiration duration for it.
getAndExpire(Duration) - Method in interface org.redisson.api.RBucketRx
Retrieves current element in the holder and sets an expiration duration for it.
getAndExpire(Instant) - Method in interface org.redisson.api.RBucket
Retrieves current element in the holder and sets an expiration date for it.
getAndExpire(Instant) - Method in interface org.redisson.api.RBucketReactive
Retrieves current element in the holder and sets an expiration date for it.
getAndExpire(Instant) - Method in interface org.redisson.api.RBucketRx
Retrieves current element in the holder and sets an expiration date for it.
getAndExpireAsync(Duration) - Method in interface org.redisson.api.RBucketAsync
Retrieves current element in the holder and sets an expiration duration for it.
getAndExpireAsync(Instant) - Method in interface org.redisson.api.RBucketAsync
Retrieves current element in the holder and sets an expiration date for it.
getAndIncrement() - Method in interface org.redisson.api.RAtomicDouble
Atomically increments the current value by one.
getAndIncrement() - Method in interface org.redisson.api.RAtomicDoubleReactive
Atomically increments the current value by one.
getAndIncrement() - Method in interface org.redisson.api.RAtomicDoubleRx
Atomically increments the current value by one.
getAndIncrement() - Method in interface org.redisson.api.RAtomicLong
Atomically increments the current value by one.
getAndIncrement() - Method in interface org.redisson.api.RAtomicLongReactive
Atomically increments the current value by one.
getAndIncrement() - Method in interface org.redisson.api.RAtomicLongRx
Atomically increments the current value by one.
getAndIncrementAsync() - Method in interface org.redisson.api.RAtomicDoubleAsync
Atomically increments the current value by one.
getAndIncrementAsync() - Method in interface org.redisson.api.RAtomicLongAsync
Atomically increments the current value by one.
getAndPut(K, V) - Method in interface org.redisson.api.CacheReactive
This method places the given key and value in the cache.
getAndPut(K, V) - Method in interface org.redisson.api.CacheRx
This method places the given key and value in the cache.
getAndPutAsync(K, V) - Method in interface org.redisson.api.CacheAsync
This method places the given key and value in the cache.
getAndRemove(long) - Method in interface org.redisson.api.RTimeSeries
Removes and returns object by specified timestamp.
getAndRemove(long) - Method in interface org.redisson.api.RTimeSeriesReactive
Removes and returns object by specified timestamp.
getAndRemove(long) - Method in interface org.redisson.api.RTimeSeriesRx
Removes and returns object by specified timestamp.
getAndRemove(K) - Method in interface org.redisson.api.CacheReactive
This method atomically removes the entry for a key only if it is currently mapped to some value.
getAndRemove(K) - Method in interface org.redisson.api.CacheRx
This method atomically removes the entry for a key only if it is currently mapped to some value.
getAndRemoveAsync(long) - Method in interface org.redisson.api.RTimeSeriesAsync
Removes and returns object by specified timestamp.
getAndRemoveAsync(K) - Method in interface org.redisson.api.CacheAsync
This method atomically removes the entry for a key only if it is currently mapped to some value.
getAndRemoveEntry(long) - Method in interface org.redisson.api.RTimeSeries
Removes and returns entry by specified timestamp.
getAndRemoveEntry(long) - Method in interface org.redisson.api.RTimeSeriesReactive
Removes and returns entry by specified timestamp.
getAndRemoveEntry(long) - Method in interface org.redisson.api.RTimeSeriesRx
Removes and returns entry by specified timestamp.
getAndRemoveEntryAsync(long) - Method in interface org.redisson.api.RTimeSeriesAsync
Removes and returns entry by specified timestamp.
getAndReplace(K, V) - Method in interface org.redisson.api.CacheReactive
This method atomically replaces a given key's value if and only if the key is currently mapped to a value.
getAndReplace(K, V) - Method in interface org.redisson.api.CacheRx
This method atomically replaces a given key's value if and only if the key is currently mapped to a value.
getAndReplaceAsync(K, V) - Method in interface org.redisson.api.CacheAsync
This method atomically replaces a given key's value if and only if the key is currently mapped to a value.
getAndSet(double) - Method in interface org.redisson.api.RAtomicDouble
Atomically sets the given value and returns the old value.
getAndSet(double) - Method in interface org.redisson.api.RAtomicDoubleReactive
Atomically sets the given value and returns the old value.
getAndSet(double) - Method in interface org.redisson.api.RAtomicDoubleRx
Atomically sets the given value and returns the old value.
getAndSet(long) - Method in interface org.redisson.api.RAtomicLong
Atomically sets the given value and returns the old value.
getAndSet(long) - Method in interface org.redisson.api.RAtomicLongReactive
Atomically sets the given value and returns the old value.
getAndSet(long) - Method in interface org.redisson.api.RAtomicLongRx
Atomically sets the given value and returns the old value.
getAndSet(JsonCodec<T>, String, Object) - Method in interface org.redisson.api.RJsonBucket
Retrieves current value of element specified by JSONPath and replaces it with newValue.
getAndSet(JsonCodec<T>, String, Object) - Method in interface org.redisson.api.RJsonBucketReactive
Retrieves current value of element specified by JSONPath and replaces it with newValue.
getAndSet(JsonCodec<T>, String, Object) - Method in interface org.redisson.api.RJsonBucketRx
Retrieves current value of element specified by JSONPath and replaces it with newValue.
getAndSet(V) - Method in interface org.redisson.api.RBucket
Retrieves current element in the holder and replaces it with newValue.
getAndSet(V) - Method in interface org.redisson.api.RBucketReactive
Retrieves current element in the holder and replaces it with newValue.
getAndSet(V) - Method in interface org.redisson.api.RBucketRx
Retrieves current element in the holder and replaces it with newValue.
getAndSet(V, long, TimeUnit) - Method in interface org.redisson.api.RBucket
Deprecated.
getAndSet(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketReactive
Deprecated.
getAndSet(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketRx
Deprecated.
getAndSet(V, Duration) - Method in interface org.redisson.api.RBucket
Retrieves current element in the holder and replaces it with value with defined expiration duration.
getAndSet(V, Duration) - Method in interface org.redisson.api.RBucketReactive
Retrieves current element in the holder and replaces it with value with defined expiration duration.
getAndSet(V, Duration) - Method in interface org.redisson.api.RBucketRx
Retrieves current element in the holder and replaces it with value with defined expiration duration.
getAndSetAsync(double) - Method in interface org.redisson.api.RAtomicDoubleAsync
Atomically sets the given value and returns the old value.
getAndSetAsync(long) - Method in interface org.redisson.api.RAtomicLongAsync
Atomically sets the given value and returns the old value.
getAndSetAsync(JsonCodec<T>, String, Object) - Method in interface org.redisson.api.RJsonBucketAsync
Retrieves current value of element specified by JSONPath and replaces it with newValue.
getAndSetAsync(V) - Method in interface org.redisson.api.RBucketAsync
Retrieves current element in the holder and replaces it with newValue.
getAndSetAsync(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketAsync
getAndSetAsync(V, Duration) - Method in interface org.redisson.api.RBucketAsync
Retrieves current element in the holder and replaces it with value with defined expiration duration.
getAppId() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getAppId() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the value in the appId field.
getArgs() - Method in class org.redisson.api.search.aggregate.ReducerParams
 
getArguments() - Method in interface com.rabbitmq.client.AMQP.Basic.Consume
 
getArguments() - Method in interface com.rabbitmq.client.AMQP.Exchange.Bind
 
getArguments() - Method in interface com.rabbitmq.client.AMQP.Exchange.Declare
 
getArguments() - Method in interface com.rabbitmq.client.AMQP.Exchange.Unbind
 
getArguments() - Method in interface com.rabbitmq.client.AMQP.Queue.Bind
 
getArguments() - Method in interface com.rabbitmq.client.AMQP.Queue.Declare
 
getArguments() - Method in interface com.rabbitmq.client.AMQP.Queue.Unbind
 
getArguments() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
getArguments() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
getArguments() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
getArguments() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
getArguments() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
getArguments() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
getArguments() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
getArguments() - Method in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
getArguments() - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
getAs() - Method in class org.redisson.api.search.aggregate.Expression
 
getAs() - Method in class org.redisson.api.search.aggregate.ReducerParams
 
getAs() - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
getAs() - Method in class org.redisson.api.search.index.GeoIndexParams
 
getAs() - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
getAs() - Method in class org.redisson.api.search.index.NumericIndexParams
 
getAs() - Method in class org.redisson.api.search.index.TagIndexParams
 
getAs() - Method in class org.redisson.api.search.index.TextIndexParams
 
getAssignorInstances(List<String>, Map<String, Object>) - Static method in interface org.apache.kafka.clients.consumer.ConsumerPartitionAssignor
Get a list of configured instances of ConsumerPartitionAssignor based on the class names/types specified by ConsumerConfig.PARTITION_ASSIGNMENT_STRATEGY_CONFIG
getAsync() - Method in interface org.redisson.api.RAtomicDoubleAsync
Returns current value.
getAsync() - Method in interface org.redisson.api.RAtomicLongAsync
Returns current value.
getAsync() - Method in interface org.redisson.api.RBucketAsync
Retrieves element stored in the holder.
getAsync(int) - Method in interface org.redisson.api.RListAsync
Get element at index
getAsync(int...) - Method in interface org.redisson.api.RListAsync
Loads elements by specified indexes
getAsync(long) - Method in interface org.redisson.api.RBitSetAsync
Returns true if bit set to one and false overwise.
getAsync(long) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns object by specified timestamp or null if it doesn't exist.
getAsync(String...) - Method in interface org.redisson.api.RBucketsAsync
Returns Redis object mapped by key.
getAsync(K) - Method in interface org.redisson.api.CacheAsync
This method retrieves an entry from the cache.
getAsync(K) - Method in interface org.redisson.api.RMapAsync
Returns the value mapped by defined key or null if value is absent.
getAsync(JsonCodec<T>, String...) - Method in interface org.redisson.api.RJsonBucketAsync
Get Json object/objects by JSONPath
getAsynchronousChannel() - Method in interface org.redisson.api.RBinaryStream
Returns async channel object which allows to write and read binary stream.
getAtomicDouble(String) - Method in interface org.redisson.api.RBatch
Returns atomicDouble instance by name.
getAtomicDouble(String) - Method in interface org.redisson.api.RBatchReactive
Returns atomicDouble instance by name.
getAtomicDouble(String) - Method in interface org.redisson.api.RBatchRx
Returns atomicDouble instance by name.
getAtomicDouble(String) - Method in interface org.redisson.api.RedissonClient
Returns atomicDouble instance by name.
getAtomicDouble(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns "atomic double" instance by name.
getAtomicDouble(String) - Method in interface org.redisson.api.RedissonRxClient
Returns "atomic double" instance by name.
getAtomicDouble(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns atomicDouble instance with specified options.
getAtomicDouble(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns atomicDouble instance with specified options.
getAtomicDouble(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns atomicDouble instance with specified options.
getAtomicLong(String) - Method in interface org.redisson.api.RBatch
Returns atomicLong instance by name.
getAtomicLong(String) - Method in interface org.redisson.api.RBatchReactive
Returns "atomic long" instance by name.
getAtomicLong(String) - Method in interface org.redisson.api.RBatchRx
Returns "atomic long" instance by name.
getAtomicLong(String) - Method in interface org.redisson.api.RedissonClient
Returns atomicLong instance by name.
getAtomicLong(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns "atomic long" instance by name.
getAtomicLong(String) - Method in interface org.redisson.api.RedissonRxClient
Returns "atomic long" instance by name.
getAtomicLong(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns atomicLong instance with specified options.
getAtomicLong(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns atomicLong instance with specified options.
getAtomicLong(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns atomicLong instance with specified options.
getAttachedCommands() - Method in class org.redisson.client.protocol.CommandsData
 
getAttributes() - Method in class org.redisson.api.search.aggregate.AggregationResult
List of attributes mapped by attribute name.
getAttributes() - Method in class org.redisson.api.search.index.IndexInfo
 
getAttributes() - Method in class org.redisson.api.search.query.Document
Returns document attributes
getAutoDelete() - Method in interface com.rabbitmq.client.AMQP.Exchange.Declare
 
getAutoDelete() - Method in interface com.rabbitmq.client.AMQP.Queue.Declare
 
getAutoDelete() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
getAutoDelete() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
getBatchIndex() - Method in class org.redisson.client.handler.State
 
getBinaryStream(String) - Method in interface org.redisson.api.RedissonClient
Returns binary stream holder instance by name
getBinaryStream(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns binary stream holder instance by name
getBinaryStream(String) - Method in interface org.redisson.api.RedissonRxClient
Returns binary stream holder instance by name
getBinaryStream(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns binary stream holder instance with specified options.
getBinaryStream(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns binary stream holder instance with specified options.
getBinaryStream(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns binary stream holder instance with specified options.
GETBIT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
getBitSet(String) - Method in interface org.redisson.api.RBatch
Returns bitSet instance by name.
getBitSet(String) - Method in interface org.redisson.api.RBatchReactive
Returns bitSet instance by name.
getBitSet(String) - Method in interface org.redisson.api.RBatchRx
Returns bitSet instance by name.
getBitSet(String) - Method in interface org.redisson.api.RedissonClient
Returns bitSet instance by name.
getBitSet(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns bitSet instance by name.
getBitSet(String) - Method in interface org.redisson.api.RedissonRxClient
Returns bitSet instance by name.
getBitSet(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns bitSet instance with specified options.
getBitSet(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns bitSet instance with specified options.
getBitSet(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns bitSet instance with specified options.
getBlockingDeque(String) - Method in interface org.redisson.api.RBatch
Returns blocking deque instance by name.
getBlockingDeque(String) - Method in interface org.redisson.api.RBatchReactive
Returns blocking deque instance by name.
getBlockingDeque(String) - Method in interface org.redisson.api.RBatchRx
Returns blocking deque instance by name.
getBlockingDeque(String) - Method in interface org.redisson.api.RedissonClient
Returns unbounded blocking deque instance by name.
getBlockingDeque(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns unbounded blocking deque instance by name.
getBlockingDeque(String) - Method in interface org.redisson.api.RedissonRxClient
Returns unbounded blocking deque instance by name.
getBlockingDeque(String, Codec) - Method in interface org.redisson.api.RBatch
 
getBlockingDeque(String, Codec) - Method in interface org.redisson.api.RBatchReactive
 
getBlockingDeque(String, Codec) - Method in interface org.redisson.api.RBatchRx
 
getBlockingDeque(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns unbounded blocking deque instance by name using provided codec for deque objects.
getBlockingDeque(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns unbounded blocking deque instance by name using provided codec for deque objects.
getBlockingDeque(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns unbounded blocking deque instance by name using provided codec for deque objects.
getBlockingDeque(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns unbounded blocking deque instance with specified options.
getBlockingDeque(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns unbounded blocking deque instance with specified options.
getBlockingDeque(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns unbounded blocking deque instance with specified options.
getBlockingQueue(String) - Method in interface org.redisson.api.RBatch
Returns blocking queue instance by name.
getBlockingQueue(String) - Method in interface org.redisson.api.RBatchReactive
Returns blocking queue instance by name.
getBlockingQueue(String) - Method in interface org.redisson.api.RBatchRx
Returns blocking queue instance by name.
getBlockingQueue(String) - Method in interface org.redisson.api.RedissonClient
Returns unbounded blocking queue instance by name.
getBlockingQueue(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns blocking queue instance by name.
getBlockingQueue(String) - Method in interface org.redisson.api.RedissonRxClient
Returns blocking queue instance by name.
getBlockingQueue(String, Codec) - Method in interface org.redisson.api.RBatch
 
getBlockingQueue(String, Codec) - Method in interface org.redisson.api.RBatchReactive
 
getBlockingQueue(String, Codec) - Method in interface org.redisson.api.RBatchRx
 
getBlockingQueue(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns unbounded blocking queue instance by name using provided codec for queue objects.
getBlockingQueue(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns blocking queue instance by name using provided codec for queue objects.
getBlockingQueue(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns blocking queue instance by name using provided codec for queue objects.
getBlockingQueue(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns unbounded blocking queue instance with specified options.
getBlockingQueue(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns unbounded blocking queue instance with specified options.
getBlockingQueue(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns unbounded blocking queue instance with specified options.
getBlockSize() - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
getBloomFilter(String) - Method in interface org.redisson.api.RedissonClient
Returns bloom filter instance by name.
getBloomFilter(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns bloom filter instance by name using provided codec for objects.
getBloomFilter(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns bloom filter instance with specified options.
getBody() - Method in class com.rabbitmq.client.Delivery
Retrieve the message body.
getBody() - Method in class com.rabbitmq.client.GetResponse
Get the message body included in this response
getBody() - Method in class com.rabbitmq.client.Return
 
getBody() - Method in class com.rabbitmq.client.RpcClient.Response
 
getBodySize() - Method in class com.rabbitmq.client.impl.AMQContentHeader
 
getBoundedBlockingQueue(String) - Method in interface org.redisson.api.RedissonClient
Returns bounded blocking queue instance by name.
getBoundedBlockingQueue(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns bounded blocking queue instance by name using provided codec for queue objects.
getBoundedBlockingQueue(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns bounded blocking queue instance with specified options.
getBucket(String) - Method in interface org.redisson.api.RBatch
Returns object holder by name
getBucket(String) - Method in interface org.redisson.api.RBatchReactive
Returns object holder by name
getBucket(String) - Method in interface org.redisson.api.RBatchRx
Returns object holder by name
getBucket(String) - Method in interface org.redisson.api.RedissonClient
Returns object holder instance by name.
getBucket(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns object holder instance by name
getBucket(String) - Method in interface org.redisson.api.RedissonRxClient
Returns object holder instance by name
getBucket(String) - Method in interface org.redisson.api.RTransaction
Returns transactional object holder instance by name.
getBucket(String) - Method in interface org.redisson.api.RTransactionReactive
Returns transactional object holder instance by name.
getBucket(String) - Method in interface org.redisson.api.RTransactionRx
Returns transactional object holder instance by name.
getBucket(String, Codec) - Method in interface org.redisson.api.RBatch
 
getBucket(String, Codec) - Method in interface org.redisson.api.RBatchReactive
 
getBucket(String, Codec) - Method in interface org.redisson.api.RBatchRx
 
getBucket(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns object holder instance by name using provided codec for object.
getBucket(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns object holder instance by name using provided codec for object.
getBucket(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns object holder instance by name using provided codec for object.
getBucket(String, Codec) - Method in interface org.redisson.api.RTransaction
Returns transactional object holder instance by name using provided codec for object.
getBucket(String, Codec) - Method in interface org.redisson.api.RTransactionReactive
Returns transactional object holder instance by name using provided codec for object.
getBucket(String, Codec) - Method in interface org.redisson.api.RTransactionRx
Returns transactional object holder instance by name using provided codec for object.
getBucket(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns object holder instance with specified options.
getBucket(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns object holder instance with specified options.
getBucket(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns object holder instance with specified options.
getBuckets() - Method in interface org.redisson.api.RedissonClient
Returns interface for mass operations with Bucket objects.
getBuckets() - Method in interface org.redisson.api.RedissonReactiveClient
Returns interface for mass operations with Bucket objects.
getBuckets() - Method in interface org.redisson.api.RedissonRxClient
Returns interface for mass operations with Bucket objects.
getBuckets() - Method in interface org.redisson.api.RTransaction
Returns transactional interface for mass operations with Bucket objects.
getBuckets(OptionalOptions) - Method in interface org.redisson.api.RedissonClient
Returns API for mass operations over Bucket objects with specified options.
getBuckets(OptionalOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns API for mass operations over Bucket objects with specified options.
getBuckets(OptionalOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns API for mass operations over Bucket objects with specified options.
getBuckets(Codec) - Method in interface org.redisson.api.RedissonClient
Returns interface for mass operations with Bucket objects using provided codec for object.
getBuckets(Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns interface for mass operations with Bucket objects using provided codec for object.
getBuckets(Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns interface for mass operations with Bucket objects using provided codec for object.
getBuckets(Codec) - Method in interface org.redisson.api.RTransaction
Returns transactional interface for mass operations with Bucket objects using provided codec for object.
getBuiltInPartitioner(String) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
 
getByte(long) - Method in interface org.redisson.api.RBitSet
Returns byte number at specified offset
getByte(long) - Method in interface org.redisson.api.RBitSetReactive
Returns byte number at specified offset
getByte(long) - Method in interface org.redisson.api.RBitSetRx
Returns byte number at specified offset
getByteAsync(long) - Method in interface org.redisson.api.RBitSetAsync
Returns byte number at specified offset
getByteBufferFactory() - Method in class com.rabbitmq.client.impl.nio.NioParams
 
getBytes() - Method in interface com.rabbitmq.client.LongString
Get the content as a byte array.
getBytesPerRecordAverage() - Method in class org.redisson.api.search.index.IndexInfo
 
getCachedMap() - Method in interface org.redisson.api.RLocalCachedMap
Returns state of local cache
getCachedMap() - Method in interface org.redisson.api.RLocalCachedMapReactive
Returns state of local cache
getCachedMap() - Method in interface org.redisson.api.RLocalCachedMapRx
Returns state of local cache
getCacheProvider() - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
getCacheProvider() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getCacheSize() - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
getCacheSize() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getCapabilities() - Method in interface com.rabbitmq.client.AMQP.Connection.Open
 
getCapabilities() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
getChallenge() - Method in interface com.rabbitmq.client.AMQP.Connection.Secure
 
getChallenge() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
getChannel() - Method in exception class com.rabbitmq.client.ChannelContinuationTimeoutException
channel that performed the call
getChannel() - Method in class com.rabbitmq.client.DefaultConsumer
Retrieve the channel.
getChannel() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerState
 
getChannel() - Method in class com.rabbitmq.client.impl.recovery.RecordedEntity
 
getChannel() - Method in class com.rabbitmq.client.RpcClient
Retrieve the channel.
getChannel() - Method in class com.rabbitmq.client.RpcClientParams
Set the channel to use for communication.
getChannel() - Method in class com.rabbitmq.client.RpcServer
Retrieve the channel.
getChannel() - Method in class fr.codinbox.connector.commons.rabbitmq.PooledChannel
Returns the underlying RabbitMQ Channel for direct access.
getChannel() - Method in interface org.redisson.api.RBinaryStream
Returns channel object which allows to write and read binary stream.
getChannel() - Method in class org.redisson.client.handler.PubSubKey
 
getChannel() - Method in interface org.redisson.client.protocol.pubsub.Message
 
getChannel() - Method in class org.redisson.client.protocol.pubsub.PubSubMessage
 
getChannel() - Method in class org.redisson.client.protocol.pubsub.PubSubPatternMessage
 
getChannel() - Method in class org.redisson.client.protocol.pubsub.PubSubStatusMessage
 
getChannel() - Method in class org.redisson.client.RedisConnection
Access to Netty channel.
getChannel(int) - Method in class com.rabbitmq.client.impl.ChannelManager
Looks up a channel on this connection.
getChannelId() - Method in interface com.rabbitmq.client.AMQP.Channel.OpenOk
 
getChannelId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
getChannelMax() - Method in interface com.rabbitmq.client.AMQP.Connection.Tune
 
getChannelMax() - Method in interface com.rabbitmq.client.AMQP.Connection.TuneOk
 
getChannelMax() - Method in interface com.rabbitmq.client.Connection
Get the negotiated maximum channel number.
getChannelMax() - Method in class com.rabbitmq.client.impl.AMQConnection
Get the negotiated maximum channel number.
getChannelMax() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
getChannelMax() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
getChannelMax() - Method in class com.rabbitmq.client.impl.ChannelManager
 
getChannelMax() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getChannelNames() - Method in interface org.redisson.api.RTopic
Get topic channel names
getChannelNames() - Method in interface org.redisson.api.RTopicReactive
Get topic channel names
getChannelNames() - Method in interface org.redisson.api.RTopicRx
Get topic channel names
getChannelNumber() - Method in interface com.rabbitmq.client.Channel
Retrieve this channel's channel number.
getChannelNumber() - Method in exception class com.rabbitmq.client.ChannelContinuationTimeoutException
 
getChannelNumber() - Method in class com.rabbitmq.client.impl.AMQChannel
Public API - Retrieves this channel's channel number.
getChannelNumber() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
getChannelPromise() - Method in class org.redisson.client.protocol.QueueCommandHolder
 
getChannelRpcTimeout() - Method in class com.rabbitmq.client.ConnectionFactory
Get the timeout for RPC calls in channels.
getChannelRpcTimeout() - Method in class com.rabbitmq.client.impl.AMQConnection
 
getChannelRpcTimeout() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getChannels() - Method in class org.redisson.client.RedisPubSubConnection
 
getClassId() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getClassId() - Method in interface com.rabbitmq.client.AMQP.Channel.Close
 
getClassId() - Method in interface com.rabbitmq.client.AMQP.Connection.Close
 
getClassId() - Method in interface com.rabbitmq.client.ContentHeader
Retrieve the class ID (see the spec for a list of allowable IDs).
getClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
getClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
getClassLoader() - Method in class org.redisson.client.codec.BaseCodec
 
getClassLoader() - Method in class org.redisson.client.codec.BitSetCodec
Deprecated.
 
getClassLoader() - Method in interface org.redisson.client.codec.Codec
Returns class loader object used to load classes used in decoding process
getClassLoader() - Method in class org.redisson.codec.JsonJacksonCodec
 
getClassName() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getClassName() - Method in interface com.rabbitmq.client.ContentHeader
Retrieve the class name, eg "basic" (see the spec for a list of these).
getClazz() - Method in class org.redisson.api.redisnode.RedisNodes
 
getCleanUpKeysAmount() - Method in class org.redisson.config.Config
 
getClient() - Method in interface fr.codinbox.connector.commons.redis.RedisConnection
Returns the underlying Redisson client.
getClient() - Method in class fr.codinbox.connector.commons.redis.RedisConnectionImpl
 
getClientMajor() - Method in exception class com.rabbitmq.client.ProtocolVersionMismatchException
The client's AMQP specification major version.
getClientMinor() - Method in exception class com.rabbitmq.client.ProtocolVersionMismatchException
The client's AMQP specification minor version.
getClientName() - Method in class org.redisson.client.RedisClientConfig
 
getClientName() - Method in class org.redisson.config.BaseConfig
 
getClientProperties() - Method in interface com.rabbitmq.client.AMQP.Connection.StartOk
 
getClientProperties() - Method in interface com.rabbitmq.client.Connection
Get a copy of the map of client properties sent to the server
getClientProperties() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the currently-configured table of client properties that will be sent to the server during connection startup.
getClientProperties() - Method in class com.rabbitmq.client.impl.AMQConnection
 
getClientProperties() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
getClientProperties() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getClientProperties() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getClientProvidedName() - Method in interface com.rabbitmq.client.Connection
Returns client-provided connection name, if any.
getClientProvidedName() - Method in class com.rabbitmq.client.impl.AMQConnection
 
getClientProvidedName() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getClientVersion() - Method in exception class com.rabbitmq.client.ProtocolVersionMismatchException
The client's AMQP specification version.
getCloseReason() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
getCloseReason() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getCloseReason() - Method in class com.rabbitmq.client.impl.ShutdownNotifierComponent
 
getCloseReason() - Method in interface com.rabbitmq.client.ShutdownNotifier
Get the shutdown reason object
getCloseTag() - Method in class org.redisson.api.search.query.HighlightOptions
 
getClusterId() - Method in interface com.rabbitmq.client.AMQP.Basic.GetEmpty
 
getClusterId() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getClusterId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
getClusterNodesGroup() - Method in interface org.redisson.api.RedissonClient
Deprecated.
getClusterNodesGroup() - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
getClusterNodesGroup() - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
getClusterServersConfig() - Method in class org.redisson.config.Config
 
getCode() - Method in class org.redisson.api.FunctionLibrary
 
getCodec() - Method in class org.redisson.api.options.CommonParams
 
getCodec() - Method in class org.redisson.api.options.ExecutorParams
 
getCodec() - Method in class org.redisson.api.options.JsonBucketParams
 
getCodec() - Method in class org.redisson.api.options.KeysParams
 
getCodec() - Method in class org.redisson.api.options.LiveObjectParams
 
getCodec() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getCodec() - Method in class org.redisson.api.options.MapCacheParams
 
getCodec() - Method in class org.redisson.api.options.MapParams
 
getCodec() - Method in class org.redisson.api.options.OptionalParams
 
getCodec() - Method in class org.redisson.api.options.PatternTopicParams
 
getCodec() - Method in class org.redisson.api.options.PlainParams
 
getCodec() - Method in interface org.redisson.api.RObject
Returns the underlying Codec used by this RObject
getCodec() - Method in interface org.redisson.api.RObjectReactive
 
getCodec() - Method in interface org.redisson.api.RObjectRx
 
getCodec() - Method in class org.redisson.client.protocol.CommandData
 
getCodec() - Method in class org.redisson.config.Config
 
getCommand() - Method in enum class org.redisson.api.FunctionResult
 
getCommand() - Method in class org.redisson.api.FunctionStats.RunningFunction
Returns arguments of running function
getCommand() - Method in enum class org.redisson.api.RScript.ReturnType
 
getCommand() - Method in class org.redisson.client.protocol.CommandData
 
getCommand() - Method in class org.redisson.client.protocol.QueueCommandHolder
 
getCommand(ChannelHandlerContext) - Method in class org.redisson.client.handler.CommandDecoder
 
getCommand(ChannelHandlerContext) - Method in class org.redisson.client.handler.CommandPubSubDecoder
 
getCommandMapper() - Method in class org.redisson.client.RedisClientConfig
 
getCommandMapper() - Method in class org.redisson.config.BaseConfig
 
getCommands() - Method in class org.redisson.client.protocol.CommandsData
 
getCommandTimeout() - Method in class org.redisson.client.RedisClientConfig
 
getConfig() - Method in interface org.redisson.api.RedissonClient
Allows to get configuration provided during Redisson instance creation.
getConfig() - Method in interface org.redisson.api.RedissonReactiveClient
Allows to get configuration provided during Redisson instance creation.
getConfig() - Method in interface org.redisson.api.RedissonRxClient
Allows to get configuration provided during Redisson instance creation.
getConfig() - Method in interface org.redisson.api.RRateLimiter
Returns current configuration of this RateLimiter object.
getConfig(String) - Method in interface org.redisson.api.redisnode.RedisNode
Get value of Redis configuration parameter.
getConfig(String) - Method in interface org.redisson.api.RSearch
Returns configuration map by defined parameter name
getConfig(String) - Method in interface org.redisson.api.RSearchReactive
Returns configuration map by defined parameter name
getConfig(String) - Method in interface org.redisson.api.RSearchRx
Returns configuration map by defined parameter name
getConfigAsync() - Method in interface org.redisson.api.RRateLimiterAsync
Returns current configuration of this RateLimiter object.
getConfigAsync(String) - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Get value of Redis configuration parameter.
getConfigAsync(String) - Method in interface org.redisson.api.RSearchAsync
Returns configuration map by defined parameter name
getConfigFilepath(ConnectionType, String) - Static method in class fr.codinbox.connector.commons.utils.EnvUtils
Retrieves the configuration file path for the given connection from environment variables.
getConnectedListener() - Method in class org.redisson.client.RedisClientConfig
 
getConnection() - Method in interface com.rabbitmq.client.Channel
Retrieve the connection which carries this channel.
getConnection() - Method in class com.rabbitmq.client.impl.AMQChannel
 
getConnection() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerState
 
getConnection() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
getConnection() - Method in class com.zaxxer.hikari.HikariDataSource
getConnection() - Method in interface fr.codinbox.connector.commons.database.DatabaseConnection
Returns a JDBC connection from the underlying HikariCP pool.
getConnection() - Method in class fr.codinbox.connector.commons.database.DatabaseConnectionImpl
 
getConnection() - Method in interface fr.codinbox.connector.commons.rabbitmq.RabbitMQConnection
Returns the underlying RabbitMQ connection.
getConnection() - Method in class fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectionImpl
 
getConnection() - Method in class org.mariadb.jdbc.MariaDbDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection(String) - Method in interface fr.codinbox.connector.commons.database.DatabaseConnectorService
Retrieves a database connection by its identifier.
getConnection(String) - Method in class fr.codinbox.connector.commons.database.DatabaseConnectorServiceImpl
 
getConnection(String) - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnectorService
Retrieves a Kafka connection by its identifier.
getConnection(String) - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectorServiceImpl
 
getConnection(String) - Method in interface fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectorService
Retrieves a RabbitMQ connection by its identifier.
getConnection(String) - Method in class fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectorServiceImpl
 
getConnection(String) - Method in interface fr.codinbox.connector.commons.redis.RedisConnectorService
Retrieves a Redis connection by its identifier.
getConnection(String) - Method in class fr.codinbox.connector.commons.redis.RedisConnectorServiceImpl
 
getConnection(String, String) - Method in class com.zaxxer.hikari.HikariDataSource
getConnection(String, String) - Method in class org.mariadb.jdbc.MariaDbDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnectionListener() - Method in class org.redisson.config.Config
 
getConnectionMinimumIdleSize() - Method in class org.redisson.config.SingleServerConfig
 
getConnectionPoolSize() - Method in class org.redisson.config.SingleServerConfig
 
getConnectionPromise() - Method in class org.redisson.client.RedisConnection
 
getConnectionRecoveryTriggeringCondition() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getConnectionShutdownExecutor() - Method in class com.rabbitmq.client.impl.nio.NioParams
 
getConnectionTimeout() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the TCP connection timeout.
getConnectTimeout() - Method in class org.redisson.client.RedisClientConfig
 
getConnectTimeout() - Method in class org.redisson.config.BaseConfig
 
getConsumer() - Method in class com.rabbitmq.client.RpcClient
Retrieve the consumer.
getConsumerCount() - Method in interface com.rabbitmq.client.AMQP.Queue.DeclareOk
 
getConsumerCount() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
getConsumerName() - Method in class org.redisson.api.PendingEntry
Returns name of consumer
getConsumerNames() - Method in class org.redisson.api.PendingResult
Pending messages amount mapped by consumer name
getConsumers() - Method in class org.redisson.api.StreamGroup
Returns current customers amount for this group
getConsumerTag() - Method in interface com.rabbitmq.client.AMQP.Basic.Cancel
 
getConsumerTag() - Method in interface com.rabbitmq.client.AMQP.Basic.CancelOk
 
getConsumerTag() - Method in interface com.rabbitmq.client.AMQP.Basic.Consume
 
getConsumerTag() - Method in interface com.rabbitmq.client.AMQP.Basic.ConsumeOk
 
getConsumerTag() - Method in interface com.rabbitmq.client.AMQP.Basic.Deliver
 
getConsumerTag() - Method in class com.rabbitmq.client.DefaultConsumer
Retrieve the consumer tag.
getConsumerTag() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
getConsumerTag() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
getConsumerTag() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
getConsumerTag() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
getConsumerTag() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
getConsumerTag() - Method in class com.rabbitmq.client.impl.recovery.RecordedConsumer
 
getConsumerTag() - Method in class com.rabbitmq.client.RpcClient.Response
 
getConsumerTag() - Method in interface com.rabbitmq.client.RpcServer.RpcConsumer
 
getConsumerWorkServiceExecutor() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getContentBody() - Method in interface com.rabbitmq.client.Command
Retrieves the body byte array that travelled as part of this Command, if any.
getContentBody() - Method in class com.rabbitmq.client.impl.AMQCommand
Public API - Retrieves the body byte array that travelled as part of this Command, if any.
getContentEncoding() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getContentEncoding() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the value in the contentEncoding field.
getContentHeader() - Method in interface com.rabbitmq.client.Command
Retrieves the ContentHeader subclass instance held as part of this Command, if any.
getContentHeader() - Method in class com.rabbitmq.client.impl.AMQCommand
Public API - Retrieves the ContentHeader subclass instance held as part of this Command, if any.
getContentType() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getContentType() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the value in the contentType field.
getContinuationMap() - Method in class com.rabbitmq.client.RpcClient
Retrieve the continuation map.
getConvertor() - Method in class org.redisson.client.protocol.RedisCommand
 
getCorrelationId() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getCorrelationId() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the value in the correlationId field.
getCorrelationId() - Method in class com.rabbitmq.client.RpcClient
Retrieve the last correlation id used.
getCorrelationIdSupplier() - Method in class com.rabbitmq.client.RpcClientParams
 
getCount() - Method in class org.redisson.api.geo.GeoSearchParams
 
getCount() - Method in interface org.redisson.api.RCountDownLatch
Returns value of current count.
getCount() - Method in interface org.redisson.api.RCountDownLatchReactive
Returns value of current count.
getCount() - Method in interface org.redisson.api.RCountDownLatchRx
Returns value of current count.
getCount() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getCount() - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
getCount() - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
getCount() - Method in class org.redisson.api.search.query.QueryOptions
 
getCount() - Method in class org.redisson.api.stream.StreamMultiReadGroupParams
 
getCount() - Method in class org.redisson.api.stream.StreamMultiReadParams
 
getCount() - Method in class org.redisson.api.stream.StreamReadGroupParams
 
getCount() - Method in class org.redisson.api.stream.StreamReadParams
 
getCountAsync() - Method in interface org.redisson.api.RCountDownLatchAsync
Returns value of current count.
getCountDownLatch(String) - Method in interface org.redisson.api.RedissonClient
Returns countDownLatch instance by name.
getCountDownLatch(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns CountDownLatch instance by name.
getCountDownLatch(String) - Method in interface org.redisson.api.RedissonRxClient
Returns CountDownLatch instance by name.
getCountDownLatch(K) - Method in interface org.redisson.api.RMap
Returns RCountDownLatch instance associated with key
getCountDownLatch(K) - Method in interface org.redisson.api.RMultimap
Returns RCountDownLatch instance associated with key
getCountDownLatch(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns countDownLatch instance with specified options.
getCountDownLatch(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns countDownLatch instance with specified options.
getCountDownLatch(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns countDownLatch instance with specified options.
getCountDownLatch(V) - Method in interface org.redisson.api.RSet
Returns RCountDownLatch instance associated with value
getCredentialsProvider() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getCredentialsRefreshService() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getCredentialsResolver() - Method in class org.redisson.client.RedisClientConfig
 
getCredentialsResolver() - Method in class org.redisson.config.BaseConfig
 
getCurrentCommand() - Method in class org.redisson.client.RedisConnection
 
getCurrentReplicaLogDir() - Method in class org.apache.kafka.clients.admin.DescribeReplicaLogDirsResult.ReplicaLogDirInfo
 
getCurrentReplicaOffsetLag() - Method in class org.apache.kafka.clients.admin.DescribeReplicaLogDirsResult.ReplicaLogDirInfo
 
getCursorCount() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getCursorId() - Method in class org.redisson.api.search.aggregate.AggregationResult
Returns cursor id value.
getCursorMaxIdle() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getCursorStats() - Method in class org.redisson.api.search.index.IndexInfo
 
getData() - Method in class org.redisson.api.StreamInfo.Entry
Returns data stored in this stream entry
getDatabase() - Method in class org.redisson.client.RedisClientConfig
 
getDatabase() - Method in class org.redisson.config.MasterSlaveServersConfig
 
getDatabase() - Method in class org.redisson.config.ReplicatedServersConfig
 
getDatabase() - Method in class org.redisson.config.SentinelServersConfig
 
getDatabase() - Method in class org.redisson.config.SingleServerConfig
 
getDatabaseService() - Static method in class fr.codinbox.connector.velocity.Connector
Returns the database connector service.
getDecoder() - Method in class org.redisson.client.handler.PubSubEntry
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.AggregationEntryDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.AutoClaimDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.AutoClaimMapReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.FastAutoClaimDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.GeoDistanceDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.GeoPositionDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ListFirstObjectDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ListMultiDecoder2
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ListObjectDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ListResultReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ListScanResultReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.Long2MultiDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.MapCacheKeyScanResultDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.MapCacheScanResultReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.MapEntriesDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.MapKeyDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.MapScanResultReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.MapValueDecoder
 
getDecoder(Codec, int, State, long) - Method in interface org.redisson.client.protocol.decoder.MultiDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ObjectDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ObjectFirstScoreReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ObjectListReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ObjectMapDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ObjectMapEntryReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ObjectMapReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.RankedEntryDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.RedisURIDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ScoredEntryScanDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ScoredSortedSetPolledObjectDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ScoredSortedSetRandomMapDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ScoredSortedSetReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ScoredSortedSetReplayDecoderV2
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ScoredSortedSetScanDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.ScoredSortedSetScanReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.SlotsDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.StreamObjectMapReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.StreamResultDecoderV2
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.StringListReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.StringMapDataDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.TimeSeriesEntryReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.TimeSeriesFirstEntryReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.decoder.TimeSeriesSingleEntryReplayDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.pubsub.PubSubMessageDecoder
 
getDecoder(Codec, int, State, long) - Method in class org.redisson.client.protocol.pubsub.PubSubPatternMessageDecoder
 
getDefaultConsumer() - Method in interface com.rabbitmq.client.Channel
Get the current default consumer.
getDefaultConsumer() - Method in class com.rabbitmq.client.impl.ChannelN
Returns the current default consumer.
getDefaultConsumer() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
getDefinition() - Method in class org.redisson.api.search.index.IndexInfo
 
getDelay() - Method in class org.redisson.api.LockOptions.ConstantBackOff
 
getDelay(int) - Method in class com.rabbitmq.client.RecoveryDelayHandler.DefaultRecoveryDelayHandler
 
getDelay(int) - Method in class com.rabbitmq.client.RecoveryDelayHandler.ExponentialBackoffDelayHandler
 
getDelay(int) - Method in interface com.rabbitmq.client.RecoveryDelayHandler
Get the time to sleep (in milliseconds) before attempting to reconnect and recover again.
getDelayedQueue(RQueue<V>) - Method in interface org.redisson.api.RedissonClient
Returns unbounded delayed queue instance by name.
getDelegate() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
getDelegate() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Not supposed to be used outside of automated tests.
getDelegateChannel() - Method in class com.rabbitmq.client.impl.recovery.RecordedEntity
 
getDeletedIds() - Method in class org.redisson.api.AutoClaimResult
 
getDeliveryMode() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getDeliveryMode() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the value in the deliveryMode field.
getDeliveryTag() - Method in interface com.rabbitmq.client.AMQP.Basic.Ack
 
getDeliveryTag() - Method in interface com.rabbitmq.client.AMQP.Basic.Deliver
 
getDeliveryTag() - Method in interface com.rabbitmq.client.AMQP.Basic.GetOk
 
getDeliveryTag() - Method in interface com.rabbitmq.client.AMQP.Basic.Nack
 
getDeliveryTag() - Method in interface com.rabbitmq.client.AMQP.Basic.Reject
 
getDeliveryTag() - Method in class com.rabbitmq.client.Envelope
Get the delivery tag included in this parameter envelope
getDeliveryTag() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
getDeliveryTag() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
getDeliveryTag() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
getDeliveryTag() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
getDeliveryTag() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
getDeliveryTimeoutMs() - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
 
getDeque(String) - Method in interface org.redisson.api.RBatch
Returns deque instance by name.
getDeque(String) - Method in interface org.redisson.api.RBatchReactive
Returns deque instance by name.
getDeque(String) - Method in interface org.redisson.api.RBatchRx
Returns deque instance by name.
getDeque(String) - Method in interface org.redisson.api.RedissonClient
Returns unbounded deque instance by name.
getDeque(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns deque instance by name.
getDeque(String) - Method in interface org.redisson.api.RedissonRxClient
Returns deque instance by name.
getDeque(String, Codec) - Method in interface org.redisson.api.RBatch
 
getDeque(String, Codec) - Method in interface org.redisson.api.RBatchReactive
 
getDeque(String, Codec) - Method in interface org.redisson.api.RBatchRx
 
getDeque(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns unbounded deque instance by name using provided codec for deque objects.
getDeque(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns deque instance by name using provided codec for deque objects.
getDeque(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns deque instance by name using provided codec for deque objects.
getDeque(TopicPartition) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
 
getDeque(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns unbounded deque instance with specified options.
getDeque(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns unbounded deque instance with specified options.
getDeque(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns unbounded deque instance with specified options.
getDescription() - Method in class org.redisson.api.FunctionLibrary.Function
 
getDestDirection() - Method in class org.redisson.api.queue.DequeMoveParams
 
getDestination() - Method in interface com.rabbitmq.client.AMQP.Exchange.Bind
 
getDestination() - Method in interface com.rabbitmq.client.AMQP.Exchange.Unbind
 
getDestination() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
getDestination() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
getDestination() - Method in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
getDestName() - Method in class org.redisson.api.queue.DequeMoveParams
 
getDialect() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getDialect() - Method in class org.redisson.api.search.query.QueryOptions
 
getDialect() - Method in class org.redisson.api.search.SpellcheckOptions
 
getDialectStats() - Method in class org.redisson.api.search.index.IndexInfo
 
getDim() - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
getDim() - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
getDisconnectedListener() - Method in class org.redisson.client.RedisClientConfig
 
getDistance() - Method in class org.redisson.api.search.SpellcheckOptions
 
getDistanceMetric() - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
getDistanceMetric() - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
getDnsMonitoringInterval() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
getDnsMonitoringInterval() - Method in class org.redisson.config.SingleServerConfig
 
getDocs() - Method in class org.redisson.api.search.index.IndexInfo
 
getDocTableSize() - Method in class org.redisson.api.search.index.IndexInfo
 
getDocuments() - Method in class org.redisson.api.search.query.SearchResult
Returns list of found Document objects
getDoubleAdder(String) - Method in interface org.redisson.api.RedissonClient
Returns DoubleAdder instances by name.
getDoubleAdder(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns DoubleAdder instances with specified options.
getDurable() - Method in interface com.rabbitmq.client.AMQP.Exchange.Declare
 
getDurable() - Method in interface com.rabbitmq.client.AMQP.Queue.Declare
 
getDurable() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
getDurable() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
getDuration() - Method in class org.redisson.api.FunctionStats.RunningFunction
Returns runtime duration of running function
getEfConstruction() - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
getEfRuntime() - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
getElement() - Method in class org.redisson.client.protocol.decoder.ListIteratorResult
 
GetEmpty(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
GetEmpty(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
getEngine() - Method in class org.redisson.api.FunctionLibrary
 
getEngines() - Method in class org.redisson.api.FunctionStats
Returns engine objects mapped by function engine name
getEntries() - Method in class org.redisson.api.stream.StreamAddParams
 
getEntriesAdded() - Method in class org.redisson.api.StreamInfo
Returns the count of all entries added to the stream during its lifetime
getEntriesRead() - Method in class org.redisson.api.stream.StreamCreateGroupParams
 
getEntriesRead() - Method in class org.redisson.api.StreamGroup
Returns amount of entries that the group had read
getEntry(long) - Method in interface org.redisson.api.RTimeSeries
Returns time series entry by specified timestamp or null if it doesn't exist.
getEntry(long) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns time series entry by specified timestamp or null if it doesn't exist.
getEntry(long) - Method in interface org.redisson.api.RTimeSeriesRx
Returns time series entry by specified timestamp or null if it doesn't exist.
getEntryAsync(long) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns time series entry by specified timestamp or null if it doesn't exist.
getEnvelope() - Method in class com.rabbitmq.client.Delivery
Retrieve the message envelope.
getEnvelope() - Method in class com.rabbitmq.client.GetResponse
Get the Envelope included in this response
getEnvelope() - Method in class com.rabbitmq.client.RpcClient.Response
 
getEnvironmentIds(ConnectionType) - Static method in class fr.codinbox.connector.commons.utils.EnvUtils
Discovers all configured connection identifiers for the given connection type by scanning environment variable names.
getEpsilon() - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
getErrorOnWriteListener() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getEventLoopGroup() - Method in class org.redisson.config.Config
 
getEvictionPolicy() - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
getEvictionPolicy() - Method in class org.redisson.api.options.LocalCachedMapParams
 
GETEX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
getExceptionHandler() - Method in interface com.rabbitmq.client.Connection
Get the exception handler.
getExceptionHandler() - Method in class com.rabbitmq.client.ConnectionFactory
Get the exception handler.
getExceptionHandler() - Method in class com.rabbitmq.client.impl.AMQConnection
Protected API - retrieve the current ExceptionHandler
getExceptionHandler() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getExceptionHandler() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getExchange() - Method in interface com.rabbitmq.client.AMQP.Basic.Deliver
 
getExchange() - Method in interface com.rabbitmq.client.AMQP.Basic.GetOk
 
getExchange() - Method in interface com.rabbitmq.client.AMQP.Basic.Publish
 
getExchange() - Method in interface com.rabbitmq.client.AMQP.Basic.Return
 
getExchange() - Method in interface com.rabbitmq.client.AMQP.Exchange.Declare
 
getExchange() - Method in interface com.rabbitmq.client.AMQP.Exchange.Delete
 
getExchange() - Method in interface com.rabbitmq.client.AMQP.Queue.Bind
 
getExchange() - Method in interface com.rabbitmq.client.AMQP.Queue.Unbind
 
getExchange() - Method in class com.rabbitmq.client.Envelope
Get the name of the exchange included in this parameter envelope
getExchange() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
getExchange() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
getExchange() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
getExchange() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
getExchange() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
getExchange() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
getExchange() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
getExchange() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
getExchange() - Method in class com.rabbitmq.client.Return
 
getExchange() - Method in class com.rabbitmq.client.RpcClient
Retrieve the exchange.
getExchange() - Method in class com.rabbitmq.client.RpcClientParams
Set the exchange to send requests to.
getExcludedDictionary() - Method in class org.redisson.api.search.SpellcheckOptions
 
getExcludedTerms() - Method in class org.redisson.api.search.SpellcheckOptions
 
getExclusive() - Method in interface com.rabbitmq.client.AMQP.Access.Request
 
getExclusive() - Method in interface com.rabbitmq.client.AMQP.Basic.Consume
 
getExclusive() - Method in interface com.rabbitmq.client.AMQP.Queue.Declare
 
getExclusive() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
getExclusive() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
getExclusive() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
getExecutionMode() - Method in class org.redisson.api.BatchOptions
 
getExecutionTimeoutInMillis() - Method in class org.redisson.api.RemoteInvocationOptions
 
getExecutor() - Method in class org.redisson.client.RedisClientConfig
 
getExecutor() - Method in class org.redisson.config.Config
 
getExecutorService(String) - Method in interface org.redisson.api.RedissonClient
Returns ScheduledExecutorService by name
getExecutorService(String, ExecutorOptions) - Method in interface org.redisson.api.RedissonClient
Deprecated.
getExecutorService(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns ScheduledExecutorService by name using provided codec for task, response and request serialization
getExecutorService(String, Codec, ExecutorOptions) - Method in interface org.redisson.api.RedissonClient
Deprecated.
getExecutorService(ExecutorOptions) - Method in interface org.redisson.api.RedissonClient
Returns ScheduledExecutorService with defined options
getExecutorServiceWorkers() - Method in class org.redisson.config.RedissonNodeFileConfig
 
getExpander() - Method in class org.redisson.api.search.query.QueryOptions
 
getExpectedFrameType() - Method in exception class com.rabbitmq.client.UnexpectedFrameError
 
getExpectedInsertions() - Method in interface org.redisson.api.RBloomFilter
Returns expected amount of insertions per element.
getExpiration() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getExpiration() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the value in the expiration field.
getExpirationEventPolicy() - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
getExpirationEventPolicy() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getExpiresIn() - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.Token
 
getExpireTime() - Method in interface org.redisson.api.RExpirable
Expiration time of Redisson object that has a timeout
getExpireTime() - Method in interface org.redisson.api.RExpirableReactive
Expiration time of Redisson object that has a timeout
getExpireTime() - Method in interface org.redisson.api.RExpirableRx
Expiration time of Redisson object that has a timeout
getExpireTimeAsync() - Method in interface org.redisson.api.RExpirableAsync
Expiration time of Redisson object that has a timeout
getExpression() - Method in class org.redisson.api.CronSchedule
 
getExpressions() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getExtension(String) - Static method in class fr.codinbox.connector.commons.utils.FileUtils
Extracts the file extension from the given file path.
getFailedNodeDetector() - Method in class org.redisson.client.RedisClientConfig
 
getFailedSlaveCheckInterval() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Deprecated.
getFailedSlaveNodeDetector() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
getFailedSlaveReconnectionInterval() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
getFairLock(String) - Method in interface org.redisson.api.RedissonClient
Returns Lock instance by name.
getFairLock(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Lock instance by name.
getFairLock(String) - Method in interface org.redisson.api.RedissonRxClient
Returns Lock instance by name.
getFairLock(K) - Method in interface org.redisson.api.RMap
Returns RLock instance associated with key
getFairLock(K) - Method in interface org.redisson.api.RMapReactive
Returns RLock instance associated with key
getFairLock(K) - Method in interface org.redisson.api.RMapRx
Returns RLock instance associated with key
getFairLock(K) - Method in interface org.redisson.api.RMultimap
Returns RLock instance associated with key
getFairLock(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns Lock instance with specified options.
getFairLock(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Lock instance with specified options.
getFairLock(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns Lock instance with specified options.
getFairLock(V) - Method in interface org.redisson.api.RSet
Returns RLock instance associated with value
getFairLock(V) - Method in interface org.redisson.api.RSetCacheReactive
Returns RLock instance associated with value
getFairLock(V) - Method in interface org.redisson.api.RSetCacheRx
Returns RLock instance associated with value
getFairLock(V) - Method in interface org.redisson.api.RSetReactive
Returns RLock instance associated with value
getFairLock(V) - Method in interface org.redisson.api.RSetRx
Returns RLock instance associated with value
getFalseProbability() - Method in interface org.redisson.api.RBloomFilter
Returns false probability of element presence.
getFencedLock(String) - Method in interface org.redisson.api.RedissonClient
Returns Fenced Lock instance by name.
getFencedLock(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Fenced Lock by name.
getFencedLock(String) - Method in interface org.redisson.api.RedissonRxClient
Returns Fenced Lock by name.
getFencedLock(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns Fenced Lock instance with specified options..
getFencedLock(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Fenced Lock instance with specified options..
getFencedLock(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns Fenced Lock instance with specified options..
getFieldName() - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
getFieldName() - Method in class org.redisson.api.search.index.GeoIndexParams
 
getFieldName() - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
getFieldName() - Method in class org.redisson.api.search.index.NumericIndexParams
 
getFieldName() - Method in class org.redisson.api.search.index.TagIndexParams
 
getFieldName() - Method in class org.redisson.api.search.index.TextIndexParams
 
getFieldName() - Method in class org.redisson.api.search.query.GeoFilterParams
 
getFieldName() - Method in class org.redisson.api.search.query.NumericFilterParams
 
getFieldNames() - Method in class org.redisson.api.search.aggregate.GroupParams
 
getFields() - Method in class org.redisson.api.search.query.HighlightOptions
 
getFields() - Method in class org.redisson.api.search.query.SummarizeOptions
 
getFilter() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getFilter() - Method in class org.redisson.api.search.index.IndexOptions
 
getFilters() - Method in class org.redisson.api.search.query.QueryOptions
 
getFirstEntry() - Method in class org.redisson.api.StreamInfo
Returns first stream entry
getFlags() - Method in class org.redisson.api.FunctionLibrary.Function
 
getFragSize() - Method in class org.redisson.api.search.query.SummarizeOptions
 
getFragsNum() - Method in class org.redisson.api.search.query.SummarizeOptions
 
getFrameHandler() - Method in class com.rabbitmq.client.impl.AMQConnection
 
getFrameMax() - Method in interface com.rabbitmq.client.AMQP.Connection.Tune
 
getFrameMax() - Method in interface com.rabbitmq.client.AMQP.Connection.TuneOk
 
getFrameMax() - Method in interface com.rabbitmq.client.Connection
Get the negotiated maximum frame size.
getFrameMax() - Method in class com.rabbitmq.client.impl.AMQConnection
Get the negotiated maximum frame size.
getFrameMax() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
getFrameMax() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
getFrameMax() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getFreeWorkers(Class<?>) - Method in interface org.redisson.api.RRemoteService
Returns free workers amount available for invocations
getFrom(Channel) - Static method in class org.redisson.client.RedisConnection
 
getFunction() - Method in interface org.redisson.api.RBatch
Returns interface for Redis Function feature
getFunction() - Method in interface org.redisson.api.RBatchReactive
Returns interface for Redis Function feature
getFunction() - Method in interface org.redisson.api.RBatchRx
Returns interface for Redis Function feature
getFunction() - Method in interface org.redisson.api.RedissonClient
Returns API for Redis Function feature
getFunction() - Method in interface org.redisson.api.RedissonReactiveClient
Returns interface for Redis Function feature
getFunction() - Method in interface org.redisson.api.RedissonRxClient
Returns interface for Redis Function feature
getFunction(OptionalOptions) - Method in interface org.redisson.api.RedissonClient
Returns interface for Redis Function feature with specified options.
getFunction(OptionalOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns interface for Redis Function feature with specified options.
getFunction(OptionalOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns interface for Redis Function feature with specified options.
getFunction(Codec) - Method in interface org.redisson.api.RBatch
Returns interface for Redis Function feature using provided codec
getFunction(Codec) - Method in interface org.redisson.api.RBatchReactive
Returns interface for Redis Function feature using provided codec
getFunction(Codec) - Method in interface org.redisson.api.RBatchRx
Returns interface for Redis Function feature using provided codec
getFunction(Codec) - Method in interface org.redisson.api.RedissonClient
Returns API for Redis Function feature using provided codec
getFunction(Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns interface for Redis Function feature using provided codec
getFunction(Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns interface for Redis Function feature using provided codec
getFunctionName() - Method in class org.redisson.api.search.aggregate.ReducerParams
 
getFunctions() - Method in class org.redisson.api.FunctionLibrary
 
getFunctions() - Method in class org.redisson.api.FunctionStats.Engine
Returns functions amount
getFutureReplicaLogDir() - Method in class org.apache.kafka.clients.admin.DescribeReplicaLogDirsResult.ReplicaLogDirInfo
 
getFutureReplicaOffsetLag() - Method in class org.apache.kafka.clients.admin.DescribeReplicaLogDirsResult.ReplicaLogDirInfo
 
getGcStats() - Method in class org.redisson.api.search.index.IndexInfo
 
getGeo(String) - Method in interface org.redisson.api.RBatch
Returns geospatial items holder instance by name.
getGeo(String) - Method in interface org.redisson.api.RBatchReactive
Returns geospatial items holder instance by name.
getGeo(String) - Method in interface org.redisson.api.RBatchRx
Returns geospatial items holder instance by name.
getGeo(String) - Method in interface org.redisson.api.RedissonClient
Returns geospatial items holder instance by name.
getGeo(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns geospatial items holder instance by name.
getGeo(String) - Method in interface org.redisson.api.RedissonRxClient
Returns geospatial items holder instance by name.
getGeo(String, Codec) - Method in interface org.redisson.api.RBatch
Returns geospatial items holder instance by name using provided codec for geospatial members.
getGeo(String, Codec) - Method in interface org.redisson.api.RBatchReactive
Returns geospatial items holder instance by name using provided codec for geospatial members.
getGeo(String, Codec) - Method in interface org.redisson.api.RBatchRx
Returns geospatial items holder instance by name using provided codec for geospatial members.
getGeo(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns geospatial items holder instance by name using provided codec for geospatial members.
getGeo(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns geospatial items holder instance by name using provided codec for geospatial members.
getGeo(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns geospatial items holder instance by name using provided codec for geospatial members.
getGeo(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns geospatial items holder instance with specified options.
getGeo(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns geospatial items holder instance with specified options.
getGeo(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns geospatial items holder instance with specified options.
getGlobal() - Method in interface com.rabbitmq.client.AMQP.Basic.Qos
 
getGlobal() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
getGroup() - Method in class org.redisson.client.RedisClientConfig
 
getGroupByParams() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getGroups() - Method in class org.redisson.api.StreamInfo
Returns amount of groups belonging to the stream
getHandshakeTimeout() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the AMQP 0-9-1 protocol handshake timeout.
getHandshakeTimeout() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getHashIndexingFailures() - Method in class org.redisson.api.search.index.IndexInfo
 
getHashIterations() - Method in interface org.redisson.api.RBloomFilter
Returns hash iterations amount used per element.
getHeaders() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getHeaders() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the table in the headers field as a map of fields names and values.
getHeartbeat() - Method in interface com.rabbitmq.client.AMQP.Connection.Tune
 
getHeartbeat() - Method in interface com.rabbitmq.client.AMQP.Connection.TuneOk
 
getHeartbeat() - Method in interface com.rabbitmq.client.Connection
Get the negotiated heartbeat interval.
getHeartbeat() - Method in class com.rabbitmq.client.impl.AMQConnection
Get the negotiated heartbeat interval.
getHeartbeat() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
getHeartbeat() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
getHeartbeat() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getHeartbeatExecutor() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getHeight() - Method in class org.redisson.api.geo.GeoSearchParams
 
getHighestId() - Method in class org.redisson.api.PendingResult
Highest stream id of pending messages
getHighlight() - Method in class org.redisson.api.search.query.QueryOptions
 
getHikariConfigMXBean() - Method in class com.zaxxer.hikari.HikariDataSource
Get the HikariConfigMXBean for this HikariDataSource instance.
getHikariPoolMXBean() - Method in class com.zaxxer.hikari.HikariDataSource
Get the HikariPoolMXBean for this HikariDataSource instance.
getHoldCount() - Method in interface org.redisson.api.RLock
Number of holds on this lock by the current thread
getHoldCount() - Method in interface org.redisson.api.RLockReactive
Number of holds on this lock by the current thread
getHoldCount() - Method in interface org.redisson.api.RLockRx
Number of holds on this lock by the current thread
getHoldCountAsync() - Method in interface org.redisson.api.RLockAsync
Number of holds on this lock by the current thread
getHost() - Method in class com.rabbitmq.client.Address
Get the host name
getHost() - Method in class com.rabbitmq.client.ConnectionFactory
 
getHost() - Method in class com.rabbitmq.client.DnsSrvRecordAddressResolver.SrvRecord
 
getHyperLogLog(String) - Method in interface org.redisson.api.RBatch
Returns HyperLogLog object
getHyperLogLog(String) - Method in interface org.redisson.api.RBatchReactive
Returns HyperLogLog object by name
getHyperLogLog(String) - Method in interface org.redisson.api.RBatchRx
Returns HyperLogLog object by name
getHyperLogLog(String) - Method in interface org.redisson.api.RedissonClient
Returns HyperLogLog instance by name.
getHyperLogLog(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns HyperLogLog instance by name.
getHyperLogLog(String) - Method in interface org.redisson.api.RedissonRxClient
Returns HyperLogLog instance by name.
getHyperLogLog(String, Codec) - Method in interface org.redisson.api.RBatch
 
getHyperLogLog(String, Codec) - Method in interface org.redisson.api.RBatchReactive
 
getHyperLogLog(String, Codec) - Method in interface org.redisson.api.RBatchRx
 
getHyperLogLog(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns HyperLogLog instance by name using provided codec for hll objects.
getHyperLogLog(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns HyperLogLog instance by name using provided codec for hll objects.
getHyperLogLog(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns HyperLogLog instance by name using provided codec for hll objects.
getHyperLogLog(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns HyperLogLog instance with specified options.
getHyperLogLog(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns HyperLogLog instance with specified options.
getHyperLogLog(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns HyperLogLog instance with specified options.
getId() - Method in interface com.rabbitmq.client.Connection
Returns a unique ID for this connection.
getId() - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - Returns a unique ID for this connection.
getId() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Public API - Returns a unique ID for this connection.
getId() - Method in class org.redisson.api.PendingEntry
Returns stream id of message
getId() - Method in interface org.redisson.api.RedissonClient
Returns id of this Redisson instance
getId() - Method in interface org.redisson.api.RedissonReactiveClient
Returns id of this Redisson instance
getId() - Method in interface org.redisson.api.RedissonRxClient
Returns id of this Redisson instance
getId() - Method in class org.redisson.api.search.query.Document
Returns document id
getId() - Method in class org.redisson.api.stream.StreamCreateGroupParams
 
getId() - Method in class org.redisson.api.StreamInfo.Entry
Returns StreamMessageId of this stream entry.
getId0() - Method in class org.redisson.api.StreamMessageId
Returns first part of ID
getId1() - Method in class org.redisson.api.stream.StreamMultiReadGroupParams
 
getId1() - Method in class org.redisson.api.stream.StreamMultiReadParams
 
getId1() - Method in class org.redisson.api.stream.StreamReadGroupParams
 
getId1() - Method in class org.redisson.api.stream.StreamReadParams
 
getId1() - Method in class org.redisson.api.StreamMessageId
Returns second part of ID
getIdentifier() - Method in class org.redisson.api.search.query.ReturnAttribute
 
getIdGenerator() - Method in class org.redisson.api.ExecutorOptions
Deprecated.
 
getIdGenerator() - Method in class org.redisson.api.options.ExecutorParams
 
getIdGenerator(String) - Method in interface org.redisson.api.RedissonClient
Returns id generator instance by name.
getIdGenerator(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns id generator by name.
getIdGenerator(String) - Method in interface org.redisson.api.RedissonRxClient
Returns id generator by name.
getIdGenerator(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns id generator instance with specified options.
getIdGenerator(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns id generator instance with specified options.
getIdGenerator(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns id generator instance with specified options.
getIdleConnectionTimeout() - Method in class org.redisson.config.BaseConfig
 
getIdleKeys() - Method in class org.redisson.client.protocol.decoder.MapCacheKeyScanResult
 
getIdleKeys() - Method in class org.redisson.client.protocol.decoder.MapCacheScanResult
 
getIdleTime() - Method in class org.redisson.api.PendingEntry
Returns milliseconds amount have passed since the last time the message was delivered to some consumer
getIdleTime() - Method in interface org.redisson.api.RObject
Returns number of seconds spent since last write or read operation over this object.
getIdleTime() - Method in interface org.redisson.api.RObjectReactive
Returns number of seconds spent since last write or read operation over this object.
getIdleTime() - Method in interface org.redisson.api.RObjectRx
Returns number of seconds spent since last write or read operation over this object.
getIdleTime() - Method in class org.redisson.api.StreamConsumer
Returns idle time in milliseconds since which this consumer hasn't consumed messages
getIdleTimeAsync() - Method in interface org.redisson.api.RObjectAsync
Returns number of seconds spent since last write or read operation over this object.
getIds() - Method in class org.redisson.api.FastAutoClaimResult
 
getIfEmpty() - Method in interface com.rabbitmq.client.AMQP.Queue.Delete
 
getIfEmpty() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
getIfUnused() - Method in interface com.rabbitmq.client.AMQP.Exchange.Delete
 
getIfUnused() - Method in interface com.rabbitmq.client.AMQP.Queue.Delete
 
getIfUnused() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
getIfUnused() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
getImmediate() - Method in interface com.rabbitmq.client.AMQP.Basic.Publish
 
getImmediate() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
getInactive() - Method in class org.redisson.api.StreamConsumer
Returns time in milliseconds since the last successful interaction of this consumer
getIncludedDictionary() - Method in class org.redisson.api.search.SpellcheckOptions
 
getIncludedTerms() - Method in class org.redisson.api.search.SpellcheckOptions
 
getIndex() - Method in class org.redisson.client.protocol.BatchCommandData
 
getIndexing() - Method in class org.redisson.api.search.index.IndexInfo
 
getInFields() - Method in class org.redisson.api.search.query.QueryOptions
 
getInfo() - Method in interface org.redisson.api.RStream
Returns information about this stream.
getInfo() - Method in interface org.redisson.api.RStreamReactive
Returns information about this stream.
getInfo() - Method in interface org.redisson.api.RStreamRx
Returns information about this stream.
getInfoAsync() - Method in interface org.redisson.api.RStreamAsync
Returns information about this stream.
getInitialCap() - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
getInitialCapacity() - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
getInitialDelay() - Method in class org.redisson.api.LockOptions.ExponentialBackOff
 
getInKeys() - Method in class org.redisson.api.search.query.QueryOptions
 
getInnerSerializer() - Method in class org.apache.kafka.common.serialization.ListSerializer
 
getInputStream() - Method in class com.rabbitmq.client.impl.Frame
Public API - retrieves a new DataInputStream streaming over the payload
getInputStream() - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
getInputStream() - Method in interface org.redisson.api.RBinaryStream
Returns inputStream object which allows to read binary stream.
getInsist() - Method in interface com.rabbitmq.client.AMQP.Connection.Open
 
getInsist() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
getInstance() - Method in interface org.redisson.api.redisnode.RedisSingle
Returns Redis node
getInteger(long) - Method in interface org.redisson.api.RBitSet
Returns integer number at specified offset
getInteger(long) - Method in interface org.redisson.api.RBitSetReactive
Returns integer number at specified offset
getInteger(long) - Method in interface org.redisson.api.RBitSetRx
Returns integer number at specified offset
getIntegerAsync(long) - Method in interface org.redisson.api.RBitSetAsync
Returns integer number at specified offset
getInternal() - Method in interface com.rabbitmq.client.AMQP.Exchange.Declare
 
getInternal() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
getInvertedSize() - Method in class org.redisson.api.search.index.IndexInfo
 
getJsonBucket(String, JsonCodec<V>) - Method in interface org.redisson.api.RBatch
Returns JSON data holder instance by name using provided codec.
getJsonBucket(String, JsonCodec<V>) - Method in interface org.redisson.api.RBatchReactive
Returns JSON data holder instance by name using provided codec.
getJsonBucket(String, JsonCodec<V>) - Method in interface org.redisson.api.RBatchRx
Returns JSON data holder instance by name using provided codec.
getJsonBucket(String, JsonCodec<V>) - Method in interface org.redisson.api.RedissonClient
Returns JSON data holder instance by name using provided codec.
getJsonBucket(String, JsonCodec<V>) - Method in interface org.redisson.api.RedissonReactiveClient
Returns JSON data holder instance by name using provided codec.
getJsonBucket(String, JsonCodec<V>) - Method in interface org.redisson.api.RedissonRxClient
Returns JSON data holder instance by name using provided codec.
getJsonBucket(JsonBucketOptions<V>) - Method in interface org.redisson.api.RedissonClient
Returns JSON data holder instance with specified options.
getJsonBucket(JsonBucketOptions<V>) - Method in interface org.redisson.api.RedissonReactiveClient
Returns JSON data holder instance with specified options.
getJsonBucket(JsonBucketOptions<V>) - Method in interface org.redisson.api.RedissonRxClient
Returns JSON data holder instance with specified options.
getKafkaService() - Static method in class fr.codinbox.connector.velocity.Connector
Returns the Kafka connector service.
getKey() - Method in class org.redisson.api.Entry
 
getKey() - Method in class org.redisson.api.map.event.EntryEvent
 
getKey() - Method in class org.redisson.client.protocol.decoder.KeyValueMessage
 
getKeys() - Method in interface org.redisson.api.RBatch
Returns keys operations.
getKeys() - Method in interface org.redisson.api.RBatchReactive
Returns keys operations.
getKeys() - Method in interface org.redisson.api.RBatchRx
Returns keys operations.
getKeys() - Method in interface org.redisson.api.RedissonClient
Returns interface with methods for Redis keys.
getKeys() - Method in interface org.redisson.api.RedissonReactiveClient
Returns keys operations.
getKeys() - Method in interface org.redisson.api.RedissonRxClient
Returns keys operations.
getKeys() - Method in interface org.redisson.api.RJsonBucket
Returns list of keys in JSON container
getKeys() - Method in interface org.redisson.api.RJsonBucketReactive
Returns list of keys in JSON container
getKeys() - Method in interface org.redisson.api.RJsonBucketRx
Returns list of keys in JSON container
getKeys() - Method in interface org.redisson.api.RKeys
Get all keys using iterator.
getKeys() - Method in interface org.redisson.api.RKeysReactive
Load keys in incrementally iterate mode.
getKeys() - Method in interface org.redisson.api.RKeysRx
Load keys in incrementally iterate mode.
getKeys(int) - Method in interface org.redisson.api.RKeys
Get all keys using iterator.
getKeys(int) - Method in interface org.redisson.api.RKeysReactive
Load keys in incrementally iterate mode.
getKeys(int) - Method in interface org.redisson.api.RKeysRx
Load keys in incrementally iterate mode.
getKeys(String) - Method in interface org.redisson.api.RJsonBucket
Returns list of keys in JSON container specified by JSONPath
getKeys(String) - Method in interface org.redisson.api.RJsonBucketReactive
Returns list of keys in JSON container specified by JSONPath
getKeys(String) - Method in interface org.redisson.api.RJsonBucketRx
Returns list of keys in JSON container specified by JSONPath
getKeys(KeysOptions) - Method in interface org.redisson.api.RedissonClient
Returns interface for operations over Redis keys with specified options.
getKeys(KeysOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns interface for operations over Redis keys with specified options.
getKeys(KeysOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns interface for operations over Redis keys with specified options.
getKeysAsync() - Method in interface org.redisson.api.RJsonBucketAsync
Returns list of keys in JSON container
getKeysAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Returns list of keys in JSON container specified by JSONPath
getKeysByPattern(String) - Method in interface org.redisson.api.RKeys
Get all keys by pattern using iterator.
getKeysByPattern(String) - Method in interface org.redisson.api.RKeysReactive
Find keys by pattern and load it in incrementally iterate mode.
getKeysByPattern(String) - Method in interface org.redisson.api.RKeysRx
Find keys by pattern and load it in incrementally iterate mode.
getKeysByPattern(String, int) - Method in interface org.redisson.api.RKeys
Get all keys by pattern using iterator.
getKeysByPattern(String, int) - Method in interface org.redisson.api.RKeysReactive
Get all keys by pattern using iterator.
getKeysByPattern(String, int) - Method in interface org.redisson.api.RKeysRx
Get all keys by pattern using iterator.
getKeysMulti(String) - Method in interface org.redisson.api.RJsonBucket
Returns list of keys in JSON containers specified by JSONPath
getKeysMulti(String) - Method in interface org.redisson.api.RJsonBucketReactive
Returns list of keys in JSON containers specified by JSONPath
getKeysMulti(String) - Method in interface org.redisson.api.RJsonBucketRx
Returns list of keys in JSON containers specified by JSONPath
getKeysMultiAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Returns list of keys in JSON containers specified by JSONPath
getKeysStream() - Method in interface org.redisson.api.RKeys
Get all keys using Stream.
getKeysStream(int) - Method in interface org.redisson.api.RKeys
Get all keys using Stream.
getKeysStreamByPattern(String) - Method in interface org.redisson.api.RKeys
Get all keys by pattern using Stream.
getKeysStreamByPattern(String, int) - Method in interface org.redisson.api.RKeys
Get all keys by pattern using Stream.
getKeysWithLimit(int) - Method in interface org.redisson.api.RKeys
Get keys using iterator with defined limit.
getKeysWithLimit(String, int) - Method in interface org.redisson.api.RKeys
Get keys using iterator with defined limit.
getKeyTableSize() - Method in class org.redisson.api.search.index.IndexInfo
 
getKnownHosts() - Method in interface com.rabbitmq.client.AMQP.Connection.OpenOk
 
getKnownHosts() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
getLabel() - Method in class org.redisson.api.TimeSeriesEntry
 
getLag() - Method in class org.redisson.api.StreamGroup
Returns amount of entries that are still waiting for delivery
getLanguage() - Method in class org.redisson.api.search.index.IndexOptions
 
getLanguage() - Method in class org.redisson.api.search.query.QueryOptions
 
getLanguageField() - Method in class org.redisson.api.search.index.IndexOptions
 
getLast() - Method in interface org.redisson.api.RDequeReactive
Returns element at the tail of this deque or null if there are no elements in deque.
getLast() - Method in interface org.redisson.api.RDequeRx
Returns element at the tail of this deque or null if there are no elements in deque.
getLastActivity() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerState
 
getLastAsync() - Method in interface org.redisson.api.RDequeAsync
Returns element at the tail of this deque or null if there are no elements in deque.
getLastCommand() - Method in class org.redisson.client.RedisConnection
 
getLastDeliveredId() - Method in class org.redisson.api.StreamGroup
Returns last delivered StreamMessageId for this group
getLastEntry() - Method in class org.redisson.api.StreamInfo
Returns last stream entry
getLastGeneratedId() - Method in class org.redisson.api.StreamInfo
Returns last StreamMessageId used by the stream
getLastSaveTime() - Method in interface org.redisson.api.redisnode.RedisNode
Returns time of the last successful Redis database save operation.
getLastSaveTimeAsync() - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Returns time of the last successful Redis database save operation.
getLastTimeDelivered() - Method in class org.redisson.api.PendingEntry
Returns number of times that a given message was delivered
getLastUsageTime() - Method in class org.redisson.client.RedisConnection
 
getLatitude() - Method in class org.redisson.api.geo.GeoSearchParams
 
getLatitude() - Method in class org.redisson.api.GeoEntry
 
getLatitude() - Method in class org.redisson.api.GeoPosition
 
getLatitude() - Method in class org.redisson.api.search.query.GeoFilterParams
 
getLength() - Method in class org.redisson.api.StreamInfo
Returns length of the stream
getLevel() - Method in class org.redisson.client.handler.State
 
getLexSortedSet(String) - Method in interface org.redisson.api.RBatch
Returns String based Redis Sorted Set instance by name All elements are inserted with the same score during addition, in order to force lexicographical ordering
getLexSortedSet(String) - Method in interface org.redisson.api.RBatchReactive
Returns String based Redis Sorted Set instance by name All elements are inserted with the same score during addition, in order to force lexicographical ordering
getLexSortedSet(String) - Method in interface org.redisson.api.RBatchRx
Returns String based Redis Sorted Set instance by name All elements are inserted with the same score during addition, in order to force lexicographical ordering
getLexSortedSet(String) - Method in interface org.redisson.api.RedissonClient
Returns String based Redis Sorted Set instance by name.
getLexSortedSet(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns String based Redis Sorted Set instance by name All elements are inserted with the same score during addition, in order to force lexicographical ordering
getLexSortedSet(String) - Method in interface org.redisson.api.RedissonRxClient
Returns String based Redis Sorted Set instance by name All elements are inserted with the same score during addition, in order to force lexicographical ordering
getLexSortedSet(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns String based Redis Sorted Set instance with specified options.
getLexSortedSet(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns String based Redis Sorted Set instance with specified options.
getLexSortedSet(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns String based Redis Sorted Set instance with specified options.
getLibraries() - Method in class org.redisson.api.FunctionStats.Engine
Returns libraries amount
getLimit() - Method in class org.redisson.api.stream.StreamAddParams
 
getLimit() - Method in class org.redisson.api.stream.StreamTrimParams
 
getList(String) - Method in interface org.redisson.api.RBatch
Returns list instance by name.
getList(String) - Method in interface org.redisson.api.RBatchReactive
Returns list instance by name.
getList(String) - Method in interface org.redisson.api.RBatchRx
Returns list instance by name.
getList(String) - Method in interface org.redisson.api.RedissonClient
Returns list instance by name.
getList(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns list instance by name.
getList(String) - Method in interface org.redisson.api.RedissonRxClient
Returns list instance by name.
getList(String, Codec) - Method in interface org.redisson.api.RBatch
 
getList(String, Codec) - Method in interface org.redisson.api.RBatchReactive
 
getList(String, Codec) - Method in interface org.redisson.api.RBatchRx
 
getList(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns list instance by name using provided codec for list objects.
getList(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns list instance by name using provided codec for list objects.
getList(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns list instance by name using provided codec for list objects.
getList(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns list instance with specified options.
getList(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns list instance with specified options.
getList(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns list instance with specified options.
getListMultimap(String) - Method in interface org.redisson.api.RBatch
Returns List based MultiMap instance by name.
getListMultimap(String) - Method in interface org.redisson.api.RBatchReactive
Returns List based MultiMap instance by name.
getListMultimap(String) - Method in interface org.redisson.api.RBatchRx
Returns List based MultiMap instance by name.
getListMultimap(String) - Method in interface org.redisson.api.RedissonClient
Returns List based Multimap instance by name.
getListMultimap(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns List based Multimap instance by name.
getListMultimap(String) - Method in interface org.redisson.api.RedissonRxClient
Returns List based Multimap instance by name.
getListMultimap(String, Codec) - Method in interface org.redisson.api.RBatch
Returns List based MultiMap instance by name using provided codec for both map keys and values.
getListMultimap(String, Codec) - Method in interface org.redisson.api.RBatchReactive
Returns List based MultiMap instance by name using provided codec for both map keys and values.
getListMultimap(String, Codec) - Method in interface org.redisson.api.RBatchRx
Returns List based MultiMap instance by name using provided codec for both map keys and values.
getListMultimap(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns List based Multimap instance by name using provided codec for both map keys and values.
getListMultimap(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns List based Multimap instance by name using provided codec for both map keys and values.
getListMultimap(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns List based Multimap instance by name using provided codec for both map keys and values.
getListMultimap(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns List based Multimap instance with specified options.
getListMultimap(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns List based Multimap instance with specified options.
getListMultimap(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns List based Multimap instance with specified options.
getListMultimapCache(String) - Method in interface org.redisson.api.RBatch
Returns List based Multimap instance by name.
getListMultimapCache(String) - Method in interface org.redisson.api.RBatchRx
Returns List based Multimap cache instance by name.
getListMultimapCache(String) - Method in interface org.redisson.api.RedissonClient
Returns List based Multimap instance by name.
getListMultimapCache(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns List based Multimap cache instance by name.
getListMultimapCache(String) - Method in interface org.redisson.api.RedissonRxClient
Returns List based Multimap cache instance by name.
getListMultimapCache(String, Codec) - Method in interface org.redisson.api.RBatch
Returns List based Multimap instance by name using provided codec for both map keys and values.
getListMultimapCache(String, Codec) - Method in interface org.redisson.api.RBatchRx
Returns List based Multimap cache instance by name using provided codec for both map keys and values.
getListMultimapCache(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns List based Multimap instance by name using provided codec for both map keys and values.
getListMultimapCache(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns List based Multimap cache instance by name using provided codec for both map keys and values.
getListMultimapCache(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns List based Multimap cache instance by name using provided codec for both map keys and values.
getListMultimapCache(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns List based Multimap instance by name.
getListMultimapCache(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns List based Multimap instance by name.
getListMultimapCache(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns List based Multimap instance by name.
getLiveObjectId() - Method in interface org.redisson.api.RLiveObject
Returns the value of the field that has the RId annotation.
getLiveObjectService() - Method in interface org.redisson.api.RedissonClient
Returns Live Object Service which is used to store Java objects
getLiveObjectService(LiveObjectOptions) - Method in interface org.redisson.api.RedissonClient
Returns Live Object Service which is used to store Java objects with specified options.
getLoad() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getLoadBalancer() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
getLoader() - Method in class org.redisson.api.MapOptions
Deprecated.
 
getLoader() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getLoader() - Method in class org.redisson.api.options.MapCacheParams
 
getLoader() - Method in class org.redisson.api.options.MapParams
 
getLoaderAsync() - Method in class org.redisson.api.MapOptions
Deprecated.
 
getLoaderAsync() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getLoaderAsync() - Method in class org.redisson.api.options.MapCacheParams
 
getLoaderAsync() - Method in class org.redisson.api.options.MapParams
 
getLocalAddress() - Method in class com.rabbitmq.client.impl.AMQConnection
 
getLocalAddress() - Method in interface com.rabbitmq.client.impl.NetworkConnection
Retrieve the local host.
getLocalAddress() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
getLocalAddress() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getLocalAddress() - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
getLocalCachedMap(String, LocalCachedMapOptions<K, V>) - Method in interface org.redisson.api.RedissonClient
Deprecated.
getLocalCachedMap(String, LocalCachedMapOptions<K, V>) - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
getLocalCachedMap(String, LocalCachedMapOptions<K, V>) - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
getLocalCachedMap(String, Codec, LocalCachedMapOptions<K, V>) - Method in interface org.redisson.api.RedissonClient
Deprecated.
getLocalCachedMap(String, Codec, LocalCachedMapOptions<K, V>) - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
getLocalCachedMap(String, Codec, LocalCachedMapOptions<K, V>) - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
getLocalCachedMap(LocalCachedMapOptions<K, V>) - Method in interface org.redisson.api.RedissonClient
Returns local cached map instance with specified options.
getLocalCachedMap(LocalCachedMapOptions<K, V>) - Method in interface org.redisson.api.RedissonReactiveClient
Returns local cached map instance with specified options.
getLocalCachedMap(LocalCachedMapOptions<K, V>) - Method in interface org.redisson.api.RedissonRxClient
Returns local cached map instance with specified options.
getLocalCachedMap(RLocalCachedMap<K, V>) - Method in interface org.redisson.api.RTransaction
Returns transactional local cached map proxy for specified local cached map instance.
getLocale() - Method in interface com.rabbitmq.client.AMQP.Connection.StartOk
 
getLocale() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
getLocales() - Method in interface com.rabbitmq.client.AMQP.Connection.Start
 
getLocales() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
getLocalPort() - Method in class com.rabbitmq.client.impl.AMQConnection
 
getLocalPort() - Method in interface com.rabbitmq.client.impl.NetworkConnection
Retrieve the local port number.
getLocalPort() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
getLocalPort() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getLocalPort() - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
getLock(String) - Method in interface org.redisson.api.RedissonClient
Returns Lock instance by name.
getLock(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Lock instance by name.
getLock(String) - Method in interface org.redisson.api.RedissonRxClient
Returns Lock instance by name.
getLock(K) - Method in interface org.redisson.api.RMap
Returns RLock instance associated with key
getLock(K) - Method in interface org.redisson.api.RMapReactive
Returns RLock instance associated with key
getLock(K) - Method in interface org.redisson.api.RMapRx
Returns RLock instance associated with key
getLock(K) - Method in interface org.redisson.api.RMultimap
Returns RLock instance associated with key
getLock(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns Lock instance with specified options.
getLock(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Lock instance with specified options.
getLock(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns Lock instance with specified options.
getLock(V) - Method in interface org.redisson.api.RSet
Returns lock instance associated with value
getLock(V) - Method in interface org.redisson.api.RSetCacheReactive
Returns lock instance associated with value
getLock(V) - Method in interface org.redisson.api.RSetCacheRx
Returns lock instance associated with value
getLock(V) - Method in interface org.redisson.api.RSetReactive
Returns lock instance associated with value
getLock(V) - Method in interface org.redisson.api.RSetRx
Returns lock instance associated with value
getLockWatchdogTimeout() - Method in class org.redisson.config.Config
 
getLoginTimeout() - Method in class com.zaxxer.hikari.HikariDataSource
getLoginTimeout() - Method in class org.mariadb.jdbc.MariaDbDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogWriter() - Method in class com.zaxxer.hikari.HikariDataSource
getLogWriter() - Method in class org.mariadb.jdbc.MariaDbDataSource
Implementation doesn't use logwriter
getLong(long) - Method in interface org.redisson.api.RBitSet
Returns long number at specified offset
getLong(long) - Method in interface org.redisson.api.RBitSetReactive
Returns long number at specified offset
getLong(long) - Method in interface org.redisson.api.RBitSetRx
Returns long number at specified offset
getLongAdder(String) - Method in interface org.redisson.api.RedissonClient
Returns LongAdder instances by name.
getLongAdder(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns LongAdder instances with specified options.
getLongAsync(long) - Method in interface org.redisson.api.RBitSetAsync
Returns long number at specified offset
getLongitude() - Method in class org.redisson.api.geo.GeoSearchParams
 
getLongitude() - Method in class org.redisson.api.GeoEntry
 
getLongitude() - Method in class org.redisson.api.GeoPosition
 
getLongitude() - Method in class org.redisson.api.search.query.GeoFilterParams
 
getLowestId() - Method in class org.redisson.api.PendingResult
Lowest stream id of pending messages
getM() - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
getMajor() - Method in class com.rabbitmq.client.impl.Version
Retrieve the major version number.
getMajorVersion() - Method in class org.mariadb.jdbc.Driver
gets the major version of the driver.
getMandatory() - Method in interface com.rabbitmq.client.AMQP.Basic.Publish
 
getMandatory() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
getMap() - Method in class org.redisson.client.protocol.decoder.MapScanResult
 
getMap(String) - Method in interface org.redisson.api.RBatch
Returns map instance by name.
getMap(String) - Method in interface org.redisson.api.RBatchReactive
Returns map instance by name.
getMap(String) - Method in interface org.redisson.api.RBatchRx
Returns map instance by name.
getMap(String) - Method in interface org.redisson.api.RedissonClient
Returns map instance by name.
getMap(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns map instance by name.
getMap(String) - Method in interface org.redisson.api.RedissonRxClient
Returns map instance by name.
getMap(String) - Method in interface org.redisson.api.RTransaction
Returns transactional map instance by name.
getMap(String) - Method in interface org.redisson.api.RTransactionReactive
Returns transactional map instance by name.
getMap(String) - Method in interface org.redisson.api.RTransactionRx
Returns transactional map instance by name.
getMap(String, MapOptions<K, V>) - Method in interface org.redisson.api.RedissonClient
Deprecated.
getMap(String, MapOptions<K, V>) - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
getMap(String, MapOptions<K, V>) - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
getMap(String, Codec) - Method in interface org.redisson.api.RBatch
 
getMap(String, Codec) - Method in interface org.redisson.api.RBatchReactive
 
getMap(String, Codec) - Method in interface org.redisson.api.RBatchRx
 
getMap(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns map instance by name using provided codec for both map keys and values.
getMap(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns map instance by name using provided codec for both map keys and values.
getMap(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns map instance by name using provided codec for both map keys and values.
getMap(String, Codec) - Method in interface org.redisson.api.RTransaction
Returns transactional map instance by name using provided codec for both map keys and values.
getMap(String, Codec) - Method in interface org.redisson.api.RTransactionReactive
Returns transactional map instance by name using provided codec for both map keys and values.
getMap(String, Codec) - Method in interface org.redisson.api.RTransactionRx
Returns transactional map instance by name using provided codec for both map keys and values.
getMap(String, Codec, MapOptions<K, V>) - Method in interface org.redisson.api.RedissonClient
Deprecated.
getMap(String, Codec, MapOptions<K, V>) - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
getMap(String, Codec, MapOptions<K, V>) - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
getMap(MapOptions<K, V>) - Method in interface org.redisson.api.RedissonClient
Returns map instance by name.
getMap(MapOptions<K, V>) - Method in interface org.redisson.api.RedissonReactiveClient
Returns map instance by name.
getMap(MapOptions<K, V>) - Method in interface org.redisson.api.RedissonRxClient
Returns map instance by name.
getMapCache(String) - Method in interface org.redisson.api.RBatch
Returns map-based cache instance by name.
getMapCache(String) - Method in interface org.redisson.api.RBatchReactive
Returns map-based cache instance by name.
getMapCache(String) - Method in interface org.redisson.api.RBatchRx
Returns map-based cache instance by name.
getMapCache(String) - Method in interface org.redisson.api.RedissonClient
Returns map-based cache instance by name.
getMapCache(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns map-based cache instance by name.
getMapCache(String) - Method in interface org.redisson.api.RedissonRxClient
Returns map-based cache instance by name.
getMapCache(String) - Method in interface org.redisson.api.RTransaction
Returns transactional map-based cache instance by name.
getMapCache(String) - Method in interface org.redisson.api.RTransactionReactive
Returns transactional map-based cache instance by name.
getMapCache(String) - Method in interface org.redisson.api.RTransactionRx
Returns transactional map-based cache instance by name.
getMapCache(String, MapCacheOptions<K, V>) - Method in interface org.redisson.api.RedissonClient
Deprecated.
getMapCache(String, MapCacheOptions<K, V>) - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
getMapCache(String, MapCacheOptions<K, V>) - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
getMapCache(String, Codec) - Method in interface org.redisson.api.RBatch
Returns map-based cache instance by name using provided codec for both cache keys and values.
getMapCache(String, Codec) - Method in interface org.redisson.api.RBatchReactive
Returns map-based cache instance by name using provided codec for both cache keys and values.
getMapCache(String, Codec) - Method in interface org.redisson.api.RBatchRx
Returns map-based cache instance by name using provided codec for both cache keys and values.
getMapCache(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns map-based cache instance by name using provided codec for both cache keys and values.
getMapCache(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns map-based cache instance by name using provided codec for both cache keys and values.
getMapCache(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns map-based cache instance by name using provided codec for both cache keys and values.
getMapCache(String, Codec) - Method in interface org.redisson.api.RTransaction
Returns transactional map-based cache instance by name using provided codec for both cache keys and values.
getMapCache(String, Codec) - Method in interface org.redisson.api.RTransactionReactive
Returns transactional map-based cache instance by name using provided codec for both cache keys and values.
getMapCache(String, Codec) - Method in interface org.redisson.api.RTransactionRx
Returns transactional map-based cache instance by name using provided codec for both cache keys and values.
getMapCache(String, Codec, MapCacheOptions<K, V>) - Method in interface org.redisson.api.RedissonClient
Deprecated.
getMapCache(String, Codec, MapCacheOptions<K, V>) - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
getMapCache(String, Codec, MapCacheOptions<K, V>) - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
getMapCache(MapCacheOptions<K, V>) - Method in interface org.redisson.api.RedissonClient
Returns map-based cache instance with specified options.
getMapCache(MapCacheOptions<K, V>) - Method in interface org.redisson.api.RedissonReactiveClient
Returns map-based cache instance with specified options.
getMapCache(MapCacheOptions<K, V>) - Method in interface org.redisson.api.RedissonRxClient
Returns map-based cache instance with specified options.
getMapKeyDecoder() - Method in class org.redisson.client.codec.BaseCodec
 
getMapKeyDecoder() - Method in class org.redisson.client.codec.BitSetCodec
Deprecated.
 
getMapKeyDecoder() - Method in interface org.redisson.client.codec.Codec
Returns object decoder used for hash map keys in HMAP Redis structure
getMapKeyEncoder() - Method in class org.redisson.client.codec.BaseCodec
 
getMapKeyEncoder() - Method in class org.redisson.client.codec.BitSetCodec
Deprecated.
 
getMapKeyEncoder() - Method in interface org.redisson.client.codec.Codec
Returns object encoder used for hash map keys in HMAP Redis structure
getMapReduceWorkers() - Method in class org.redisson.config.RedissonNodeFileConfig
 
getMapValueDecoder() - Method in class org.redisson.client.codec.BaseCodec
 
getMapValueDecoder() - Method in class org.redisson.client.codec.BitSetCodec
Deprecated.
 
getMapValueDecoder() - Method in interface org.redisson.client.codec.Codec
Returns object decoder used for hash map values in HMAP Redis structure
getMapValueEncoder() - Method in class org.redisson.client.codec.BaseCodec
 
getMapValueEncoder() - Method in class org.redisson.client.codec.BitSetCodec
Deprecated.
 
getMapValueEncoder() - Method in interface org.redisson.client.codec.Codec
Returns object encoder used for hash map values in HMAP Redis structure
getMaster() - Method in interface org.redisson.api.redisnode.RedisMasterSlave
Returns Redis Master node belong to this Redis setup.
getMaster(String) - Method in interface org.redisson.api.redisnode.RedisCluster
Returns Redis Master node by defined address.
getMaster(String) - Method in interface org.redisson.api.redisnode.RedisMasterSlave
Returns Redis Master node by defined address.
getMaster(String) - Method in interface org.redisson.api.redisnode.RedisSentinel
Returns map containing info regarding defined Redis master.
getMasterAddr(String) - Method in interface org.redisson.api.redisnode.RedisSentinel
Returns network address of defined Redis master.
getMasterAddrAsync(String) - Method in interface org.redisson.api.redisnode.RedisSentinelAsync
Returns network address of defined Redis master.
getMasterAddress() - Method in class org.redisson.config.MasterSlaveServersConfig
 
getMasterAsync(String) - Method in interface org.redisson.api.redisnode.RedisSentinelAsync
Returns map containing info regarding defined Redis master.
getMasterConnectionMinimumIdleSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
getMasterConnectionPoolSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
getMasterName() - Method in class org.redisson.config.SentinelServersConfig
 
getMasters() - Method in interface org.redisson.api.redisnode.RedisCluster
Returns collection of Redis Master nodes belongs to this Redis Cluster.
getMasters() - Method in interface org.redisson.api.redisnode.RedisSentinel
Returns list of map containing info regarding Redis Master server monitored by current Redis Sentinel server.
getMastersAsync() - Method in interface org.redisson.api.redisnode.RedisSentinelAsync
Returns list of map containing info regarding Redis Master server monitored by current Redis Sentinel server.
getMasterSlaveServersConfig() - Method in class org.redisson.config.Config
 
getMatcher() - Method in class org.redisson.api.search.index.TextIndexParams
 
getMax() - Method in class org.redisson.api.search.query.NumericFilterParams
 
getMaxCleanUpDelay() - Method in class org.redisson.config.Config
 
getMaxDelay() - Method in class org.redisson.api.LockOptions.ExponentialBackOff
 
getMaxDeletedEntryId() - Method in class org.redisson.api.StreamInfo
Returns the maximal entry ID that was deleted from the stream
getMaxDocId() - Method in class org.redisson.api.search.index.IndexInfo
 
getMaxIdleInMillis() - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
getMaxIdleInMillis() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getMaxInboundMessageBodySize() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getMaxLen() - Method in class org.redisson.api.stream.StreamAddParams
 
getMaxLen() - Method in class org.redisson.api.stream.StreamTrimParams
 
getMaxSeenDeliveryTag() - Method in class com.rabbitmq.client.impl.recovery.RecoveryAwareChannelN
 
getMechanism() - Method in interface com.rabbitmq.client.AMQP.Connection.StartOk
 
getMechanism() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
getMechanisms() - Method in interface com.rabbitmq.client.AMQP.Connection.Start
 
getMechanisms() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
getMember() - Method in class org.redisson.api.geo.GeoSearchParams
 
getMember() - Method in class org.redisson.api.GeoEntry
 
getMemoryStatistics() - Method in interface org.redisson.api.redisnode.RedisNode
Returns Redis memory statistics
getMemoryStatisticsAsync() - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Returns Redis memory statistics
getMessageCount() - Method in interface com.rabbitmq.client.AMQP.Basic.GetOk
 
getMessageCount() - Method in interface com.rabbitmq.client.AMQP.Queue.DeclareOk
 
getMessageCount() - Method in interface com.rabbitmq.client.AMQP.Queue.DeleteOk
 
getMessageCount() - Method in interface com.rabbitmq.client.AMQP.Queue.PurgeOk
 
getMessageCount() - Method in class com.rabbitmq.client.GetResponse
Get the server's most recent estimate of the number of messages remaining on the queue.
getMessageCount() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
getMessageCount() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
getMessageCount() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
getMessageCount() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
getMessageDecoder() - Method in class org.redisson.client.protocol.CommandData
 
getMessageId() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getMessageId() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the value in the messageId field.
getMessages() - Method in class org.redisson.api.AutoClaimResult
 
getMessages(Class<M>) - Method in interface org.redisson.api.RReliableTopicReactive
Returns continues stream of published messages.
getMessages(Class<M>) - Method in interface org.redisson.api.RReliableTopicRx
Returns continues stream of published messages.
getMessages(Class<M>) - Method in interface org.redisson.api.RTopicReactive
Returns continues stream of published messages.
getMessages(Class<M>) - Method in interface org.redisson.api.RTopicRx
Returns continues stream of published messages.
getMethod() - Method in exception class com.rabbitmq.client.ChannelContinuationTimeoutException
 
getMethod() - Method in interface com.rabbitmq.client.Command
Retrieves the Method held within this Command.
getMethod() - Method in class com.rabbitmq.client.impl.AMQCommand
Public API - Retrieves the Method held within this Command.
getMethod() - Method in exception class com.rabbitmq.client.UnexpectedMethodError
Return the wrapped method.
getMethodId() - Method in interface com.rabbitmq.client.AMQP.Channel.Close
 
getMethodId() - Method in interface com.rabbitmq.client.AMQP.Connection.Close
 
getMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
getMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
getMetricsCollector() - Method in class com.rabbitmq.client.ConnectionFactory
 
getMicroseconds() - Method in class org.redisson.client.protocol.Time
 
getMin() - Method in class org.redisson.api.search.query.NumericFilterParams
 
getMinCleanUpDelay() - Method in class org.redisson.config.Config
 
getMinId() - Method in class org.redisson.api.stream.StreamAddParams
 
getMinId() - Method in class org.redisson.api.stream.StreamTrimParams
 
getMinor() - Method in class com.rabbitmq.client.impl.Version
Retrieve the minor version number.
getMinorVersion() - Method in class org.mariadb.jdbc.Driver
gets the minor version of the driver.
getMultiLock(RLock...) - Method in interface org.redisson.api.RedissonClient
Returns MultiLock instance associated with specified locks
getMultiLock(RLock...) - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
getMultiLock(RLock...) - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
getMultiLock(RLockReactive...) - Method in interface org.redisson.api.RedissonReactiveClient
Returns MultiLock instance associated with specified locks
getMultiLock(RLockRx...) - Method in interface org.redisson.api.RedissonRxClient
Returns MultiLock instance associated with specified locks
getMultiple() - Method in interface com.rabbitmq.client.AMQP.Basic.Ack
 
getMultiple() - Method in interface com.rabbitmq.client.AMQP.Basic.Nack
 
getMultiple() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
getMultiple() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
getMultiplier() - Method in class org.redisson.api.LockOptions.ExponentialBackOff
 
getName() - Method in class com.rabbitmq.client.impl.CRDemoMechanism
 
getName() - Method in class com.rabbitmq.client.impl.ExternalMechanism
 
getName() - Method in class com.rabbitmq.client.impl.PlainMechanism
 
getName() - Method in class com.rabbitmq.client.impl.recovery.RecordedNamedEntity
 
getName() - Method in interface com.rabbitmq.client.SaslMechanism
The name of this mechanism (e.g.
getName() - Method in class org.redisson.api.FunctionLibrary.Function
 
getName() - Method in class org.redisson.api.FunctionLibrary
 
getName() - Method in class org.redisson.api.FunctionStats.RunningFunction
Returns name of running function
getName() - Method in class org.redisson.api.options.CommonParams
 
getName() - Method in class org.redisson.api.options.ExecutorParams
 
getName() - Method in class org.redisson.api.options.JsonBucketParams
 
getName() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getName() - Method in class org.redisson.api.options.MapCacheParams
 
getName() - Method in class org.redisson.api.options.MapParams
 
getName() - Method in class org.redisson.api.options.PlainParams
 
getName() - Method in interface org.redisson.api.RExecutorService
Returns executor name
getName() - Method in interface org.redisson.api.RLock
Returns name of object
getName() - Method in interface org.redisson.api.RLockReactive
Returns name of object
getName() - Method in interface org.redisson.api.RLockRx
Returns name of object
getName() - Method in interface org.redisson.api.RObject
Returns name of object
getName() - Method in interface org.redisson.api.RObjectReactive
 
getName() - Method in interface org.redisson.api.RObjectRx
 
getName() - Method in class org.redisson.api.search.aggregate.SortedField
 
getName() - Method in class org.redisson.api.search.index.IndexInfo
 
getName() - Method in class org.redisson.api.stream.StreamCreateGroupParams
 
getName() - Method in class org.redisson.api.StreamConsumer
Returns name of this consumer
getName() - Method in class org.redisson.api.StreamGroup
Returns name of this group
getName() - Method in class org.redisson.client.ChannelName
 
getName() - Method in class org.redisson.client.protocol.RedisCommand
 
getNameMapper() - Method in class org.redisson.config.BaseConfig
 
getNameToUseForRecovery() - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
getNameToUseForRecovery(RecordedQueue) - Method in interface com.rabbitmq.client.impl.recovery.RecoveredQueueNameSupplier
Get the queue name to use when recovering this RecordedQueue entity
getNatMapper() - Method in class org.redisson.config.ClusterServersConfig
 
getNatMapper() - Method in class org.redisson.config.SentinelServersConfig
 
getNbIoThreads() - Method in class com.rabbitmq.client.impl.nio.NioParams
 
getNettyExecutor() - Method in class org.redisson.config.Config
 
getNettyHook() - Method in class org.redisson.client.RedisClientConfig
 
getNettyHook() - Method in class org.redisson.config.Config
 
getNettyThreads() - Method in class org.redisson.config.Config
 
getNetworkRecoveryInterval() - Method in class com.rabbitmq.client.ConnectionFactory
Returns automatic connection recovery interval in milliseconds.
getNetworkRecoveryInterval() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getNewSecret() - Method in interface com.rabbitmq.client.AMQP.Connection.UpdateSecret
 
getNewSecret() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
getNextId() - Method in class org.redisson.api.AutoClaimResult
 
getNextId() - Method in class org.redisson.api.FastAutoClaimResult
 
getNextPublishSeqNo() - Method in interface com.rabbitmq.client.Channel
When in confirm mode, returns the sequence number of the next message to be published.
getNextPublishSeqNo() - Method in class com.rabbitmq.client.impl.ChannelN
Public API - When in confirm mode, returns the sequence number of the next message to be published.
getNextPublishSeqNo() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
getNextSleepPeriod() - Method in interface org.redisson.api.LockOptions.BackOffPolicy
Generates and returns next sleep period
getNioExecutor() - Method in class com.rabbitmq.client.impl.nio.NioParams
 
getNioParams() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the parameters for NIO mode.
getNioParams() - Method in class com.rabbitmq.client.impl.nio.NioContext
NIO params.
getNoAck() - Method in interface com.rabbitmq.client.AMQP.Basic.Consume
 
getNoAck() - Method in interface com.rabbitmq.client.AMQP.Basic.Get
 
getNoAck() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
getNoAck() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
getNode(String) - Method in interface org.redisson.api.NodesGroup
Deprecated.
Get Redis node by address in format: redis://host:port
getNodeAddresses() - Method in class org.redisson.config.ClusterServersConfig
 
getNodeAddresses() - Method in class org.redisson.config.ReplicatedServersConfig
 
getNodeLatencyStats(Integer) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
 
getNodes() - Method in interface org.redisson.api.NodesGroup
Deprecated.
All Redis nodes used by Redisson.
getNodes(NodeType) - Method in interface org.redisson.api.NodesGroup
Deprecated.
Get all Redis nodes by type
getNodesGroup() - Method in interface org.redisson.api.RedissonClient
Deprecated.
getNodesGroup() - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
getNodesGroup() - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
getNoLocal() - Method in interface com.rabbitmq.client.AMQP.Basic.Consume
 
getNoLocal() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
getNow() - Method in interface org.redisson.api.RFuture
Deprecated.
getNowait() - Method in interface com.rabbitmq.client.AMQP.Basic.Cancel
 
getNowait() - Method in interface com.rabbitmq.client.AMQP.Basic.Consume
 
getNowait() - Method in interface com.rabbitmq.client.AMQP.Confirm.Select
 
getNowait() - Method in interface com.rabbitmq.client.AMQP.Exchange.Bind
 
getNowait() - Method in interface com.rabbitmq.client.AMQP.Exchange.Declare
 
getNowait() - Method in interface com.rabbitmq.client.AMQP.Exchange.Delete
 
getNowait() - Method in interface com.rabbitmq.client.AMQP.Exchange.Unbind
 
getNowait() - Method in interface com.rabbitmq.client.AMQP.Queue.Bind
 
getNowait() - Method in interface com.rabbitmq.client.AMQP.Queue.Declare
 
getNowait() - Method in interface com.rabbitmq.client.AMQP.Queue.Delete
 
getNowait() - Method in interface com.rabbitmq.client.AMQP.Queue.Purge
 
getNowait() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
getNowait() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
getNowait() - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
getNowait() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
getNowait() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
getNowait() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
getNowait() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
getNowait() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
getNowait() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
getNowait() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
getNowait() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
getNumberOfUses() - Method in class org.redisson.api.search.index.IndexInfo
 
getObjectMapper() - Method in class org.redisson.codec.JsonJacksonCodec
 
getOffset() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getOffset() - Method in class org.redisson.api.search.query.QueryOptions
 
getOffsetBitsPerRecordAverage() - Method in class org.redisson.api.search.index.IndexInfo
 
getOffsets() - Method in class org.redisson.api.stream.StreamMultiReadGroupParams
 
getOffsets() - Method in class org.redisson.api.stream.StreamMultiReadParams
 
getOffsetsPerTermAverage() - Method in class org.redisson.api.search.index.IndexInfo
 
getOffsetVectorsSize() - Method in class org.redisson.api.search.index.IndexInfo
 
GetOk(long, boolean, String, String, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
GetOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
getOldValue() - Method in class org.redisson.api.map.event.EntryEvent
 
getOn() - Method in class org.redisson.api.search.index.IndexOptions
 
getOpenTag() - Method in class org.redisson.api.search.query.HighlightOptions
 
getOperation() - Method in class org.redisson.client.handler.PubSubKey
 
getOptions() - Method in class org.redisson.api.search.index.IndexInfo
 
getOrder() - Method in class org.redisson.api.geo.GeoSearchParams
 
getOrder() - Method in class org.redisson.api.search.aggregate.SortedField
 
getOutOfBand() - Method in interface com.rabbitmq.client.AMQP.Channel.Open
 
getOutOfBand() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
getOutputStream() - Method in class com.rabbitmq.client.impl.Frame
Public API - retrieves a fresh DataOutputStream streaming into the accumulator
getOutputStream() - Method in interface org.redisson.api.RBinaryStream
Returns outputStream object which allows to write binary stream.
getParams() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getParams() - Method in class org.redisson.api.search.query.QueryOptions
 
getParams() - Method in class org.redisson.client.protocol.CommandData
 
getParentLogger() - Method in class com.zaxxer.hikari.HikariDataSource
getParentLogger() - Method in class org.mariadb.jdbc.Driver
 
getParentLogger() - Method in class org.mariadb.jdbc.MariaDbDataSource
Not implemented
getParts() - Method in class org.redisson.client.handler.StateLevel
 
getPassive() - Method in interface com.rabbitmq.client.AMQP.Access.Request
 
getPassive() - Method in interface com.rabbitmq.client.AMQP.Exchange.Declare
 
getPassive() - Method in interface com.rabbitmq.client.AMQP.Queue.Declare
 
getPassive() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
getPassive() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
getPassive() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
getPassword() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the password.
getPassword() - Method in interface com.rabbitmq.client.impl.CredentialsProvider
Password/secret/token to use for authentication
getPassword() - Method in class com.rabbitmq.client.impl.DefaultCredentialsProvider
 
getPassword() - Method in class com.rabbitmq.client.impl.RefreshProtectedCredentialsProvider
 
getPassword() - Method in class org.redisson.client.RedisClientConfig
 
getPassword() - Method in class org.redisson.config.BaseConfig
 
getPassword() - Method in class org.redisson.config.Credentials
 
getPattern() - Method in class org.redisson.api.options.PatternTopicParams
 
getPattern() - Method in class org.redisson.client.protocol.pubsub.PubSubPatternMessage
 
getPatternChannels() - Method in class org.redisson.client.RedisPubSubConnection
 
getPatternNames() - Method in interface org.redisson.api.RPatternTopic
Get topic channel patterns
getPatternNames() - Method in interface org.redisson.api.RPatternTopicReactive
Get topic channel patterns
getPatternNames() - Method in interface org.redisson.api.RPatternTopicRx
Get topic channel patterns
getPatternTopic(String) - Method in interface org.redisson.api.RedissonClient
Returns topic instance satisfies by pattern name.
getPatternTopic(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns topic instance satisfies by pattern name.
getPatternTopic(String) - Method in interface org.redisson.api.RedissonRxClient
Returns topic instance satisfies by pattern name.
getPatternTopic(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns topic instance satisfies by pattern name using provided codec for messages.
getPatternTopic(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns topic instance satisfies by pattern name using provided codec for messages.
getPatternTopic(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns topic instance satisfies by pattern name using provided codec for messages.
getPatternTopic(PatternTopicOptions) - Method in interface org.redisson.api.RedissonClient
Returns topic instance satisfies pattern name and specified options..
getPatternTopic(PatternTopicOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns topic instance satisfies pattern name and specified options..
getPatternTopic(PatternTopicOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns topic instance satisfies pattern name and specified options..
getPayload() - Method in class com.rabbitmq.client.impl.Frame
Public API - retrieves the frame payload
getPayload() - Method in class org.redisson.api.search.query.Document
Returns document payload
getPayloadField() - Method in class org.redisson.api.search.index.IndexOptions
 
getPending() - Method in class org.redisson.api.StreamConsumer
Returns amount of pending messages for this consumer
getPending() - Method in class org.redisson.api.StreamGroup
Returns amount of pending messages for this group
getPendingInfo(String) - Method in interface org.redisson.api.RStream
Returns common info about pending messages by group name.
getPendingInfo(String) - Method in interface org.redisson.api.RStreamReactive
Returns common info about pending messages by group name.
getPendingInfo(String) - Method in interface org.redisson.api.RStreamRx
Returns common info about pending messages by group name.
getPendingInfoAsync(String) - Method in interface org.redisson.api.RStreamAsync
Returns common info about pending messages by group name.
getPendingInvocations(Class<?>) - Method in interface org.redisson.api.RRemoteService
Returns pending invocations amount for handling in free workers.
getPendingInvocationsAsync(Class<?>) - Method in interface org.redisson.api.RRemoteService
Returns pending invocations amount for handling in free workers.
getPercentIndexed() - Method in class org.redisson.api.search.index.IndexInfo
 
getPermitExpirableSemaphore(String) - Method in interface org.redisson.api.RedissonClient
Returns semaphore instance by name.
getPermitExpirableSemaphore(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns semaphore instance by name.
getPermitExpirableSemaphore(String) - Method in interface org.redisson.api.RedissonRxClient
Returns semaphore instance by name.
getPermitExpirableSemaphore(K) - Method in interface org.redisson.api.RMap
Returns RPermitExpirableSemaphore instance associated with key
getPermitExpirableSemaphore(K) - Method in interface org.redisson.api.RMapReactive
Returns RPermitExpirableSemaphore instance associated with key
getPermitExpirableSemaphore(K) - Method in interface org.redisson.api.RMapRx
Returns RPermitExpirableSemaphore instance associated with key
getPermitExpirableSemaphore(K) - Method in interface org.redisson.api.RMultimap
Returns RPermitExpirableSemaphore instance associated with key
getPermitExpirableSemaphore(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns semaphore instance with specified options.
getPermitExpirableSemaphore(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns semaphore instance with specified options.
getPermitExpirableSemaphore(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns semaphore instance with specified options.
getPermitExpirableSemaphore(V) - Method in interface org.redisson.api.RSet
Returns RPermitExpirableSemaphore instance associated with value
getPermitExpirableSemaphore(V) - Method in interface org.redisson.api.RSetCacheReactive
Returns RPermitExpirableSemaphore instance associated with value
getPermitExpirableSemaphore(V) - Method in interface org.redisson.api.RSetCacheRx
Returns RPermitExpirableSemaphore instance associated with value
getPermitExpirableSemaphore(V) - Method in interface org.redisson.api.RSetReactive
Returns RPermitExpirableSemaphore instance associated with value
getPermitExpirableSemaphore(V) - Method in interface org.redisson.api.RSetRx
Returns RPermitExpirableSemaphore instance associated with value
getPermits() - Method in interface org.redisson.api.RPermitExpirableSemaphore
Returns the number of permits.
getPermits() - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Returns the number of permits.
getPermits() - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Returns the number of permits.
getPermitsAsync() - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Returns the number of permits.
getPingConnectionInterval() - Method in class org.redisson.client.RedisClientConfig
 
getPingConnectionInterval() - Method in class org.redisson.config.BaseConfig
 
getPooledConnection() - Method in class org.mariadb.jdbc.MariaDbDataSource
 
getPooledConnection(String, String) - Method in class org.mariadb.jdbc.MariaDbDataSource
 
getPort() - Method in class com.rabbitmq.client.Address
Get the port number
getPort() - Method in interface com.rabbitmq.client.Connection
Retrieve the port number.
getPort() - Method in class com.rabbitmq.client.ConnectionFactory
 
getPort() - Method in class com.rabbitmq.client.DnsSrvRecordAddressResolver.SrvRecord
 
getPort() - Method in class com.rabbitmq.client.impl.AMQConnection
Retrieve the port number.
getPort() - Method in interface com.rabbitmq.client.impl.NetworkConnection
Retrieve port number of peer.
getPort() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
getPort() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getPort() - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
getPos() - Method in class org.redisson.client.protocol.decoder.ListScanResult
 
getPos() - Method in class org.redisson.client.protocol.decoder.MapCacheKeyScanResult
 
getPos() - Method in class org.redisson.client.protocol.decoder.MapScanResult
 
getPrefetchCount() - Method in interface com.rabbitmq.client.AMQP.Basic.Qos
 
getPrefetchCount() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
getPrefetchSize() - Method in interface com.rabbitmq.client.AMQP.Basic.Qos
 
getPrefetchSize() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
getPrefix() - Method in class org.redisson.api.search.index.IndexOptions
 
getPrefix(ConnectionType) - Static method in class fr.codinbox.connector.commons.utils.EnvUtils
Returns the environment variable prefix for the given connection type.
getPreviousValidStates() - Method in enum class org.apache.kafka.clients.consumer.internals.MemberState
 
getPriority() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getPriority() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the value in the priority field.
getPriority() - Method in class com.rabbitmq.client.DnsSrvRecordAddressResolver.SrvRecord
 
getPriorityBlockingDeque(String) - Method in interface org.redisson.api.RedissonClient
Returns unbounded priority blocking deque instance by name.
getPriorityBlockingDeque(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns unbounded priority blocking deque instance by name using provided codec for queue objects.
getPriorityBlockingDeque(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns unbounded priority blocking deque instance with specified options.
getPriorityBlockingQueue(String) - Method in interface org.redisson.api.RedissonClient
Returns unbounded priority blocking queue instance by name.
getPriorityBlockingQueue(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns unbounded priority blocking queue instance by name using provided codec for queue objects.
getPriorityBlockingQueue(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns unbounded priority blocking queue instance with specified options.
getPriorityDeque(String) - Method in interface org.redisson.api.RedissonClient
Returns priority unbounded deque instance by name.
getPriorityDeque(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns priority unbounded deque instance by name using provided codec for queue objects.
getPriorityDeque(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns priority unbounded deque instance with specified options.
getPriorityQueue(String) - Method in interface org.redisson.api.RedissonClient
Returns priority unbounded queue instance by name.
getPriorityQueue(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns priority unbounded queue instance by name using provided codec for queue objects.
getPriorityQueue(PlainOptions) - Method in interface org.redisson.api.RedissonClient
 
getPromise() - Method in class org.redisson.client.protocol.CommandData
 
getPromise() - Method in class org.redisson.client.protocol.CommandsData
 
getProperties() - Method in class com.rabbitmq.client.Delivery
Retrieve the message properties.
getProperties() - Method in class com.rabbitmq.client.Return
 
getProperties() - Method in class com.rabbitmq.client.RpcClient.Response
 
getProperties() - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnection
Returns a defensive copy of the loaded Kafka properties.
getProperties() - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectionImpl
 
getProperty() - Method in class org.redisson.api.search.query.ReturnAttribute
 
getPropertyInfo(String, Properties) - Method in class org.mariadb.jdbc.Driver
Get the property info.
getProps() - Method in class com.rabbitmq.client.GetResponse
Get the AMQP.BasicProperties included in this response
getProtocol() - Method in class org.redisson.client.RedisClientConfig
 
getProtocol() - Method in class org.redisson.config.Config
 
getPubSubOperations() - Method in class org.redisson.client.protocol.CommandData
 
getPubSubOperations() - Method in class org.redisson.client.protocol.CommandsData
 
getPubSubOperations() - Method in interface org.redisson.client.protocol.QueueCommand
 
getQueue() - Method in interface com.rabbitmq.client.AMQP.Basic.Consume
 
getQueue() - Method in interface com.rabbitmq.client.AMQP.Basic.Get
 
getQueue() - Method in interface com.rabbitmq.client.AMQP.Queue.Bind
 
getQueue() - Method in interface com.rabbitmq.client.AMQP.Queue.Declare
 
getQueue() - Method in interface com.rabbitmq.client.AMQP.Queue.DeclareOk
 
getQueue() - Method in interface com.rabbitmq.client.AMQP.Queue.Delete
 
getQueue() - Method in interface com.rabbitmq.client.AMQP.Queue.Purge
 
getQueue() - Method in interface com.rabbitmq.client.AMQP.Queue.Unbind
 
getQueue() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
getQueue() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
getQueue() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
getQueue() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
getQueue() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
getQueue() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
getQueue() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
getQueue() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
getQueue() - Method in class com.rabbitmq.client.impl.recovery.RecordedConsumer
 
getQueue() - Method in class org.redisson.client.handler.PubSubEntry
 
getQueue(String) - Method in interface org.redisson.api.RBatch
Returns queue instance by name.
getQueue(String) - Method in interface org.redisson.api.RBatchReactive
Returns queue instance by name.
getQueue(String) - Method in interface org.redisson.api.RBatchRx
Returns queue instance by name.
getQueue(String) - Method in interface org.redisson.api.RedissonClient
Returns unbounded queue instance by name.
getQueue(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns queue instance by name.
getQueue(String) - Method in interface org.redisson.api.RedissonRxClient
Returns queue instance by name.
getQueue(String, Codec) - Method in interface org.redisson.api.RBatch
 
getQueue(String, Codec) - Method in interface org.redisson.api.RBatchReactive
 
getQueue(String, Codec) - Method in interface org.redisson.api.RBatchRx
 
getQueue(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns unbounded queue instance by name using provided codec for queue objects.
getQueue(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns queue instance by name using provided codec for queue objects.
getQueue(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns queue instance by name using provided codec for queue objects.
getQueue(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns unbounded queue instance with specified options.
getQueue(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns unbounded queue instance with specified options.
getQueue(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns unbounded queue instance with specified options.
getQueueName() - Method in class com.rabbitmq.client.RpcServer
Retrieve the queue name.
getRabbitMQService() - Static method in class fr.codinbox.connector.velocity.Connector
Returns the RabbitMQ connector service.
getRadius() - Method in class org.redisson.api.geo.GeoSearchParams
 
getRadius() - Method in class org.redisson.api.search.query.GeoFilterParams
 
getRadixTreeKeys() - Method in class org.redisson.api.StreamInfo
Returns amount of keys allocated by Radix tree of the stream.
getRadixTreeNodes() - Method in class org.redisson.api.StreamInfo
Returns amount of nodes allocated by Radix tree of the stream.
GETRANGE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
getRank() - Method in class org.redisson.client.protocol.RankedEntry
 
getRate() - Method in class org.redisson.api.RateLimiterConfig
getRateInterval() - Method in class org.redisson.api.RateLimiterConfig
getRateLimiter(String) - Method in interface org.redisson.api.RedissonClient
Returns rate limiter instance by name
getRateLimiter(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns rate limiter instance by name
getRateLimiter(String) - Method in interface org.redisson.api.RedissonRxClient
Returns rate limiter instance by name
getRateLimiter(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns rate limiter instance with specified options.
getRateLimiter(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns rate limiter instance with specified options.
getRateLimiter(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns rate limiter instance with specified options.
getRateType() - Method in class org.redisson.api.RateLimiterConfig
getRead() - Method in interface com.rabbitmq.client.AMQP.Access.Request
 
getRead() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
getReadByteBufferSize() - Method in class com.rabbitmq.client.impl.nio.NioParams
 
getReadMode() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
getReadWriteLock(String) - Method in interface org.redisson.api.RedissonClient
Returns ReadWriteLock instance by name.
getReadWriteLock(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns ReadWriteLock instance by name.
getReadWriteLock(String) - Method in interface org.redisson.api.RedissonRxClient
Returns ReadWriteLock instance by name.
getReadWriteLock(K) - Method in interface org.redisson.api.RMap
Returns RReadWriteLock instance associated with key
getReadWriteLock(K) - Method in interface org.redisson.api.RMapReactive
Returns RReadWriteLock instance associated with key
getReadWriteLock(K) - Method in interface org.redisson.api.RMapRx
Returns RReadWriteLock instance associated with key
getReadWriteLock(K) - Method in interface org.redisson.api.RMultimap
Returns RReadWriteLock instance associated with key
getReadWriteLock(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns ReadWriteLock instance with specified options.
getReadWriteLock(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns ReadWriteLock instance with specified options.
getReadWriteLock(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns ReadWriteLock instance with specified options.
getReadWriteLock(V) - Method in interface org.redisson.api.RSet
Returns RReadWriteLock instance associated with value
getReadWriteLock(V) - Method in interface org.redisson.api.RSetCacheReactive
Returns RReadWriteLock instance associated with value
getReadWriteLock(V) - Method in interface org.redisson.api.RSetCacheRx
Returns RReadWriteLock instance associated with value
getReadWriteLock(V) - Method in interface org.redisson.api.RSetReactive
Returns RReadWriteLock instance associated with value
getReadWriteLock(V) - Method in interface org.redisson.api.RSetRx
Returns RReadWriteLock instance associated with value
getRealm() - Method in interface com.rabbitmq.client.AMQP.Access.Request
 
getRealm() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
getReason() - Method in interface com.rabbitmq.client.AMQP.Connection.Blocked
 
getReason() - Method in interface com.rabbitmq.client.AMQP.Connection.UpdateSecret
 
getReason() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
getReason() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
getReason() - Method in exception class com.rabbitmq.client.ShutdownSignalException
 
getReceivedAt() - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.Token
 
getReceivedFrame() - Method in exception class com.rabbitmq.client.UnexpectedFrameError
 
getReconnectionStrategy() - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
getReconnectionStrategy() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getRecordedBindings() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getRecordedConsumers() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getRecordedEntity() - Method in class com.rabbitmq.client.impl.recovery.RetryResult
The entity to recover.
getRecordedEntity() - Method in exception class com.rabbitmq.client.TopologyRecoveryException
 
getRecordedExchanges() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getRecordedFirstEntryId() - Method in class org.redisson.api.StreamInfo
Returns the first ID what was added to the stream
getRecordedQueues() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getRecords() - Method in class org.redisson.api.search.index.IndexInfo
 
getRecordsPerDocAverage() - Method in class org.redisson.api.search.index.IndexInfo
 
getRecoveredQueueNameSupplier() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getRecoveryDelayHandler() - Method in class com.rabbitmq.client.ConnectionFactory
Returns automatic connection recovery delay handler.
getRecoveryDelayHandler() - Method in class com.rabbitmq.client.impl.ConnectionParams
Get the recovery delay handler.
getRedelivered() - Method in interface com.rabbitmq.client.AMQP.Basic.Deliver
 
getRedelivered() - Method in interface com.rabbitmq.client.AMQP.Basic.GetOk
 
getRedelivered() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
getRedelivered() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
getRedisClient() - Method in class org.redisson.client.protocol.decoder.ListScanResult
 
getRedisClient() - Method in class org.redisson.client.protocol.decoder.MapCacheKeyScanResult
 
getRedisClient() - Method in class org.redisson.client.protocol.decoder.MapScanResult
 
getRedisClient() - Method in class org.redisson.client.RedisConnection
 
getRedisNodes(RedisNodes<T>) - Method in interface org.redisson.api.RedissonClient
Returns API to manage Redis nodes
getRedisService() - Static method in class fr.codinbox.connector.velocity.Connector
Returns the Redis connector service.
getRedissonNodeInitializer() - Method in class org.redisson.config.RedissonNodeFileConfig
 
getRedLock(RLock...) - Method in interface org.redisson.api.RedissonClient
Deprecated.
getRedLock(RLock...) - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
getRedLock(RLock...) - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
getReducers() - Method in class org.redisson.api.search.aggregate.GroupParams
 
getReference() - Method in exception class com.rabbitmq.client.ShutdownSignalException
 
getReliableTopic(String) - Method in interface org.redisson.api.RedissonClient
Returns reliable topic instance by name.
getReliableTopic(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns reliable topic instance by name.
getReliableTopic(String) - Method in interface org.redisson.api.RedissonRxClient
Returns reliable topic instance by name.
getReliableTopic(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns reliable topic instance by name using provided codec for messages.
getReliableTopic(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns reliable topic instance by name using provided codec for messages.
getReliableTopic(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns reliable topic instance by name using provided codec for messages.
getReliableTopic(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns reliable topic instance with specified options.
getReliableTopic(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns reliable topic instance with specified options.
getReliableTopic(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns reliable topic instance with specified options.
getReliableTopicWatchdogTimeout() - Method in class org.redisson.config.Config
 
getRemoteService() - Method in interface org.redisson.api.RedissonClient
Deprecated.
getRemoteService() - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
getRemoteService() - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
getRemoteService(String) - Method in interface org.redisson.api.RedissonClient
Returns object for remote operations prefixed with the specified name
getRemoteService(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns object for remote operations prefixed with the specified name
getRemoteService(String) - Method in interface org.redisson.api.RedissonRxClient
Returns object for remote operations prefixed with the specified name
getRemoteService(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns object for remote operations prefixed with the specified name and uses provided codec for method arguments and result.
getRemoteService(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns object for remote operations prefixed with the specified name and uses provided codec for method arguments and result.
getRemoteService(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns object for remote operations prefixed with the specified name and uses provided codec for method arguments and result.
getRemoteService(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns object for remote operations prefixed with specified options.
getRemoteService(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns object for remote operations prefixed with specified options.
getRemoteService(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns object for remote operations prefixed with specified options.
getRemoteService(Codec) - Method in interface org.redisson.api.RedissonClient
Deprecated.
getRemoteService(Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
getRemoteService(Codec) - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
getReplayMultiDecoder() - Method in class org.redisson.client.protocol.RedisCommand
 
getReplicatedServersConfig() - Method in class org.redisson.config.Config
 
getReply() - Method in class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
 
getReply(int) - Method in class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
 
getReplyCode() - Method in interface com.rabbitmq.client.AMQP.Basic.Return
 
getReplyCode() - Method in interface com.rabbitmq.client.AMQP.Channel.Close
 
getReplyCode() - Method in interface com.rabbitmq.client.AMQP.Connection.Close
 
getReplyCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
getReplyCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
getReplyCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
getReplyCode() - Method in class com.rabbitmq.client.Return
 
getReplyHandler() - Method in class com.rabbitmq.client.RpcClientParams
 
getReplyText() - Method in interface com.rabbitmq.client.AMQP.Basic.Return
 
getReplyText() - Method in interface com.rabbitmq.client.AMQP.Channel.Close
 
getReplyText() - Method in interface com.rabbitmq.client.AMQP.Connection.Close
 
getReplyText() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
getReplyText() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
getReplyText() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
getReplyText() - Method in class com.rabbitmq.client.Return
 
getReplyTo() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getReplyTo() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the value in the replyTo field.
getReplyTo() - Method in class com.rabbitmq.client.RpcClientParams
 
getRequestedChannelMax() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the requested maximum channel number
getRequestedChannelMax() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getRequestedFrameMax() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the requested maximum frame size
getRequestedFrameMax() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getRequestedHeartbeat() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the requested heartbeat interval.
getRequestedHeartbeat() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getRequeue() - Method in interface com.rabbitmq.client.AMQP.Basic.Nack
 
getRequeue() - Method in interface com.rabbitmq.client.AMQP.Basic.Recover
 
getRequeue() - Method in interface com.rabbitmq.client.AMQP.Basic.RecoverAsync
 
getRequeue() - Method in interface com.rabbitmq.client.AMQP.Basic.Reject
 
getRequeue() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
getRequeue() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
getRequeue() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
getRequeue() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
getResolverGroup() - Method in class org.redisson.client.RedisClientConfig
 
getResponse() - Method in interface com.rabbitmq.client.AMQP.Connection.SecureOk
 
getResponse() - Method in interface com.rabbitmq.client.AMQP.Connection.StartOk
 
getResponse() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
getResponse() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
GetResponse - Class in com.rabbitmq.client
Encapsulates the response from a Channel.basicGet(java.lang.String, boolean) message-retrieval method call - essentially a static bean "holder" with message response data.
GetResponse(Envelope, AMQP.BasicProperties, byte[], int) - Constructor for class com.rabbitmq.client.GetResponse
Construct a GetResponse with the specified construction parameters
getResponses() - Method in class org.redisson.api.BatchResult
Returns list of result objects for each command
getResponseTimeout() - Method in class org.redisson.api.BatchOptions
 
getResponseTimeout() - Method in class org.redisson.api.TransactionOptions
 
getResult() - Method in class com.rabbitmq.client.impl.recovery.RetryResult
The result of the recovery operation.
getResult(Future<T>) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
getResult(Future<T>, Timer) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
getRetryAttempts() - Method in class org.redisson.api.BatchOptions
 
getRetryAttempts() - Method in class org.redisson.api.options.CommonParams
 
getRetryAttempts() - Method in class org.redisson.api.options.ExecutorParams
 
getRetryAttempts() - Method in class org.redisson.api.options.JsonBucketParams
 
getRetryAttempts() - Method in class org.redisson.api.options.KeysParams
 
getRetryAttempts() - Method in class org.redisson.api.options.LiveObjectParams
 
getRetryAttempts() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getRetryAttempts() - Method in class org.redisson.api.options.MapCacheParams
 
getRetryAttempts() - Method in class org.redisson.api.options.MapParams
 
getRetryAttempts() - Method in class org.redisson.api.options.OptionalParams
 
getRetryAttempts() - Method in class org.redisson.api.options.PatternTopicParams
 
getRetryAttempts() - Method in class org.redisson.api.options.PlainParams
 
getRetryAttempts() - Method in interface org.redisson.api.options.ObjectParams
 
getRetryAttempts() - Method in class org.redisson.api.TransactionOptions
 
getRetryAttempts() - Method in class org.redisson.config.BaseConfig
 
getRetryInterval() - Method in class org.redisson.api.BatchOptions
 
getRetryInterval() - Method in class org.redisson.api.options.CommonParams
 
getRetryInterval() - Method in class org.redisson.api.options.ExecutorParams
 
getRetryInterval() - Method in class org.redisson.api.options.JsonBucketParams
 
getRetryInterval() - Method in class org.redisson.api.options.KeysParams
 
getRetryInterval() - Method in class org.redisson.api.options.LiveObjectParams
 
getRetryInterval() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getRetryInterval() - Method in class org.redisson.api.options.MapCacheParams
 
getRetryInterval() - Method in class org.redisson.api.options.MapParams
 
getRetryInterval() - Method in class org.redisson.api.options.OptionalParams
 
getRetryInterval() - Method in class org.redisson.api.options.PatternTopicParams
 
getRetryInterval() - Method in class org.redisson.api.options.PlainParams
 
getRetryInterval() - Method in interface org.redisson.api.options.ObjectParams
 
getRetryInterval() - Method in class org.redisson.api.TransactionOptions
 
getRetryInterval() - Method in class org.redisson.config.BaseConfig
 
getReturnAttributes() - Method in class org.redisson.api.search.query.QueryOptions
 
getReturnMessage() - Method in exception class com.rabbitmq.client.UnroutableRpcRequestException
The returned message.
getRingBuffer(String) - Method in interface org.redisson.api.RedissonClient
Returns RingBuffer based queue.
getRingBuffer(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns RingBuffer based queue.
getRingBuffer(String) - Method in interface org.redisson.api.RedissonRxClient
Returns RingBuffer based queue.
getRingBuffer(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns RingBuffer based queue.
getRingBuffer(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns RingBuffer based queue.
getRingBuffer(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns RingBuffer based queue.
getRingBuffer(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns RingBuffer based queue instance with specified options.
getRingBuffer(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns RingBuffer based queue instance with specified options.
getRingBuffer(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns RingBuffer based queue instance with specified options.
getRoutingKey() - Method in interface com.rabbitmq.client.AMQP.Basic.Deliver
 
getRoutingKey() - Method in interface com.rabbitmq.client.AMQP.Basic.GetOk
 
getRoutingKey() - Method in interface com.rabbitmq.client.AMQP.Basic.Publish
 
getRoutingKey() - Method in interface com.rabbitmq.client.AMQP.Basic.Return
 
getRoutingKey() - Method in interface com.rabbitmq.client.AMQP.Exchange.Bind
 
getRoutingKey() - Method in interface com.rabbitmq.client.AMQP.Exchange.Unbind
 
getRoutingKey() - Method in interface com.rabbitmq.client.AMQP.Queue.Bind
 
getRoutingKey() - Method in interface com.rabbitmq.client.AMQP.Queue.Unbind
 
getRoutingKey() - Method in class com.rabbitmq.client.Envelope
Get the routing key included in this parameter envelope
getRoutingKey() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
getRoutingKey() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
getRoutingKey() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
getRoutingKey() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
getRoutingKey() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
getRoutingKey() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
getRoutingKey() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
getRoutingKey() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
getRoutingKey() - Method in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
getRoutingKey() - Method in class com.rabbitmq.client.Return
 
getRoutingKey() - Method in class com.rabbitmq.client.RpcClient
Retrieve the routing key.
getRoutingKey() - Method in class com.rabbitmq.client.RpcClientParams
 
getRunningFunction() - Method in class org.redisson.api.FunctionStats
Returns currently running fuction otherwise null
getSaslConfig() - Method in class com.rabbitmq.client.ConnectionFactory
Gets the sasl config to use when authenticating
getSaslConfig() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getSaslMechanism(String[]) - Method in class com.rabbitmq.client.DefaultSaslConfig
 
getSaslMechanism(String[]) - Method in class com.rabbitmq.client.impl.CRDemoMechanism.CRDemoSaslConfig
 
getSaslMechanism(String[]) - Method in class com.rabbitmq.client.JDKSaslConfig
 
getSaslMechanism(String[]) - Method in interface com.rabbitmq.client.SaslConfig
 
getScanInterval() - Method in class org.redisson.config.ClusterServersConfig
 
getScanInterval() - Method in class org.redisson.config.ReplicatedServersConfig
 
getScanInterval() - Method in class org.redisson.config.SentinelServersConfig
 
getScore() - Method in class org.redisson.api.search.index.IndexOptions
 
getScore() - Method in class org.redisson.api.search.query.Document
Returns document score
getScore() - Method in class org.redisson.client.protocol.RankedEntry
 
getScore() - Method in class org.redisson.client.protocol.ScoredEntry
 
getScore(Collection<V>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns scores of elements.
getScore(Collection<V>) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns scores of elements.
getScore(List<V>) - Method in interface org.redisson.api.RScoredSortedSet
Returns scores of elements.
getScore(V) - Method in interface org.redisson.api.RScoredSortedSet
Returns score of element or null if it doesn't exist.
getScore(V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns score of element or null if it doesn't exist.
getScore(V) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns score of element or null if it doesn't exist.
getScoreAsync(Collection<V>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns scores of elements.
getScoreAsync(V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns score of element or null if it doesn't exist.
getScoredSortedSet(String) - Method in interface org.redisson.api.RBatch
Returns Redis Sorted Set instance by name
getScoredSortedSet(String) - Method in interface org.redisson.api.RBatchReactive
Returns Redis Sorted Set instance by name
getScoredSortedSet(String) - Method in interface org.redisson.api.RBatchRx
Returns Redis Sorted Set instance by name
getScoredSortedSet(String) - Method in interface org.redisson.api.RedissonClient
Returns Redis Sorted Set instance by name.
getScoredSortedSet(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Redis Sorted Set instance by name.
getScoredSortedSet(String) - Method in interface org.redisson.api.RedissonRxClient
Returns Redis Sorted Set instance by name.
getScoredSortedSet(String, Codec) - Method in interface org.redisson.api.RBatch
 
getScoredSortedSet(String, Codec) - Method in interface org.redisson.api.RBatchReactive
 
getScoredSortedSet(String, Codec) - Method in interface org.redisson.api.RBatchRx
 
getScoredSortedSet(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns Redis Sorted Set instance by name using provided codec for sorted set objects.
getScoredSortedSet(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Redis Sorted Set instance by name using provided codec for sorted set objects.
getScoredSortedSet(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns Redis Sorted Set instance by name using provided codec for sorted set objects.
getScoredSortedSet(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns Redis Sorted Set instance with specified options.
getScoredSortedSet(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Redis Sorted Set instance with specified options.
getScoredSortedSet(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns Redis Sorted Set instance with specified options.
getScoreField() - Method in class org.redisson.api.search.index.IndexOptions
 
getScorer() - Method in class org.redisson.api.search.query.QueryOptions
 
getScript() - Method in interface org.redisson.api.RBatch
Returns script operations object
getScript() - Method in interface org.redisson.api.RBatchReactive
Returns script operations object
getScript() - Method in interface org.redisson.api.RBatchRx
Returns script operations object
getScript() - Method in interface org.redisson.api.RedissonClient
Returns script operations object
getScript() - Method in interface org.redisson.api.RedissonReactiveClient
Returns script operations object
getScript() - Method in interface org.redisson.api.RedissonRxClient
Returns script operations object
getScript(OptionalOptions) - Method in interface org.redisson.api.RedissonClient
Returns script operations object with specified options.
getScript(OptionalOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns script operations object with specified options.
getScript(OptionalOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns script operations object with specified options.
getScript(Codec) - Method in interface org.redisson.api.RBatch
Returns script operations object using provided codec.
getScript(Codec) - Method in interface org.redisson.api.RBatchReactive
Returns script operations object using provided codec.
getScript(Codec) - Method in interface org.redisson.api.RBatchRx
Returns script operations object using provided codec.
getScript(Codec) - Method in interface org.redisson.api.RedissonClient
Returns script operations object using provided codec.
getScript(Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns script operations object using provided codec.
getScript(Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns script operations object using provided codec.
getSearch() - Method in interface org.redisson.api.RedissonClient
Returns API for RediSearch module
getSearch() - Method in interface org.redisson.api.RedissonReactiveClient
Returns API for RediSearch module
getSearch() - Method in interface org.redisson.api.RedissonRxClient
Returns API for RediSearch module
getSearch(OptionalOptions) - Method in interface org.redisson.api.RedissonClient
Returns API for RediSearch module with specified options.
getSearch(OptionalOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns API for RediSearch module with specified options.
getSearch(OptionalOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns API for RediSearch module with specified options.
getSearch(Codec) - Method in interface org.redisson.api.RedissonClient
Returns API for RediSearch module using defined codec for attribute values.
getSearch(Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns API for RediSearch module using defined codec for attribute values.
getSearch(Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns API for RediSearch module using defined codec for attribute values.
getSeconds() - Method in class org.redisson.client.protocol.Time
 
getSemaphore(String) - Method in interface org.redisson.api.RedissonClient
Returns semaphore instance by name
getSemaphore(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns semaphore instance by name
getSemaphore(String) - Method in interface org.redisson.api.RedissonRxClient
Returns semaphore instance by name
getSemaphore(K) - Method in interface org.redisson.api.RMap
Returns RSemaphore instance associated with key
getSemaphore(K) - Method in interface org.redisson.api.RMapReactive
Returns RSemaphore instance associated with key
getSemaphore(K) - Method in interface org.redisson.api.RMapRx
Returns RSemaphore instance associated with key
getSemaphore(K) - Method in interface org.redisson.api.RMultimap
Returns RSemaphore instance associated with key
getSemaphore(CommonOptions) - Method in interface org.redisson.api.RedissonClient
Returns semaphore instance with specified options.
getSemaphore(CommonOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns semaphore instance with specified options.
getSemaphore(CommonOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns semaphore instance with specified options.
getSemaphore(V) - Method in interface org.redisson.api.RSet
Returns RSemaphore instance associated with value
getSemaphore(V) - Method in interface org.redisson.api.RSetCacheReactive
Returns RSemaphore instance associated with value
getSemaphore(V) - Method in interface org.redisson.api.RSetCacheRx
Returns RSemaphore instance associated with value
getSemaphore(V) - Method in interface org.redisson.api.RSetReactive
Returns RSemaphore instance associated with value
getSemaphore(V) - Method in interface org.redisson.api.RSetRx
Returns RSemaphore instance associated with value
getSensor(String) - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
getSent() - Method in class org.redisson.client.handler.PubSubEntry
 
getSentinel(String) - Method in interface org.redisson.api.redisnode.RedisSentinelMasterSlave
Returns Redis Sentinel node by defined address.
getSentinelAddresses() - Method in class org.redisson.config.SentinelServersConfig
 
getSentinelPassword() - Method in class org.redisson.config.SentinelServersConfig
 
getSentinels() - Method in interface org.redisson.api.redisnode.RedisSentinelMasterSlave
Returns collection of Redis Sentinel nodes belongs to this Redis setup.
getSentinels(String) - Method in interface org.redisson.api.redisnode.RedisSentinel
Returns list of map containing info regarding Redis Sentinel server monitoring defined master.
getSentinelsAsync(String) - Method in interface org.redisson.api.redisnode.RedisSentinelAsync
Returns list of map containing info regarding Redis Sentinel server monitoring defined master.
getSentinelServersConfig() - Method in class org.redisson.config.Config
 
getSentinelUsername() - Method in class org.redisson.config.SentinelServersConfig
 
getSeparator() - Method in class org.redisson.api.search.index.TagIndexParams
 
getSeparator() - Method in class org.redisson.api.search.query.SummarizeOptions
 
getSerialVersionUID() - Static method in exception class com.rabbitmq.client.UnexpectedFrameError
 
getServerMajor() - Method in exception class com.rabbitmq.client.ProtocolVersionMismatchException
The server's AMQP specification major version.
getServerMinor() - Method in exception class com.rabbitmq.client.ProtocolVersionMismatchException
The server's AMQP specification minor version.
getServerProperties() - Method in interface com.rabbitmq.client.AMQP.Connection.Start
 
getServerProperties() - Method in interface com.rabbitmq.client.Connection
Retrieve the server properties.
getServerProperties() - Method in class com.rabbitmq.client.impl.AMQConnection
Retrieve the server properties.
getServerProperties() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
getServerProperties() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
getServerVersion() - Method in exception class com.rabbitmq.client.ProtocolVersionMismatchException
The server's AMQP specification version.
getSet(String) - Method in interface org.redisson.api.RBatch
Returns set instance by name.
getSet(String) - Method in interface org.redisson.api.RBatchReactive
Returns set instance by name.
getSet(String) - Method in interface org.redisson.api.RBatchRx
Returns set instance by name.
getSet(String) - Method in interface org.redisson.api.RedissonClient
Returns set instance by name.
getSet(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns set instance by name.
getSet(String) - Method in interface org.redisson.api.RedissonRxClient
Returns set instance by name.
getSet(String) - Method in interface org.redisson.api.RTransaction
Returns transactional set instance by name.
getSet(String) - Method in interface org.redisson.api.RTransactionReactive
Returns transactional set instance by name.
getSet(String) - Method in interface org.redisson.api.RTransactionRx
Returns transactional set instance by name.
getSet(String, Codec) - Method in interface org.redisson.api.RBatch
 
getSet(String, Codec) - Method in interface org.redisson.api.RBatchReactive
 
getSet(String, Codec) - Method in interface org.redisson.api.RBatchRx
 
getSet(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns set instance by name using provided codec for set objects.
getSet(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns set instance by name using provided codec for set objects.
getSet(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns set instance by name using provided codec for set objects.
getSet(String, Codec) - Method in interface org.redisson.api.RTransaction
Returns transactional set instance by name using provided codec for set objects.
getSet(String, Codec) - Method in interface org.redisson.api.RTransactionReactive
Returns transactional set instance by name using provided codec for set objects.
getSet(String, Codec) - Method in interface org.redisson.api.RTransactionRx
Returns transactional set instance by name using provided codec for set objects.
getSet(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns set instance with specified options.
getSet(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns set instance with specified options.
getSet(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns set instance with specified options.
GETSET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GETSET_DOUBLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
GETSET_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
getSetCache(String) - Method in interface org.redisson.api.RBatch
Returns set-based cache instance by name.
getSetCache(String) - Method in interface org.redisson.api.RBatchReactive
Returns set-based cache instance by name.
getSetCache(String) - Method in interface org.redisson.api.RBatchRx
Returns set-based cache instance by name.
getSetCache(String) - Method in interface org.redisson.api.RedissonClient
Returns set-based cache instance by name.
getSetCache(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns set-based cache instance by name.
getSetCache(String) - Method in interface org.redisson.api.RedissonRxClient
Returns set-based cache instance by name.
getSetCache(String) - Method in interface org.redisson.api.RTransaction
Returns transactional set-based cache instance by name.
getSetCache(String) - Method in interface org.redisson.api.RTransactionReactive
Returns transactional set-based cache instance by name.
getSetCache(String) - Method in interface org.redisson.api.RTransactionRx
Returns transactional set-based cache instance by name.
getSetCache(String, Codec) - Method in interface org.redisson.api.RBatch
Returns set-based cache instance by name using provided codec for values.
getSetCache(String, Codec) - Method in interface org.redisson.api.RBatchReactive
Returns set-based cache instance by name using provided codec for values.
getSetCache(String, Codec) - Method in interface org.redisson.api.RBatchRx
Returns set-based cache instance by name using provided codec for values.
getSetCache(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns set-based cache instance by name.
getSetCache(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns set-based cache instance by name.
getSetCache(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns set-based cache instance by name.
getSetCache(String, Codec) - Method in interface org.redisson.api.RTransaction
Returns transactional set-based cache instance by name.
getSetCache(String, Codec) - Method in interface org.redisson.api.RTransactionReactive
Returns transactional set-based cache instance by name.
getSetCache(String, Codec) - Method in interface org.redisson.api.RTransactionRx
Returns transactional set-based cache instance by name.
getSetCache(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns set-based cache instance with specified options.
getSetCache(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns set-based cache instance with specified options.
getSetCache(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns set-based cache instance with specified options.
getSetMultimap(String) - Method in interface org.redisson.api.RBatch
Returns Set based MultiMap instance by name.
getSetMultimap(String) - Method in interface org.redisson.api.RBatchReactive
Returns Set based Multimap instance by name.
getSetMultimap(String) - Method in interface org.redisson.api.RBatchRx
Returns Set based Multimap instance by name.
getSetMultimap(String) - Method in interface org.redisson.api.RedissonClient
Returns Set based Multimap instance by name.
getSetMultimap(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Set based Multimap instance by name.
getSetMultimap(String) - Method in interface org.redisson.api.RedissonRxClient
Returns Set based Multimap instance by name.
getSetMultimap(String, Codec) - Method in interface org.redisson.api.RBatch
Returns Set based MultiMap instance by name using provided codec for both map keys and values.
getSetMultimap(String, Codec) - Method in interface org.redisson.api.RBatchReactive
Returns Set based Multimap instance by name using provided codec for both map keys and values.
getSetMultimap(String, Codec) - Method in interface org.redisson.api.RBatchRx
Returns Set based Multimap instance by name using provided codec for both map keys and values.
getSetMultimap(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns Set based Multimap instance by name using provided codec for both map keys and values.
getSetMultimap(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Set based Multimap instance by name using provided codec for both map keys and values.
getSetMultimap(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns Set based Multimap instance by name using provided codec for both map keys and values.
getSetMultimap(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns Set based Multimap instance with specified options.
getSetMultimap(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Set based Multimap instance with specified options.
getSetMultimap(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns Set based Multimap instance with specified options.
getSetMultimapCache(String) - Method in interface org.redisson.api.RBatch
Returns Set based Multimap instance by name.
getSetMultimapCache(String) - Method in interface org.redisson.api.RBatchRx
Returns Set based Multimap cache instance by name.
getSetMultimapCache(String) - Method in interface org.redisson.api.RedissonClient
Returns Set based Multimap instance by name.
getSetMultimapCache(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Set based Multimap cache instance by name.
getSetMultimapCache(String) - Method in interface org.redisson.api.RedissonRxClient
Returns Set based Multimap cache instance by name.
getSetMultimapCache(String, Codec) - Method in interface org.redisson.api.RBatch
Returns Set based Multimap instance by name using provided codec for both map keys and values.
getSetMultimapCache(String, Codec) - Method in interface org.redisson.api.RBatchRx
Returns Set based Multimap cache instance by name using provided codec for both map keys and values.
getSetMultimapCache(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns Set based Multimap instance by name using provided codec for both map keys and values.
getSetMultimapCache(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Set based Multimap cache instance by name using provided codec for both map keys and values.
getSetMultimapCache(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns Set based Multimap cache instance by name using provided codec for both map keys and values.
getSetMultimapCache(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns Set based Multimap instance with specified options.
getSetMultimapCache(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Set based Multimap instance with specified options.
getSetMultimapCache(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns Set based Multimap instance with specified options.
getShardedChannels() - Method in class org.redisson.client.RedisPubSubConnection
 
getShardedSubscriptionMode() - Method in class org.redisson.config.ClusterServersConfig
 
getShardedTopic(String) - Method in interface org.redisson.api.RBatch
Returns Sharded Topic instance by name.
getShardedTopic(String) - Method in interface org.redisson.api.RBatchReactive
Returns Sharded Topic instance by name.
getShardedTopic(String) - Method in interface org.redisson.api.RBatchRx
Returns Sharded Topic instance by name.
getShardedTopic(String) - Method in interface org.redisson.api.RedissonClient
Returns Sharded Topic instance by name.
getShardedTopic(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Sharded Topic instance by name.
getShardedTopic(String) - Method in interface org.redisson.api.RedissonRxClient
Returns Sharded Topic instance by name.
getShardedTopic(String, Codec) - Method in interface org.redisson.api.RBatch
Returns Sharded Topic instance by name using provided codec for messages.
getShardedTopic(String, Codec) - Method in interface org.redisson.api.RBatchReactive
Returns Sharded Topic instance by name using provided codec for messages.
getShardedTopic(String, Codec) - Method in interface org.redisson.api.RBatchRx
Returns Sharded Topic instance by name using provided codec for messages.
getShardedTopic(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns Sharded Topic instance by name using provided codec for messages.
getShardedTopic(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Sharded Topic instance by name using provided codec for messages.
getShardedTopic(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns Sharded Topic instance by name using provided codec for messages.
getShardedTopic(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns Sharded Topic instance with specified options.
getShardedTopic(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Sharded Topic instance with specified options.
getShardedTopic(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns Sharded Topic instance with specified options.
getShort(long) - Method in interface org.redisson.api.RBitSet
Returns short number at specified offset
getShort(long) - Method in interface org.redisson.api.RBitSetReactive
Returns short number at specified offset
getShort(long) - Method in interface org.redisson.api.RBitSetRx
Returns short number at specified offset
getShortAsync(long) - Method in interface org.redisson.api.RBitSetAsync
Returns short number at specified offset
getShutdownExecutor() - Method in class com.rabbitmq.client.impl.ChannelManager
 
getShutdownExecutor() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getShutdownTimeout() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the shutdown timeout.
getShutdownTimeout() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getShutdownTimeout() - Method in class com.rabbitmq.client.impl.ConsumerWorkService
 
getSigned(int, long) - Method in interface org.redisson.api.RBitSet
Returns signed number at specified offset and size
getSigned(int, long) - Method in interface org.redisson.api.RBitSetReactive
Returns signed number at specified offset and size
getSigned(int, long) - Method in interface org.redisson.api.RBitSetRx
Returns signed number at specified offset and size
getSignedAsync(int, long) - Method in interface org.redisson.api.RBitSetAsync
Returns signed number at specified offset and size
getSingleServerConfig() - Method in class org.redisson.config.Config
 
getSize() - Method in interface org.redisson.api.RBloomFilter
Returns number of bits in Redis memory required by this instance
getSize() - Method in class org.redisson.client.handler.StateLevel
 
getSize() - Method in class org.redisson.client.protocol.decoder.ListIteratorResult
 
getSlave(String) - Method in interface org.redisson.api.redisnode.RedisCluster
Returns Redis Slave node by defined address.
getSlave(String) - Method in interface org.redisson.api.redisnode.RedisMasterSlave
Returns Redis Slave node by defined address.
getSlaveAddresses() - Method in class org.redisson.config.MasterSlaveServersConfig
 
getSlaveConnectionMinimumIdleSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
getSlaveConnectionPoolSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
getSlaves() - Method in interface org.redisson.api.redisnode.RedisCluster
Returns collection of Redis Slave nodes belongs to this Redis Cluster.
getSlaves() - Method in interface org.redisson.api.redisnode.RedisMasterSlave
Returns collection of Redis Slave nodes belongs to this Redis setup.
getSlaves(String) - Method in interface org.redisson.api.redisnode.RedisSentinel
Returns list of map containing info regarding Redis Slave server of defined master.
getSlavesAsync(String) - Method in interface org.redisson.api.redisnode.RedisSentinelAsync
Returns list of map containing info regarding Redis Slave server of defined master.
getSlavesSyncTimeout() - Method in class org.redisson.config.Config
 
getSlop() - Method in class org.redisson.api.search.query.QueryOptions
 
getSlot() - Method in exception class org.redisson.client.RedisRedirectException
 
getSlot(String) - Method in interface org.redisson.api.RKeys
Get hash slot identifier for key.
getSlot(String) - Method in interface org.redisson.api.RKeysReactive
Get hash slot identifier for key.
getSlot(String) - Method in interface org.redisson.api.RKeysRx
Get hash slot identifier for key.
getSlotAsync(String) - Method in interface org.redisson.api.RKeysAsync
Get hash slot identifier for key in async mode.
getSocketChannelClass() - Method in class org.redisson.client.RedisClientConfig
 
getSocketChannelConfigurator() - Method in class com.rabbitmq.client.impl.nio.NioParams
 
getSocketConfigurator() - Method in class com.rabbitmq.client.ConnectionFactory
Get the socket configurator.
getSocketFactory() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the socket factory used to make connections with.
getSortableValuesSize() - Method in class org.redisson.api.search.index.IndexInfo
 
getSortBy() - Method in class org.redisson.api.search.query.QueryOptions
 
getSortedByFields() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getSortedByMax() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getSortedSet(String) - Method in interface org.redisson.api.RedissonClient
Returns sorted set instance by name.
getSortedSet(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns sorted set instance by name using provided codec for sorted set objects.
getSortedSet(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns sorted set instance with specified options.
getSortMode() - Method in class org.redisson.api.search.index.GeoIndexParams
 
getSortMode() - Method in class org.redisson.api.search.index.NumericIndexParams
 
getSortMode() - Method in class org.redisson.api.search.index.TagIndexParams
 
getSortMode() - Method in class org.redisson.api.search.index.TextIndexParams
 
getSortOrder() - Method in class org.redisson.api.search.query.QueryOptions
 
getSource() - Method in interface com.rabbitmq.client.AMQP.Exchange.Bind
 
getSource() - Method in interface com.rabbitmq.client.AMQP.Exchange.Unbind
 
getSource() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
getSource() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
getSource() - Method in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
getSource() - Method in class org.redisson.api.map.event.EntryEvent
 
getSourceDirection() - Method in class org.redisson.api.queue.DequeMoveParams
 
getSpinLock(String) - Method in interface org.redisson.api.RedissonClient
Returns Spin lock instance by name.
getSpinLock(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Spin lock instance by name.
getSpinLock(String) - Method in interface org.redisson.api.RedissonRxClient
Returns Spin lock instance by name.
getSpinLock(String, LockOptions.BackOff) - Method in interface org.redisson.api.RedissonClient
Returns Spin lock instance by name with specified back off options.
getSpinLock(String, LockOptions.BackOff) - Method in interface org.redisson.api.RedissonReactiveClient
Returns Spin lock instance by name with specified back off options.
getSpinLock(String, LockOptions.BackOff) - Method in interface org.redisson.api.RedissonRxClient
Returns Spin lock instance by name with specified back off options.
getSslCiphers() - Method in class org.redisson.client.RedisClientConfig
 
getSslCiphers() - Method in class org.redisson.config.BaseConfig
 
getSslEngine() - Method in class com.rabbitmq.client.impl.nio.NioContext
SSLEngine for SSL/TLS connection.
getSslEngineConfigurator() - Method in class com.rabbitmq.client.impl.nio.NioParams
 
getSslHostname() - Method in class org.redisson.client.RedisClientConfig
 
getSslKeyManagerFactory() - Method in class org.redisson.client.RedisClientConfig
 
getSslKeyManagerFactory() - Method in class org.redisson.config.BaseConfig
 
getSslKeystore() - Method in class org.redisson.client.RedisClientConfig
 
getSslKeystore() - Method in class org.redisson.config.BaseConfig
 
getSslKeystorePassword() - Method in class org.redisson.client.RedisClientConfig
 
getSslKeystorePassword() - Method in class org.redisson.config.BaseConfig
 
getSslProtocols() - Method in class org.redisson.client.RedisClientConfig
 
getSslProtocols() - Method in class org.redisson.config.BaseConfig
 
getSslProvider() - Method in class org.redisson.client.RedisClientConfig
 
getSslProvider() - Method in class org.redisson.config.BaseConfig
 
getSslTrustManagerFactory() - Method in class org.redisson.client.RedisClientConfig
 
getSslTrustManagerFactory() - Method in class org.redisson.config.BaseConfig
 
getSslTruststore() - Method in class org.redisson.client.RedisClientConfig
 
getSslTruststore() - Method in class org.redisson.config.BaseConfig
 
getSslTruststorePassword() - Method in class org.redisson.client.RedisClientConfig
 
getSslTruststorePassword() - Method in class org.redisson.config.BaseConfig
 
getState() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
getStopwords() - Method in class org.redisson.api.search.index.IndexOptions
 
getStoreMode() - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
getStoreMode() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getStream() - Method in interface com.rabbitmq.client.LongString
Get the content stream.
getStream(String) - Method in interface org.redisson.api.RBatch
Returns stream instance by name
getStream(String) - Method in interface org.redisson.api.RBatchReactive
Returns stream instance by name
getStream(String) - Method in interface org.redisson.api.RBatchRx
Returns stream instance by name
getStream(String) - Method in interface org.redisson.api.RedissonClient
Returns stream instance by name
getStream(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns stream instance by name
getStream(String) - Method in interface org.redisson.api.RedissonRxClient
Returns stream instance by name
getStream(String, Codec) - Method in interface org.redisson.api.RBatch
Returns stream instance by name using provided codec for entries.
getStream(String, Codec) - Method in interface org.redisson.api.RBatchReactive
Returns stream instance by name using provided codec for entries.
getStream(String, Codec) - Method in interface org.redisson.api.RBatchRx
Returns stream instance by name using provided codec for entries.
getStream(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns stream instance by name using provided codec for entries.
getStream(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns stream instance by name using provided codec for entries.
getStream(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns stream instance by name using provided codec for entries.
getStream(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns time-series instance with specified options.
getStream(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns time-series instance with specified options.
getStream(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns time-series instance with specified options.
getSubName() - Method in class org.redisson.client.protocol.RedisCommand
 
getSubscriptionConnectionMinimumIdleSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
getSubscriptionConnectionMinimumIdleSize() - Method in class org.redisson.config.SingleServerConfig
 
getSubscriptionConnectionPoolSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
getSubscriptionConnectionPoolSize() - Method in class org.redisson.config.SingleServerConfig
 
getSubscriptionMode() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
getSubscriptionsPerConnection() - Method in class org.redisson.config.BaseConfig
 
getSubscriptionTimeout() - Method in class org.redisson.config.BaseConfig
 
getSuccessFuture() - Method in class org.redisson.client.SubscribeListener
 
getSummarize() - Method in class org.redisson.api.search.query.QueryOptions
 
getSyncedSlaves() - Method in class org.redisson.api.BatchResult
Returns amount of successfully synchronized slaves during batch execution
getSyncLocals() - Method in class org.redisson.api.BatchOptions
 
getSyncSlaves() - Method in class org.redisson.api.BatchOptions
 
getSyncSlaves() - Method in class org.redisson.api.TransactionOptions
 
getSyncStrategy() - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
getSyncStrategy() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getSyncTimeout() - Method in class org.redisson.api.BatchOptions
 
getSyncTimeout() - Method in class org.redisson.api.TransactionOptions
 
getTaskCount() - Method in interface org.redisson.api.RExecutorService
Returns amount of tasks awaiting execution or currently in execution.
getTaskCountAsync() - Method in interface org.redisson.api.RExecutorServiceAsync
Returns amount of tasks awaiting execution or currently in execution.
getTaskFutures() - Method in interface org.redisson.api.RExecutorBatchFuture
Returns list of Future objects.
getTaskId() - Method in interface org.redisson.api.RExecutorFuture
Returns scheduled task's id.
getTaskIds() - Method in interface org.redisson.api.RExecutorService
Returns list of task ids awaiting execution or currently in execution.
getTaskIdsAsync() - Method in interface org.redisson.api.RExecutorServiceAsync
Returns list of task ids awaiting execution or currently in execution.
getTaskRetryInterval() - Method in class org.redisson.api.ExecutorOptions
Deprecated.
 
getTaskRetryInterval() - Method in class org.redisson.api.options.ExecutorParams
 
getTcpKeepAliveCount() - Method in class org.redisson.client.RedisClientConfig
 
getTcpKeepAliveCount() - Method in class org.redisson.config.BaseConfig
 
getTcpKeepAliveIdle() - Method in class org.redisson.client.RedisClientConfig
 
getTcpKeepAliveIdle() - Method in class org.redisson.config.BaseConfig
 
getTcpKeepAliveInterval() - Method in class org.redisson.client.RedisClientConfig
 
getTcpKeepAliveInterval() - Method in class org.redisson.config.BaseConfig
 
getTcpUserTimeout() - Method in class org.redisson.client.RedisClientConfig
 
getTcpUserTimeout() - Method in class org.redisson.config.BaseConfig
 
getTemporary() - Method in class org.redisson.api.search.index.IndexOptions
 
getTerms() - Method in class org.redisson.api.search.index.IndexInfo
 
getThreadFactory() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the thread factory used to instantiate new threads.
getThreadFactory() - Method in class com.rabbitmq.client.impl.AMQConnection
 
getThreadFactory() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getThreadFactory() - Method in class com.rabbitmq.client.impl.nio.NioParams
 
getThreads() - Method in class org.redisson.config.Config
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Access.RequestOk
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Basic.Consume
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Basic.Get
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Basic.Publish
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Exchange.Bind
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Exchange.Declare
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Exchange.Delete
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Exchange.Unbind
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Queue.Bind
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Queue.Declare
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Queue.Delete
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Queue.Purge
 
getTicket() - Method in interface com.rabbitmq.client.AMQP.Queue.Unbind
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
getTicket() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
getTimeBeforeExpiration() - Method in interface com.rabbitmq.client.impl.CredentialsProvider
The time before the credentials expire, if they do expire.
getTimeBeforeExpiration() - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.Token
 
getTimeBeforeExpiration() - Method in class com.rabbitmq.client.impl.RefreshProtectedCredentialsProvider
 
getTimeout() - Method in interface com.rabbitmq.client.impl.FrameHandler
Get the underlying socket's read timeout in milliseconds.
getTimeout() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
getTimeout() - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
getTimeout() - Method in class com.rabbitmq.client.RpcClientParams
 
getTimeout() - Method in class org.redisson.api.options.CommonParams
 
getTimeout() - Method in class org.redisson.api.options.ExecutorParams
 
getTimeout() - Method in class org.redisson.api.options.JsonBucketParams
 
getTimeout() - Method in class org.redisson.api.options.KeysParams
 
getTimeout() - Method in class org.redisson.api.options.LiveObjectParams
 
getTimeout() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getTimeout() - Method in class org.redisson.api.options.MapCacheParams
 
getTimeout() - Method in class org.redisson.api.options.MapParams
 
getTimeout() - Method in class org.redisson.api.options.OptionalParams
 
getTimeout() - Method in class org.redisson.api.options.PatternTopicParams
 
getTimeout() - Method in class org.redisson.api.options.PlainParams
 
getTimeout() - Method in interface org.redisson.api.options.ObjectParams
 
getTimeout() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
getTimeout() - Method in class org.redisson.api.search.query.QueryOptions
 
getTimeout() - Method in class org.redisson.api.stream.StreamMultiReadGroupParams
 
getTimeout() - Method in class org.redisson.api.stream.StreamMultiReadParams
 
getTimeout() - Method in class org.redisson.api.stream.StreamReadGroupParams
 
getTimeout() - Method in class org.redisson.api.stream.StreamReadParams
 
getTimeout() - Method in class org.redisson.api.TransactionOptions
 
getTimeout() - Method in class org.redisson.config.BaseConfig
 
getTimeoutMs() - Method in class org.apache.kafka.clients.consumer.internals.events.TopicMetadataApplicationEvent
 
getTimer() - Method in class org.redisson.client.RedisClientConfig
 
getTimeSeries(String) - Method in interface org.redisson.api.RedissonClient
Returns time-series instance by name
getTimeSeries(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns time-series instance by name
getTimeSeries(String) - Method in interface org.redisson.api.RedissonRxClient
Returns time-series instance by name
getTimeSeries(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns time-series instance by name using provided codec for values.
getTimeSeries(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns time-series instance by name using provided codec for values.
getTimeSeries(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns time-series instance by name using provided codec for values.
getTimeSeries(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns time-series instance with specified options.
getTimeSeries(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns time-series instance with specified options.
getTimeSeries(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns time-series instance with specified options.
getTimestamp() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getTimestamp() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the value in the timestamp field.
getTimestamp() - Method in class org.redisson.api.TimeSeriesEntry
 
getTimeToLiveInMillis() - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
getTimeToLiveInMillis() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getToken() - Method in interface org.redisson.api.RFencedLock
Returns current fencing token
getToken() - Method in interface org.redisson.api.RFencedLockReactive
Returns current fencing token
getToken() - Method in interface org.redisson.api.RFencedLockRx
Returns current fencing token
getTokenAsync() - Method in interface org.redisson.api.RFencedLockAsync
Returns current fencing token
getTopic(String) - Method in interface org.redisson.api.RBatch
Returns topic instance by name.
getTopic(String) - Method in interface org.redisson.api.RBatchReactive
Returns topic instance by name.
getTopic(String) - Method in interface org.redisson.api.RBatchRx
Returns topic instance by name.
getTopic(String) - Method in interface org.redisson.api.RedissonClient
Returns topic instance by name.
getTopic(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns topic instance by name.
getTopic(String) - Method in interface org.redisson.api.RedissonRxClient
Returns topic instance by name.
getTopic(String, Codec) - Method in interface org.redisson.api.RBatch
 
getTopic(String, Codec) - Method in interface org.redisson.api.RBatchReactive
 
getTopic(String, Codec) - Method in interface org.redisson.api.RBatchRx
 
getTopic(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns topic instance by name using provided codec for messages.
getTopic(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns topic instance by name using provided codec for messages.
getTopic(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns topic instance by name using provided codec for messages.
getTopic(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns topic instance with specified options.
getTopic(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns topic instance with specified options.
getTopic(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns topic instance with specified options.
getTopicMetadata(String, boolean, Timer) - Method in class org.apache.kafka.clients.consumer.internals.TopicMetadataFetcher
Fetches the partition information for the given topic in the cluster, or null.
getTopologyRecoveryExecutor() - Method in class com.rabbitmq.client.ConnectionFactory
Get the executor to use for parallel topology recovery.
getTopologyRecoveryExecutor() - Method in class com.rabbitmq.client.impl.ConnectionParams
Get the topology recovery executor.
getTopologyRecoveryFilter() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getTopologyRecoveryRetryHandler() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getTotal() - Method in class org.redisson.api.PendingResult
Total amount of pending messages
getTotal() - Method in class org.redisson.api.search.aggregate.AggregationResult
Returns total amount of attributes.
getTotal() - Method in class org.redisson.api.search.query.SearchResult
Returns total number of results.
getTotalIndexingTime() - Method in class org.redisson.api.search.index.IndexInfo
 
getTotalInvertedIndexBlocks() - Method in class org.redisson.api.search.index.IndexInfo
 
getTrafficListener() - Method in class com.rabbitmq.client.impl.AMQConnection
 
getTrafficListener() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getTransferQueue(String) - Method in interface org.redisson.api.RedissonClient
Returns transfer queue instance by name.
getTransferQueue(String) - Method in interface org.redisson.api.RedissonReactiveClient
Returns transfer queue instance by name.
getTransferQueue(String) - Method in interface org.redisson.api.RedissonRxClient
Returns transfer queue instance by name.
getTransferQueue(String, Codec) - Method in interface org.redisson.api.RedissonClient
Returns transfer queue instance by name using provided codec for queue objects.
getTransferQueue(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
Returns transfer queue instance by name using provided codec for queue objects.
getTransferQueue(String, Codec) - Method in interface org.redisson.api.RedissonRxClient
Returns transfer queue instance by name using provided codec for queue objects.
getTransferQueue(PlainOptions) - Method in interface org.redisson.api.RedissonClient
Returns transfer queue instance with specified options.
getTransferQueue(PlainOptions) - Method in interface org.redisson.api.RedissonReactiveClient
Returns transfer queue instance with specified options.
getTransferQueue(PlainOptions) - Method in interface org.redisson.api.RedissonRxClient
Returns transfer queue instance with specified options.
getTransportMode() - Method in class org.redisson.config.Config
 
getType() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getType() - Method in interface com.rabbitmq.client.AMQP.Exchange.Declare
 
getType() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the value in the type field.
getType() - Method in enum class com.rabbitmq.client.BuiltinExchangeType
 
getType() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
getType() - Method in class org.redisson.api.map.event.EntryEvent
 
getType() - Method in interface org.redisson.api.Node
Deprecated.
Returns node type
getType() - Method in interface org.redisson.api.RJsonBucket
Returns type of element
getType() - Method in interface org.redisson.api.RJsonBucketReactive
Returns type of element
getType() - Method in interface org.redisson.api.RJsonBucketRx
Returns type of element
getType() - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
getType() - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
getType() - Method in class org.redisson.client.protocol.pubsub.PubSubStatusMessage
 
getType(String) - Method in interface org.redisson.api.RJsonBucket
Returns type of element specified by JSONPath
getType(String) - Method in interface org.redisson.api.RJsonBucketReactive
Returns type of element specified by JSONPath
getType(String) - Method in interface org.redisson.api.RJsonBucketRx
Returns type of element specified by JSONPath
getType(String) - Method in interface org.redisson.api.RKeys
Get Redis object type by key
getType(String) - Method in interface org.redisson.api.RKeysReactive
Get Redis object type by key
getType(String) - Method in interface org.redisson.api.RKeysRx
Get Redis object type by key
getTypeAsync() - Method in interface org.redisson.api.RJsonBucketAsync
Returns type of element
getTypeAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Returns type of element specified by JSONPath
getTypeAsync(String) - Method in interface org.redisson.api.RKeysAsync
Get Redis object type by key
getUnit() - Method in class org.redisson.api.geo.GeoSearchParams
 
getUnit() - Method in class org.redisson.api.search.query.GeoFilterParams
 
getUnsigned(int, long) - Method in interface org.redisson.api.RBitSet
Returns unsigned number at specified offset and size
getUnsigned(int, long) - Method in interface org.redisson.api.RBitSetReactive
Returns unsigned number at specified offset and size
getUnsigned(int, long) - Method in interface org.redisson.api.RBitSetRx
Returns unsigned number at specified offset and size
getUnsignedAsync(int, long) - Method in interface org.redisson.api.RBitSetAsync
Returns unsigned number at specified offset and size
getUrl() - Method in class org.mariadb.jdbc.MariaDbDataSource
Returns the URL for this datasource
getUrl() - Method in exception class org.redisson.client.RedisRedirectException
 
getUsage() - Method in class org.redisson.client.RedisConnection
 
getUser() - Method in class org.mariadb.jdbc.MariaDbDataSource
get User
getUserId() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
getUserId() - Method in interface com.rabbitmq.client.BasicProperties
Retrieve the value in the userId field.
getUsername() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the user name.
getUsername() - Method in interface com.rabbitmq.client.impl.CredentialsProvider
Username to use for authentication
getUsername() - Method in class com.rabbitmq.client.impl.DefaultCredentialsProvider
 
getUsername() - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
getUsername() - Method in class com.rabbitmq.client.impl.RefreshProtectedCredentialsProvider
 
getUsername() - Method in class org.redisson.client.RedisClientConfig
 
getUsername() - Method in class org.redisson.config.BaseConfig
 
getUsername() - Method in class org.redisson.config.Credentials
 
getValue() - Method in class org.redisson.api.Entry
 
getValue() - Method in class org.redisson.api.map.event.EntryEvent
 
getValue() - Method in class org.redisson.api.search.aggregate.Expression
 
getValue() - Method in class org.redisson.api.TimeSeriesEntry
 
getValue() - Method in class org.redisson.client.handler.State
 
getValue() - Method in class org.redisson.client.protocol.decoder.KeyValueMessage
 
getValue() - Method in class org.redisson.client.protocol.pubsub.PubSubMessage
 
getValue() - Method in class org.redisson.client.protocol.pubsub.PubSubPatternMessage
 
getValue() - Method in class org.redisson.client.protocol.ScoredEntry
 
getValueDecoder() - Method in class org.redisson.api.annotation.REntity.DEFAULT
 
getValueDecoder() - Method in class org.redisson.api.annotation.RObjectField.DEFAULT
 
getValueDecoder() - Method in class org.redisson.client.codec.BitSetCodec
Deprecated.
 
getValueDecoder() - Method in class org.redisson.client.codec.ByteArrayCodec
 
getValueDecoder() - Method in interface org.redisson.client.codec.Codec
Returns object decoder used for any objects stored Redis structure except HMAP
getValueDecoder() - Method in class org.redisson.client.codec.DoubleCodec
 
getValueDecoder() - Method in class org.redisson.client.codec.IntegerCodec
 
getValueDecoder() - Method in class org.redisson.client.codec.LongCodec
 
getValueDecoder() - Method in class org.redisson.client.codec.StringCodec
 
getValueDecoder() - Method in class org.redisson.codec.JsonJacksonCodec
 
getValueEncoder() - Method in class org.redisson.api.annotation.REntity.DEFAULT
 
getValueEncoder() - Method in class org.redisson.api.annotation.RObjectField.DEFAULT
 
getValueEncoder() - Method in class org.redisson.client.codec.BitSetCodec
Deprecated.
 
getValueEncoder() - Method in class org.redisson.client.codec.ByteArrayCodec
 
getValueEncoder() - Method in interface org.redisson.client.codec.Codec
Returns object encoder used for any objects stored Redis structure except HMAP
getValueEncoder() - Method in class org.redisson.client.codec.StringCodec
 
getValueEncoder() - Method in class org.redisson.codec.JsonJacksonCodec
 
getValues() - Method in class org.redisson.client.protocol.decoder.ListScanResult
 
getValues() - Method in class org.redisson.client.protocol.decoder.MapCacheKeyScanResult
 
getValues() - Method in class org.redisson.client.protocol.decoder.MapScanResult
 
getVectorIndexSize() - Method in class org.redisson.api.search.index.IndexInfo
 
getVersionMajor() - Method in interface com.rabbitmq.client.AMQP.Connection.Start
 
getVersionMajor() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
getVersionMinor() - Method in interface com.rabbitmq.client.AMQP.Connection.Start
 
getVersionMinor() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
getVirtualHost() - Method in interface com.rabbitmq.client.AMQP.Connection.Open
 
getVirtualHost() - Method in class com.rabbitmq.client.ConnectionFactory
Retrieve the virtual host.
getVirtualHost() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
getVirtualHost() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getWeight() - Method in class com.rabbitmq.client.DnsSrvRecordAddressResolver.SrvRecord
 
getWeight() - Method in class org.redisson.api.search.index.TextIndexParams
 
getWidth() - Method in class org.redisson.api.geo.GeoSearchParams
 
getWithTTLOnly(K) - Method in interface org.redisson.api.RMapCache
Returns the value mapped by defined key or null if value is absent.
getWithTTLOnly(K) - Method in interface org.redisson.api.RMapCacheReactive
Returns the value mapped by defined key or null if value is absent.
getWithTTLOnly(K) - Method in interface org.redisson.api.RMapCacheRx
Returns the value mapped by defined key or null if value is absent.
getWithTTLOnlyAsync(K) - Method in interface org.redisson.api.RMapCacheAsync
Returns the value mapped by defined key or null if value is absent.
getWorkPoolTimeout() - Method in class com.rabbitmq.client.ConnectionFactory
 
getWorkPoolTimeout() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
getWrite() - Method in interface com.rabbitmq.client.AMQP.Access.Request
 
getWrite() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
getWriteBehindBatchSize() - Method in class org.redisson.api.MapOptions
Deprecated.
 
getWriteBehindBatchSize() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getWriteBehindBatchSize() - Method in class org.redisson.api.options.MapCacheParams
 
getWriteBehindBatchSize() - Method in class org.redisson.api.options.MapParams
 
getWriteBehindDelay() - Method in class org.redisson.api.MapOptions
Deprecated.
 
getWriteBehindDelay() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getWriteBehindDelay() - Method in class org.redisson.api.options.MapCacheParams
 
getWriteBehindDelay() - Method in class org.redisson.api.options.MapParams
 
getWriteByteBufferSize() - Method in class com.rabbitmq.client.impl.nio.NioParams
 
getWriteEnqueuingTimeoutInMs() - Method in class com.rabbitmq.client.impl.nio.NioParams
 
getWriteMode() - Method in class org.redisson.api.MapOptions
Deprecated.
 
getWriteMode() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getWriteMode() - Method in class org.redisson.api.options.MapCacheParams
 
getWriteMode() - Method in class org.redisson.api.options.MapParams
 
getWriteQueue() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerState
 
getWriteQueueCapacity() - Method in class com.rabbitmq.client.impl.nio.NioParams
 
getWriteQueueFactory() - Method in class com.rabbitmq.client.impl.nio.NioParams
 
getWriter() - Method in class org.redisson.api.MapOptions
Deprecated.
 
getWriter() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getWriter() - Method in class org.redisson.api.options.MapCacheParams
 
getWriter() - Method in class org.redisson.api.options.MapParams
 
getWriterAsync() - Method in class org.redisson.api.MapOptions
Deprecated.
 
getWriterAsync() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getWriterAsync() - Method in class org.redisson.api.options.MapCacheParams
 
getWriterAsync() - Method in class org.redisson.api.options.MapParams
 
getWriteRetryAttempts() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getWriteRetryAttempts() - Method in class org.redisson.api.options.MapCacheParams
 
getWriteRetryAttempts() - Method in class org.redisson.api.options.MapParams
 
getWriteRetryInterval() - Method in class org.redisson.api.options.LocalCachedMapParams
 
getWriteRetryInterval() - Method in class org.redisson.api.options.MapCacheParams
 
getWriteRetryInterval() - Method in class org.redisson.api.options.MapParams
 
getWriterRetryAttempts() - Method in class org.redisson.api.MapOptions
Deprecated.
 
getWriterRetryInterval() - Method in class org.redisson.api.MapOptions
Deprecated.
 
getXAConnection() - Method in class org.mariadb.jdbc.MariaDbDataSource
 
getXAConnection(String, String) - Method in class org.mariadb.jdbc.MariaDbDataSource
 
getZoneId() - Method in class org.redisson.api.CronSchedule
 
global() - Method in class com.rabbitmq.client.AMQP.Basic.Qos.Builder
 
global(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Qos.Builder
 
grantType(String) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder
Set the grant type to use when requesting the token.
greaterThan(StreamMessageId) - Static method in interface org.redisson.api.stream.StreamReadArgs
Defines last stream id received from current Stream.
greaterThan(StreamMessageId) - Static method in interface org.redisson.api.stream.StreamReadGroupArgs
Defines to return messages of current Stream with ids greater than defined message id.
greaterThan(StreamMessageId, String, StreamMessageId) - Static method in interface org.redisson.api.stream.StreamMultiReadArgs
Defines last stream ids received from all Streams including current one.
greaterThan(StreamMessageId, String, StreamMessageId) - Static method in interface org.redisson.api.stream.StreamMultiReadGroupArgs
Defines to return messages of all Streams with ids greater than defined message ids.
greaterThan(StreamMessageId, String, StreamMessageId, String, StreamMessageId) - Static method in interface org.redisson.api.stream.StreamMultiReadArgs
Defines last stream ids received from all Streams including current one.
greaterThan(StreamMessageId, String, StreamMessageId, String, StreamMessageId) - Static method in interface org.redisson.api.stream.StreamMultiReadGroupArgs
Defines to return messages of all Streams with ids greater than defined message ids.
greaterThan(StreamMessageId, String, StreamMessageId, String, StreamMessageId, String, StreamMessageId) - Static method in interface org.redisson.api.stream.StreamMultiReadArgs
Defines last stream ids received from all Streams including current one.
greaterThan(StreamMessageId, String, StreamMessageId, String, StreamMessageId, String, StreamMessageId) - Static method in interface org.redisson.api.stream.StreamMultiReadGroupArgs
Defines to return messages of all Streams with ids greater than defined message ids.
greaterThan(StreamMessageId, String, StreamMessageId, String, StreamMessageId, String, StreamMessageId, String, StreamMessageId) - Static method in interface org.redisson.api.stream.StreamMultiReadArgs
Defines last stream ids received from all Streams including current one.
greaterThan(StreamMessageId, String, StreamMessageId, String, StreamMessageId, String, StreamMessageId, String, StreamMessageId) - Static method in interface org.redisson.api.stream.StreamMultiReadGroupArgs
Defines to return messages of all Streams with ids greater than defined message ids.
greaterThan(StreamMessageId, Map<String, StreamMessageId>) - Static method in interface org.redisson.api.stream.StreamMultiReadArgs
Defines last stream ids received from all Streams including current one.
greaterThan(StreamMessageId, Map<String, StreamMessageId>) - Static method in interface org.redisson.api.stream.StreamMultiReadGroupArgs
Defines to return messages of all Streams with ids greater than defined message ids.
GROUP - Static variable in class org.apache.kafka.clients.producer.internals.KafkaProducerMetrics
 
GROUP_ID_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
group.id
GROUP_INSTANCE_ID_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
group.instance.id
GROUP_METADATA_UPDATE - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.BackgroundEvent.Type
 
GROUP_PROTOCOL_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
group.protocol
GROUP_PROTOCOL_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
GROUP_REMOTE_ASSIGNOR_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
group.remote.assignor
GROUP_REMOTE_ASSIGNOR_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
groupAssignment() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.GroupAssignment
 
GroupAssignment(Map<String, ConsumerPartitionAssignor.Assignment>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.GroupAssignment
 
groupBy(GroupBy...) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
GroupBy - Interface in org.redisson.api.search.aggregate
 
groupId() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
The id of the consumer group.
groupId() - Method in class org.apache.kafka.clients.admin.ConsumerGroupListing
Consumer Group Id
groupId() - Method in class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
 
groupId() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
 
groupId() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
groupInstanceId - Variable in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor.MemberInfo
 
groupInstanceId() - Method in class org.apache.kafka.clients.admin.MemberDescription
The instance id of the group member.
groupInstanceId() - Method in class org.apache.kafka.clients.admin.MemberToRemove
 
groupInstanceId() - Method in class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
 
groupInstanceId() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
 
groupInstanceId() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
 
groupInstanceId() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
groupMetadata() - Method in interface org.apache.kafka.clients.consumer.Consumer
 
groupMetadata() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
groupMetadata() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
Return the consumer group metadata.
groupMetadata() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
groupMetadata() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Return the current group metadata associated with this consumer.
groupMetadata() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
GroupMetadataUpdateEvent - Class in org.apache.kafka.clients.consumer.internals.events
This event is sent by the consumer's network thread to the application thread so that when the user calls the Consumer.groupMetadata() API, the information is up-to-date.
GroupMetadataUpdateEvent(int, String) - Constructor for class org.apache.kafka.clients.consumer.internals.events.GroupMetadataUpdateEvent
 
GroupParams - Class in org.redisson.api.search.aggregate
 
GroupProtocol - Enum Class in org.apache.kafka.clients.consumer
 
groupSubscription() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.GroupSubscription
 
GroupSubscription(Map<String, ConsumerPartitionAssignor.Subscription>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.GroupSubscription
 
gt(String, Number) - Static method in class org.redisson.api.condition.Conditions
Returns "GREATER THAN" condition which restricts property by name to defined value

H

handle() - Method in interface com.rabbitmq.client.UnblockedCallback
 
handle(long, boolean) - Method in interface com.rabbitmq.client.ConfirmCallback
 
handle(Connection, IOException) - Method in interface com.rabbitmq.client.impl.ErrorOnWriteListener
Called when writing to the socket failed
handle(Return) - Method in interface com.rabbitmq.client.ReturnCallback
 
handle(DataOutputStream) - Method in class com.rabbitmq.client.impl.nio.FrameWriteRequest
 
handle(DataOutputStream) - Method in class com.rabbitmq.client.impl.nio.HeaderWriteRequest
 
handle(DataOutputStream) - Method in interface com.rabbitmq.client.impl.nio.WriteRequest
 
handle(String) - Method in interface com.rabbitmq.client.BlockedCallback
 
handle(String) - Method in interface com.rabbitmq.client.CancelCallback
Called when the consumer is cancelled for reasons other than by a call to Channel.basicCancel(java.lang.String).
handle(String, Delivery) - Method in interface com.rabbitmq.client.DeliverCallback
Called when a basic.deliver is received for this consumer.
handle(Node, FetchSessionHandler.FetchRequestData, T) - Method in interface org.apache.kafka.clients.consumer.internals.AbstractFetch.ResponseHandler
Handle the response from the given target
handle(R, RequestFuture<T>) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.CoordinatorResponseHandler
 
handleAck(long, boolean) - Method in interface com.rabbitmq.client.ConfirmListener
 
handleBlocked(String) - Method in interface com.rabbitmq.client.BlockedListener
 
handleBlockedListenerException(Connection, Throwable) - Method in interface com.rabbitmq.client.ExceptionHandler
Perform any required exception processing for the situation when the driver thread for the connection has called a BlockedListener's method, and that method has thrown an exception.
handleBlockedListenerException(Connection, Throwable) - Method in class com.rabbitmq.client.impl.ForgivingExceptionHandler
 
handleBlockedListenerException(Connection, Throwable) - Method in class com.rabbitmq.client.impl.StrictExceptionHandler
 
handleCall(byte[], AMQP.BasicProperties) - Method in class com.rabbitmq.client.MapRpcServer
Overridden to delegate to handleMapCall.
handleCall(byte[], AMQP.BasicProperties) - Method in class com.rabbitmq.client.RpcServer
High-level response method.
handleCall(byte[], AMQP.BasicProperties) - Method in class com.rabbitmq.client.StringRpcServer
Overridden to do UTF-8 processing, and delegate to handleStringCall.
handleCall(AMQP.BasicProperties, byte[], AMQP.BasicProperties) - Method in class com.rabbitmq.client.RpcServer
Mid-level response method.
handleCall(Delivery, AMQP.BasicProperties) - Method in class com.rabbitmq.client.RpcServer
Lowest-level response method.
handleCancel(String) - Method in interface com.rabbitmq.client.Consumer
Called when the consumer is cancelled for reasons other than by a call to Channel.basicCancel(java.lang.String).
handleCancel(String) - Method in class com.rabbitmq.client.DefaultConsumer
No-op implementation of Consumer.handleCancel(String)
handleCancelOk(String) - Method in interface com.rabbitmq.client.Consumer
Called when the consumer is cancelled by a call to Channel.basicCancel(java.lang.String).
handleCancelOk(String) - Method in class com.rabbitmq.client.DefaultConsumer
handleCast(byte[]) - Method in class com.rabbitmq.client.MapRpcServer
Overridden to delegate to handleMapCast.
handleCast(byte[]) - Method in class com.rabbitmq.client.RpcServer
High-level handler method.
handleCast(byte[]) - Method in class com.rabbitmq.client.StringRpcServer
Overridden to do UTF-8 processing, and delegate to handleStringCast.
handleCast(AMQP.BasicProperties, byte[]) - Method in class com.rabbitmq.client.RpcServer
Mid-level handler method.
handleCast(Delivery) - Method in class com.rabbitmq.client.RpcServer
Lowest-level handler method.
handleChallenge(LongString, String, String) - Method in class com.rabbitmq.client.impl.CRDemoMechanism
 
handleChallenge(LongString, String, String) - Method in class com.rabbitmq.client.impl.ExternalMechanism
 
handleChallenge(LongString, String, String) - Method in class com.rabbitmq.client.impl.PlainMechanism
 
handleChallenge(LongString, String, String) - Method in interface com.rabbitmq.client.SaslMechanism
Handle one round of challenge-response
handleChannelKiller(Channel, Throwable, String) - Method in class com.rabbitmq.client.impl.ForgivingExceptionHandler
 
handleChannelKiller(Channel, Throwable, String) - Method in class com.rabbitmq.client.impl.StrictExceptionHandler
 
handleChannelKiller(Channel, Throwable, String, String) - Method in class com.rabbitmq.client.impl.StrictExceptionHandler
 
handleChannelRecoveryException(Channel, Throwable) - Method in interface com.rabbitmq.client.ExceptionHandler
Perform any required exception processing for the situation when the driver thread for the connection has an exception during channel recovery that it can't otherwise deal with.
handleChannelRecoveryException(Channel, Throwable) - Method in class com.rabbitmq.client.impl.ForgivingExceptionHandler
 
handleCloseFetchSessionFailure(Node, FetchSessionHandler.FetchRequestData, Throwable) - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
handleCloseFetchSessionSuccess(Node, FetchSessionHandler.FetchRequestData, ClientResponse) - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
handleCommand(AMQCommand) - Method in class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
 
handleCommand(AMQCommand) - Method in interface com.rabbitmq.client.impl.AMQChannel.RpcContinuation
 
handleCompletedBatch(ProducerBatch, ProduceResponse.PartitionResponse) - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
handleCompleteInboundCommand(AMQCommand) - Method in class com.rabbitmq.client.impl.AMQChannel
Private API - handle a command which has been assembled
handleConfirmListenerException(Channel, Throwable) - Method in interface com.rabbitmq.client.ExceptionHandler
Perform any required exception processing for the situation when the driver thread for the connection has called a ConfirmListener's handleAck or handleNack method, and that method has thrown an exception.
handleConfirmListenerException(Channel, Throwable) - Method in class com.rabbitmq.client.impl.ForgivingExceptionHandler
 
handleConfirmListenerException(Channel, Throwable) - Method in class com.rabbitmq.client.impl.StrictExceptionHandler
 
handleConnectionClose(Command) - Method in class com.rabbitmq.client.impl.AMQConnection
 
handleConnectionKiller(Connection, Throwable, String) - Method in class com.rabbitmq.client.impl.ForgivingExceptionHandler
 
handleConnectionRecoveryException(Connection, Throwable) - Method in interface com.rabbitmq.client.ExceptionHandler
Perform any required exception processing for the situation when the driver thread for the connection has an exception during connection recovery that it can't otherwise deal with.
handleConnectionRecoveryException(Connection, Throwable) - Method in class com.rabbitmq.client.impl.ForgivingExceptionHandler
 
handleConsumeOk(String) - Method in interface com.rabbitmq.client.Consumer
Called when the consumer is registered by a call to any of the Channel.basicConsume(java.lang.String, com.rabbitmq.client.Consumer) methods.
handleConsumeOk(String) - Method in class com.rabbitmq.client.DefaultConsumer
Stores the most recently passed-in consumerTag - semantically, there should be only one.
handleConsumerException(Channel, Throwable, Consumer, String, String) - Method in interface com.rabbitmq.client.ExceptionHandler
Perform any required exception processing for the situation when the driver thread for the connection has called a method on a Consumer, and that method has thrown an exception.
handleConsumerException(Channel, Throwable, Consumer, String, String) - Method in class com.rabbitmq.client.impl.ForgivingExceptionHandler
 
handleConsumerException(Channel, Throwable, Consumer, String, String) - Method in class com.rabbitmq.client.impl.StrictExceptionHandler
 
handleDelivery(String, Envelope, AMQP.BasicProperties, byte[]) - Method in interface com.rabbitmq.client.Consumer
Called when a basic.deliver is received for this consumer.
handleDelivery(String, Envelope, AMQP.BasicProperties, byte[]) - Method in class com.rabbitmq.client.DefaultConsumer
handleFailedRequest(long, Optional<KafkaException>) - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager.AdminMetadataUpdater
 
handleFetchFailure(Node, FetchSessionHandler.FetchRequestData, Throwable) - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
Implements the core logic for a failed fetch response.
handleFetchSuccess(Node, FetchSessionHandler.FetchRequestData, ClientResponse) - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
Implements the core logic for a successful fetch response.
handleFrame(Frame) - Method in class com.rabbitmq.client.impl.AMQChannel
Private API - When the Connection receives a Frame for this channel, it passes it to this method.
handleFrame(Frame) - Method in class com.rabbitmq.client.impl.AMQCommand
 
handleHeartbeatFailure() - Method in class com.rabbitmq.client.impl.AMQConnection
private API
handleHeartbeatFailure(SocketChannelFrameHandlerState) - Method in class com.rabbitmq.client.impl.nio.NioLoop
 
handleIoError(SocketChannelFrameHandlerState, Throwable) - Method in class com.rabbitmq.client.impl.nio.NioLoop
 
handleIoError(Throwable) - Method in class com.rabbitmq.client.impl.AMQConnection
private API
handleMapCall(Map<String, Object>) - Method in class com.rabbitmq.client.MapRpcServer
Default implementation override in subclasses.
handleMapCall(Map<String, Object>, AMQP.BasicProperties) - Method in class com.rabbitmq.client.MapRpcServer
handleMapCast(Map<String, Object>) - Method in class com.rabbitmq.client.MapRpcServer
Default implementation override in subclasses.
handleNack(long, boolean) - Method in interface com.rabbitmq.client.ConfirmListener
 
handleReadFrame(Frame) - Method in class com.rabbitmq.client.impl.AMQConnection
private API
handleRecoverOk(String) - Method in interface com.rabbitmq.client.Consumer
Called when a basic.recover-ok is received in reply to a basic.recover.
handleRecoverOk(String) - Method in class com.rabbitmq.client.DefaultConsumer
handleRecovery(Recoverable) - Method in interface com.rabbitmq.client.RecoveryListener
Invoked when automatic connection recovery has completed.
handleRecoveryStarted(Recoverable) - Method in interface com.rabbitmq.client.RecoveryListener
Invoked before automatic connection recovery starts.
handleResponse(Map<TopicPartition, SubscriptionState.FetchPosition>, OffsetsForLeaderEpochResponse) - Static method in class org.apache.kafka.clients.consumer.internals.OffsetsForLeaderEpochUtils
 
handleResponse(Set<K>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.StaticBrokerStrategy
 
handleResponse(Set<AllBrokersStrategy.BrokerKey>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy
 
handleResponse(Set<CoordinatorKey>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.CoordinatorStrategy
 
handleResponse(Set<TopicPartition>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.PartitionLeaderStrategy
 
handleResponse(Set<T>, AbstractResponse) - Method in interface org.apache.kafka.clients.admin.internals.AdminApiLookupStrategy
Callback that is invoked when a lookup request returns successfully.
handleResponse(Node, Map<TopicPartition, SubscriptionState.FetchPosition>, OffsetsForLeaderEpochResponse) - Method in class org.apache.kafka.clients.consumer.internals.OffsetsForLeaderEpochClient
 
handleResponse(Node, Set<K>, AbstractResponse) - Method in interface org.apache.kafka.clients.admin.internals.AdminApiHandler
Callback that is invoked when a request returns successfully.
handleResponse(Node, Set<K>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.AdminApiHandler.Unbatched
 
handleResponse(Node, Set<AllBrokersStrategy.BrokerKey>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.ListTransactionsHandler
 
handleResponse(Node, Set<CoordinatorKey>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.AlterConsumerGroupOffsetsHandler
 
handleResponse(Node, Set<CoordinatorKey>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.DeleteConsumerGroupOffsetsHandler
 
handleResponse(Node, Set<CoordinatorKey>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.DeleteConsumerGroupsHandler
 
handleResponse(Node, Set<CoordinatorKey>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.DescribeConsumerGroupsHandler
 
handleResponse(Node, Set<CoordinatorKey>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.DescribeTransactionsHandler
 
handleResponse(Node, Set<CoordinatorKey>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.ListConsumerGroupOffsetsHandler
 
handleResponse(Node, Set<CoordinatorKey>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.RemoveMembersFromConsumerGroupHandler
 
handleResponse(Node, Set<TopicPartition>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.AbortTransactionHandler
 
handleResponse(Node, Set<TopicPartition>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.DeleteRecordsHandler
 
handleResponse(Node, Set<TopicPartition>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.DescribeProducersHandler
 
handleResponse(Node, Set<TopicPartition>, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.ListOffsetsHandler
 
handleResponse(Node, T1, Resp) - Method in class org.apache.kafka.clients.consumer.internals.AsyncClient
 
handleReturn(int, String, String, String, AMQP.BasicProperties, byte[]) - Method in interface com.rabbitmq.client.ReturnListener
 
handleReturnListenerException(Channel, Throwable) - Method in interface com.rabbitmq.client.ExceptionHandler
Perform any required exception processing for the situation when the driver thread for the connection has called a ReturnListener's handleReturn method, and that method has thrown an exception.
handleReturnListenerException(Channel, Throwable) - Method in class com.rabbitmq.client.impl.ForgivingExceptionHandler
 
handleReturnListenerException(Channel, Throwable) - Method in class com.rabbitmq.client.impl.StrictExceptionHandler
 
handleServerDisconnect(long, String, Optional<AuthenticationException>) - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager.AdminMetadataUpdater
 
handleShutdownSignal(ShutdownSignalException) - Method in class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
 
handleShutdownSignal(ShutdownSignalException) - Method in interface com.rabbitmq.client.impl.AMQChannel.RpcContinuation
 
handleShutdownSignal(String, ShutdownSignalException) - Method in interface com.rabbitmq.client.Consumer
Called when either the channel or the underlying connection has been shut down.
handleShutdownSignal(String, ShutdownSignalException) - Method in interface com.rabbitmq.client.ConsumerShutdownSignalCallback
Called when either the channel or the underlying connection has been shut down.
handleShutdownSignal(String, ShutdownSignalException) - Method in class com.rabbitmq.client.DefaultConsumer
handleSignal(ShutdownSignalException) - Method in class com.rabbitmq.client.impl.ChannelManager
Handle shutdown.
handleSingleResponse(Node, CoordinatorKey, AbstractResponse) - Method in class org.apache.kafka.clients.admin.internals.FenceProducersHandler
 
handleStringCall(String) - Method in class com.rabbitmq.client.StringRpcServer
Default implementation - override in subclasses.
handleStringCall(String, AMQP.BasicProperties) - Method in class com.rabbitmq.client.StringRpcServer
Delegates to handleStringCall(String).
handleStringCast(String) - Method in class com.rabbitmq.client.StringRpcServer
Default implementation - override in subclasses.
handleSuccessfulResponse(RequestHeader, long, MetadataResponse) - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager.AdminMetadataUpdater
 
handleTopologyRecoveryException(Connection, Channel, TopologyRecoveryException) - Method in interface com.rabbitmq.client.ExceptionHandler
Perform any required exception processing for the situation when the driver thread for the connection has an exception during topology (exchanges, queues, bindings, consumers) recovery that it can't otherwise deal with.
handleTopologyRecoveryException(Connection, Channel, TopologyRecoveryException) - Method in class com.rabbitmq.client.impl.ForgivingExceptionHandler
 
handleTopologyRecoveryStarted(Recoverable) - Method in interface com.rabbitmq.client.RecoveryListener
Invoked before automatic topology recovery starts.
handleUnblocked() - Method in interface com.rabbitmq.client.BlockedListener
 
handleUnexpectedConnectionDriverException(Connection, Throwable) - Method in interface com.rabbitmq.client.ExceptionHandler
Perform any required exception processing for the situation when the driver thread for the connection has an exception signalled to it that it can't otherwise deal with.
handleUnexpectedConnectionDriverException(Connection, Throwable) - Method in class com.rabbitmq.client.impl.ForgivingExceptionHandler
 
handleUnsupportedVersionException(int, UnsupportedVersionException, Set<K>) - Method in interface org.apache.kafka.clients.admin.internals.AdminApiHandler
Callback that is invoked when a fulfillment request hits an UnsupportedVersionException.
handleUnsupportedVersionException(int, UnsupportedVersionException, Set<TopicPartition>) - Method in class org.apache.kafka.clients.admin.internals.ListOffsetsHandler
 
handleUnsupportedVersionException(UnsupportedVersionException, Set<T>) - Method in interface org.apache.kafka.clients.admin.internals.AdminApiLookupStrategy
Callback that is invoked when a lookup request hits an UnsupportedVersionException.
HANDSHAKE_TIMEOUT - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
hasAllFetchPositions() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
hasAutoAssignedPartitions() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
hasAvailableFetches() - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
Return whether we have any completed fetches that are fetchable.
hasBrokerInitiatedShutdown() - Method in class com.rabbitmq.client.impl.AMQConnection
 
hasChildren() - Element in annotation interface org.jetbrains.annotations.Debug.Renderer
Expression to be evaluated to check if the object has any children at all.
This should work faster than Debug.Renderer.childrenArray() and return boolean.
this refers to the class instance being presented
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.QosOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.CloseOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.SelectOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.CloseOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Unblocked
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecretOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.BindOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeclareOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeleteOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.UnbindOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.BindOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.UnbindOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Commit
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.CommitOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Rollback
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.RollbackOk
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Select
 
hasContent() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.SelectOk
 
hasContent() - Method in class com.rabbitmq.client.impl.Method
Tell if content is present.
hash(V...) - Method in interface org.redisson.api.RGeo
Returns 11 characters long Geohash string mapped by defined member.
hash(V...) - Method in interface org.redisson.api.RGeoReactive
Returns 11 characters long Geohash string mapped by defined member.
hash(V...) - Method in interface org.redisson.api.RGeoRx
Returns 11 characters Geohash string mapped by defined member.
HASH - Enum constant in enum class org.redisson.api.search.index.IndexType
 
hashAsync(V...) - Method in interface org.redisson.api.RGeoAsync
Returns 11 characters Geohash string mapped by defined member.
hashCode() - Method in class com.rabbitmq.client.Address
 
hashCode() - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
hashCode() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
hashCode() - Method in class com.rabbitmq.client.impl.nio.SocketChannelRegistration
 
hashCode() - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
hashCode() - Method in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
hashCode() - Method in class com.rabbitmq.client.impl.Version
 
hashCode() - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
 
hashCode() - Method in class org.apache.kafka.clients.admin.AlterConfigOp
 
hashCode() - Method in class org.apache.kafka.clients.admin.ClientMetricsResourceListing
 
hashCode() - Method in class org.apache.kafka.clients.admin.Config
 
hashCode() - Method in class org.apache.kafka.clients.admin.ConfigEntry.ConfigSynonym
 
hashCode() - Method in class org.apache.kafka.clients.admin.ConfigEntry
 
hashCode() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
 
hashCode() - Method in class org.apache.kafka.clients.admin.ConsumerGroupListing
 
hashCode() - Method in class org.apache.kafka.clients.admin.DescribeProducersOptions
 
hashCode() - Method in class org.apache.kafka.clients.admin.FeatureMetadata
 
hashCode() - Method in class org.apache.kafka.clients.admin.FeatureUpdate
 
hashCode() - Method in class org.apache.kafka.clients.admin.FinalizedVersionRange
 
hashCode() - Method in class org.apache.kafka.clients.admin.internals.AdminBootstrapAddresses
 
hashCode() - Method in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy.BrokerKey
 
hashCode() - Method in class org.apache.kafka.clients.admin.internals.CoordinatorKey
 
hashCode() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsSpec
 
hashCode() - Method in class org.apache.kafka.clients.admin.ListTopicsOptions
 
hashCode() - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
 
hashCode() - Method in class org.apache.kafka.clients.admin.MemberAssignment
 
hashCode() - Method in class org.apache.kafka.clients.admin.MemberDescription
 
hashCode() - Method in class org.apache.kafka.clients.admin.MemberToRemove
 
hashCode() - Method in class org.apache.kafka.clients.admin.NewTopic
 
hashCode() - Method in class org.apache.kafka.clients.admin.ProducerState
 
hashCode() - Method in class org.apache.kafka.clients.admin.QuorumInfo
 
hashCode() - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
 
hashCode() - Method in class org.apache.kafka.clients.admin.RecordsToDelete
 
hashCode() - Method in class org.apache.kafka.clients.admin.ScramCredentialInfo
 
hashCode() - Method in class org.apache.kafka.clients.admin.SupportedVersionRange
 
hashCode() - Method in class org.apache.kafka.clients.admin.TopicDescription
 
hashCode() - Method in class org.apache.kafka.clients.admin.TransactionDescription
 
hashCode() - Method in class org.apache.kafka.clients.admin.TransactionListing
 
hashCode() - Method in class org.apache.kafka.clients.admin.UserScramCredentialsDescription
 
hashCode() - Method in class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.Generation
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor.MemberInfo
We could just use member.id to be the hashcode, since it's unique across the group.
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.AssignmentChangeApplicationEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.BackgroundEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.CommitApplicationEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.CompletableApplicationEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.CompletableBackgroundEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackCompletedEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackNeededEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.ErrorBackgroundEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.FetchCommittedOffsetsApplicationEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.GroupMetadataUpdateEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.ListOffsetsApplicationEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.PollApplicationEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.events.TopicMetadataApplicationEvent
 
hashCode() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState.FetchPosition
 
hashCode() - Method in class org.apache.kafka.clients.consumer.OffsetAndMetadata
 
hashCode() - Method in class org.apache.kafka.clients.consumer.OffsetAndTimestamp
 
hashCode() - Method in class org.apache.kafka.clients.producer.ProducerRecord
 
hashCode() - Method in class org.redisson.api.GeoPosition
 
hashCode() - Method in class org.redisson.api.search.query.Document
 
hashCode() - Method in class org.redisson.api.StreamMessageId
 
hashCode() - Method in class org.redisson.api.TimeSeriesEntry
 
hashCode() - Method in class org.redisson.client.ChannelName
 
hashCode() - Method in class org.redisson.client.handler.PubSubKey
 
hashCode() - Method in class org.redisson.client.protocol.RankedEntry
 
hashCode() - Method in class org.redisson.client.protocol.ScoredEntry
 
hashCode() - Method in class org.redisson.client.protocol.Time
 
hasIncomplete() - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
Check whether there are any pending batches (whether sent or unsent).
hasLogAppendTime() - Method in class org.apache.kafka.clients.producer.internals.ProduceRequestResult
Return true if log append time is being used for this topic
hasMemberId() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.Generation
 
hasNext() - Method in interface org.redisson.api.AsyncIterator
Returns true if more elements are available.
hasNoSubscriptionOrUserAssignment() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
hasNotJoinedGroup() - Method in enum class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.MemberState
 
hasOffset() - Method in class org.apache.kafka.clients.producer.RecordMetadata
Indicates whether the record metadata includes the offset.
hasPendingRequests() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Check whether there is pending request.
hasPendingRequests(Node) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Check whether there is pending request to the given node.
hasProducerId() - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
hasReadyNodes(long) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
 
hasSequence() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
hasTask(String) - Method in interface org.redisson.api.RExecutorService
Returns true if this Executor Service has task by taskId awaiting execution or currently in execution.
hasTaskAsync(String) - Method in interface org.redisson.api.RExecutorServiceAsync
Returns true if this Executor Service has task by taskId awaiting execution or currently in execution
hasTimestamp() - Method in class org.apache.kafka.clients.producer.RecordMetadata
Indicates whether the record metadata includes the timestamp.
hasUndrained() - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
Check whether there are any batches which haven't been drained
hasValidPosition(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
HDEL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
headers() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
The headers (never null)
headers() - Method in class org.apache.kafka.clients.producer.ProducerRecord
 
headers(Map<String, Object>) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
HEADERS - Enum constant in enum class com.rabbitmq.client.BuiltinExchangeType
 
HeaderWriteRequest - Class in com.rabbitmq.client.impl.nio
 
heartbeat(int) - Method in class com.rabbitmq.client.AMQP.Connection.Tune.Builder
 
heartbeat(int) - Method in class com.rabbitmq.client.AMQP.Connection.TuneOk.Builder
 
Heartbeat - Class in org.apache.kafka.clients.consumer.internals
A helper class for managing the heartbeat to the coordinator
Heartbeat(GroupRebalanceConfig, Time) - Constructor for class org.apache.kafka.clients.consumer.internals.Heartbeat
 
HEARTBEAT_INTERVAL_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
heartbeat.interval.ms
HEARTBEAT_THREAD_PREFIX - Static variable in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
heartbeatRequestManager - Variable in class org.apache.kafka.clients.consumer.internals.RequestManagers
 
HeartbeatRequestManager - Class in org.apache.kafka.clients.consumer.internals
Manages the request creation and response handling for the heartbeat.
HeartbeatRequestManager(LogContext, Time, ConsumerConfig, CoordinatorRequestManager, SubscriptionState, MembershipManager, BackgroundEventHandler) - Constructor for class org.apache.kafka.clients.consumer.internals.HeartbeatRequestManager
 
HELLO - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HEXISTS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HGET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HGETALL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HGETALL_ENTRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
highlight(HighlightOptions) - Method in class org.redisson.api.search.query.QueryOptions
 
HighlightOptions - Class in org.redisson.api.search.query
 
highWatermark() - Method in class org.apache.kafka.clients.admin.QuorumInfo
 
HikariDataSource - Class in com.zaxxer.hikari
The HikariCP pooled DataSource.
HikariDataSource() - Constructor for class com.zaxxer.hikari.HikariDataSource
Default constructor.
HikariDataSource(HikariConfig) - Constructor for class com.zaxxer.hikari.HikariDataSource
Construct a HikariDataSource with the specified configuration.
history() - Method in class org.apache.kafka.clients.producer.MockProducer
Get the list of sent records since the last call to MockProducer.clear()
HKEYS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HLEN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HLEN_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HMGET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HMSET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
hnswVector(String) - Static method in interface org.redisson.api.search.index.FieldIndex
Returns vector field index which uses HNSW indexing method
HNSWVectorIndex - Interface in org.redisson.api.search.index
Options object for vector field index which uses HNSW indexing method.
HNSWVectorIndexParams - Class in org.redisson.api.search.index
 
HNSWVectorOptionalArgs - Interface in org.redisson.api.search.index
Optional options object for vector field index which uses HNSW indexing method.
host() - Method in class org.apache.kafka.clients.admin.MemberDescription
The host where the group member is running.
HOST - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
hostnameVerifier(HostnameVerifier) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration
Set the hostname verifier.
HostNatMapper - Class in org.redisson.api
Maps host of RedisURI object using map defined in hostsMap setting.
HostNatMapper() - Constructor for class org.redisson.api.HostNatMapper
 
HostPortNatMapper - Class in org.redisson.api
Maps host and port of RedisURI object using map defined in hostsMap setting.
HostPortNatMapper() - Constructor for class org.redisson.api.HostPortNatMapper
 
HOURS - Enum constant in enum class org.redisson.api.RateIntervalUnit
 
HRANDFIELD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HRANDFIELD_KEYS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HRANDFIELD_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HSCAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HSET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HSET_VOID - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HSETNX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HSTRLEN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
HVALS - Static variable in interface org.redisson.client.protocol.RedisCommands
 

I

id() - Method in enum class org.apache.kafka.clients.admin.AlterConfigOp.OpType
 
id() - Method in enum class org.apache.kafka.clients.admin.EndpointType
 
id() - Method in enum class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.RebalanceProtocol
 
id(StreamMessageId) - Method in interface org.redisson.api.stream.StreamCreateGroupArgs
Defines Stream Message ID.
id(StreamMessageId) - Method in class org.redisson.api.stream.StreamCreateGroupParams
 
idGenerator(IdGenerator) - Method in class org.redisson.api.ExecutorOptions
Deprecated.
Defines identifier generator
idGenerator(IdGenerator) - Method in interface org.redisson.api.options.ExecutorOptions
Defines identifier generator
idGenerator(IdGenerator) - Method in class org.redisson.api.options.ExecutorParams
 
IdGenerator - Interface in org.redisson.api
Identifier generator
idValue - Variable in class org.apache.kafka.clients.admin.internals.CoordinatorKey
 
ifEmpty() - Method in class com.rabbitmq.client.AMQP.Queue.Delete.Builder
 
ifEmpty(boolean) - Method in class com.rabbitmq.client.AMQP.Queue.Delete.Builder
 
ifUnused() - Method in class com.rabbitmq.client.AMQP.Exchange.Delete.Builder
 
ifUnused() - Method in class com.rabbitmq.client.AMQP.Queue.Delete.Builder
 
ifUnused(boolean) - Method in class com.rabbitmq.client.AMQP.Exchange.Delete.Builder
 
ifUnused(boolean) - Method in class com.rabbitmq.client.AMQP.Queue.Delete.Builder
 
IgnoreMixIn() - Constructor for class org.redisson.config.ConfigSupport.IgnoreMixIn
 
immediate() - Method in class com.rabbitmq.client.AMQP.Basic.Publish.Builder
 
immediate(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Publish.Builder
 
Impact on ConsumerRebalanceListener - Search tag in class org.apache.kafka.clients.consumer.StickyAssignor
Section
IMPLEMENTATION_BASED - Enum constant in enum class org.redisson.api.annotation.REntity.TransformationMode
 
IMPORTING - Enum constant in enum class org.redisson.api.redisnode.SetSlotCommand
 
in(String, Object...) - Static method in class org.redisson.api.condition.Conditions
Returns "IN" condition for property by name and allowed set of values
in(String, Collection<?>) - Static method in class org.redisson.api.condition.Conditions
Returns "IN" condition for property by name and allowed set of values
IN_MEMORY - Enum constant in enum class org.redisson.api.BatchOptions.ExecutionMode
Store batched invocations in memory on Redisson side and execute them on Redis.
IN_MEMORY_ATOMIC - Enum constant in enum class org.redisson.api.BatchOptions.ExecutionMode
Store batched invocations on Redisson side and executes them atomically on Redis as a single command.
incLevel() - Method in class org.redisson.client.handler.State
 
includeAuthorizedOperations() - Method in class org.apache.kafka.clients.admin.DescribeClusterOptions
Specify if authorized operations should be included in the response.
includeAuthorizedOperations() - Method in class org.apache.kafka.clients.admin.DescribeConsumerGroupsOptions
 
includeAuthorizedOperations() - Method in class org.apache.kafka.clients.admin.DescribeTopicsOptions
 
includeAuthorizedOperations(boolean) - Method in class org.apache.kafka.clients.admin.DescribeClusterOptions
 
includeAuthorizedOperations(boolean) - Method in class org.apache.kafka.clients.admin.DescribeConsumerGroupsOptions
 
includeAuthorizedOperations(boolean) - Method in class org.apache.kafka.clients.admin.DescribeTopicsOptions
 
includeDocumentation() - Method in class org.apache.kafka.clients.admin.DescribeConfigsOptions
Return true if config documentation should be returned in the response.
includeDocumentation(boolean) - Method in class org.apache.kafka.clients.admin.DescribeConfigsOptions
Set to true if config documentation should be returned in the response.
includedTerms(String, String...) - Method in class org.redisson.api.search.SpellcheckOptions
Defines includedTerms of a custom dictionary.
includeSynonyms() - Method in class org.apache.kafka.clients.admin.DescribeConfigsOptions
Return true if synonym configs should be returned in the response.
includeSynonyms(boolean) - Method in class org.apache.kafka.clients.admin.DescribeConfigsOptions
Set to true if synonym configs should be returned in the response.
INCR - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INCRBY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INCRBYFLOAT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
IncrByListener - Interface in org.redisson.api.listener
Redisson Object Event listener for incrby event published by Redis.
increaseTo(int) - Static method in class org.apache.kafka.clients.admin.NewPartitions
Increase the partition count for a topic to the given totalCount.
increaseTo(int, List<List<Integer>>) - Static method in class org.apache.kafka.clients.admin.NewPartitions
Increase the partition count for a topic to the given totalCount assigning the new partitions according to the given newAssignments.
increment() - Method in interface org.redisson.api.RDoubleAdder
Increments value
increment() - Method in interface org.redisson.api.RLongAdder
Increments value
incrementalAlterConfigs(Map<ConfigResource, Collection<AlterConfigOp>>) - Method in interface org.apache.kafka.clients.admin.Admin
Incrementally updates the configuration for the specified resources with default options.
incrementalAlterConfigs(Map<ConfigResource, Collection<AlterConfigOp>>, AlterConfigsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Incrementally update the configuration for the specified resources.
incrementalAlterConfigs(Map<ConfigResource, Collection<AlterConfigOp>>, AlterConfigsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
incrementalAlterConfigs(Map<ConfigResource, Collection<AlterConfigOp>>, AlterConfigsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
incrementAndGet() - Method in interface org.redisson.api.RAtomicDouble
Atomically increments the current value by one.
incrementAndGet() - Method in interface org.redisson.api.RAtomicDoubleReactive
Atomically increments the current value by one.
incrementAndGet() - Method in interface org.redisson.api.RAtomicDoubleRx
Atomically increments the current value by one.
incrementAndGet() - Method in interface org.redisson.api.RAtomicLong
Atomically increments the current value by one.
incrementAndGet() - Method in interface org.redisson.api.RAtomicLongReactive
Atomically increments the current value by one.
incrementAndGet() - Method in interface org.redisson.api.RAtomicLongRx
Atomically increments the current value by one.
incrementAndGet(String, Maybe<T>) - Method in interface org.redisson.api.RJsonBucketRx
Increments the current value specified by JSONPath by delta.
incrementAndGet(String, Mono<T>) - Method in interface org.redisson.api.RJsonBucketReactive
Increments the current value specified by JSONPath by delta.
incrementAndGet(String, T) - Method in interface org.redisson.api.RJsonBucket
Increments the current value specified by JSONPath by delta.
incrementAndGetAsync() - Method in interface org.redisson.api.RAtomicDoubleAsync
Atomically increments the current value by one.
incrementAndGetAsync() - Method in interface org.redisson.api.RAtomicLongAsync
Atomically increments the current value by one.
incrementAndGetAsync(String, T) - Method in interface org.redisson.api.RJsonBucketAsync
Increments the current value specified by JSONPath by delta.
incrementAndGetByte(long, byte) - Method in interface org.redisson.api.RBitSet
Increments current byte value on defined increment value at specified offset and returns result.
incrementAndGetByte(long, byte) - Method in interface org.redisson.api.RBitSetReactive
Increments current byte value on defined increment value at specified offset and returns result.
incrementAndGetByte(long, byte) - Method in interface org.redisson.api.RBitSetRx
Increments current byte value on defined increment value at specified offset and returns result.
incrementAndGetByteAsync(long, byte) - Method in interface org.redisson.api.RBitSetAsync
Increments current byte value on defined increment value at specified offset and returns result.
incrementAndGetInteger(long, int) - Method in interface org.redisson.api.RBitSet
Increments current integer value on defined increment value at specified offset and returns result.
incrementAndGetInteger(long, int) - Method in interface org.redisson.api.RBitSetReactive
Increments current integer value on defined increment value at specified offset and returns result.
incrementAndGetInteger(long, int) - Method in interface org.redisson.api.RBitSetRx
Increments current integer value on defined increment value at specified offset and returns result.
incrementAndGetIntegerAsync(long, int) - Method in interface org.redisson.api.RBitSetAsync
Increments current integer value on defined increment value at specified offset and returns result.
incrementAndGetLong(long, long) - Method in interface org.redisson.api.RBitSet
Increments current long value on defined increment value at specified offset and returns result.
incrementAndGetLong(long, long) - Method in interface org.redisson.api.RBitSetReactive
Increments current long value on defined increment value at specified offset and returns result.
incrementAndGetLong(long, long) - Method in interface org.redisson.api.RBitSetRx
Increments current long value on defined increment value at specified offset and returns result.
incrementAndGetLongAsync(long, long) - Method in interface org.redisson.api.RBitSetAsync
Increments current long value on defined increment value at specified offset and returns result.
incrementAndGetMulti(String, Maybe<T>) - Method in interface org.redisson.api.RJsonBucketRx
Increments the current values specified by JSONPath by delta.
incrementAndGetMulti(String, Mono<T>) - Method in interface org.redisson.api.RJsonBucketReactive
Increments the current values specified by JSONPath by delta.
incrementAndGetMulti(String, T) - Method in interface org.redisson.api.RJsonBucket
Increments the current values specified by JSONPath by delta.
incrementAndGetMultiAsync(String, T) - Method in interface org.redisson.api.RJsonBucketAsync
Increments the current values specified by JSONPath by delta.
incrementAndGetShort(long, short) - Method in interface org.redisson.api.RBitSet
Increments current short value on defined increment value at specified offset and returns result.
incrementAndGetShort(long, short) - Method in interface org.redisson.api.RBitSetReactive
Increments current short value on defined increment value at specified offset and returns result.
incrementAndGetShort(long, short) - Method in interface org.redisson.api.RBitSetRx
Increments current short value on defined increment value at specified offset and returns result.
incrementAndGetShortAsync(long, short) - Method in interface org.redisson.api.RBitSetAsync
Increments current short value on defined increment value at specified offset and returns result.
incrementAndGetSigned(int, long, long) - Method in interface org.redisson.api.RBitSet
Increments current signed value by defined increment value and size at specified offset and returns result.
incrementAndGetSigned(int, long, long) - Method in interface org.redisson.api.RBitSetReactive
Increments current signed value by defined increment value and size at specified offset and returns result.
incrementAndGetSigned(int, long, long) - Method in interface org.redisson.api.RBitSetRx
Increments current signed value by defined increment value and size at specified offset and returns result.
incrementAndGetSignedAsync(int, long, long) - Method in interface org.redisson.api.RBitSetAsync
Increments current signed value by defined increment value and size at specified offset and returns result.
incrementAndGetUnsigned(int, long, long) - Method in interface org.redisson.api.RBitSet
Increments current unsigned value by defined increment value and size at specified offset and returns result.
incrementAndGetUnsigned(int, long, long) - Method in interface org.redisson.api.RBitSetReactive
Increments current unsigned value by defined increment value and size at specified offset and returns result.
incrementAndGetUnsigned(int, long, long) - Method in interface org.redisson.api.RBitSetRx
Increments current unsigned value by defined increment value and size at specified offset and returns result.
incrementAndGetUnsignedAsync(int, long, long) - Method in interface org.redisson.api.RBitSetAsync
Increments current unsigned value by defined increment value and size at specified offset and returns result.
incrementChannelCount(Channel) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Increments channel count.
incrementConnectionCount(Connection) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Increments connection count.
incrementingCorrelationIdSupplier() - Static method in class com.rabbitmq.client.RpcClient
Creates generation IDs as a sequence of integers.
incrementingCorrelationIdSupplier(String) - Static method in class com.rabbitmq.client.RpcClient
Creates generation IDs as a sequence of integers, with the provided prefix.
incUsage() - Method in class org.redisson.client.RedisConnection
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Access
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.QosOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Channel.CloseOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Channel
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Confirm
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Confirm.SelectOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.CloseOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.Unblocked
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecretOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Exchange.BindOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeclareOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeleteOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Exchange
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Exchange.UnbindOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Queue.BindOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Queue
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Queue.UnbindOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Tx.Commit
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Tx.CommitOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Tx
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Tx.Rollback
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Tx.RollbackOk
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Tx.Select
 
INDEX - Static variable in class com.rabbitmq.client.impl.AMQImpl.Tx.SelectOk
 
IndexInfo - Class in org.redisson.api.search.index
 
IndexInfo() - Constructor for class org.redisson.api.search.index.IndexInfo
 
IndexInfoDecoder - Class in org.redisson.client.protocol.decoder
 
IndexInfoDecoder() - Constructor for class org.redisson.client.protocol.decoder.IndexInfoDecoder
 
indexOf(Object) - Method in interface org.redisson.api.RListReactive
Returns last index of element or -1 if element isn't found
indexOf(Object) - Method in interface org.redisson.api.RListRx
Returns last index of element or -1 if element isn't found
indexOfAsync(Object) - Method in interface org.redisson.api.RListAsync
Returns last index of element or -1 if element isn't found
IndexOptions - Class in org.redisson.api.search.index
 
IndexType - Enum Class in org.redisson.api.search.index
 
inFields(List<String>) - Method in class org.redisson.api.search.query.QueryOptions
 
inFlightBatches(TopicPartition) - Method in class org.apache.kafka.clients.producer.internals.Sender
 
info(String) - Method in interface org.redisson.api.RSearch
Returns index info by name
info(String) - Method in interface org.redisson.api.RSearchReactive
Returns index info by name
info(String) - Method in interface org.redisson.api.RSearchRx
Returns index info by name
info(Node.InfoSection) - Method in interface org.redisson.api.Node
Deprecated.
 
info(RedisNode.InfoSection) - Method in interface org.redisson.api.redisnode.RedisNode
Returns information about Redis node.
INFO_ALL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INFO_CLIENTS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INFO_CLUSTER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INFO_COMMANDSTATS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INFO_CPU - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INFO_DEFAULT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INFO_KEYSPACE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INFO_MEMORY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INFO_PERSISTENCE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INFO_REPLICATION - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INFO_SERVER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
INFO_STATS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
infoAsync(String) - Method in interface org.redisson.api.RSearchAsync
Returns index info by name
infoAsync(Node.InfoSection) - Method in interface org.redisson.api.NodeAsync
Deprecated.
 
infoAsync(RedisNode.InfoSection) - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Returns information about Redis node.
init() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Private API.
init() - Method in interface fr.codinbox.connector.commons.database.DatabaseConnection
Initializes the connection pool by loading HikariCP configuration.
init() - Method in class fr.codinbox.connector.commons.database.DatabaseConnectionImpl
 
init() - Method in interface fr.codinbox.connector.commons.database.DatabaseConnectorService
Initializes all database connections discovered from environment variables.
init() - Method in class fr.codinbox.connector.commons.database.DatabaseConnectorServiceImpl
 
init() - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnection
Initializes the connection by loading and validating the configuration properties.
init() - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectionImpl
 
init() - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnectorService
Initializes all Kafka connections discovered from environment variables.
init() - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectorServiceImpl
 
init() - Method in interface fr.codinbox.connector.commons.rabbitmq.RabbitMQConnection
Initializes the RabbitMQ connection and pre-creates the channel pool.
init() - Method in class fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectionImpl
 
init() - Method in interface fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectorService
Initializes all RabbitMQ connections discovered from environment variables.
init() - Method in class fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectorServiceImpl
 
init() - Method in interface fr.codinbox.connector.commons.redis.RedisConnection
Initializes the Redis connection by loading configuration and creating the Redisson client.
init() - Method in class fr.codinbox.connector.commons.redis.RedisConnectionImpl
 
init() - Method in interface fr.codinbox.connector.commons.redis.RedisConnectorService
Initializes all Redis connections discovered from environment variables.
init() - Method in class fr.codinbox.connector.commons.redis.RedisConnectorServiceImpl
 
init(ObjectMapper) - Method in class org.redisson.codec.JsonJacksonCodec
 
initChannel(Channel) - Method in class org.redisson.client.handler.RedisChannelInitializer
 
initialCapacity() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
initialCapacity(int) - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
initialCapacity(int) - Method in interface org.redisson.api.search.index.FlatVectorOptionalArgs
Defines initial vector capacity.
initialCapacity(int) - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
initialCapacity(int) - Method in interface org.redisson.api.search.index.HNSWVectorOptionalArgs
Defines initial vector capacity.
initialDelay(long) - Method in class org.redisson.api.LockOptions.ExponentialBackOff
Sets initial back off delay.
initialize(AMQConnection) - Method in interface com.rabbitmq.client.impl.FrameHandler
 
initialize(AMQConnection) - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
initialize(AMQConnection) - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
initialize(CompletedFetch) - Method in class org.apache.kafka.clients.consumer.internals.FetchCollector
Initialize a CompletedFetch object.
initializeTransactions() - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
initializingPartitions() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
initiateClose() - Method in class org.apache.kafka.clients.producer.internals.Sender
Start closing the sender (won't actually complete until all data is sent out)
initTransactionException - Variable in class org.apache.kafka.clients.producer.MockProducer
 
initTransactions() - Method in class org.apache.kafka.clients.producer.KafkaProducer
Needs to be called before any other methods when the transactional.id is set in the configuration.
initTransactions() - Method in class org.apache.kafka.clients.producer.MockProducer
 
initTransactions() - Method in interface org.apache.kafka.clients.producer.Producer
initTypeInclusion(ObjectMapper) - Method in class org.redisson.codec.JsonJacksonCodec
 
initWithCommittedOffsetsIfNeeded(Timer) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
Refresh the committed offsets for partitions that require initialization.
injectTimeoutException(int) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
injectTimeoutException(int) - Method in class org.apache.kafka.clients.producer.MockProducer
 
inKeys(List<String>) - Method in class org.redisson.api.search.query.QueryOptions
 
innerDeserializer() - Method in class org.apache.kafka.common.serialization.ListDeserializer
 
inOrder(boolean) - Method in class org.redisson.api.search.query.QueryOptions
 
inRetry() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
Returns if the batch is been retried for sending to kafka
insist() - Method in class com.rabbitmq.client.AMQP.Connection.Open.Builder
 
insist(boolean) - Method in class com.rabbitmq.client.AMQP.Connection.Open.Builder
 
INSTANCE - Static variable in class org.redisson.client.codec.BitSetCodec
Deprecated.
 
INSTANCE - Static variable in class org.redisson.client.codec.ByteArrayCodec
 
INSTANCE - Static variable in class org.redisson.client.codec.DoubleCodec
 
INSTANCE - Static variable in class org.redisson.client.codec.IntegerCodec
 
INSTANCE - Static variable in class org.redisson.client.codec.LongCodec
 
INSTANCE - Static variable in class org.redisson.client.codec.StringCodec
 
INSTANCE - Static variable in class org.redisson.client.handler.CommandBatchEncoder
 
INSTANCE - Static variable in class org.redisson.client.protocol.convertor.StreamIdConvertor
 
INSTANCE - Static variable in class org.redisson.codec.JsonJacksonCodec
 
instantiateChannel(AMQConnection, int, ConsumerWorkService) - Method in class com.rabbitmq.client.impl.ChannelManager
 
instantiateChannel(AMQConnection, int, ConsumerWorkService) - Method in class com.rabbitmq.client.impl.recovery.RecoveryAwareChannelManager
 
instantiateChannelManager(int, ThreadFactory) - Method in class com.rabbitmq.client.impl.AMQConnection
 
instantiateChannelManager(int, ThreadFactory) - Method in class com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnection
 
InstantReplyConvertor - Class in org.redisson.client.protocol.convertor
 
InstantReplyConvertor() - Constructor for class org.redisson.client.protocol.convertor.InstantReplyConvertor
 
inStates(Set<ConsumerGroupState>) - Method in class org.apache.kafka.clients.admin.ListConsumerGroupsOptions
If states is set, only groups in these states will be returned by listConsumerGroups() Otherwise, all groups are returned.
INT - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigType
 
Integer() - Static method in class org.apache.kafka.common.serialization.Serdes
A serde for nullable Integer type.
INTEGER - Enum constant in enum class org.redisson.api.JsonType
 
INTEGER - Enum constant in enum class org.redisson.api.RScript.ReturnType
 
IntegerCodec - Class in org.redisson.client.codec
 
IntegerCodec() - Constructor for class org.redisson.client.codec.IntegerCodec
 
IntegerDeserializer - Class in org.apache.kafka.common.serialization
 
IntegerDeserializer() - Constructor for class org.apache.kafka.common.serialization.IntegerDeserializer
 
IntegerReplayConvertor - Class in org.redisson.client.protocol.convertor
 
IntegerReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.IntegerReplayConvertor
 
IntegerReplayConvertor(Integer) - Constructor for class org.redisson.client.protocol.convertor.IntegerReplayConvertor
 
IntegerSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.IntegerSerde
 
IntegerSerializer - Class in org.apache.kafka.common.serialization
 
IntegerSerializer() - Constructor for class org.apache.kafka.common.serialization.IntegerSerializer
 
INTERCEPTOR_CLASSES_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
interceptor.classes
INTERCEPTOR_CLASSES_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
interceptor.classes
INTERCEPTOR_CLASSES_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
INTERCEPTOR_CLASSES_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
 
internal() - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
internal(boolean) - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
INTERNAL_ERROR - Static variable in interface com.rabbitmq.client.AMQP
 
intersection(String...) - Method in interface org.redisson.api.RScoredSortedSet
Intersect provided ScoredSortedSets and store result to current ScoredSortedSet
intersection(String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Intersect provided ScoredSortedSets and store result to current ScoredSortedSet
intersection(String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Intersect provided ScoredSortedSets and store result to current ScoredSortedSet
intersection(String...) - Method in interface org.redisson.api.RSet
Intersection sets specified by name and write to current set.
intersection(String...) - Method in interface org.redisson.api.RSetReactive
Intersection sets specified by name and write to current set.
intersection(String...) - Method in interface org.redisson.api.RSetRx
Intersection sets specified by name and write to current set.
intersection(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Intersect provided ScoredSortedSets mapped to weight multiplier and store result to current ScoredSortedSet
intersection(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Intersect provided ScoredSortedSets mapped to weight multiplier and store result to current ScoredSortedSet
intersection(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Intersect provided ScoredSortedSets mapped to weight multiplier and store result to current ScoredSortedSet
intersection(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSet
Intersect provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSet
intersection(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Intersect provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSet
intersection(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Intersect provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSet
intersection(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Intersect provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSet
intersection(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Intersect provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSet
intersection(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Intersect provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSet
intersectionAsync(String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Intersect provided ScoredSortedSets and store result to current ScoredSortedSet
intersectionAsync(String...) - Method in interface org.redisson.api.RSetAsync
Intersection sets specified by name and write to current set.
intersectionAsync(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Intersect provided ScoredSortedSets mapped to weight multiplier and store result to current ScoredSortedSet
intersectionAsync(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Intersect provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSet
intersectionAsync(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Intersect provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSet
INVALID_PATH - Static variable in interface com.rabbitmq.client.AMQP
 
INVALIDATE - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.SyncStrategy
Deprecated.
Invalidate local cache entry across all LocalCachedMap instances on map entry change.
INVALIDATE - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.SyncStrategy
Invalidate local cache entry across all LocalCachedMap instances on map entry change.
InvalidOffsetException - Exception Class in org.apache.kafka.clients.consumer
Thrown when the offset for a set of partitions is invalid (either undefined or out of range), and no reset policy has been configured.
InvalidOffsetException(String) - Constructor for exception class org.apache.kafka.clients.consumer.InvalidOffsetException
 
inVersion() - Element in annotation interface org.jetbrains.annotations.ApiStatus.ScheduledForRemoval
Specifies in which version the API will be removed.
InvocationOptions<T> - Interface in org.redisson.api.options
 
invokePartitionsAssigned(SortedSet<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerInvoker
 
invokePartitionsLost(SortedSet<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerInvoker
 
invokePartitionsRevoked(SortedSet<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerInvoker
 
IO_URING - Enum constant in enum class org.redisson.config.TransportMode
Use `io_uring` transport.
ioLoopThread(Thread) - Method in class com.rabbitmq.client.impl.AMQConnection
 
IP - Enum constant in enum class org.redisson.api.search.index.VectorDistParam.DistanceMetric
 
isAcked() - Method in class org.apache.kafka.clients.producer.internals.TransactionalRequestResult
 
isAckExpected() - Method in class org.redisson.api.RemoteInvocationOptions
 
isActive() - Method in class org.redisson.client.RedisConnection
Check is channel connected and ready for transfer
isAllowedToModifyThreads() - Static method in class com.rabbitmq.client.impl.Environment
Deprecated. 
isAllTopics() - Method in class org.apache.kafka.clients.consumer.internals.events.TopicMetadataApplicationEvent
 
isApproachingExpiration(Duration) - Method in interface com.rabbitmq.client.impl.CredentialsRefreshService
Provide a hint about whether credentials should be renewed now or not before attempting to connect.
isApproachingExpiration(Duration) - Method in class com.rabbitmq.client.impl.DefaultCredentialsRefreshService
 
isAssigned(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
isAtomic() - Method in class org.redisson.client.protocol.CommandsData
 
isAutoDelete() - Method in class com.rabbitmq.client.impl.recovery.RecordedExchange
 
isAutoDelete() - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
isAutomaticRecoveryEnabled() - Method in class com.rabbitmq.client.ConnectionFactory
Returns true if automatic connection recovery is enabled, false otherwise
isBlockingCommand() - Method in class org.redisson.client.protocol.CommandData
 
isBlockingCommand() - Method in class org.redisson.client.protocol.CommandsData
 
isBlockingCommand() - Method in interface org.redisson.client.protocol.QueueCommand
 
isBlockingCommand() - Method in class org.redisson.client.protocol.RedisCommand
 
isCancelled() - Method in class org.apache.kafka.clients.producer.internals.FutureRecordMetadata
 
isCaseSensitive() - Method in class org.redisson.api.search.index.TagIndexParams
 
isChannelShouldCheckRpcResponseType() - Method in class com.rabbitmq.client.ConnectionFactory
 
isCheckLockSyncedSlaves() - Method in class org.redisson.config.Config
 
isCheckSentinelsList() - Method in class org.redisson.config.SentinelServersConfig
 
isCheckSlaveStatusWithSyncing() - Method in class org.redisson.config.SentinelServersConfig
 
isCheckSlotsCoverage() - Method in class org.redisson.config.ClusterServersConfig
 
isClassRegistered(Class<?>) - Method in interface org.redisson.api.RLiveObjectService
Check if the class is registered in the cache.
isClosed() - Method in class com.zaxxer.hikari.HikariDataSource
Determine whether the HikariDataSource has been closed.
isClosed() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
isClosed() - Method in class org.redisson.client.RedisConnection
 
isClosedIdle() - Method in class org.redisson.client.RedisConnection
 
isClusterConfig() - Method in class org.redisson.config.Config
 
isCompleted() - Method in class org.apache.kafka.clients.producer.internals.TransactionalRequestResult
 
isCompressed() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
isConsumed() - Method in class org.apache.kafka.clients.consumer.internals.CompletedFetch
 
isCountAny() - Method in class org.redisson.api.geo.GeoSearchParams
 
isDefault() - Method in class org.apache.kafka.clients.admin.ConfigEntry
Return whether the config value is the default or if it's been explicitly set.
isDone() - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
Check whether the response is ready to be handled
isDone() - Method in class org.apache.kafka.clients.producer.internals.FutureRecordMetadata
 
isDone() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
Check if the batch has been completed (either successfully or exceptionally).
isDurable() - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
isDynamicMember() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
isEmpty() - Method in class com.rabbitmq.client.impl.nio.BlockingQueueNioQueue
 
isEmpty() - Method in interface com.rabbitmq.client.impl.nio.NioQueue
Returns true if the queue contains no element.
isEmpty() - Method in class com.rabbitmq.client.impl.SetQueue
 
isEmpty() - Method in class org.apache.kafka.clients.consumer.ConsumerRecords
 
isEmpty() - Method in class org.apache.kafka.clients.consumer.internals.Fetch
 
isEmpty() - Method in interface org.redisson.api.RMultimap
Check is map empty
isEmpty() - Method in interface org.redisson.api.RScoredSortedSet
Returns true if this set is empty
isExclusive() - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
isExecuted() - Method in class org.redisson.client.protocol.CommandData
 
isExecuted() - Method in class org.redisson.client.protocol.CommandsData
 
isExecuted() - Method in interface org.redisson.client.protocol.QueueCommand
 
isExists() - Method in interface org.redisson.api.RObject
Check object existence
isExists() - Method in interface org.redisson.api.RObjectReactive
Check object existence
isExists() - Method in interface org.redisson.api.RObjectRx
Check object existence
isExists(T) - Method in interface org.redisson.api.RLiveObjectService
Returns true if the RLiveObject already exists in redis.
isExistsAsync() - Method in interface org.redisson.api.RObjectAsync
Check object existence in async mode.
isExitOnFailure() - Method in interface fr.codinbox.connector.commons.database.DatabaseConnection
Returns whether this connection is configured to cause server shutdown on initialization failure.
isExitOnFailure() - Method in class fr.codinbox.connector.commons.database.DatabaseConnectionImpl
 
isExitOnFailure() - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnection
Returns whether this connection is configured to cause server shutdown on initialization failure.
isExitOnFailure() - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectionImpl
 
isExitOnFailure() - Method in interface fr.codinbox.connector.commons.rabbitmq.RabbitMQConnection
Returns whether this connection is configured to cause server shutdown on initialization failure.
isExitOnFailure() - Method in class fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectionImpl
 
isExitOnFailure() - Method in interface fr.codinbox.connector.commons.redis.RedisConnection
Returns whether this connection is configured to cause server shutdown on initialization failure.
isExitOnFailure() - Method in class fr.codinbox.connector.commons.redis.RedisConnectionImpl
 
isExitOnFailure(ConnectionType, String) - Static method in class fr.codinbox.connector.commons.utils.EnvUtils
Determines whether the given connection should cause the server to exit on initialization failure.
isExplainScore() - Method in class org.redisson.api.search.query.QueryOptions
 
isFastReconnect() - Method in class org.redisson.client.RedisConnection
 
isFull() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
isFull() - Method in class org.redisson.client.handler.StateLevel
 
isFuture() - Method in class org.apache.kafka.clients.admin.ReplicaInfo
Whether this replica has been created by a AlterReplicaLogDirsRequest but not yet replaced the current replica on the broker.
isHardError() - Method in exception class com.rabbitmq.client.ShutdownSignalException
 
isHeldByCurrentThread() - Method in interface org.redisson.api.RLock
Checks if this lock is held by the current thread
isHeldByThread(long) - Method in interface org.redisson.api.RLock
Checks if the lock is held by thread with defined threadId
isHeldByThread(long) - Method in interface org.redisson.api.RLockReactive
Checks if the lock is held by thread with defined threadId
isHeldByThread(long) - Method in interface org.redisson.api.RLockRx
Checks if the lock is held by thread with defined threadId
isHeldByThreadAsync(long) - Method in interface org.redisson.api.RLockAsync
Checks if the lock is held by thread with defined threadId
isHostWithPort(String) - Static method in class com.rabbitmq.client.Address
 
isInitiatedByApplication() - Method in exception class com.rabbitmq.client.ShutdownSignalException
 
isInOrder() - Method in class org.redisson.api.search.query.QueryOptions
 
isInternal() - Method in class org.apache.kafka.clients.admin.TopicDescription
Whether the topic is internal to Kafka.
isInternal() - Method in class org.apache.kafka.clients.admin.TopicListing
Whether the topic is internal to Kafka.
isKeepAlive() - Method in class org.redisson.client.RedisClientConfig
 
isKeepAlive() - Method in class org.redisson.config.BaseConfig
 
isKeepPubSubOrder() - Method in class org.redisson.client.RedisClientConfig
 
isKeepPubSubOrder() - Method in class org.redisson.config.Config
 
isLazyInitialization() - Method in class org.redisson.config.Config
 
isLiveObject(T) - Method in interface org.redisson.api.RLiveObjectService
Returns true if the instance is a instance of RLiveObject.
isLoadAll() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
isLocked() - Method in interface org.redisson.api.RLock
Checks if the lock locked by any thread
isLocked() - Method in interface org.redisson.api.RLockReactive
Checks if the lock locked by any thread
isLocked() - Method in interface org.redisson.api.RLockRx
Checks if the lock locked by any thread
isLockedAsync() - Method in interface org.redisson.api.RLockAsync
Checks if the lock locked by any thread
isMakeStream() - Method in class org.redisson.api.stream.StreamCreateGroupParams
 
isMaxExclusive() - Method in class org.redisson.api.search.query.NumericFilterParams
 
isMaxTextFields() - Method in class org.redisson.api.search.index.IndexOptions
 
isMinExclusive() - Method in class org.redisson.api.search.query.NumericFilterParams
 
isMonitorIPChanges() - Method in class org.redisson.config.ReplicatedServersConfig
 
isNoAck() - Method in class org.redisson.api.stream.StreamMultiReadGroupParams
 
isNoAck() - Method in class org.redisson.api.stream.StreamReadGroupParams
 
isNoContent() - Method in class org.redisson.api.search.query.QueryOptions
 
isNodeFailed() - Method in class org.redisson.client.FailedCommandsDetector
 
isNodeFailed() - Method in class org.redisson.client.FailedConnectionDetector
 
isNodeFailed() - Method in interface org.redisson.client.FailedNodeDetector
 
isNoFields() - Method in class org.redisson.api.search.index.IndexOptions
 
isNoFreqs() - Method in class org.redisson.api.search.index.IndexOptions
 
isNoHL() - Method in class org.redisson.api.search.index.IndexOptions
 
isNoIndex() - Method in class org.redisson.api.search.index.GeoIndexParams
 
isNoIndex() - Method in class org.redisson.api.search.index.NumericIndexParams
 
isNoIndex() - Method in class org.redisson.api.search.index.TagIndexParams
 
isNoIndex() - Method in class org.redisson.api.search.index.TextIndexParams
 
isNoMakeStream() - Method in class org.redisson.api.stream.StreamAddParams
 
isNoOffsets() - Method in class org.redisson.api.search.index.IndexOptions
 
isNoRetry() - Method in class org.redisson.client.protocol.RedisCommand
 
isNoStem() - Method in class org.redisson.api.search.index.TextIndexParams
 
isNoStopwords() - Method in class org.redisson.api.search.query.QueryOptions
 
isOffsetResetNeeded(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
ISOLATION_LEVEL_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
isolation.level
ISOLATION_LEVEL_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
isolationLevel - Variable in class org.apache.kafka.clients.consumer.internals.FetchConfig
 
isolationLevel() - Method in class org.apache.kafka.clients.admin.ListOffsetsOptions
 
isOpen() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
isOpen() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
isOpen() - Method in class com.rabbitmq.client.impl.ShutdownNotifierComponent
 
isOpen() - Method in interface com.rabbitmq.client.ShutdownNotifier
Determine whether the component is currently open.
isOpen() - Method in class org.redisson.client.RedisConnection
 
isOutstandingRpc() - Method in class com.rabbitmq.client.impl.AMQChannel
 
isPaused(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
isQueued() - Method in class org.redisson.client.protocol.CommandsData
 
isReadOnly() - Method in class org.apache.kafka.clients.admin.ConfigEntry
Return whether the config is read-only and cannot be updated.
isReadOnly() - Method in class org.redisson.client.RedisClientConfig
 
isReady() - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager
 
isRedeliver() - Method in class com.rabbitmq.client.Envelope
Get the redelivery flag included in this parameter envelope.
isReferenceEnabled() - Method in class org.redisson.config.Config
Config option indicate whether Redisson Reference feature is enabled.
isRemoveEmptyEvictionTask() - Method in class org.redisson.api.MapCacheOptions
 
isRemoveEmptyEvictionTask() - Method in class org.redisson.api.options.MapCacheParams
 
isResponseCompatibleWithRequest(Method, Method) - Static method in class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
 
isResultExpected() - Method in class org.redisson.api.RemoteInvocationOptions
 
isRetriable() - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
Check if the request is retriable (convenience method for checking if the exception is an instance of RetriableException.
isRunning() - Method in class com.rabbitmq.client.impl.AMQConnection
 
isRunning() - Method in class com.zaxxer.hikari.HikariDataSource
Returns true if the pool as been started and is not suspended or shutdown.
isRunning() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkThread
 
isRunning() - Method in class org.apache.kafka.clients.producer.internals.Sender
 
isSensitive() - Method in class org.apache.kafka.clients.admin.ConfigEntry
Return whether the config value is sensitive.
isSentinelConfig() - Method in class org.redisson.config.Config
 
isSentinelsDiscovery() - Method in class org.redisson.config.SentinelServersConfig
 
isServerNamed() - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
isShutdown() - Method in interface org.redisson.api.RedissonClient
Returns true if this Redisson instance has been shut down.
isShutdown() - Method in interface org.redisson.api.RedissonReactiveClient
Returns true if this Redisson instance has been shut down.
isShutdown() - Method in interface org.redisson.api.RedissonRxClient
Returns true if this Redisson instance has been shut down.
isShuttingDown() - Method in interface org.redisson.api.RedissonClient
Returns true if this Redisson instance was started to be shutdown or was shutdown RedissonClient.isShutdown() already.
isShuttingDown() - Method in interface org.redisson.api.RedissonReactiveClient
Returns true if this Redisson instance was started to be shutdown or was shutdown RedissonReactiveClient.isShutdown() already.
isShuttingDown() - Method in interface org.redisson.api.RedissonRxClient
Returns true if this Redisson instance was started to be shutdown or was shutdown RedissonRxClient.isShutdown() already.
isSimpleConsumerGroup() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
If consumer group is simple or not.
isSimpleConsumerGroup() - Method in class org.apache.kafka.clients.admin.ConsumerGroupListing
If Consumer Group is simple or not.
isSingleConfig() - Method in class org.redisson.config.Config
 
isSkipInitialScan() - Method in class org.redisson.api.search.index.IndexOptions
 
isSkipResult() - Method in class org.redisson.api.BatchOptions
 
isSkipResult() - Method in class org.redisson.client.protocol.CommandsData
 
isSlaveNotUsed() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
 
isSSL() - Method in class com.rabbitmq.client.ConnectionFactory
 
isSslEnableEndpointIdentification() - Method in class org.redisson.client.RedisClientConfig
 
isSslEnableEndpointIdentification() - Method in class org.redisson.config.BaseConfig
 
isStaled() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
 
isStaled() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
 
isSticky() - Method in class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor
 
isStoreCacheMiss() - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
isStoreCacheMiss() - Method in class org.redisson.api.options.LocalCachedMapParams
 
isSuccess() - Method in interface org.redisson.api.RFuture
Deprecated.
isSuccess() - Method in class org.redisson.client.protocol.BatchCommandData
 
isSuccess() - Method in class org.redisson.client.protocol.CommandData
 
isSuccessful() - Method in class org.apache.kafka.clients.producer.internals.TransactionalRequestResult
 
isSyncAOF() - Method in class org.redisson.api.BatchOptions
 
isSyncSlaves() - Method in class org.redisson.client.protocol.CommandsData
 
isTcpNoDelay() - Method in class org.redisson.client.RedisClientConfig
 
isTcpNoDelay() - Method in class org.redisson.config.BaseConfig
 
isTopologyRecoveryEnabled() - Method in class com.rabbitmq.client.ConnectionFactory
Returns true if topology recovery is enabled, false otherwise
isTopologyRecoveryEnabled() - Method in class com.rabbitmq.client.impl.ConnectionParams
 
isTransactional() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
isTransactional() - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
isTrimStrict() - Method in class org.redisson.api.stream.StreamAddParams
 
isUnavailable(Node) - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
Check if the node is disconnected and unavailable for immediate reconnection (i.e.
isUnavailable(Node) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Check if the code is disconnected and unavailable for immediate reconnection (i.e.
isUnavailable(Node) - Method in class org.apache.kafka.clients.consumer.internals.Fetcher
 
isUnavailable(Node) - Method in class org.apache.kafka.clients.consumer.internals.FetchRequestManager
 
isUnavailable(Node) - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
Check if the node is disconnected and unavailable for immediate reconnection (i.e.
isUnderflowHandlingEnabled() - Method in class com.rabbitmq.client.impl.nio.FrameBuilder
 
isUnderflowHandlingEnabled() - Method in class com.rabbitmq.client.impl.nio.SslEngineFrameBuilder
 
isUpdateDue(long) - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager.AdminMetadataUpdater
 
isUseScriptCache() - Method in class org.redisson.config.Config
 
isUseThreadClassLoader() - Method in class org.redisson.config.Config
 
isVerbatim() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
isVerbatim() - Method in class org.redisson.api.search.query.QueryOptions
 
isWithCursor() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
isWithScores() - Method in class org.redisson.api.search.query.QueryOptions
 
isWithSortKeys() - Method in class org.redisson.api.search.query.QueryOptions
 
isWithSuffixTrie() - Method in class org.redisson.api.search.index.TagIndexParams
 
isWithSuffixTrie() - Method in class org.redisson.api.search.index.TextIndexParams
 
isWrapperFor(Class<?>) - Method in class com.zaxxer.hikari.HikariDataSource
isWrapperFor(Class<?>) - Method in class org.mariadb.jdbc.MariaDbDataSource
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWritable() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
iterations() - Method in class org.apache.kafka.clients.admin.ScramCredentialInfo
 
iterator() - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class org.apache.kafka.clients.consumer.ConsumerRecords
 
iterator() - Method in interface org.redisson.api.RCollectionReactive
Returns iterator over collection elements
iterator() - Method in interface org.redisson.api.RCollectionRx
Returns iterator over collection elements
iterator() - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns an iterator over elements in this set.
iterator() - Method in interface org.redisson.api.RScoredSortedSetRx
Returns an iterator over elements in this set.
iterator() - Method in interface org.redisson.api.RTimeSeriesReactive
Returns iterator over collection elements
iterator() - Method in interface org.redisson.api.RTimeSeriesRx
Returns iterator over collection elements
iterator(int) - Method in interface org.redisson.api.RListReactive
 
iterator(int) - Method in interface org.redisson.api.RListRx
 
iterator(int) - Method in interface org.redisson.api.RScoredSortedSet
Returns an iterator over elements in this set.
iterator(int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns an iterator over elements in this set.
iterator(int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns an iterator over elements in this set.
iterator(int) - Method in interface org.redisson.api.RSet
Returns elements iterator fetches elements in a batch.
iterator(int) - Method in interface org.redisson.api.RSetReactive
Returns elements iterator fetches elements in a batch.
iterator(int) - Method in interface org.redisson.api.RSetRx
Returns elements iterator fetches elements in a batch.
iterator(int) - Method in interface org.redisson.api.RTimeSeries
Returns an iterator over elements in this time-series collection.
iterator(String) - Method in interface org.redisson.api.RScoredSortedSet
Returns an iterator over elements in this set.
iterator(String) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns an iterator over elements in this set.
iterator(String) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns an iterator over elements in this set.
iterator(String) - Method in interface org.redisson.api.RSet
Returns elements iterator.
iterator(String) - Method in interface org.redisson.api.RSetReactive
Returns elements iterator.
iterator(String) - Method in interface org.redisson.api.RSetRx
Returns elements iterator.
iterator(String, int) - Method in interface org.redisson.api.RScoredSortedSet
Returns an iterator over elements in this set.
iterator(String, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns an iterator over elements in this set.
iterator(String, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns an iterator over elements in this set.
iterator(String, int) - Method in interface org.redisson.api.RSet
Returns elements iterator fetches elements in a batch.
iterator(String, int) - Method in interface org.redisson.api.RSetReactive
Returns elements iterator fetches elements in a batch.
iterator(String, int) - Method in interface org.redisson.api.RSetRx
Returns elements iterator fetches elements in a batch.

J

jdbcCompliant() - Method in class org.mariadb.jdbc.Driver
checks if the driver is jdbc compliant.
JDK - Enum constant in enum class org.redisson.config.SslProvider
Use JDK default implementation to handle SSL connection
JDKSaslConfig - Class in com.rabbitmq.client
Implementation of SaslConfig that uses the JDK SASL implementation.
JDKSaslConfig(ConnectionFactory) - Constructor for class com.rabbitmq.client.JDKSaslConfig
Create a JDKSaslConfig which only wants to use PLAIN.
JDKSaslConfig(ConnectionFactory, String[]) - Constructor for class com.rabbitmq.client.JDKSaslConfig
Create a JDKSaslConfig with a list of mechanisms to use.
join() - Method in interface org.redisson.api.RFuture
Deprecated.
JOIN_GROUP_TIMEOUT_LAPSE - Static variable in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
JOINING - Enum constant in enum class org.apache.kafka.clients.consumer.internals.MemberState
Member is attempting to join a consumer group.
JSON - Enum constant in enum class org.redisson.api.search.index.IndexType
 
JSON_ARRAPPEND - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_ARRAPPEND_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_ARRINDEX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_ARRINDEX_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_ARRINSERT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_ARRINSERT_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_ARRLEN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_ARRLEN_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_ARRPOP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_ARRPOP_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_ARRTRIM - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_ARRTRIM_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_CLEAR - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_DEL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_DEL_BOOLEAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_DEL_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_GET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_OBJKEYS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_OBJKEYS_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_OBJLEN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_OBJLEN_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_SET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_SET_BOOLEAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_STRAPPEND - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_STRAPPEND_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_STRLEN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_STRLEN_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_TOGGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_TOGGLE_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JSON_TYPE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
JsonBucketOptions<V> - Interface in org.redisson.api.options
RJsonBucket instance options
JsonBucketParams<V> - Class in org.redisson.api.options
 
JsonJacksonCodec - Class in org.redisson.codec
Json codec based on Jackson implementation.
JsonJacksonCodec() - Constructor for class org.redisson.codec.JsonJacksonCodec
 
JsonJacksonCodec(ObjectMapper) - Constructor for class org.redisson.codec.JsonJacksonCodec
 
JsonJacksonCodec(ObjectMapper, boolean) - Constructor for class org.redisson.codec.JsonJacksonCodec
 
JsonJacksonCodec(ClassLoader) - Constructor for class org.redisson.codec.JsonJacksonCodec
 
JsonJacksonCodec(ClassLoader, JsonJacksonCodec) - Constructor for class org.redisson.codec.JsonJacksonCodec
 
JsonJacksonCodec.ThrowableMixIn - Class in org.redisson.codec
 
JsonJacksonConnectorCodec - Class in fr.codinbox.connector.commons.codec
Extended Jackson codec for Redisson that registers support for Java 8+ types.
JsonJacksonConnectorCodec() - Constructor for class fr.codinbox.connector.commons.codec.JsonJacksonConnectorCodec
Creates a new codec with Java 8 time and Optional support registered.
jsonMapper - Variable in class org.redisson.config.ConfigSupport
 
JsonType - Enum Class in org.redisson.api
Json data type
JsonTypeConvertor - Class in org.redisson.client.protocol.convertor
Json data type convertor
JsonTypeConvertor() - Constructor for class org.redisson.client.protocol.convertor.JsonTypeConvertor
 

K

KAFKA - Enum constant in enum class fr.codinbox.connector.commons.utils.ConnectionType
Kafka connection type, backed by the Apache Kafka clients library.
KAFKA_PREFIX - Static variable in class fr.codinbox.connector.commons.utils.EnvUtils
Environment variable prefix for Kafka connections.
KafkaAdminClient - Class in org.apache.kafka.clients.admin
The default implementation of Admin.
KafkaConnection - Interface in fr.codinbox.connector.commons.kafka
Represents a managed Kafka connection that exposes the loaded configuration properties and provides factory methods for creating Kafka clients.
KafkaConnectionImpl - Class in fr.codinbox.connector.commons.kafka
Implementation of KafkaConnection that loads Kafka properties from a file, provides factory methods for creating clients, and tracks them for graceful shutdown.
KafkaConnectionImpl(Logger, String, String) - Constructor for class fr.codinbox.connector.commons.kafka.KafkaConnectionImpl
Creates a new Kafka connection instance.
KafkaConnectorService - Interface in fr.codinbox.connector.commons.kafka
Service interface for managing multiple named Kafka connections.
KafkaConnectorServiceImpl - Class in fr.codinbox.connector.commons.kafka
Default implementation of KafkaConnectorService that discovers and manages Kafka connections from environment variables.
KafkaConnectorServiceImpl(Logger) - Constructor for class fr.codinbox.connector.commons.kafka.KafkaConnectorServiceImpl
Creates a new Kafka connector service.
KafkaConsumer<K,V> - Class in org.apache.kafka.clients.consumer
A client that consumes records from a Kafka cluster.
KafkaConsumer(Map<String, Object>) - Constructor for class org.apache.kafka.clients.consumer.KafkaConsumer
A consumer is instantiated by providing a set of key-value pairs as configuration.
KafkaConsumer(Map<String, Object>, Deserializer<K>, Deserializer<V>) - Constructor for class org.apache.kafka.clients.consumer.KafkaConsumer
A consumer is instantiated by providing a set of key-value pairs as configuration, and a key and a value Deserializer.
KafkaConsumer(Properties) - Constructor for class org.apache.kafka.clients.consumer.KafkaConsumer
A consumer is instantiated by providing a Properties object as configuration.
KafkaConsumer(Properties, Deserializer<K>, Deserializer<V>) - Constructor for class org.apache.kafka.clients.consumer.KafkaConsumer
A consumer is instantiated by providing a Properties object as configuration, and a key and a value Deserializer.
kafkaConsumerMetrics() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
kafkaConsumerMetrics() - Method in interface org.apache.kafka.clients.consumer.internals.ConsumerDelegate
 
kafkaConsumerMetrics() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
KafkaConsumerMetrics - Class in org.apache.kafka.clients.consumer.internals
 
KafkaConsumerMetrics(Metrics, String) - Constructor for class org.apache.kafka.clients.consumer.internals.KafkaConsumerMetrics
 
KafkaProducer<K,V> - Class in org.apache.kafka.clients.producer
A Kafka client that publishes records to the Kafka cluster.
KafkaProducer(Map<String, Object>) - Constructor for class org.apache.kafka.clients.producer.KafkaProducer
A producer is instantiated by providing a set of key-value pairs as configuration.
KafkaProducer(Map<String, Object>, Serializer<K>, Serializer<V>) - Constructor for class org.apache.kafka.clients.producer.KafkaProducer
A producer is instantiated by providing a set of key-value pairs as configuration, a key and a value Serializer.
KafkaProducer(Properties) - Constructor for class org.apache.kafka.clients.producer.KafkaProducer
A producer is instantiated by providing a set of key-value pairs as configuration.
KafkaProducer(Properties, Serializer<K>, Serializer<V>) - Constructor for class org.apache.kafka.clients.producer.KafkaProducer
A producer is instantiated by providing a set of key-value pairs as configuration, a key and a value Serializer.
KafkaProducerMetrics - Class in org.apache.kafka.clients.producer.internals
 
KafkaProducerMetrics(Metrics) - Constructor for class org.apache.kafka.clients.producer.internals.KafkaProducerMetrics
 
key() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
The key (or null if no key is specified)
key() - Method in class org.apache.kafka.clients.producer.ProducerRecord
 
KEY_DESERIALIZER_CLASS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
key.deserializer
KEY_DESERIALIZER_CLASS_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
KEY_SERIALIZER_CLASS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
key.serializer
KEY_SERIALIZER_CLASS_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
 
keyDeserializer - Variable in class org.apache.kafka.clients.consumer.internals.Deserializers
 
keyIterator() - Method in interface org.redisson.api.RMapReactive
Returns iterator over key set of this map.
keyIterator() - Method in interface org.redisson.api.RMapRx
Returns iterator over key set of this map.
keyIterator(int) - Method in interface org.redisson.api.RMapReactive
Returns iterator over key set of this map.
keyIterator(int) - Method in interface org.redisson.api.RMapRx
Returns iterator over key set of this map.
keyIterator(String) - Method in interface org.redisson.api.RMapReactive
Returns iterator over key set of this map.
keyIterator(String) - Method in interface org.redisson.api.RMapRx
Returns iterator over key set of this map.
keyIterator(String, int) - Method in interface org.redisson.api.RMapReactive
Returns iterator over key set of this map.
keyIterator(String, int) - Method in interface org.redisson.api.RMapRx
Returns iterator over key set of this map.
keys - Variable in class org.apache.kafka.clients.admin.internals.AdminApiDriver.RequestSpec
 
keys - Variable in class org.apache.kafka.clients.admin.internals.AdminApiHandler.RequestAndKeys
 
KEYS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
keySet() - Method in interface org.redisson.api.RMap
Returns key set of this map.
keySet() - Method in interface org.redisson.api.RMultimap
Returns a view collection of all distinct keys contained in this multimap.
keySet(int) - Method in interface org.redisson.api.RMap
Returns key set of this map.
keySet(String) - Method in interface org.redisson.api.RMap
Returns key set of this map.
keySet(String, int) - Method in interface org.redisson.api.RMap
Returns key set of this map.
keySize() - Method in interface org.redisson.api.RMultimap
Returns the count of distinct keys in this multimap.
keySize() - Method in interface org.redisson.api.RMultimapReactive
Returns the number of key-value pairs in this multimap.
keySize() - Method in interface org.redisson.api.RMultimapRx
Returns the number of key-value pairs in this multimap.
keySizeAsync() - Method in interface org.redisson.api.RMultimapAsync
Returns the number of key-value pairs in this multimap.
KEYSLOT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
KeysOptions - Interface in org.redisson.api.options
RKeys instance options
KEYSPACE - Enum constant in enum class org.redisson.api.Node.InfoSection
Deprecated.
 
KEYSPACE - Enum constant in enum class org.redisson.api.redisnode.RedisNode.InfoSection
 
KeysParams - Class in org.redisson.api.options
 
KeyValueMessage<K,V> - Class in org.redisson.client.protocol.decoder
 
KeyValueMessage(K, V) - Constructor for class org.redisson.client.protocol.decoder.KeyValueMessage
 
kill() - Method in interface org.redisson.api.RFunction
Kills currently executed functions.
kill() - Method in interface org.redisson.api.RFunctionReactive
Kills currently executed functions.
kill() - Method in interface org.redisson.api.RFunctionRx
Kills currently executed functions.
killAsync() - Method in interface org.redisson.api.RFunctionAsync
Kills currently executed functions.
KILOMETERS - Enum constant in enum class org.redisson.api.GeoUnit
 
knownHosts(String) - Method in class com.rabbitmq.client.AMQP.Connection.OpenOk.Builder
 
KQUEUE - Enum constant in enum class org.redisson.config.TransportMode
Use KQUEUE transport.

L

L2 - Enum constant in enum class org.redisson.api.search.index.VectorDistParam.DistanceMetric
 
language(String) - Method in class org.redisson.api.search.index.IndexOptions
 
language(String) - Method in class org.redisson.api.search.query.QueryOptions
 
languageField(String) - Method in class org.redisson.api.search.index.IndexOptions
 
last() - Method in interface org.redisson.api.RScoredSortedSet
Returns the tail element or null if this sorted set is empty.
last() - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns the tail element or null if this sorted set is empty.
last() - Method in interface org.redisson.api.RScoredSortedSetRx
Returns the tail element or null if this sorted set is empty.
last() - Method in interface org.redisson.api.RTimeSeries
Returns the tail element or null if this time-series collection is empty.
last() - Method in interface org.redisson.api.RTimeSeriesReactive
Returns the tail element or null if this time-series collection is empty.
last() - Method in interface org.redisson.api.RTimeSeriesRx
Returns the tail element or null if this time-series collection is empty.
last(int) - Method in interface org.redisson.api.RTimeSeries
Returns the tail elements of this time-series collection.
last(int) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns the tail elements of this time-series collection.
last(int) - Method in interface org.redisson.api.RTimeSeriesRx
Returns the tail elements of this time-series collection.
lastAsync() - Method in interface org.redisson.api.RLexSortedSetAsync
Returns the last element.
lastAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns the tail element or null if this sorted set is empty.
lastAsync() - Method in interface org.redisson.api.RTimeSeriesAsync
Returns the tail element or null if this time-series collection is empty.
lastAsync(int) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns the tail elements of this time-series collection.
lastCaughtUpTimestamp() - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
Return the last millisecond timestamp at which this replica was known to be caught up with the leader.
lastEntries(int) - Method in interface org.redisson.api.RTimeSeries
Returns the tail entries of this time-series collection.
lastEntries(int) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns the tail entries of this time-series collection.
lastEntries(int) - Method in interface org.redisson.api.RTimeSeriesRx
Returns the tail entries of this time-series collection.
lastEntriesAsync(int) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns the tail entries of this time-series collection.
lastEntry() - Method in interface org.redisson.api.RScoredSortedSet
Returns the tail entry (value and its score) or null if this sorted set is empty.
lastEntry() - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns the tail entry (value and its score) or null if this sorted set is empty.
lastEntry() - Method in interface org.redisson.api.RScoredSortedSetRx
Returns the tail entry (value and its score) or null if this sorted set is empty.
lastEntry() - Method in interface org.redisson.api.RTimeSeries
Returns the tail entry or null if this time-series collection is empty.
lastEntry() - Method in interface org.redisson.api.RTimeSeriesReactive
Returns the tail entry or null if this time-series collection is empty.
lastEntry() - Method in interface org.redisson.api.RTimeSeriesRx
Returns the tail entry or null if this time-series collection is empty.
lastEntryAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns the tail entry (value and its score) or null if this sorted set is empty.
lastEntryAsync() - Method in interface org.redisson.api.RTimeSeriesAsync
Returns the tail entry or null if this time-series collection is empty.
lastFetchTimestamp() - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
Return the last millisecond timestamp that the leader received a fetch from this replica.
lastIndexOf(Object) - Method in interface org.redisson.api.RListReactive
Returns last index of element or -1 if element isn't found
lastIndexOf(Object) - Method in interface org.redisson.api.RListRx
Returns last index of element or -1 if element isn't found
lastIndexOfAsync(Object) - Method in interface org.redisson.api.RListAsync
Returns last index of element or -1 if element isn't found
lastPollTimeout() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
LASTSAVE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LASTSAVE_INSTANT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
lastScore() - Method in interface org.redisson.api.RScoredSortedSet
Returns score of the head element or returns null if this sorted set is empty.
lastScore() - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns score of the tail element or returns null if this sorted set is empty.
lastScore() - Method in interface org.redisson.api.RScoredSortedSetRx
Returns score of the tail element or returns null if this sorted set is empty.
lastScoreAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns score of the tail element or returns null if this sorted set is empty.
lastSequence() - Method in class org.apache.kafka.clients.admin.ProducerState
 
lastSequence() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
lastTimestamp() - Method in class org.apache.kafka.clients.admin.ProducerState
 
lastTimestamp() - Method in interface org.redisson.api.RTimeSeries
Returns timestamp of the tail element or null if this time-series collection is empty.
lastTimestamp() - Method in interface org.redisson.api.RTimeSeriesReactive
Returns timestamp of the tail element or null if this time-series collection is empty.
lastTimestamp() - Method in interface org.redisson.api.RTimeSeriesRx
Returns timestamp of the tail element or null if this time-series collection is empty.
lastTimestampAsync() - Method in interface org.redisson.api.RTimeSeriesAsync
Returns timestamp of the tail element or null if this time-series collection is empty.
latest() - Static method in class org.apache.kafka.clients.admin.OffsetSpec
Used to retrieve the latest offset of a partition
LATEST - Enum constant in enum class org.apache.kafka.clients.consumer.OffsetResetStrategy
 
LatestSpec() - Constructor for class org.apache.kafka.clients.admin.OffsetSpec.LatestSpec
 
le(String, Number) - Static method in class org.redisson.api.condition.Conditions
Returns "LESS THAN ON EQUAL" condition which restricts property by name to defined value
leaderEpoch() - Method in class org.apache.kafka.clients.admin.ListOffsetsResult.ListOffsetsResultInfo
 
leaderEpoch() - Method in class org.apache.kafka.clients.admin.QuorumInfo
 
leaderEpoch() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
Get the leader epoch for the record if available
leaderEpoch() - Method in class org.apache.kafka.clients.consumer.OffsetAndMetadata
Get the leader epoch of the previously consumed record (if one is known).
leaderEpoch() - Method in class org.apache.kafka.clients.consumer.OffsetAndTimestamp
Get the leader epoch corresponding to the offset that was found (if one exists).
leaderId() - Method in class org.apache.kafka.clients.admin.QuorumInfo
 
leastLoadedNode() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
 
leastLoadedNode() - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
 
LEAVE_ON_CLOSE - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
leaveGroup() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
Release assignment and transition to MemberState.PREPARE_LEAVING so that a heartbeat request is sent indicating the broker that the member wants to leave the group.
leaveGroup() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
Release assignment and transition to MemberState.PREPARE_LEAVING so that a heartbeat request is sent indicating the broker that the member wants to leave the group.
LeaveOnCloseApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
 
LeaveOnCloseApplicationEvent() - Constructor for class org.apache.kafka.clients.consumer.internals.events.LeaveOnCloseApplicationEvent
 
LEAVING - Enum constant in enum class org.apache.kafka.clients.consumer.internals.MemberState
Member has committed offsets and releases its assignment, so it stays in this state until the next heartbeat request is sent out with epoch -1 or -2 to effectively leave the group.
LEFT - Enum constant in enum class org.redisson.api.queue.DequeMoveParams.Direction
 
LegacyKafkaConsumer<K,V> - Class in org.apache.kafka.clients.consumer.internals
A client that consumes records from a Kafka cluster using the classic group protocol.
length() - Method in interface com.rabbitmq.client.LongString
 
length() - Method in interface org.redisson.api.RBitSet
Returns "logical size" = index of highest set bit plus one.
length() - Method in interface org.redisson.api.RBitSetReactive
Returns "logical size" = index of highest set bit plus one.
length() - Method in interface org.redisson.api.RBitSetRx
Returns "logical size" = index of highest set bit plus one.
length() - Method in class org.redisson.client.ChannelName
 
lengthAsync() - Method in interface org.redisson.api.RBitSetAsync
Returns "logical size" = index of highest set bit plus one.
LFU - Enum constant in enum class org.redisson.api.EvictionMode
Least Frequently Used eviction algorithm.
LFU - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.EvictionPolicy
Deprecated.
Least Frequently Used local cache eviction policy.
LFU - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.EvictionPolicy
Least Frequently Used local cache eviction policy.
limit(int) - Method in class org.redisson.api.stream.StreamAddParams
 
limit(int) - Method in interface org.redisson.api.stream.StreamTrimLimitArgs
Defines limit of evicted objects for trim command.
limit(int) - Method in class org.redisson.api.stream.StreamTrimParams
 
limit(int, int) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
limit(int, int) - Method in class org.redisson.api.search.query.QueryOptions
 
limit(K) - Method in class com.rabbitmq.client.impl.WorkPool
 
LINDEX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LINGER_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
linger.ms
LINSERT_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
list() - Method in interface org.redisson.api.RFunction
Returns information about libraries and functions per each.
list() - Method in interface org.redisson.api.RFunctionReactive
Returns information about libraries and functions per each.
list() - Method in interface org.redisson.api.RFunctionRx
Returns information about libraries and functions per each.
list(String) - Method in interface org.redisson.api.RFunction
Returns information about libraries and functions per each by name pattern.
list(String) - Method in interface org.redisson.api.RFunctionReactive
Returns information about libraries and functions per each by name pattern.
list(String) - Method in interface org.redisson.api.RFunctionRx
Returns information about libraries and functions per each by name pattern.
LIST - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigType
 
LIST - Enum constant in enum class org.redisson.api.FunctionResult
Result is a value of List type
LIST - Enum constant in enum class org.redisson.api.RType
 
LIST_OFFSETS - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
ListAddListener - Interface in org.redisson.api.listener
Redisson Object Event listener for rpush event published by Redis.
ListAddressResolver - Class in com.rabbitmq.client
Simple implementation of AddressResolver that returns a fixed list.
ListAddressResolver(List<Address>) - Constructor for class com.rabbitmq.client.ListAddressResolver
 
listAsync() - Method in interface org.redisson.api.RFunctionAsync
Returns information about libraries and functions per each.
listAsync(String) - Method in interface org.redisson.api.RFunctionAsync
Returns information about libraries and functions per each by name pattern.
listClientMetricsResources() - Method in interface org.apache.kafka.clients.admin.Admin
List the client metrics configuration resources available in the cluster with the default options.
listClientMetricsResources(ListClientMetricsResourcesOptions) - Method in interface org.apache.kafka.clients.admin.Admin
List the client metrics configuration resources available in the cluster.
listClientMetricsResources(ListClientMetricsResourcesOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
listClientMetricsResources(ListClientMetricsResourcesOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
ListClientMetricsResourcesOptions - Class in org.apache.kafka.clients.admin
ListClientMetricsResourcesOptions() - Constructor for class org.apache.kafka.clients.admin.ListClientMetricsResourcesOptions
 
ListClientMetricsResourcesResult - Class in org.apache.kafka.clients.admin
The result of the Admin.listClientMetricsResources() call.
listConsumerGroupOffsets(String) - Method in interface org.apache.kafka.clients.admin.Admin
List the consumer group offsets available in the cluster with the default options.
listConsumerGroupOffsets(String, ListConsumerGroupOffsetsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
List the consumer group offsets available in the cluster.
listConsumerGroupOffsets(Map<String, ListConsumerGroupOffsetsSpec>) - Method in interface org.apache.kafka.clients.admin.Admin
List the consumer group offsets available in the cluster for the specified groups with the default options.
listConsumerGroupOffsets(Map<String, ListConsumerGroupOffsetsSpec>, ListConsumerGroupOffsetsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
List the consumer group offsets available in the cluster for the specified consumer groups.
listConsumerGroupOffsets(Map<String, ListConsumerGroupOffsetsSpec>, ListConsumerGroupOffsetsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
listConsumerGroupOffsets(Map<String, ListConsumerGroupOffsetsSpec>, ListConsumerGroupOffsetsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
ListConsumerGroupOffsetsHandler - Class in org.apache.kafka.clients.admin.internals
 
ListConsumerGroupOffsetsHandler(Map<String, ListConsumerGroupOffsetsSpec>, boolean, LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.ListConsumerGroupOffsetsHandler
 
ListConsumerGroupOffsetsOptions - Class in org.apache.kafka.clients.admin
ListConsumerGroupOffsetsOptions() - Constructor for class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions
 
ListConsumerGroupOffsetsResult - Class in org.apache.kafka.clients.admin
ListConsumerGroupOffsetsSpec - Class in org.apache.kafka.clients.admin
Specification of consumer group offsets to list using Admin.listConsumerGroupOffsets(java.util.Map).
ListConsumerGroupOffsetsSpec() - Constructor for class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsSpec
 
listConsumerGroups() - Method in interface org.apache.kafka.clients.admin.Admin
List the consumer groups available in the cluster with the default options.
listConsumerGroups(ListConsumerGroupsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
List the consumer groups available in the cluster.
listConsumerGroups(ListConsumerGroupsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
listConsumerGroups(ListConsumerGroupsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
ListConsumerGroupsOptions - Class in org.apache.kafka.clients.admin
ListConsumerGroupsOptions() - Constructor for class org.apache.kafka.clients.admin.ListConsumerGroupsOptions
 
ListConsumerGroupsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.listConsumerGroups() call.
listConsumers(String) - Method in interface org.redisson.api.RStream
Returns list of common info about group customers for specified groupName.
listConsumers(String) - Method in interface org.redisson.api.RStreamReactive
Returns list of objects with information about group customers for specified groupName.
listConsumers(String) - Method in interface org.redisson.api.RStreamRx
Returns list of objects with information about group customers for specified groupName.
listConsumersAsync(String) - Method in interface org.redisson.api.RStreamAsync
Returns list of objects with information about group customers for specified groupName.
ListDeserializer<Inner> - Class in org.apache.kafka.common.serialization
 
ListDeserializer() - Constructor for class org.apache.kafka.common.serialization.ListDeserializer
 
ListDeserializer(Class<L>, Deserializer<Inner>) - Constructor for class org.apache.kafka.common.serialization.ListDeserializer
 
ListFirstObjectDecoder - Class in org.redisson.client.protocol.decoder
 
ListFirstObjectDecoder() - Constructor for class org.redisson.client.protocol.decoder.ListFirstObjectDecoder
 
ListFirstObjectDecoder(Convertor<?>) - Constructor for class org.redisson.client.protocol.decoder.ListFirstObjectDecoder
 
ListFirstObjectDecoder(MultiDecoder<Object>) - Constructor for class org.redisson.client.protocol.decoder.ListFirstObjectDecoder
 
listGroups() - Method in interface org.redisson.api.RStream
Returns list of common info about groups belonging to this stream.
listGroups() - Method in interface org.redisson.api.RStreamReactive
Returns list of objects with information about groups belonging to this stream.
listGroups() - Method in interface org.redisson.api.RStreamRx
Returns list of objects with information about groups belonging to this stream.
listGroupsAsync() - Method in interface org.redisson.api.RStreamAsync
Returns list of objects with information about groups belonging to this stream.
listings() - Method in class org.apache.kafka.clients.admin.ListTopicsResult
Return a future which yields a collection of TopicListing objects.
ListInsertListener - Interface in org.redisson.api.listener
Redisson Object Event listener for linsert event published by Redis.
listInternal(boolean) - Method in class org.apache.kafka.clients.admin.ListTopicsOptions
Set whether we should list internal topics.
ListIteratorReplayDecoder - Class in org.redisson.client.protocol.decoder
 
ListIteratorReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.ListIteratorReplayDecoder
 
ListIteratorResult<V> - Class in org.redisson.client.protocol.decoder
 
ListIteratorResult(V, long) - Constructor for class org.redisson.client.protocol.decoder.ListIteratorResult
 
ListMultiDecoder2<T> - Class in org.redisson.client.protocol.decoder
 
ListMultiDecoder2(MultiDecoder<?>...) - Constructor for class org.redisson.client.protocol.decoder.ListMultiDecoder2
 
ListObjectDecoder<T> - Class in org.redisson.client.protocol.decoder
 
ListObjectDecoder(int) - Constructor for class org.redisson.client.protocol.decoder.ListObjectDecoder
 
listOffsets(Map<TopicPartition, OffsetSpec>) - Method in interface org.apache.kafka.clients.admin.Admin
List offset for the specified partitions and OffsetSpec.
listOffsets(Map<TopicPartition, OffsetSpec>, ListOffsetsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
List offset for the specified partitions.
listOffsets(Map<TopicPartition, OffsetSpec>, ListOffsetsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
listOffsets(Map<TopicPartition, OffsetSpec>, ListOffsetsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
ListOffsetsApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
Event for retrieving partition offsets by performing a ListOffsetsRequest.
ListOffsetsApplicationEvent(Map<TopicPartition, Long>, boolean) - Constructor for class org.apache.kafka.clients.consumer.internals.events.ListOffsetsApplicationEvent
 
ListOffsetsHandler - Class in org.apache.kafka.clients.admin.internals
 
ListOffsetsHandler(Map<TopicPartition, Long>, ListOffsetsOptions, LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.ListOffsetsHandler
 
ListOffsetsOptions - Class in org.apache.kafka.clients.admin
ListOffsetsOptions() - Constructor for class org.apache.kafka.clients.admin.ListOffsetsOptions
 
ListOffsetsOptions(IsolationLevel) - Constructor for class org.apache.kafka.clients.admin.ListOffsetsOptions
 
ListOffsetsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.listOffsets(Map) call.
ListOffsetsResult(Map<TopicPartition, KafkaFuture<ListOffsetsResult.ListOffsetsResultInfo>>) - Constructor for class org.apache.kafka.clients.admin.ListOffsetsResult
 
ListOffsetsResult.ListOffsetsResultInfo - Class in org.apache.kafka.clients.admin
 
ListOffsetsResultInfo(long, long, Optional<Integer>) - Constructor for class org.apache.kafka.clients.admin.ListOffsetsResult.ListOffsetsResultInfo
 
listPartitionReassignments() - Method in interface org.apache.kafka.clients.admin.Admin
List all of the current partition reassignments This is a convenience method for Admin.listPartitionReassignments(ListPartitionReassignmentsOptions) with default options.
listPartitionReassignments(Optional<Set<TopicPartition>>, ListPartitionReassignmentsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
 
listPartitionReassignments(Optional<Set<TopicPartition>>, ListPartitionReassignmentsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
listPartitionReassignments(Optional<Set<TopicPartition>>, ListPartitionReassignmentsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
listPartitionReassignments(Set<TopicPartition>) - Method in interface org.apache.kafka.clients.admin.Admin
List the current reassignments for the given partitions This is a convenience method for Admin.listPartitionReassignments(Set, ListPartitionReassignmentsOptions) with default options.
listPartitionReassignments(Set<TopicPartition>, ListPartitionReassignmentsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
List the current reassignments for the given partitions
listPartitionReassignments(ListPartitionReassignmentsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
List all of the current partition reassignments
ListPartitionReassignmentsOptions - Class in org.apache.kafka.clients.admin
Options for Admin.listPartitionReassignments(ListPartitionReassignmentsOptions) The API of this class is evolving.
ListPartitionReassignmentsOptions() - Constructor for class org.apache.kafka.clients.admin.ListPartitionReassignmentsOptions
 
ListPartitionReassignmentsResult - Class in org.apache.kafka.clients.admin
listPending(String, String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStream
Returns list of common info about pending messages by group and consumer name.
listPending(String, String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStreamReactive
Returns list of pending messages by group name and consumer name.
listPending(String, String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStreamRx
Returns list of pending messages by group name and consumer name.
listPending(String, String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStream
Returns stream data of pending messages by group and customer name.
listPending(String, String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStreamReactive
Returns list of common info about pending messages by group and consumer name.
listPending(String, String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStreamRx
Returns list of common info about pending messages by group and consumer name.
listPending(String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStream
Returns list of common info about pending messages by group name.
listPending(String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStreamReactive
Returns list of pending messages by group name.
listPending(String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStreamRx
Returns list of pending messages by group name.
listPending(String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStream
Returns stream data of pending messages by group name.
listPending(String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStreamReactive
Returns list of common info about pending messages by group name.
listPending(String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStreamRx
Returns list of common info about pending messages by group name.
listPendingAsync(String, String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStreamAsync
Returns list of common info about pending messages by group and consumer name.
listPendingAsync(String, String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStreamAsync
Returns list of common info about pending messages by group and consumer name.
listPendingAsync(String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStreamAsync
Returns list of common info about pending messages by group name.
listPendingAsync(String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStreamAsync
Returns list of common info about pending messages by group name.
ListRemoveListener - Interface in org.redisson.api.listener
Redisson Object Event listener for lrem event published by Redis.
ListResultReplayDecoder - Class in org.redisson.client.protocol.decoder
 
ListResultReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.ListResultReplayDecoder
 
ListScanResult<V> - Class in org.redisson.client.protocol.decoder
 
ListScanResult(String, List<V>) - Constructor for class org.redisson.client.protocol.decoder.ListScanResult
 
ListScanResultReplayDecoder - Class in org.redisson.client.protocol.decoder
 
ListScanResultReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.ListScanResultReplayDecoder
 
ListSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.ListSerde
 
ListSerde(Class<L>, Serde<Inner>) - Constructor for class org.apache.kafka.common.serialization.Serdes.ListSerde
 
ListSerde(Class<L>, Serde<Inner>) - Static method in class org.apache.kafka.common.serialization.Serdes
 
ListSerializer<Inner> - Class in org.apache.kafka.common.serialization
 
ListSerializer() - Constructor for class org.apache.kafka.common.serialization.ListSerializer
 
ListSerializer(Serializer<Inner>) - Constructor for class org.apache.kafka.common.serialization.ListSerializer
 
ListSetListener - Interface in org.redisson.api.listener
Redisson Object Event listener for lset event published by Redis.
listTopics() - Method in interface org.apache.kafka.clients.admin.Admin
List the topics available in the cluster with the default options.
listTopics() - Method in interface org.apache.kafka.clients.consumer.Consumer
 
listTopics() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
listTopics() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
listTopics() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get metadata about partitions for all topics that the user is authorized to view.
listTopics() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
listTopics(Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
listTopics(Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
listTopics(Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
listTopics(Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get metadata about partitions for all topics that the user is authorized to view.
listTopics(Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
listTopics(ListTopicsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
List the topics available in the cluster.
listTopics(ListTopicsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
listTopics(ListTopicsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
ListTopicsOptions - Class in org.apache.kafka.clients.admin
Options for Admin.listTopics().
ListTopicsOptions() - Constructor for class org.apache.kafka.clients.admin.ListTopicsOptions
 
ListTopicsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.listTopics() call.
listTransactions() - Method in interface org.apache.kafka.clients.admin.Admin
List active transactions in the cluster.
listTransactions(ListTransactionsOptions) - Method in interface org.apache.kafka.clients.admin.Admin
List active transactions in the cluster.
listTransactions(ListTransactionsOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
listTransactions(ListTransactionsOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
ListTransactionsHandler - Class in org.apache.kafka.clients.admin.internals
 
ListTransactionsHandler(ListTransactionsOptions, LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.ListTransactionsHandler
 
ListTransactionsOptions - Class in org.apache.kafka.clients.admin
ListTransactionsOptions() - Constructor for class org.apache.kafka.clients.admin.ListTransactionsOptions
 
ListTransactionsResult - Class in org.apache.kafka.clients.admin
The result of the Admin.listTransactions() call.
ListTrimListener - Interface in org.redisson.api.listener
Redisson Object Event listener for ltrim event published by Redis.
LiveObjectOptions - Interface in org.redisson.api.options
RLiveObjectService instance options
LiveObjectParams - Class in org.redisson.api.options
 
LLEN_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LMOVE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
load(ConnectionFactory, String) - Static method in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
load(ConnectionFactory, String, String) - Static method in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
load(ConnectionFactory, Map<String, String>) - Static method in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
load(ConnectionFactory, Map<String, String>, String) - Static method in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
load(ConnectionFactory, Properties) - Static method in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
load(ConnectionFactory, Properties, String) - Static method in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
load(String) - Method in class com.rabbitmq.client.ConnectionFactory
Load settings from a property file.
load(String...) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
load(String, String) - Method in class com.rabbitmq.client.ConnectionFactory
Load settings from a property file.
load(String, String) - Method in interface org.redisson.api.RFunction
Loads a library.
load(String, String) - Method in interface org.redisson.api.RFunctionReactive
Loads a library.
load(String, String) - Method in interface org.redisson.api.RFunctionRx
Loads a library.
load(Map<String, String>) - Method in class com.rabbitmq.client.ConnectionFactory
Load settings from a Map instance.
load(Map<String, String>, String) - Method in class com.rabbitmq.client.ConnectionFactory
Load settings from a Map instance.
load(Properties) - Method in class com.rabbitmq.client.ConnectionFactory
Load settings from a Properties instance.
load(Properties, String) - Method in class com.rabbitmq.client.ConnectionFactory
Load settings from a Properties instance.
load(K) - Method in interface org.redisson.api.map.MapLoader
Loads map value by key.
load(K) - Method in interface org.redisson.api.map.MapLoaderAsync
Loads map value by key.
LOAD - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.ReconnectionStrategy
Deprecated.
Store invalidated entry hash in invalidation log for 10 minutes.
LOAD - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.ReconnectionStrategy
Store invalidated entry hash in invalidation log for 10 minutes.
loadAll() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
loadAll(boolean, int) - Method in interface org.redisson.api.RMap
Loads all map entries to this Redis map using MapLoader.
loadAll(boolean, int) - Method in interface org.redisson.api.RMapReactive
Loads all map entries to this Redis map using MapLoader.
loadAll(boolean, int) - Method in interface org.redisson.api.RMapRx
Loads all map entries to this Redis map using MapLoader.
loadAll(Set<? extends K>, boolean, int) - Method in interface org.redisson.api.RMap
Loads map entries using MapLoader whose keys are listed in defined keys parameter.
loadAll(Set<? extends K>, boolean, int) - Method in interface org.redisson.api.RMapReactive
Loads map entries using MapLoader whose keys are listed in defined keys parameter.
loadAll(Set<? extends K>, boolean, int) - Method in interface org.redisson.api.RMapRx
Loads map entries using MapLoader whose keys are listed in defined keys parameter.
loadAllAsync(boolean, int) - Method in interface org.redisson.api.RMapAsync
Loads all map entries to this Redis map using MapLoader.
loadAllAsync(Set<? extends K>, boolean, int) - Method in interface org.redisson.api.RMapAsync
Loads map entries using MapLoader whose keys are listed in defined keys parameter.
loadAllKeys() - Method in interface org.redisson.api.map.MapLoader
Loads all keys.
loadAllKeys() - Method in interface org.redisson.api.map.MapLoaderAsync
Loads all keys.
loadAndReplace(String, String) - Method in interface org.redisson.api.RFunction
Loads a library and overwrites existing library.
loadAndReplace(String, String) - Method in interface org.redisson.api.RFunctionReactive
Loads a library and overwrites existing library.
loadAndReplace(String, String) - Method in interface org.redisson.api.RFunctionRx
Loads a library and overwrites existing library.
loadAndReplaceAsync(String, String) - Method in interface org.redisson.api.RFunctionAsync
Loads a library and overwrites existing library.
loadAsync(String, String) - Method in interface org.redisson.api.RFunctionAsync
Loads a library.
loader(MapLoader<K, V>) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
loader(MapLoader<K, V>) - Method in class org.redisson.api.MapCacheOptions
 
loader(MapLoader<K, V>) - Method in class org.redisson.api.MapOptions
Deprecated.
Sets MapLoader object.
loader(MapLoader<K, V>) - Method in class org.redisson.api.options.LocalCachedMapParams
Sets MapLoader object.
loader(MapLoader<K, V>) - Method in class org.redisson.api.options.MapCacheParams
Sets MapLoader object.
loader(MapLoader<K, V>) - Method in class org.redisson.api.options.MapParams
Sets MapLoader object.
loader(MapLoader<K, V>) - Method in interface org.redisson.api.options.ExMapOptions
Sets MapLoader object.
loaderAsync(MapLoaderAsync<K, V>) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
loaderAsync(MapLoaderAsync<K, V>) - Method in class org.redisson.api.MapCacheOptions
 
loaderAsync(MapLoaderAsync<K, V>) - Method in class org.redisson.api.MapOptions
Deprecated.
Sets MapLoaderAsync object.
loaderAsync(MapLoaderAsync<K, V>) - Method in class org.redisson.api.options.LocalCachedMapParams
 
loaderAsync(MapLoaderAsync<K, V>) - Method in class org.redisson.api.options.MapCacheParams
 
loaderAsync(MapLoaderAsync<K, V>) - Method in class org.redisson.api.options.MapParams
 
loaderAsync(MapLoaderAsync<K, V>) - Method in interface org.redisson.api.options.ExMapOptions
Sets MapLoaderAsync object.
loadStatsRangeEnd() - Method in class org.apache.kafka.clients.producer.internals.BuiltInPartitioner
Test-only function.
LOCALCACHE - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.StoreMode
Deprecated.
Store data only in local cache.
LOCALCACHE - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.StoreMode
Store data only in local cache.
LOCALCACHE_REDIS - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.StoreMode
Deprecated.
Store data only in both Redis and local cache.
LOCALCACHE_REDIS - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.StoreMode
Store data only in both Redis and local cache.
LocalCachedMapOptions<K,V> - Class in org.redisson.api
Deprecated.
LocalCachedMapOptions<K,V> - Interface in org.redisson.api.options
RLocalCachedMap instance options.
LocalCachedMapOptions() - Constructor for class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
LocalCachedMapOptions(LocalCachedMapOptions<K, V>) - Constructor for class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
LocalCachedMapOptions.CacheProvider - Enum Class in org.redisson.api
Deprecated.
 
LocalCachedMapOptions.CacheProvider - Enum Class in org.redisson.api.options
 
LocalCachedMapOptions.EvictionPolicy - Enum Class in org.redisson.api
Deprecated.
 
LocalCachedMapOptions.EvictionPolicy - Enum Class in org.redisson.api.options
 
LocalCachedMapOptions.ExpirationEventPolicy - Enum Class in org.redisson.api
Deprecated.
 
LocalCachedMapOptions.ExpirationEventPolicy - Enum Class in org.redisson.api.options
 
LocalCachedMapOptions.ReconnectionStrategy - Enum Class in org.redisson.api
Deprecated.
Various strategies to avoid stale objects in local cache.
LocalCachedMapOptions.ReconnectionStrategy - Enum Class in org.redisson.api.options
Various strategies to avoid stale objects in local cache.
LocalCachedMapOptions.StoreMode - Enum Class in org.redisson.api
Deprecated.
 
LocalCachedMapOptions.StoreMode - Enum Class in org.redisson.api.options
 
LocalCachedMapOptions.SyncStrategy - Enum Class in org.redisson.api
Deprecated.
 
LocalCachedMapOptions.SyncStrategy - Enum Class in org.redisson.api.options
 
LocalCachedMapParams<K,V> - Class in org.redisson.api.options
Configuration for LocalCachedMap object.
LocalCacheInvalidateListener<K,V> - Interface in org.redisson.api.listener
Redisson Object Event listener for local cache invalidation event published by Redis.
LocalCacheUpdateListener<K,V> - Interface in org.redisson.api.listener
Redisson Object Event listener for local cache update event published by Redis.
locale(String) - Method in class com.rabbitmq.client.AMQP.Connection.StartOk.Builder
 
locales(LongString) - Method in class com.rabbitmq.client.AMQP.Connection.Start.Builder
 
locales(String) - Method in class com.rabbitmq.client.AMQP.Connection.Start.Builder
 
lock() - Method in interface org.redisson.api.RLockReactive
Acquires the lock.
lock() - Method in interface org.redisson.api.RLockRx
Acquires the lock.
lock(long) - Method in interface org.redisson.api.RLockReactive
Acquires the lock by thread with defined threadId.
lock(long) - Method in interface org.redisson.api.RLockRx
Acquires the lock by thread with defined threadId.
lock(long, TimeUnit) - Method in interface org.redisson.api.RLock
Acquires the lock with defined leaseTime.
lock(long, TimeUnit) - Method in interface org.redisson.api.RLockReactive
Acquires the lock with defined leaseTime.
lock(long, TimeUnit) - Method in interface org.redisson.api.RLockRx
Acquires the lock with defined leaseTime.
lock(long, TimeUnit, long) - Method in interface org.redisson.api.RLockReactive
Acquires the lock with defined leaseTime and threadId.
lock(long, TimeUnit, long) - Method in interface org.redisson.api.RLockRx
Acquires the lock with defined leaseTime and threadId.
lockAndGetToken() - Method in interface org.redisson.api.RFencedLock
Acquires the lock and returns increased fencing token.
lockAndGetToken() - Method in interface org.redisson.api.RFencedLockReactive
Acquires the lock and returns increased fencing token.
lockAndGetToken() - Method in interface org.redisson.api.RFencedLockRx
Acquires the lock and returns increased fencing token.
lockAndGetToken(long, TimeUnit) - Method in interface org.redisson.api.RFencedLock
Acquires the lock with defined leaseTime and returns increased fencing token.
lockAndGetToken(long, TimeUnit) - Method in interface org.redisson.api.RFencedLockReactive
Acquires the lock with defined leaseTime and returns increased fencing token.
lockAndGetToken(long, TimeUnit) - Method in interface org.redisson.api.RFencedLockRx
Acquires the lock with defined leaseTime and returns increased fencing token.
lockAndGetTokenAsync() - Method in interface org.redisson.api.RFencedLockAsync
Acquires the lock and returns increased fencing token.
lockAndGetTokenAsync(long, TimeUnit) - Method in interface org.redisson.api.RFencedLockAsync
Acquires the lock with defined leaseTime and returns increased fencing token.
lockAsync() - Method in interface org.redisson.api.RLockAsync
Acquires the lock.
lockAsync(long) - Method in interface org.redisson.api.RLockAsync
Acquires the lock by thread with defined threadId.
lockAsync(long, TimeUnit) - Method in interface org.redisson.api.RLockAsync
Acquires the lock with defined leaseTime.
lockAsync(long, TimeUnit, long) - Method in interface org.redisson.api.RLockAsync
Acquires the lock with defined leaseTime and threadId.
lockInterruptibly(long, TimeUnit) - Method in interface org.redisson.api.RLock
Acquires the lock with defined leaseTime.
LockOptions - Class in org.redisson.api
Configuration for Lock object.
LockOptions() - Constructor for class org.redisson.api.LockOptions
 
LockOptions.BackOff - Interface in org.redisson.api
Factory for LockOptions.BackOffPolicy class.
LockOptions.BackOffPolicy - Interface in org.redisson.api
Generator of sleep period values for RedissonSpinLock back off
LockOptions.ConstantBackOff - Class in org.redisson.api
Back off algorithm, where sleep period is constant and is defined by LockOptions.ConstantBackOff.delay.
LockOptions.ExponentialBackOff - Class in org.redisson.api
Back off algorithm, where sleep period starts with LockOptions.ExponentialBackOff.initialDelay, each time increases LockOptions.ExponentialBackOff.multiplier times but doesn't exceed LockOptions.ExponentialBackOff.maxDelay
log - Static variable in class org.redisson.config.BaseConfig
 
log(RecordedEntity, Exception, int) - Method in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
log(String, Throwable) - Method in class com.rabbitmq.client.impl.ForgivingExceptionHandler
 
logAppendTime() - Method in class org.apache.kafka.clients.producer.internals.ProduceRequestResult
The log append time or -1 if CreateTime is being used
logContext - Variable in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
LogDirDescription - Class in org.apache.kafka.clients.admin
A description of a log directory on a particular broker.
LogDirDescription(ApiException, Map<TopicPartition, ReplicaInfo>) - Constructor for class org.apache.kafka.clients.admin.LogDirDescription
 
LogDirDescription(ApiException, Map<TopicPartition, ReplicaInfo>, long, long) - Constructor for class org.apache.kafka.clients.admin.LogDirDescription
 
logEndOffset() - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
Return the logEndOffset known by the leader for this replica.
logger() - Method in class org.apache.kafka.clients.consumer.internals.AsyncClient
 
logPeerCertificateInfo(SSLSession) - Static method in class com.rabbitmq.client.impl.TlsUtils
Log details on peer certificate and certification chain.
LogTrafficListener - Class in com.rabbitmq.client.impl
TrafficListener that logs Command at TRACE level.
LogTrafficListener() - Constructor for class com.rabbitmq.client.impl.LogTrafficListener
 
LogTruncation(TopicPartition, SubscriptionState.FetchPosition, Optional<OffsetAndMetadata>) - Constructor for class org.apache.kafka.clients.consumer.internals.SubscriptionState.LogTruncation
 
LogTruncationException - Exception Class in org.apache.kafka.clients.consumer
In the event of an unclean leader election, the log will be truncated, previously committed data will be lost, and new data will be written over these offsets.
LogTruncationException(String, Map<TopicPartition, Long>, Map<TopicPartition, OffsetAndMetadata>) - Constructor for exception class org.apache.kafka.clients.consumer.LogTruncationException
 
LogTruncationException(Map<TopicPartition, Long>, Map<TopicPartition, OffsetAndMetadata>) - Constructor for exception class org.apache.kafka.clients.consumer.LogTruncationException
 
Long() - Static method in class org.apache.kafka.common.serialization.Serdes
A serde for nullable Long type.
LONG - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigType
 
LONG - Enum constant in enum class org.redisson.api.FunctionResult
Result is a value of Long type
Long2MultiDecoder - Class in org.redisson.client.protocol.decoder
 
Long2MultiDecoder() - Constructor for class org.redisson.client.protocol.decoder.Long2MultiDecoder
 
LongCodec - Class in org.redisson.client.codec
 
LongCodec() - Constructor for class org.redisson.client.codec.LongCodec
 
LongDeserializer - Class in org.apache.kafka.common.serialization
 
LongDeserializer() - Constructor for class org.apache.kafka.common.serialization.LongDeserializer
 
LongNumberConvertor - Class in org.redisson.client.protocol.convertor
 
LongNumberConvertor(Class<?>) - Constructor for class org.redisson.client.protocol.convertor.LongNumberConvertor
 
LongReplayConvertor - Class in org.redisson.client.protocol.convertor
 
LongReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.LongReplayConvertor
 
LongSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.LongSerde
 
LongSerializer - Class in org.apache.kafka.common.serialization
 
LongSerializer() - Constructor for class org.apache.kafka.common.serialization.LongSerializer
 
LongString - Interface in com.rabbitmq.client
An object providing access to a LongString.
LongStringHelper - Class in com.rabbitmq.client.impl
Utility for working with LongStrings.
LongStringHelper() - Constructor for class com.rabbitmq.client.impl.LongStringHelper
 
longToString(long) - Static method in class org.redisson.client.handler.CommandEncoder
 
lookUp(String, Map<String, String>, String) - Static method in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
lookUp(String, Map<String, String>, String, String) - Static method in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
LOOKUP_KEYS - Static variable in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy
 
lookupCoordinator() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
lookupKeys() - Method in interface org.apache.kafka.clients.admin.internals.AdminApiFuture
The initial set of lookup keys.
lookupKeys() - Method in class org.apache.kafka.clients.admin.internals.AdminApiFuture.SimpleAdminApiFuture
 
lookupKeys() - Method in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy.AllBrokersFuture
 
LookupResult(List<K>, Map<K, Throwable>, Map<K, Integer>) - Constructor for class org.apache.kafka.clients.admin.internals.AdminApiLookupStrategy.LookupResult
 
LookupResult(Map<K, Throwable>, Map<K, Integer>) - Constructor for class org.apache.kafka.clients.admin.internals.AdminApiLookupStrategy.LookupResult
 
lookupScope(K) - Method in class org.apache.kafka.clients.admin.internals.StaticBrokerStrategy
 
lookupScope(AllBrokersStrategy.BrokerKey) - Method in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy
 
lookupScope(CoordinatorKey) - Method in class org.apache.kafka.clients.admin.internals.CoordinatorStrategy
 
lookupScope(TopicPartition) - Method in class org.apache.kafka.clients.admin.internals.PartitionLeaderStrategy
 
lookupScope(T) - Method in interface org.apache.kafka.clients.admin.internals.AdminApiLookupStrategy
Define the scope of a given key for lookup.
lookupSrvRecords(String, String) - Method in class com.rabbitmq.client.DnsSrvRecordAddressResolver
 
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.AbortTransactionHandler
 
lookupStrategy() - Method in interface org.apache.kafka.clients.admin.internals.AdminApiHandler
Get the lookup strategy that is responsible for finding the brokerId which will handle each respective key.
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.AlterConsumerGroupOffsetsHandler
 
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.DeleteConsumerGroupOffsetsHandler
 
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.DeleteConsumerGroupsHandler
 
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.DeleteRecordsHandler
 
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.DescribeConsumerGroupsHandler
 
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.DescribeProducersHandler
 
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.DescribeTransactionsHandler
 
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.FenceProducersHandler
 
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.ListConsumerGroupOffsetsHandler
 
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.ListOffsetsHandler
 
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.ListTransactionsHandler
 
lookupStrategy() - Method in class org.apache.kafka.clients.admin.internals.RemoveMembersFromConsumerGroupHandler
 
lowWatermark() - Method in class org.apache.kafka.clients.admin.DeletedRecords
Return the "low watermark" for the topic partition on which the deletion was executed
lowWatermarks() - Method in class org.apache.kafka.clients.admin.DeleteRecordsResult
Return a map from topic partition to futures which can be used to check the status of individual deletions.
LPOP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LPOP_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LPOS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LPUSH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LPUSH_BOOLEAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LPUSH_VOID - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LPUSHX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LRANGE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LRANGE_SET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LREM - Static variable in interface org.redisson.client.protocol.RedisCommands
 
LRU - Enum constant in enum class org.redisson.api.EvictionMode
Least Recently Used eviction algorithm.
LRU - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.EvictionPolicy
Deprecated.
Least Recently Used local cache eviction policy.
LRU - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.EvictionPolicy
Least Recently Used local cache eviction policy.
LSET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
lt(String, Number) - Static method in class org.redisson.api.condition.Conditions
Returns "LESS THAN" condition which restricts property by name to defined value
LTRIM - Static variable in interface org.redisson.client.protocol.RedisCommands
 

M

m(int) - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
m(int) - Method in interface org.redisson.api.search.index.HNSWVectorOptionalArgs
Defines number of maximum allowed outgoing edges for each node.
magic() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
main(String[]) - Static method in class org.apache.kafka.clients.admin.AdminClientConfig
 
main(String[]) - Static method in class org.apache.kafka.clients.consumer.ConsumerConfig
 
main(String[]) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerMetrics
 
main(String[]) - Static method in class org.apache.kafka.clients.producer.internals.ProducerMetrics
 
main(String[]) - Static method in class org.apache.kafka.clients.producer.ProducerConfig
 
mainloop() - Method in class com.rabbitmq.client.RpcServer
Public API - main server loop.
MAJOR - Static variable in class com.rabbitmq.client.AMQP.PROTOCOL
 
makeStream() - Method in interface org.redisson.api.stream.StreamCreateGroupArgs
Defines whether a stream should be created if it doesn't exist.
makeStream() - Method in class org.redisson.api.stream.StreamCreateGroupParams
 
MalformedFrameException - Exception Class in com.rabbitmq.client
Encapsulates a frame format error at the wire level.
MalformedFrameException(String) - Constructor for exception class com.rabbitmq.client.MalformedFrameException
Instantiate a MalformedFrameException.
mandatory() - Method in class com.rabbitmq.client.AMQP.Basic.Publish.Builder
 
mandatory(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Publish.Builder
 
Manual Offset Control - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
Manual Partition Assignment - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
map(String) - Method in class org.redisson.api.DefaultNameMapper
 
map(String) - Method in interface org.redisson.api.NameMapper
Applies map function to input name
map(String) - Method in interface org.redisson.config.CommandMapper
Applies map function to the input Redis command name
map(String) - Method in class org.redisson.config.DefaultCommandMapper
 
map(KIn, VIn, RCollector<KOut, VOut>) - Method in interface org.redisson.api.mapreduce.RMapper
Invoked for each Map source entry
map(RedisURI) - Method in class org.redisson.api.DefaultNatMapper
 
map(RedisURI) - Method in class org.redisson.api.HostNatMapper
 
map(RedisURI) - Method in class org.redisson.api.HostPortNatMapper
 
map(RedisURI) - Method in interface org.redisson.api.NatMapper
Applies map function to input uri object
map(VIn, RCollector<KOut, VOut>) - Method in interface org.redisson.api.mapreduce.RCollectionMapper
Invoked for each Collection source entry
MAP - Enum constant in enum class org.redisson.api.RType
 
MapCacheKeyScanResult<K> - Class in org.redisson.client.protocol.decoder
 
MapCacheKeyScanResult(String, List<K>, List<K>) - Constructor for class org.redisson.client.protocol.decoder.MapCacheKeyScanResult
 
MapCacheKeyScanResultDecoder - Class in org.redisson.client.protocol.decoder
 
MapCacheKeyScanResultDecoder() - Constructor for class org.redisson.client.protocol.decoder.MapCacheKeyScanResultDecoder
 
MapCacheOptions<K,V> - Class in org.redisson.api
Configuration for RMapCache object.
MapCacheOptions<K,V> - Interface in org.redisson.api.options
RMapCache instance options.
MapCacheOptions() - Constructor for class org.redisson.api.MapCacheOptions
 
MapCacheParams<K,V> - Class in org.redisson.api.options
 
MapCacheScanResult<K,V> - Class in org.redisson.client.protocol.decoder
 
MapCacheScanResult(String, Map<K, V>, List<K>) - Constructor for class org.redisson.client.protocol.decoder.MapCacheScanResult
 
MapCacheScanResultReplayDecoder - Class in org.redisson.client.protocol.decoder
 
MapCacheScanResultReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.MapCacheScanResultReplayDecoder
 
mapCall(Object[]) - Method in class com.rabbitmq.client.RpcClient
Perform an AMQP wire-protocol-table based RPC roundtrip, first constructing the table from an array of alternating keys (in even-numbered elements, starting at zero) and values (in odd-numbered elements, starting at one)
Restrictions on value arguments apply as in RpcClient.mapCall(Map).
mapCall(Map<String, Object>) - Method in class com.rabbitmq.client.RpcClient
Perform an AMQP wire-protocol-table based RPC roundtrip

There are some restrictions on the values appearing in the table:
they must be of type String, LongString, Integer, BigDecimal, Date, or (recursively) a Map of the enclosing type.
MapEntriesDecoder<T> - Class in org.redisson.client.protocol.decoder
 
MapEntriesDecoder() - Constructor for class org.redisson.client.protocol.decoder.MapEntriesDecoder
 
MapEntriesDecoder(MultiDecoder<Object>) - Constructor for class org.redisson.client.protocol.decoder.MapEntriesDecoder
 
MapEntryListener - Interface in org.redisson.api.map.event
 
MapKeyDecoder<T> - Class in org.redisson.client.protocol.decoder
 
MapKeyDecoder(MultiDecoder<Object>) - Constructor for class org.redisson.client.protocol.decoder.MapKeyDecoder
 
MapLoader<K,V> - Interface in org.redisson.api.map
Map loader used for read-through operations or during RMap.loadAll(boolean, int) execution.
MapLoaderAsync<K,V> - Interface in org.redisson.api.map
Map loader used for read-through operations or during RMap.loadAll(boolean, int) execution.
MapMergeDecoder - Class in org.redisson.client.protocol.decoder
 
MapMergeDecoder() - Constructor for class org.redisson.client.protocol.decoder.MapMergeDecoder
 
mapObjectMapper - Variable in class org.redisson.codec.JsonJacksonCodec
 
MapOptions<K,V> - Class in org.redisson.api
Deprecated.
MapOptions<K,V> - Interface in org.redisson.api.options
RMap instance options.
MapOptions() - Constructor for class org.redisson.api.MapOptions
Deprecated.
 
MapOptions(MapOptions<K, V>) - Constructor for class org.redisson.api.MapOptions
Deprecated.
 
MapOptions.WriteMode - Enum Class in org.redisson.api
Deprecated.
 
MapParams<K,V> - Class in org.redisson.api.options
 
mappedKeys - Variable in class org.apache.kafka.clients.admin.internals.AdminApiLookupStrategy.LookupResult
 
mapper(RCollectionMapper<VIn, KOut, VOut>) - Method in interface org.redisson.api.mapreduce.RCollectionMapReduce
Setup Mapper object
mapper(RMapper<KIn, VIn, KOut, VOut>) - Method in interface org.redisson.api.mapreduce.RMapReduce
Setup Mapper object
MapPutListener - Interface in org.redisson.api.listener
Redisson Object Event listener for hset event published by Redis.
mapReduce() - Method in interface org.redisson.api.RList
Returns RMapReduce object associated with this map
mapReduce() - Method in interface org.redisson.api.RMap
Returns RMapReduce object associated with this map
mapReduce() - Method in interface org.redisson.api.RScoredSortedSet
Returns RMapReduce object associated with this object
mapReduce() - Method in interface org.redisson.api.RSet
Returns RMapReduce object associated with this object
mapReduce() - Method in interface org.redisson.api.RSortedSet
Returns RMapReduce object associated with this object
MAPREDUCE_NAME - Static variable in interface org.redisson.api.RExecutorService
MapReduce's executor name
MapRemoveListener - Interface in org.redisson.api.listener
Redisson Object Event listener for hdel event published by Redis.
MapRpcServer - Class in com.rabbitmq.client
Subclass of RpcServer which uses AMQP wire-format encoded tables as requests and replies.
MapRpcServer(Channel) - Constructor for class com.rabbitmq.client.MapRpcServer
 
MapRpcServer(Channel, String) - Constructor for class com.rabbitmq.client.MapRpcServer
 
MapScanResult<K,V> - Class in org.redisson.client.protocol.decoder
 
MapScanResult(String, Map<K, V>) - Constructor for class org.redisson.client.protocol.decoder.MapScanResult
 
MapScanResultReplayDecoder - Class in org.redisson.client.protocol.decoder
 
MapScanResultReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.MapScanResultReplayDecoder
 
mapSrvRecord(String) - Method in class com.rabbitmq.client.DnsSrvRecordAddressResolver
 
MAPVALUE - Enum constant in enum class org.redisson.api.FunctionResult
Result is a value of Map Value type.
MAPVALUE - Enum constant in enum class org.redisson.api.RScript.ReturnType
 
MapValueDecoder<T> - Class in org.redisson.client.protocol.decoder
 
MapValueDecoder() - Constructor for class org.redisson.client.protocol.decoder.MapValueDecoder
 
MapValueDecoder(MultiDecoder<Object>) - Constructor for class org.redisson.client.protocol.decoder.MapValueDecoder
 
MAPVALUELIST - Enum constant in enum class org.redisson.api.FunctionResult
Result is a value of List type, which consists of objects of Map Value type.
MAPVALUELIST - Enum constant in enum class org.redisson.api.RScript.ReturnType
 
MapWriter<K,V> - Interface in org.redisson.api.map
Map writer used for write-through operations.
MapWriterAsync<K,V> - Interface in org.redisson.api.map
Asynchronous Map writer used for write-through operations.
MariaDbDataSource - Class in org.mariadb.jdbc
MariaDB basic datasource
MariaDbDataSource() - Constructor for class org.mariadb.jdbc.MariaDbDataSource
Basic constructor
MariaDbDataSource(String) - Constructor for class org.mariadb.jdbc.MariaDbDataSource
Constructor with URL
mark(int) - Method in class com.rabbitmq.client.impl.TruncatedInputStream
 
markAcknowledgedMessage() - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Marks the event of an acknowledged message.
markConsumedMessage() - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Marks the event of a consumed message.
markCoordinatorUnknown(boolean, String) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
markCoordinatorUnknown(String) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
markCoordinatorUnknown(String, long) - Method in class org.apache.kafka.clients.consumer.internals.CoordinatorRequestManager
Mark the current coordinator null.
markCoordinatorUnknown(Errors) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
markMessagePublishAcknowledged() - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Marks the event of a message publishing acknowledgement.
markMessagePublishFailed() - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Marks the event of a message publishing failure.
markMessagePublishNotAcknowledged() - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Marks the event of a message publishing not being acknowledged.
markPendingRevocation(Set<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
markPublishedMessage() - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Marks the event of a published message.
markPublishedMessageUnrouted() - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Marks the event of a published message not being routed.
markRejectedMessage() - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
Marks the event of a rejected message.
markRpcFinished() - Method in class com.rabbitmq.client.impl.AMQChannel
 
markRpcFinished() - Method in class com.rabbitmq.client.impl.ChannelN
 
MASTER - Enum constant in enum class org.redisson.api.NodeType
 
MASTER - Enum constant in enum class org.redisson.config.ReadMode
Read from master node
MASTER - Enum constant in enum class org.redisson.config.SubscriptionMode
Subscribe to master node
MASTER_SLAVE - Enum constant in enum class org.redisson.config.ReadMode
Read from master and slave nodes.
MASTER_SLAVE - Static variable in class org.redisson.api.redisnode.RedisNodes
 
MasterSlaveServersConfig - Class in org.redisson.config
 
MasterSlaveServersConfig() - Constructor for class org.redisson.config.MasterSlaveServersConfig
 
max(double) - Method in interface org.redisson.api.search.query.NumericFilterMax
Defines maximum value in numeric range inclusive
max(double) - Method in class org.redisson.api.search.query.NumericFilterParams
 
max(String) - Static method in interface org.redisson.api.search.aggregate.Reducer
 
MAX - Enum constant in enum class org.redisson.api.RScoredSortedSet.Aggregate
 
MAX - Static variable in class org.redisson.api.StreamMessageId
Defines maximal id.
MAX_BLOCK_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
max.block.ms
MAX_IN_FLIGHT_REQUESTS_PER_CONNECTION - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
max.in.flight.requests.per.connection
MAX_LENGTH - Static variable in interface com.rabbitmq.client.LongString
 
MAX_PARTITION_FETCH_BYTES_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
max.partition.fetch.bytes
MAX_POLL_INTERVAL_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
max.poll.interval.ms
MAX_POLL_RECORDS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
max.poll.records
MAX_REQUEST_SIZE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
max.request.size
maxBytes - Variable in class org.apache.kafka.clients.consumer.internals.FetchConfig
 
maxDelay(long) - Method in class org.redisson.api.LockOptions.ExponentialBackOff
Sets max back off delay.
maxExclusive(double) - Method in interface org.redisson.api.search.query.NumericFilterMax
Defines maximum value in numeric range inclusive
maxExclusive(double) - Method in class org.redisson.api.search.query.NumericFilterParams
 
maxGeneration() - Method in class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor
 
maxIdle(long) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Defines max idle time in milliseconds of each map entry in local cache.
maxIdle(long, TimeUnit) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Defines max idle time of each map entry in local cache.
maxIdle(Duration) - Method in interface org.redisson.api.options.LocalCachedMapOptions
Defines max idle time in milliseconds of each map entry in local cache.
maxIdle(Duration) - Method in class org.redisson.api.options.LocalCachedMapParams
Defines max idle time in milliseconds of each map entry in local cache.
maximumTimeToWait() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkThread
Returns the delay for which the application thread can safely wait before it should be responsive to results from the request managers.
maximumTimeToWait() - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEventHandler
Returns the delay for which the application thread can safely wait before it should be responsive to results from the request managers.
maximumTimeToWait(long) - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
Returns the delay for which the application thread can safely wait before it should be responsive to results from the request managers.
maximumTimeToWait(long) - Method in class org.apache.kafka.clients.consumer.internals.HeartbeatRequestManager
Returns the delay for which the application thread can safely wait before it should be responsive to results from the request managers.
maximumTimeToWait(long) - Method in interface org.apache.kafka.clients.consumer.internals.RequestManager
Returns the delay for which the application thread can safely wait before it should be responsive to results from the request managers.
maxInboundMessageBodySize - Variable in class com.rabbitmq.client.impl.AbstractFrameHandlerFactory
 
maxLen(int) - Method in class org.redisson.api.stream.StreamAddParams
 
maxLen(int) - Static method in interface org.redisson.api.stream.StreamTrimArgs
Defines MAXLEN strategy used for Stream trimming.
maxLen(int) - Method in class org.redisson.api.stream.StreamTrimParams
 
maxLen(int) - Method in interface org.redisson.api.stream.StreamTrimStrategyArgs
Defines MAXLEN strategy used for Stream trimming.
maxlifeTimeMs() - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
 
maxlifeTimeMs(long) - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
 
maxPollRecords - Variable in class org.apache.kafka.clients.consumer.internals.FetchConfig
 
maxTextFields(boolean) - Method in class org.redisson.api.search.index.IndexOptions
 
maxTimestamp() - Static method in class org.apache.kafka.clients.admin.OffsetSpec
Used to retrieve the offset with the largest timestamp of a partition as message timestamps can be specified client side this may not match the log end offset returned by LatestSpec
MaxTimestampSpec() - Constructor for class org.apache.kafka.clients.admin.OffsetSpec.MaxTimestampSpec
 
maxVersion() - Method in class org.apache.kafka.clients.admin.SupportedVersionRange
 
maxVersionLevel() - Method in class org.apache.kafka.clients.admin.FeatureUpdate
 
maxVersionLevel() - Method in class org.apache.kafka.clients.admin.FinalizedVersionRange
 
maxWaitMs - Variable in class org.apache.kafka.clients.consumer.internals.FetchConfig
 
maybeAddPartition(TopicPartition) - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
maybeAutoCommitAllConsumedAsync() - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
If auto-commit is enabled, this will generate a commit offsets request for all assigned partitions and their current positions.
maybeAutoCommitAllConsumedNow(Optional<Long>, boolean) - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
Commit consumed offsets if auto-commit is enabled.
maybeAutoCommitOffsetsAsync(long) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
 
maybeCloseFetchSessions(Timer) - Method in class org.apache.kafka.clients.consumer.internals.Fetcher
 
maybeCompleteValidation(TopicPartition, SubscriptionState.FetchPosition, OffsetForLeaderEpochResponseData.EpochEndOffset) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
Attempt to complete validation with the end offset returned from the OffsetForLeaderEpoch request.
maybeLeaveGroup(String) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Sends LeaveGroupRequest and logs the leaveReason, unless this member is using static membership or is already not part of the group (ie does not have a valid member id, is in the UNJOINED state, or the coordinator is unknown).
maybeShuffle(List<Address>) - Method in interface com.rabbitmq.client.AddressResolver
Optionally shuffle the list of addresses returned by AddressResolver.getAddresses().
maybeThrowAuthFailure(Node) - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
Checks for an authentication error on a given node and throws the exception if it exists.
maybeThrowAuthFailure(Node) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Check for an authentication error on a given node and raise the exception if there is one.
maybeThrowAuthFailure(Node) - Method in class org.apache.kafka.clients.consumer.internals.Fetcher
 
maybeThrowAuthFailure(Node) - Method in class org.apache.kafka.clients.consumer.internals.FetchRequestManager
 
maybeThrowAuthFailure(Node) - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
Checks for an authentication error on a given node and throws the exception if it exists.
maybeTransitionToErrorState(RuntimeException) - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
maybeTriggerWakeup() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
 
maybeTriggerWakeup() - Method in class org.apache.kafka.clients.consumer.internals.WakeupTrigger
 
maybeUpdate(long) - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager.AdminMetadataUpdater
 
maybeUpdateNextBatchExpiryTime(ProducerBatch) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
 
maybeUpdateProducerIdAndEpoch(TopicPartition) - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
maybeValidatePositionForCurrentLeader(ApiVersions, TopicPartition, Metadata.LeaderAndEpoch) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
Enter the offset validation state if the leader for this partition is known to support a usable version of the OffsetsForLeaderEpoch API.
maybeWrapAsKafkaException(Throwable) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
maybeWrapAsKafkaException(Throwable, String) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
 
mechanism() - Method in class org.apache.kafka.clients.admin.ScramCredentialInfo
 
mechanism() - Method in class org.apache.kafka.clients.admin.UserScramCredentialDeletion
 
mechanism(String) - Method in class com.rabbitmq.client.AMQP.Connection.StartOk.Builder
 
mechanismName() - Method in enum class org.apache.kafka.clients.admin.ScramMechanism
 
mechanisms(LongString) - Method in class com.rabbitmq.client.AMQP.Connection.Start.Builder
 
mechanisms(String) - Method in class com.rabbitmq.client.AMQP.Connection.Start.Builder
 
MemberAssignment - Class in org.apache.kafka.clients.admin
A description of the assignments of a specific group member.
MemberAssignment(Set<TopicPartition>) - Constructor for class org.apache.kafka.clients.admin.MemberAssignment
Creates an instance with the specified parameters.
memberData(ConsumerPartitionAssignor.Subscription) - Method in class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
 
memberData(ConsumerPartitionAssignor.Subscription) - Method in class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor
 
memberData(ConsumerPartitionAssignor.Subscription) - Method in class org.apache.kafka.clients.consumer.StickyAssignor
 
MemberData(List<TopicPartition>, Optional<Integer>) - Constructor for class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor.MemberData
 
MemberData(List<TopicPartition>, Optional<Integer>, Optional<String>) - Constructor for class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor.MemberData
 
MemberDescription - Class in org.apache.kafka.clients.admin
A detailed description of a single group instance in the cluster.
MemberDescription(String, String, String, MemberAssignment) - Constructor for class org.apache.kafka.clients.admin.MemberDescription
 
MemberDescription(String, Optional<String>, String, String, MemberAssignment) - Constructor for class org.apache.kafka.clients.admin.MemberDescription
 
memberEpoch() - Method in class org.apache.kafka.clients.consumer.internals.events.GroupMetadataUpdateEvent
 
memberEpoch() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
 
memberEpoch() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
memberId - Variable in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.Generation
 
memberId - Variable in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor.MemberInfo
 
memberId() - Method in class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
 
memberId() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
memberId() - Method in class org.apache.kafka.clients.consumer.internals.events.GroupMetadataUpdateEvent
 
memberId() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
 
memberId() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
MemberInfo(String, Optional<String>) - Constructor for class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor.MemberInfo
 
MemberInfo(String, Optional<String>, Optional<String>) - Constructor for class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor.MemberInfo
 
memberResult(MemberToRemove) - Method in class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupResult
Returns the selected member future.
members() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
A list of the members of the consumer group.
members() - Method in class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions
 
membershipManager() - Method in class org.apache.kafka.clients.consumer.internals.HeartbeatRequestManager
Returns the MembershipManager that this request manager is using to track the state of the group.
MembershipManager - Interface in org.apache.kafka.clients.consumer.internals
A stateful object tracking the state of a single member in relationship to a consumer group:
MembershipManagerImpl - Class in org.apache.kafka.clients.consumer.internals
Group manager for a single consumer that has a group id defined in the config ConsumerConfig.GROUP_ID_CONFIG, to use the Kafka-based offset management capability, and the consumer group protocol to get automatically assigned partitions when calling the subscribe API.
MembershipManagerImpl(String, Optional<String>, int, Optional<String>, SubscriptionState, CommitRequestManager, ConsumerMetadata, LogContext, Optional<ClientTelemetryReporter>, BackgroundEventHandler, Time) - Constructor for class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
 
MemberState - Enum Class in org.apache.kafka.clients.consumer.internals
 
MemberStateListener - Interface in org.apache.kafka.clients.consumer.internals
Listener for getting notified of member ID and epoch changes.
MemberToRemove - Class in org.apache.kafka.clients.admin
A struct containing information about the member to be removed.
MemberToRemove(String) - Constructor for class org.apache.kafka.clients.admin.MemberToRemove
 
MEMORY - Enum constant in enum class org.redisson.api.Node.InfoSection
Deprecated.
 
MEMORY - Enum constant in enum class org.redisson.api.redisnode.RedisNode.InfoSection
 
MEMORY_STATS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
MEMORY_USAGE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface org.redisson.api.RMapReactive
Associates specified key with the given value if key isn't already associated with a value.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface org.redisson.api.RMapRx
Associates specified key with the given value if key isn't already associated with a value.
merge(T) - Method in interface org.redisson.api.RLiveObjectService
Returns proxied object for the detached object.
merge(T...) - Method in interface org.redisson.api.RLiveObjectService
Returns proxied object for the detached object.
MERGE - Enum constant in enum class org.redisson.api.RCascadeType
Cascade merge operation during RLiveObjectService.merge(T) method invocation.
mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface org.redisson.api.RMapAsync
Associates specified key with the given value if key isn't already associated with a value.
mergeWith(String...) - Method in interface org.redisson.api.RHyperLogLog
Merges multiple instances into this instance.
mergeWith(String...) - Method in interface org.redisson.api.RHyperLogLogReactive
Merges multiple instances into this instance.
mergeWith(String...) - Method in interface org.redisson.api.RHyperLogLogRx
Merges multiple instances into this instance.
mergeWithAsync(String...) - Method in interface org.redisson.api.RHyperLogLogAsync
Merges multiple instances into this instance.
Message - Interface in org.redisson.client.protocol.pubsub
 
messageCount(int) - Method in class com.rabbitmq.client.AMQP.Basic.GetOk.Builder
 
messageCount(int) - Method in class com.rabbitmq.client.AMQP.Queue.DeclareOk.Builder
 
messageCount(int) - Method in class com.rabbitmq.client.AMQP.Queue.DeleteOk.Builder
 
messageCount(int) - Method in class com.rabbitmq.client.AMQP.Queue.PurgeOk.Builder
 
messageCount(String) - Method in interface com.rabbitmq.client.Channel
Returns the number of messages in a queue ready to be delivered to consumers.
messageCount(String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Returns the number of messages in a queue ready to be delivered to consumers.
messageCount(String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
messageDecoder(CommandData<Object, Object>, List<Object>) - Method in class org.redisson.client.handler.CommandDecoder
 
messageDecoder(CommandData<Object, Object>, List<Object>) - Method in class org.redisson.client.handler.CommandPubSubDecoder
 
messageId(String) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
MessageListener<M> - Interface in org.redisson.api.listener
Listener for Redis messages published via RTopic Redisson object
MessageProperties - Class in com.rabbitmq.client
Constant holder class with useful static instances of AMQContentHeader.
MessageProperties() - Constructor for class com.rabbitmq.client.MessageProperties
 
metadata - Variable in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
metadata() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Get the current list of protocols and their associated metadata supported by the local member.
metadata() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
 
metadata() - Method in class org.apache.kafka.clients.consumer.OffsetAndMetadata
 
METADATA_MAX_AGE_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
METADATA_MAX_AGE_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
metadata.max.age.ms
METADATA_MAX_AGE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
metadata.max.age.ms
METADATA_MAX_IDLE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
metadata.max.idle.ms
metadataAge - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
metadataFetchDelayMs(long) - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager
Determine if the AdminClient should fetch new metadata.
METERS - Enum constant in enum class org.redisson.api.GeoUnit
 
Method - Class in com.rabbitmq.client.impl
Base class for AMQP method objects, specialized by autogenerated code in AMQP.java.
Method - Interface in com.rabbitmq.client
Public interface to objects representing an AMQP 0-9-1 method
Method() - Constructor for class com.rabbitmq.client.impl.Method
 
MethodArgumentReader - Class in com.rabbitmq.client.impl
Parses AMQP wire-protocol Method arguments from a DataInputStream.
MethodArgumentReader(ValueReader) - Constructor for class com.rabbitmq.client.impl.MethodArgumentReader
Construct a MethodArgumentReader from the given ValueReader.
MethodArgumentWriter - Class in com.rabbitmq.client.impl
Generates AMQP wire-protocol encoded arguments.
MethodArgumentWriter(ValueWriter) - Constructor for class com.rabbitmq.client.impl.MethodArgumentWriter
Constructs a MethodArgumentWriter targeting the given DataOutputStream.
methodId - Variable in exception class com.rabbitmq.client.UnknownClassOrMethodId
 
methodId(int) - Method in class com.rabbitmq.client.AMQP.Channel.Close.Builder
 
methodId(int) - Method in class com.rabbitmq.client.AMQP.Connection.Close.Builder
 
methodName() - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackCompletedEvent
 
methodName() - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackNeededEvent
 
METRIC_REPORTER_CLASSES_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
METRIC_REPORTER_CLASSES_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
metric.reporters
METRIC_REPORTER_CLASSES_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
metric.reporters
metrics() - Method in interface org.apache.kafka.clients.admin.Admin
Get the metrics kept by the adminClient
metrics() - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
metrics() - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
metrics() - Method in interface org.apache.kafka.clients.consumer.Consumer
 
metrics() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
metrics() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
metrics() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the metrics kept by the consumer
metrics() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
metrics() - Method in class org.apache.kafka.clients.producer.KafkaProducer
Get the full set of internal metrics maintained by the producer.
metrics() - Method in class org.apache.kafka.clients.producer.MockProducer
 
metrics() - Method in interface org.apache.kafka.clients.producer.Producer
METRICS_NUM_SAMPLES_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
METRICS_NUM_SAMPLES_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
metrics.num.samples
METRICS_NUM_SAMPLES_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
metrics.num.samples
METRICS_RECORDING_LEVEL_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
METRICS_RECORDING_LEVEL_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
metrics.log.level
METRICS_RECORDING_LEVEL_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
metrics.recording.level
METRICS_SAMPLE_WINDOW_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
METRICS_SAMPLE_WINDOW_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
metrics.sample.window.ms
METRICS_SAMPLE_WINDOW_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
metrics.sample.window.ms
metricsCollector - Variable in class com.rabbitmq.client.impl.AMQConnection
 
metricsCollector - Variable in class com.rabbitmq.client.impl.ChannelManager
 
metricsCollector - Variable in class com.rabbitmq.client.impl.ChannelN
 
MetricsCollector - Interface in com.rabbitmq.client
Interface to gather execution data of the client.
metricsManager - Variable in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
metricsRegistry() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
metricsRegistry() - Method in interface org.apache.kafka.clients.consumer.internals.ConsumerDelegate
 
metricsRegistry() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
MGET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
migrate(String, int, int, long) - Method in interface org.redisson.api.RObject
Copy object from source Redis instance to destination Redis instance
migrate(String, int, int, long) - Method in interface org.redisson.api.RObjectReactive
Transfer a object from a source Redis instance to a destination Redis instance in mode
migrate(String, int, int, long) - Method in interface org.redisson.api.RObjectRx
Transfer a object from a source Redis instance to a destination Redis instance in mode
migrate(String, String, int, int, long) - Method in interface org.redisson.api.RKeys
Transfer object from source Redis instance to destination Redis instance
migrate(String, String, int, int, long) - Method in interface org.redisson.api.RKeysReactive
Transfer object from source Redis instance to destination Redis instance
migrate(String, String, int, int, long) - Method in interface org.redisson.api.RKeysRx
Transfer object from source Redis instance to destination Redis instance
MIGRATE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
migrateAsync(String, int, int, long) - Method in interface org.redisson.api.RObjectAsync
Transfer object from source Redis instance to destination Redis instance in async mode
migrateAsync(String, String, int, int, long) - Method in interface org.redisson.api.RKeysAsync
Transfer object from source Redis instance to destination Redis instance
MIGRATING - Enum constant in enum class org.redisson.api.redisnode.SetSlotCommand
 
MILES - Enum constant in enum class org.redisson.api.GeoUnit
 
MILLISECONDS - Enum constant in enum class org.redisson.api.RateIntervalUnit
 
min(double) - Method in interface org.redisson.api.search.query.NumericFilter
Defines minimum value in numeric range inclusive
min(double) - Method in class org.redisson.api.search.query.NumericFilterParams
 
min(String) - Static method in interface org.redisson.api.search.aggregate.Reducer
 
MIN - Enum constant in enum class org.redisson.api.RScoredSortedSet.Aggregate
 
MIN - Static variable in class org.redisson.api.StreamMessageId
Defines minimal id.
minBytes - Variable in class org.apache.kafka.clients.consumer.internals.FetchConfig
 
minExclusive(double) - Method in interface org.redisson.api.search.query.NumericFilter
Defines minimum value in numeric range exclusive
minExclusive(double) - Method in class org.redisson.api.search.query.NumericFilterParams
 
minId(StreamMessageId) - Method in class org.redisson.api.stream.StreamAddParams
 
minId(StreamMessageId) - Static method in interface org.redisson.api.stream.StreamTrimArgs
Defines MINID strategy used for Stream trimming.
minId(StreamMessageId) - Method in class org.redisson.api.stream.StreamTrimParams
 
minId(StreamMessageId) - Method in interface org.redisson.api.stream.StreamTrimStrategyArgs
Defines MINID strategy used for Stream trimming.
MINIMAL_BASIC - Static variable in class com.rabbitmq.client.MessageProperties
Empty basic properties, with no fields set
MINIMAL_PERSISTENT_BASIC - Static variable in class com.rabbitmq.client.MessageProperties
Empty basic properties, with only deliveryMode set to 2 (persistent)
MINOR - Static variable in class com.rabbitmq.client.AMQP.PROTOCOL
 
MINUTES - Enum constant in enum class org.redisson.api.RateIntervalUnit
 
minVersion() - Method in class org.apache.kafka.clients.admin.SupportedVersionRange
 
minVersionLevel() - Method in class org.apache.kafka.clients.admin.FinalizedVersionRange
 
MissedHeartbeatException - Exception Class in com.rabbitmq.client
Encapsulates an exception indicating that the connection has missed too many heartbeats and is being shut down.
MissedHeartbeatException(String) - Constructor for exception class com.rabbitmq.client.MissedHeartbeatException
 
MockConsumer<K,V> - Class in org.apache.kafka.clients.consumer
A mock of the Consumer interface you can use for testing code that uses Kafka.
MockConsumer(OffsetResetStrategy) - Constructor for class org.apache.kafka.clients.consumer.MockConsumer
 
MockProducer<K,V> - Class in org.apache.kafka.clients.producer
A mock of the producer interface you can use for testing code that uses Kafka.
MockProducer() - Constructor for class org.apache.kafka.clients.producer.MockProducer
Create a new mock producer with invented metadata.
MockProducer(boolean, Partitioner, Serializer<K>, Serializer<V>) - Constructor for class org.apache.kafka.clients.producer.MockProducer
Create a new mock producer with invented metadata the given autoComplete setting, partitioner and key\value serializers.
MockProducer(boolean, Serializer<K>, Serializer<V>) - Constructor for class org.apache.kafka.clients.producer.MockProducer
Create a new mock producer with invented metadata the given autoComplete setting and key\value serializers.
MockProducer(Cluster, boolean, Partitioner, Serializer<K>, Serializer<V>) - Constructor for class org.apache.kafka.clients.producer.MockProducer
Create a mock producer
MockProducer(Cluster, boolean, Serializer<K>, Serializer<V>) - Constructor for class org.apache.kafka.clients.producer.MockProducer
Create a new mock producer with invented metadata the given autoComplete setting and key\value serializers.
mockRandom - Static variable in class org.apache.kafka.clients.producer.internals.BuiltInPartitioner
 
monthlyOnDayAndHourAndMinute(int, int, int) - Static method in class org.redisson.api.CronSchedule
Creates cron expression which schedule task execution every given day of the month at the given time
monthlyOnDayAndHourAndMinute(int, int, int, ZoneId) - Static method in class org.redisson.api.CronSchedule
Creates cron expression which schedule task execution every given day of the month at the given time in specified time-zone ID.
move(int) - Method in interface org.redisson.api.RObject
Move object to another database
move(int) - Method in interface org.redisson.api.RObjectReactive
Move object to another database in mode
move(int) - Method in interface org.redisson.api.RObjectRx
Move object to another database in mode
move(String, int) - Method in interface org.redisson.api.RKeys
Move object to another database
move(String, int) - Method in interface org.redisson.api.RKeysReactive
Move object to another database
move(String, int) - Method in interface org.redisson.api.RKeysRx
Move object to another database
move(String, V) - Method in interface org.redisson.api.RSet
Move a member from this set to the given destination set in.
move(String, V) - Method in interface org.redisson.api.RSetReactive
Move a member from this set to the given destination set in async mode.
move(String, V) - Method in interface org.redisson.api.RSetRx
Move a member from this set to the given destination set in async mode.
move(Duration, DequeMoveArgs) - Method in interface org.redisson.api.RBlockingDeque
 
move(DequeMoveArgs) - Method in interface org.redisson.api.RDeque
Move element from this deque to the given destination deque.
move(DequeMoveArgs) - Method in interface org.redisson.api.RDequeReactive
Move element from this deque to the given destination deque.
move(DequeMoveArgs) - Method in interface org.redisson.api.RDequeRx
Move element from this deque to the given destination deque.
MOVE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
moveAsync(int) - Method in interface org.redisson.api.RObjectAsync
Move object to another database in async mode
moveAsync(String, int) - Method in interface org.redisson.api.RKeysAsync
Move object to another database
moveAsync(String, V) - Method in interface org.redisson.api.RSetAsync
Move a member from this set to the given destination set in async mode.
moveAsync(Duration, DequeMoveArgs) - Method in interface org.redisson.api.RBlockingDequeAsync
 
moveAsync(DequeMoveArgs) - Method in interface org.redisson.api.RDequeAsync
Move element from this deque to the given destination deque.
MSET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
MSETNX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
MULTI - Enum constant in enum class org.redisson.api.RScript.ReturnType
 
MULTI - Static variable in interface org.redisson.client.protocol.RedisCommands
 
MultiDecoder<T> - Interface in org.redisson.client.protocol.decoder
 
multiple() - Method in class com.rabbitmq.client.AMQP.Basic.Ack.Builder
 
multiple() - Method in class com.rabbitmq.client.AMQP.Basic.Nack.Builder
 
multiple(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Ack.Builder
 
multiple(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Nack.Builder
 
multiplier(int) - Method in class org.redisson.api.LockOptions.ExponentialBackOff
Sets back off delay multiplier.
Multi-threaded Processing - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
MustBeInvokedByOverriders - Annotation Interface in org.jetbrains.annotations
The annotation should be applied to overridable non-abstract method and indicates that all the overriders must invoke this method via superclass method invocation expression.
mutates() - Element in annotation interface org.jetbrains.annotations.Contract
Contains a specifier which describes which method parameters can be mutated during the method call.
mutePartition(TopicPartition) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
 
MYSQL_PREFIX - Static variable in class fr.codinbox.connector.commons.utils.EnvUtils
Environment variable prefix for database connections.

N

Nack(long, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
Nack(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
name - Variable in class com.rabbitmq.client.impl.recovery.RecordedNamedEntity
 
name - Variable in class org.apache.kafka.clients.admin.internals.AdminApiDriver.RequestSpec
 
name - Variable in enum class org.apache.kafka.clients.consumer.GroupProtocol
String representation of the group protocol.
name() - Method in class org.apache.kafka.clients.admin.ClientMetricsResourceListing
 
name() - Method in class org.apache.kafka.clients.admin.ConfigEntry.ConfigSynonym
Returns the name of this configuration.
name() - Method in class org.apache.kafka.clients.admin.ConfigEntry
Return the config name.
name() - Method in class org.apache.kafka.clients.admin.NewTopic
The name of the topic to be created.
name() - Method in class org.apache.kafka.clients.admin.TopicDescription
The name of the topic.
name() - Method in class org.apache.kafka.clients.admin.TopicListing
The name of the topic.
name() - Method in class org.apache.kafka.clients.admin.UserScramCredentialsDescription
 
name() - Method in interface org.apache.kafka.clients.consumer.ConsumerPartitionAssignor
Unique name for this assignor (e.g.
name() - Method in class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
 
name() - Method in class org.apache.kafka.clients.consumer.RangeAssignor
 
name() - Method in class org.apache.kafka.clients.consumer.RoundRobinAssignor
 
name() - Method in class org.apache.kafka.clients.consumer.StickyAssignor
 
name(String) - Static method in interface org.redisson.api.options.CommonOptions
Creates options with the name of object instance
name(String) - Static method in interface org.redisson.api.options.ExecutorOptions
Creates options with the name of object instance
name(String) - Static method in interface org.redisson.api.options.JsonBucketOptions
Creates options with the name of object instance
name(String) - Static method in interface org.redisson.api.options.LocalCachedMapOptions
Creates options with the name of object instance
name(String) - Static method in interface org.redisson.api.options.MapCacheOptions
Creates options with the name of object instance
name(String) - Static method in interface org.redisson.api.options.MapOptions
Creates options with the name of object instance
name(String) - Static method in interface org.redisson.api.options.PlainOptions
Creates options with the name of object instance
name(String) - Static method in interface org.redisson.api.stream.StreamCreateGroupArgs
Defines name of group.
NameMapper - Interface in org.redisson.api
Maps Redisson object name.
names() - Method in class org.apache.kafka.clients.admin.ListTopicsResult
Return a future which yields a collection of topic names.
namesToListings() - Method in class org.apache.kafka.clients.admin.ListTopicsResult
Return a future which yields a map of topic names to TopicListing objects.
namingScheme() - Element in annotation interface org.redisson.api.annotation.REntity
(Optional) Live Object naming scheme.
namingScheme() - Element in annotation interface org.redisson.api.annotation.RObjectField
(Optional) Live Object naming scheme.
NatMapper - Interface in org.redisson.api
Maps RedisURI object.
needToDispatchIoError(SocketChannelFrameHandlerState) - Method in class com.rabbitmq.client.impl.nio.NioLoop
 
negotiateChannelMax(int, int) - Method in class com.rabbitmq.client.impl.AMQConnection
Private API, allows for easier simulation of bogus clients.
NettyHook - Interface in org.redisson.client
This interface allows to create hooks applied after Netty Bootstrap and Channel object initialization.
NETWORK_THREAD_PREFIX - Static variable in class org.apache.kafka.clients.producer.KafkaProducer
 
NetworkClientDelegate - Class in org.apache.kafka.clients.consumer.internals
A wrapper around the NetworkClient to handle network poll and send operations.
NetworkClientDelegate(Time, ConsumerConfig, LogContext, KafkaClient) - Constructor for class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
 
NetworkClientDelegate.FutureCompletionHandler - Class in org.apache.kafka.clients.consumer.internals
 
NetworkClientDelegate.PollResult - Class in org.apache.kafka.clients.consumer.internals
 
NetworkClientDelegate.UnsentRequest - Class in org.apache.kafka.clients.consumer.internals
 
NetworkConnection - Interface in com.rabbitmq.client.impl
 
NEVER_DELIVERED - Static variable in class org.redisson.api.StreamMessageId
Defines id to receive Stream entries never delivered to any other consumer.
neverDelivered() - Static method in interface org.redisson.api.stream.StreamReadGroupArgs
Defines to return messages of current Stream never delivered to any other consumer.
NEW_TOPICS_METADATA_UPDATE - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
newBatchCreated - Variable in class org.apache.kafka.clients.producer.internals.RecordAccumulator.RecordAppendResult
 
newChannel(Channel) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
newChannel(Channel) - Method in interface com.rabbitmq.client.MetricsCollector
 
newChannel(Channel) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
newConnection() - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection.
newConnection() - Method in class com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory
 
newConnection(Address[]) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection, picking the first available address from the list.
newConnection(Address[], String) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection with a client-provided name, picking the first available address from the list.
newConnection(AddressResolver) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection, picking the first available address from the list provided by the AddressResolver.
newConnection(Connection) - Method in class com.rabbitmq.client.impl.AbstractMetricsCollector
 
newConnection(Connection) - Method in interface com.rabbitmq.client.MetricsCollector
 
newConnection(Connection) - Method in class com.rabbitmq.client.NoOpMetricsCollector
 
newConnection(String) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection.
newConnection(ExecutorService) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection.
newConnection(ExecutorService, Address[]) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection, picking the first available address from the list.
newConnection(ExecutorService, Address[], String) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection with a client-provided name, picking the first available address from the list.
newConnection(ExecutorService, AddressResolver) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection, picking the first available address from the list provided by the AddressResolver.
newConnection(ExecutorService, AddressResolver, String) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection with a client-provided name, picking the first available address from the list provided by the AddressResolver.
newConnection(ExecutorService, String) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection.
newConnection(ExecutorService, List<Address>) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection, picking the first available address from the list.
newConnection(ExecutorService, List<Address>, String) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection with a client-provided name, picking the first available address from the list.
newConnection(List<Address>) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection, picking the first available address from the list.
newConnection(List<Address>, String) - Method in class com.rabbitmq.client.ConnectionFactory
Create a new broker connection with a client-provided name, picking the first available address from the list.
NEWEST - Static variable in class org.redisson.api.StreamMessageId
Defines id to receive Stream entries added since method invocation.
newFuture() - Static method in class org.apache.kafka.clients.admin.internals.ListTransactionsHandler
 
newFuture(String) - Static method in class org.apache.kafka.clients.admin.internals.AlterConsumerGroupOffsetsHandler
 
newFuture(String) - Static method in class org.apache.kafka.clients.admin.internals.DeleteConsumerGroupOffsetsHandler
 
newFuture(String) - Static method in class org.apache.kafka.clients.admin.internals.RemoveMembersFromConsumerGroupHandler
 
newFuture(Collection<String>) - Static method in class org.apache.kafka.clients.admin.internals.DeleteConsumerGroupsHandler
 
newFuture(Collection<String>) - Static method in class org.apache.kafka.clients.admin.internals.DescribeConsumerGroupsHandler
 
newFuture(Collection<String>) - Static method in class org.apache.kafka.clients.admin.internals.DescribeTransactionsHandler
 
newFuture(Collection<String>) - Static method in class org.apache.kafka.clients.admin.internals.FenceProducersHandler
 
newFuture(Collection<String>) - Static method in class org.apache.kafka.clients.admin.internals.ListConsumerGroupOffsetsHandler
 
newFuture(Collection<TopicPartition>) - Static method in class org.apache.kafka.clients.admin.internals.DeleteRecordsHandler
 
newFuture(Collection<TopicPartition>) - Static method in class org.apache.kafka.clients.admin.internals.DescribeProducersHandler
 
newFuture(Collection<TopicPartition>) - Static method in class org.apache.kafka.clients.admin.internals.ListOffsetsHandler
 
newFuture(Set<TopicPartition>) - Static method in class org.apache.kafka.clients.admin.internals.AbortTransactionHandler
 
newLinkedHashMap(int) - Static method in interface org.redisson.client.protocol.decoder.MultiDecoder
 
newMetadataRequestBuilder() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerMetadata
 
newMetadataRequestBuilder() - Method in class org.apache.kafka.clients.producer.internals.ProducerMetadata
 
newMetadataRequestBuilderForNewTopics() - Method in class org.apache.kafka.clients.producer.internals.ProducerMetadata
 
NewObjectListener - Interface in org.redisson.api.listener
Redisson Object Event listener for new object event published by Redis.
NewPartitionReassignment - Class in org.apache.kafka.clients.admin
A new partition reassignment, which can be applied via Admin.alterPartitionReassignments(Map, AlterPartitionReassignmentsOptions).
NewPartitionReassignment(List<Integer>) - Constructor for class org.apache.kafka.clients.admin.NewPartitionReassignment
 
NewPartitions - Class in org.apache.kafka.clients.admin
Describes new partitions for a particular topic in a call to Admin.createPartitions(Map).
newSecret(LongString) - Method in class com.rabbitmq.client.AMQP.Connection.UpdateSecret.Builder
 
newSecret(String) - Method in class com.rabbitmq.client.AMQP.Connection.UpdateSecret.Builder
 
newThread(ThreadFactory, Runnable, String) - Static method in class com.rabbitmq.client.impl.Environment
 
newThread(ThreadFactory, Runnable, String, boolean) - Static method in class com.rabbitmq.client.impl.Environment
 
NewTopic - Class in org.apache.kafka.clients.admin
A new topic to be created via Admin.createTopics(Collection).
NewTopic(String, int, short) - Constructor for class org.apache.kafka.clients.admin.NewTopic
A new topic with the specified replication factor and number of partitions.
NewTopic(String, Map<Integer, List<Integer>>) - Constructor for class org.apache.kafka.clients.admin.NewTopic
A new topic with the specified replica assignment configuration.
NewTopic(String, Optional<Integer>, Optional<Short>) - Constructor for class org.apache.kafka.clients.admin.NewTopic
A new topic that optionally defaults numPartitions and replicationFactor to the broker configurations for num.partitions and default.replication.factor respectively.
NewTopicsMetadataUpdateRequestEvent - Class in org.apache.kafka.clients.consumer.internals.events
 
NewTopicsMetadataUpdateRequestEvent() - Constructor for class org.apache.kafka.clients.consumer.internals.events.NewTopicsMetadataUpdateRequestEvent
 
next() - Method in interface org.redisson.api.AsyncIterator
Returns next element or NoSuchElementException if no more elements available.
nextAllowedTryMs - Variable in class org.apache.kafka.clients.admin.internals.AdminApiDriver.RequestSpec
 
nextDelivery() - Method in interface com.rabbitmq.client.RpcServer.RpcConsumer
 
nextExpiryTimeMs() - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
The earliest absolute time a batch will expire (in milliseconds)
nextId() - Method in interface org.redisson.api.RIdGenerator
Returns next unique number but not monotonically increased
nextId() - Method in interface org.redisson.api.RIdGeneratorReactive
Returns next unique number but not monotonically increased
nextId() - Method in interface org.redisson.api.RIdGeneratorRx
Returns next unique number but not monotonically increased
nextIdAsync() - Method in interface org.redisson.api.RIdGeneratorAsync
Returns next unique number but not monotonically increased
nextOutstandingRpc() - Method in class com.rabbitmq.client.impl.AMQChannel
 
nextPartition(String, Cluster, int) - Method in class org.apache.kafka.clients.producer.internals.StickyPartitionCache
 
nextReadyCheckDelayMs - Variable in class org.apache.kafka.clients.producer.internals.RecordAccumulator.ReadyCheckResult
 
nextWorkBlock(Collection<W>, int) - Method in class com.rabbitmq.client.impl.WorkPool
Return the next ready client, and transfer a collection of that client's items to process.
NIO - Enum constant in enum class org.redisson.config.TransportMode
Use NIO transport.
NIO_NB_IO_THREADS - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
NIO_READ_BYTE_BUFFER_SIZE - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
NIO_WRITE_BYTE_BUFFER_SIZE - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
NIO_WRITE_ENQUEUING_TIMEOUT_IN_MS - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
NIO_WRITE_QUEUE_CAPACITY - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
NioContext - Class in com.rabbitmq.client.impl.nio
Context when creating resources for a NIO-based connection.
NioHelper - Class in com.rabbitmq.client.impl.nio
 
NioHelper() - Constructor for class com.rabbitmq.client.impl.nio.NioHelper
 
NioLoop - Class in com.rabbitmq.client.impl.nio
Logic of the NIO loop.
NioLoop(NioParams, NioLoopContext) - Constructor for class com.rabbitmq.client.impl.nio.NioLoop
 
NioLoopContext - Class in com.rabbitmq.client.impl.nio
 
NioLoopContext(SocketChannelFrameHandlerFactory, NioParams) - Constructor for class com.rabbitmq.client.impl.nio.NioLoopContext
 
NioParams - Class in com.rabbitmq.client.impl.nio
Parameters used to configure the NIO mode of a ConnectionFactory.
NioParams() - Constructor for class com.rabbitmq.client.impl.nio.NioParams
 
NioParams(NioParams) - Constructor for class com.rabbitmq.client.impl.nio.NioParams
 
NioQueue - Interface in com.rabbitmq.client.impl.nio
Contract to exchange frame between application threads and NIO thread.
Nls - Annotation Interface in org.jetbrains.annotations
Specifies that an element of the program is a user-visible string which needs to be localized.
Nls.Capitalization - Enum Class in org.jetbrains.annotations
 
NO_CLUSTER - Enum constant in enum class org.redisson.api.FunctionLibrary.Flag
 
NO_CONSUMERS - Static variable in interface com.rabbitmq.client.AMQP
 
NO_GENERATION - Static variable in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.Generation
 
NO_OP - Static variable in interface com.rabbitmq.client.TrafficListener
NO_RETRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
NO_RETRY_COMMANDS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
NO_ROUTE - Static variable in interface com.rabbitmq.client.AMQP
 
NO_RPC_TIMEOUT - Static variable in class com.rabbitmq.client.impl.AMQChannel
 
NO_TIMEOUT - Static variable in class com.rabbitmq.client.RpcClient
NO_TIMEOUT value must match convention on BlockingCell.uninterruptibleGet(int)
NO_TIMESTAMP - Static variable in class org.apache.kafka.clients.consumer.ConsumerRecord
 
NO_WRITES - Enum constant in enum class org.redisson.api.FunctionLibrary.Flag
 
noAck() - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
noAck() - Method in class com.rabbitmq.client.AMQP.Basic.Get.Builder
 
noAck() - Method in class org.redisson.api.RemoteInvocationOptions
Specifies to not wait for ACK reply
noAck() - Method in interface org.redisson.api.stream.StreamMultiReadGroupArgs
Defines avoid of adding messages to Pending Entries List.
noAck() - Method in class org.redisson.api.stream.StreamMultiReadGroupParams
 
noAck() - Method in interface org.redisson.api.stream.StreamReadGroupArgs
Defines avoid of adding messages to Pending Entries List.
noAck() - Method in class org.redisson.api.stream.StreamReadGroupParams
 
noAck(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
noAck(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Get.Builder
 
NoAvailableBrokersException - Exception Class in org.apache.kafka.clients.consumer.internals
No brokers were available to complete a request.
NoAvailableBrokersException() - Constructor for exception class org.apache.kafka.clients.consumer.internals.NoAvailableBrokersException
 
noBrokersAvailable() - Static method in class org.apache.kafka.clients.consumer.internals.RequestFuture
 
noContent(boolean) - Method in class org.redisson.api.search.query.QueryOptions
 
Node - Interface in org.redisson.api
Deprecated.
NODE - Enum constant in enum class org.redisson.api.redisnode.SetSlotCommand
 
Node.InfoSection - Enum Class in org.redisson.api
Deprecated.
 
NodeAsync - Interface in org.redisson.api
Deprecated.
nodeById(int) - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager
 
NodeListener - Interface in org.redisson.api
 
nodes() - Method in class org.apache.kafka.clients.admin.DescribeClusterResult
Returns a future which yields a collection of nodes.
NodesGroup<N> - Interface in org.redisson.api
Deprecated.
nodesWithPendingFetchRequests - Variable in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
NodeType - Enum Class in org.redisson.api
 
nodeUnavailable(Node) - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
Check if the code is disconnected and unavailable for immediate reconnection (i.e.
noFields(boolean) - Method in class org.redisson.api.search.index.IndexOptions
 
noFreqs(boolean) - Method in class org.redisson.api.search.index.IndexOptions
 
noHL(boolean) - Method in class org.redisson.api.search.index.IndexOptions
 
noIndex() - Method in interface org.redisson.api.search.index.GeoIndex
Defines to not index this attribute
noIndex() - Method in class org.redisson.api.search.index.GeoIndexParams
 
noIndex() - Method in interface org.redisson.api.search.index.NumericIndex
Defines to not index this attribute
noIndex() - Method in class org.redisson.api.search.index.NumericIndexParams
 
noIndex() - Method in interface org.redisson.api.search.index.TagIndex
Defines to not index this attribute
noIndex() - Method in class org.redisson.api.search.index.TagIndexParams
 
noIndex() - Method in interface org.redisson.api.search.index.TextIndex
Defines to not index this attribute
noIndex() - Method in class org.redisson.api.search.index.TextIndexParams
 
noLimit() - Method in class org.redisson.api.stream.StreamAddParams
 
noLimit() - Method in interface org.redisson.api.stream.StreamTrimLimitArgs
Defines no limit of evicted objects for trim command.
noLimit() - Method in class org.redisson.api.stream.StreamTrimParams
 
noLocal() - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
noLocal(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
noMakeStream() - Method in interface org.redisson.api.stream.StreamAddArgs
Define to not create stream automatically if it doesn't exist.
noMakeStream() - Method in class org.redisson.api.stream.StreamAddParams
 
NonBlocking - Annotation Interface in org.jetbrains.annotations
Indicates that the annotated method is inherently non-blocking and can be executed in a non-blocking context.
NonBlockingExecutor - Annotation Interface in org.jetbrains.annotations
Indicates that the annotated executor (CoroutineContext, Scheduler) does not allow blocking methods execution.
NONE - Enum constant in enum class org.apache.kafka.clients.consumer.OffsetResetStrategy
 
NONE - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.EvictionPolicy
Deprecated.
Local cache without eviction.
NONE - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.ReconnectionStrategy
Deprecated.
No reconnect handling.
NONE - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.SyncStrategy
Deprecated.
No synchronizations on map changes.
NONE - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.EvictionPolicy
Local cache without eviction.
NONE - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.ReconnectionStrategy
No reconnect handling.
NONE - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.SyncStrategy
No synchronizations on map changes.
NonNls - Annotation Interface in org.jetbrains.annotations
Specifies that an element of the program is not a user-visible string which needs to be localized, or does not contain such strings.
NoOffsetForPartitionException - Exception Class in org.apache.kafka.clients.consumer
Indicates that there is no stored offset for a partition and no defined offset reset policy.
NoOffsetForPartitionException(Collection<TopicPartition>) - Constructor for exception class org.apache.kafka.clients.consumer.NoOffsetForPartitionException
 
NoOffsetForPartitionException(TopicPartition) - Constructor for exception class org.apache.kafka.clients.consumer.NoOffsetForPartitionException
 
noOffsets(boolean) - Method in class org.redisson.api.search.index.IndexOptions
 
NoOpMetricsCollector - Class in com.rabbitmq.client
 
NoOpMetricsCollector() - Constructor for class com.rabbitmq.client.NoOpMetricsCollector
 
noResult() - Method in class org.redisson.api.RemoteInvocationOptions
Specifies to not wait for result
NORMALIZED - Enum constant in enum class org.redisson.api.search.index.SortMode
 
noStem() - Method in interface org.redisson.api.search.index.TextIndex
Defines whether to disable stemming when indexing its values.
noStem() - Method in class org.redisson.api.search.index.TextIndexParams
 
noStopwords(boolean) - Method in class org.redisson.api.search.query.QueryOptions
 
not() - Method in interface org.redisson.api.RBitSet
Executes NOT operation over all bits
not() - Method in interface org.redisson.api.RBitSetReactive
Executes NOT operation over all bits
not() - Method in interface org.redisson.api.RBitSetRx
Executes NOT operation over all bits
NOT_ALLOWED - Static variable in interface com.rabbitmq.client.AMQP
 
NOT_EXISTS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
NOT_FOUND - Static variable in interface com.rabbitmq.client.AMQP
 
NOT_IMPLEMENTED - Static variable in interface com.rabbitmq.client.AMQP
 
notAsync() - Method in interface org.redisson.api.RBitSetAsync
Executes NOT operation over all bits
notifyListeners() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
notifyListeners() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
notifyListeners() - Method in class com.rabbitmq.client.impl.ShutdownNotifierComponent
 
notifyListeners() - Method in interface com.rabbitmq.client.ShutdownNotifier
Protected API - notify the listeners attached to the component
notifyOutstandingRpc(ShutdownSignalException) - Method in class com.rabbitmq.client.impl.AMQChannel
 
NotNull - Annotation Interface in org.jetbrains.annotations
An element annotated with NotNull claims null value is forbidden to return (for methods), pass to (parameters) and hold (local variables and fields).
NotSpecified - Enum constant in enum class org.jetbrains.annotations.Nls.Capitalization
 
nowait() - Method in class com.rabbitmq.client.AMQP.Basic.Cancel.Builder
 
nowait() - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
nowait() - Method in class com.rabbitmq.client.AMQP.Confirm.Select.Builder
 
nowait() - Method in class com.rabbitmq.client.AMQP.Exchange.Bind.Builder
 
nowait() - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
nowait() - Method in class com.rabbitmq.client.AMQP.Exchange.Delete.Builder
 
nowait() - Method in class com.rabbitmq.client.AMQP.Exchange.Unbind.Builder
 
nowait() - Method in class com.rabbitmq.client.AMQP.Queue.Bind.Builder
 
nowait() - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
nowait() - Method in class com.rabbitmq.client.AMQP.Queue.Delete.Builder
 
nowait() - Method in class com.rabbitmq.client.AMQP.Queue.Purge.Builder
 
nowait(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Cancel.Builder
 
nowait(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
nowait(boolean) - Method in class com.rabbitmq.client.AMQP.Confirm.Select.Builder
 
nowait(boolean) - Method in class com.rabbitmq.client.AMQP.Exchange.Bind.Builder
 
nowait(boolean) - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
nowait(boolean) - Method in class com.rabbitmq.client.AMQP.Exchange.Delete.Builder
 
nowait(boolean) - Method in class com.rabbitmq.client.AMQP.Exchange.Unbind.Builder
 
nowait(boolean) - Method in class com.rabbitmq.client.AMQP.Queue.Bind.Builder
 
nowait(boolean) - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
nowait(boolean) - Method in class com.rabbitmq.client.AMQP.Queue.Delete.Builder
 
nowait(boolean) - Method in class com.rabbitmq.client.AMQP.Queue.Purge.Builder
 
NULL_CHECKSUM - Static variable in class org.apache.kafka.clients.consumer.ConsumerRecord
Deprecated.
checksums are no longer exposed by this class, this constant will be removed in Apache Kafka 4.0 (deprecated since 3.0).
NULL_SIZE - Static variable in class org.apache.kafka.clients.consumer.ConsumerRecord
 
Nullable - Annotation Interface in org.jetbrains.annotations
An element annotated with Nullable claims null value is perfectly valid to return (for methods), pass to (parameters) or hold in (local variables and fields).
NUMBER - Enum constant in enum class org.redisson.api.JsonType
 
NumberConvertor - Class in org.redisson.client.protocol.convertor
 
NumberConvertor(Class<?>) - Constructor for class org.redisson.client.protocol.convertor.NumberConvertor
 
numeric(String) - Static method in interface org.redisson.api.search.index.FieldIndex
Returns numeric field index
numeric(String) - Static method in interface org.redisson.api.search.query.QueryFilter
Returns numeric filter by defined field name
NumericFilter - Interface in org.redisson.api.search.query
Numeric filter for QueryOptions.filters(QueryFilter...) method
NumericFilterMax - Interface in org.redisson.api.search.query
 
NumericFilterParams - Class in org.redisson.api.search.query
 
NumericIndex - Interface in org.redisson.api.search.index
Numeric field index options.
NumericIndexParams - Class in org.redisson.api.search.index
 
numPartitions() - Method in class org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
 
numPartitions() - Method in class org.apache.kafka.clients.admin.NewTopic
The number of partitions for the new topic or -1 if a replica assignment has been specified.
numPartitions(String) - Method in class org.apache.kafka.clients.admin.CreateTopicsResult
Returns a future that provides number of partitions in the topic when the request completes.
numRecords() - Method in class org.apache.kafka.clients.consumer.internals.Fetch
 

O

1. One Consumer Per Thread - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
OAuth2ClientCredentialsGrantCredentialsProvider - Class in com.rabbitmq.client.impl
A CredentialsProvider that performs an OAuth 2 Client Credentials flow to retrieve a token.
OAuth2ClientCredentialsGrantCredentialsProvider(String, String, String, String) - Constructor for class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
OAuth2ClientCredentialsGrantCredentialsProvider(String, String, String, String, Map<String, String>) - Constructor for class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
OAuth2ClientCredentialsGrantCredentialsProvider(String, String, String, String, Map<String, String>, Consumer<HttpURLConnection>) - Constructor for class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
OAuth2ClientCredentialsGrantCredentialsProvider(String, String, String, String, Map<String, String>, HostnameVerifier, SSLSocketFactory) - Constructor for class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
OAuth2ClientCredentialsGrantCredentialsProvider(String, String, String, String, Map<String, String>, HostnameVerifier, SSLSocketFactory, Consumer<HttpURLConnection>) - Constructor for class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
OAuth2ClientCredentialsGrantCredentialsProvider(String, String, String, String, HostnameVerifier, SSLSocketFactory) - Constructor for class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder - Class in com.rabbitmq.client.impl
OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration - Class in com.rabbitmq.client.impl
OAuth2ClientCredentialsGrantCredentialsProvider.Token - Class in com.rabbitmq.client.impl
 
OAuth2ClientCredentialsGrantCredentialsProviderBuilder() - Constructor for class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder
 
OAuthTokenManagementException - Exception Class in com.rabbitmq.client.impl
 
OAuthTokenManagementException(String) - Constructor for exception class com.rabbitmq.client.impl.OAuthTokenManagementException
 
OAuthTokenManagementException(String, Throwable) - Constructor for exception class com.rabbitmq.client.impl.OAuthTokenManagementException
 
OBJECT - Enum constant in enum class org.redisson.api.JsonType
 
OBJECT - Enum constant in enum class org.redisson.api.RType
 
OBJECT_IDLETIME - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ObjectDecoder<T> - Class in org.redisson.client.protocol.decoder
 
ObjectDecoder(Decoder<T>) - Constructor for class org.redisson.client.protocol.decoder.ObjectDecoder
 
ObjectFirstScoreReplayDecoder - Class in org.redisson.client.protocol.decoder
 
ObjectFirstScoreReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.ObjectFirstScoreReplayDecoder
 
ObjectListener - Interface in org.redisson.api
Redisson Object Event listener for Expired or Deleted event.
ObjectListReplayDecoder<T> - Class in org.redisson.client.protocol.decoder
 
ObjectListReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.ObjectListReplayDecoder
 
ObjectListReplayDecoder(boolean) - Constructor for class org.redisson.client.protocol.decoder.ObjectListReplayDecoder
 
ObjectListReplayDecoder(boolean, Decoder<Object>) - Constructor for class org.redisson.client.protocol.decoder.ObjectListReplayDecoder
 
ObjectMapDecoder - Class in org.redisson.client.protocol.decoder
 
ObjectMapDecoder(boolean) - Constructor for class org.redisson.client.protocol.decoder.ObjectMapDecoder
 
ObjectMapEntryReplayDecoder - Class in org.redisson.client.protocol.decoder
 
ObjectMapEntryReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.ObjectMapEntryReplayDecoder
 
ObjectMapReplayDecoder<K,V> - Class in org.redisson.client.protocol.decoder
 
ObjectMapReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.ObjectMapReplayDecoder
 
ObjectMapReplayDecoder(boolean, Codec) - Constructor for class org.redisson.client.protocol.decoder.ObjectMapReplayDecoder
 
ObjectMapReplayDecoder(Codec) - Constructor for class org.redisson.client.protocol.decoder.ObjectMapReplayDecoder
 
ObjectMapReplayDecoder2 - Class in org.redisson.client.protocol.decoder
 
ObjectMapReplayDecoder2() - Constructor for class org.redisson.client.protocol.decoder.ObjectMapReplayDecoder2
 
ObjectParams - Interface in org.redisson.api.options
 
ObjectSetReplayDecoder<T> - Class in org.redisson.client.protocol.decoder
 
ObjectSetReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.ObjectSetReplayDecoder
 
observationCollector - Variable in class com.rabbitmq.client.impl.AMQConnection
 
observationCollector - Variable in class com.rabbitmq.client.impl.ChannelManager
 
observers() - Method in class org.apache.kafka.clients.admin.QuorumInfo
 
of(String) - Static method in enum class org.apache.kafka.clients.consumer.GroupProtocol
Case-insensitive group protocol lookup by string name.
of(String) - Static method in class org.redisson.api.CronSchedule
Creates cron expression object with defined expression string
of(String, ZoneId) - Static method in class org.redisson.api.CronSchedule
Creates cron expression object with defined expression string and time-zone ID
OFF - Enum constant in enum class org.redisson.config.ShardedSubscriptionMode
Don't use sharded pubsub.
offer(WriteRequest) - Method in class com.rabbitmq.client.impl.nio.BlockingQueueNioQueue
 
offer(WriteRequest) - Method in interface com.rabbitmq.client.impl.nio.NioQueue
Enqueue a frame, block if the queue is full.
offer(E) - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
Inserts the specified element at the tail of this queue if possible, returning immediately if this queue is full.
offer(E, long, TimeUnit) - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
Inserts the specified element at the tail of this queue, waiting if necessary up to the specified wait time for space to become available.
offer(V) - Method in interface org.redisson.api.RQueueReactive
Inserts the specified element into this queue.
offer(V) - Method in interface org.redisson.api.RQueueRx
Inserts the specified element into this queue.
offer(V, long, TimeUnit) - Method in interface org.redisson.api.RDelayedQueue
Inserts element into this queue with specified transfer delay to destination queue.
offerAsync(V) - Method in interface org.redisson.api.RQueueAsync
Inserts the specified element into this queue.
offerAsync(V, long, TimeUnit) - Method in interface org.redisson.api.RBoundedBlockingQueueAsync
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available.
offerAsync(V, long, TimeUnit) - Method in interface org.redisson.api.RDelayedQueue
Inserts element into this queue with specified transfer delay to destination queue.
offerFirst(V) - Method in interface org.redisson.api.RDequeReactive
Adds element at the head of this deque.
offerFirst(V) - Method in interface org.redisson.api.RDequeRx
Adds element at the head of this deque.
offerFirstAsync(V) - Method in interface org.redisson.api.RDequeAsync
Adds element at the head of this deque.
offerLast(V) - Method in interface org.redisson.api.RDequeReactive
Adds element at the tail of this deque.
offerLast(V) - Method in interface org.redisson.api.RDequeRx
Adds element at the tail of this deque.
offerLastAsync(V) - Method in interface org.redisson.api.RDequeAsync
Adds element at the tail of this deque.
offset - Variable in class org.apache.kafka.clients.consumer.internals.SubscriptionState.FetchPosition
 
offset() - Method in class org.apache.kafka.clients.admin.ListOffsetsResult.ListOffsetsResultInfo
 
offset() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
The position of this record in the corresponding Kafka partition.
offset() - Method in class org.apache.kafka.clients.consumer.OffsetAndMetadata
 
offset() - Method in class org.apache.kafka.clients.consumer.OffsetAndTimestamp
 
offset() - Method in class org.apache.kafka.clients.producer.RecordMetadata
The offset of the record in the topic/partition.
OffsetAndMetadata - Class in org.apache.kafka.clients.consumer
The Kafka offset commit API allows users to provide additional metadata (in the form of a string) when an offset is committed.
OffsetAndMetadata(long) - Constructor for class org.apache.kafka.clients.consumer.OffsetAndMetadata
Construct a new OffsetAndMetadata object for committing through KafkaConsumer.
OffsetAndMetadata(long, String) - Constructor for class org.apache.kafka.clients.consumer.OffsetAndMetadata
Construct a new OffsetAndMetadata object for committing through KafkaConsumer.
OffsetAndMetadata(long, Optional<Integer>, String) - Constructor for class org.apache.kafka.clients.consumer.OffsetAndMetadata
Construct a new OffsetAndMetadata object for committing through KafkaConsumer.
OffsetAndTimestamp - Class in org.apache.kafka.clients.consumer
A container class for offset and timestamp.
OffsetAndTimestamp(long, long) - Constructor for class org.apache.kafka.clients.consumer.OffsetAndTimestamp
 
OffsetAndTimestamp(long, long, Optional<Integer>) - Constructor for class org.apache.kafka.clients.consumer.OffsetAndTimestamp
 
OffsetCommitCallback - Interface in org.apache.kafka.clients.consumer
A callback interface that the user can implement to trigger custom actions when a commit request completes.
OffsetFetcher - Class in org.apache.kafka.clients.consumer.internals
OffsetFetcher is responsible for fetching the offsets for a given set of topic and partition pairs and for validation and resetting of positions, as needed.
OffsetFetcher(LogContext, ConsumerNetworkClient, ConsumerMetadata, SubscriptionState, Time, long, long, IsolationLevel, ApiVersions) - Constructor for class org.apache.kafka.clients.consumer.internals.OffsetFetcher
 
offsetLag() - Method in class org.apache.kafka.clients.admin.ReplicaInfo
The lag of the log's LEO with respect to the partition's high watermark (if it is the current log for the partition) or the current replica's LEO (if it is the future log for the partition).
OffsetOutOfRangeException - Exception Class in org.apache.kafka.clients.consumer
No reset policy has been defined, and the offsets for these partitions are either larger or smaller than the range of offsets the server has for the given partition.
OffsetOutOfRangeException(String, Map<TopicPartition, Long>) - Constructor for exception class org.apache.kafka.clients.consumer.OffsetOutOfRangeException
 
OffsetOutOfRangeException(Map<TopicPartition, Long>) - Constructor for exception class org.apache.kafka.clients.consumer.OffsetOutOfRangeException
 
offsetOutOfRangePartitions() - Method in exception class org.apache.kafka.clients.consumer.OffsetOutOfRangeException
Get a map of the topic partitions and the respective out-of-range fetch offsets.
OffsetResetStrategy - Enum Class in org.apache.kafka.clients.consumer
 
offsets() - Method in class org.apache.kafka.clients.consumer.internals.events.AssignmentChangeApplicationEvent
 
offsets() - Method in class org.apache.kafka.clients.consumer.internals.events.CommitApplicationEvent
 
Offsets and Consumer Position - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
OffsetsForLeaderEpochClient - Class in org.apache.kafka.clients.consumer.internals
Convenience class for making asynchronous requests to the OffsetsForLeaderEpoch API
OffsetsForLeaderEpochUtils - Class in org.apache.kafka.clients.consumer.internals
Utility methods for preparing requests to the OffsetsForLeaderEpoch API and handling responses.
offsetsForTimes(Map<TopicPartition, Long>) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
offsetsForTimes(Map<TopicPartition, Long>) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
offsetsForTimes(Map<TopicPartition, Long>) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
offsetsForTimes(Map<TopicPartition, Long>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Look up the offsets for the given partitions by timestamp.
offsetsForTimes(Map<TopicPartition, Long>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
offsetsForTimes(Map<TopicPartition, Long>, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
offsetsForTimes(Map<TopicPartition, Long>, Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
offsetsForTimes(Map<TopicPartition, Long>, Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
offsetsForTimes(Map<TopicPartition, Long>, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Look up the offsets for the given partitions by timestamp.
offsetsForTimes(Map<TopicPartition, Long>, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
offsetsForTimes(Map<TopicPartition, Long>, Timer) - Method in class org.apache.kafka.clients.consumer.internals.OffsetFetcher
 
OffsetSpec - Class in org.apache.kafka.clients.admin
This class allows to specify the desired offsets when using KafkaAdminClient.listOffsets(Map, ListOffsetsOptions)
OffsetSpec() - Constructor for class org.apache.kafka.clients.admin.OffsetSpec
 
OffsetSpec.EarliestSpec - Class in org.apache.kafka.clients.admin
 
OffsetSpec.LatestSpec - Class in org.apache.kafka.clients.admin
 
OffsetSpec.MaxTimestampSpec - Class in org.apache.kafka.clients.admin
 
OffsetSpec.TimestampSpec - Class in org.apache.kafka.clients.admin
 
offsetsRequestManager - Variable in class org.apache.kafka.clients.consumer.internals.RequestManagers
 
OffsetsRequestManager - Class in org.apache.kafka.clients.consumer.internals
Manager responsible for building the following requests to retrieve partition offsets, and processing its responses.
OffsetsRequestManager(SubscriptionState, ConsumerMetadata, IsolationLevel, Time, long, long, ApiVersions, NetworkClientDelegate, BackgroundEventHandler, LogContext) - Constructor for class org.apache.kafka.clients.consumer.internals.OffsetsRequestManager
 
on(IndexType) - Method in class org.redisson.api.search.index.IndexOptions
 
ON - Enum constant in enum class org.redisson.config.ShardedSubscriptionMode
Use sharded pubsub.
ON_PARTITIONS_ASSIGNED - Enum constant in enum class org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerMethodName
 
ON_PARTITIONS_LOST - Enum constant in enum class org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerMethodName
 
ON_PARTITIONS_REVOKED - Enum constant in enum class org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerMethodName
 
onAcknowledgement(RecordMetadata, Exception) - Method in class org.apache.kafka.clients.producer.internals.ProducerInterceptors
This method is called when the record sent to the server has been acknowledged, or when sending the record fails before it gets sent to the server.
onAcknowledgement(RecordMetadata, Exception) - Method in interface org.apache.kafka.clients.producer.ProducerInterceptor
This method is called when the record sent to the server has been acknowledged, or when sending the record fails before it gets sent to the server.
onAdd(String) - Method in interface org.redisson.api.listener.ScoredSortedSetAddListener
Invoked when entry added to RScoredSortedSet object
onAdd(String) - Method in interface org.redisson.api.listener.SetAddListener
Invoked when value added to RSet object
onAdd(String) - Method in interface org.redisson.api.listener.StreamAddListener
Invoked when a new entry is added to RStream object
onAssignment(ConsumerPartitionAssignor.Assignment, ConsumerGroupMetadata) - Method in interface org.apache.kafka.clients.consumer.ConsumerPartitionAssignor
Callback which is invoked when a group member receives its assignment from the leader.
onAssignment(ConsumerPartitionAssignor.Assignment, ConsumerGroupMetadata) - Method in class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
 
onAssignment(ConsumerPartitionAssignor.Assignment, ConsumerGroupMetadata) - Method in class org.apache.kafka.clients.consumer.StickyAssignor
 
onChange(String) - Method in interface org.redisson.api.listener.IncrByListener
Invoked on counter change event
onChange(String) - Method in interface org.redisson.api.listener.TrackingListener
Invoked when a Redisson object was changed
onCommandFailed(Throwable) - Method in class org.redisson.client.FailedCommandsDetector
 
onCommandFailed(Throwable) - Method in class org.redisson.client.FailedCommandsTimeoutDetector
 
onCommandFailed(Throwable) - Method in class org.redisson.client.FailedConnectionDetector
 
onCommandFailed(Throwable) - Method in interface org.redisson.client.FailedNodeDetector
 
onCommandSuccessful() - Method in class org.redisson.client.FailedCommandsDetector
 
onCommandSuccessful() - Method in class org.redisson.client.FailedConnectionDetector
 
onCommandSuccessful() - Method in interface org.redisson.client.FailedNodeDetector
 
onCommit(Map<TopicPartition, OffsetAndMetadata>) - Method in interface org.apache.kafka.clients.consumer.ConsumerInterceptor
This is called when offsets get committed.
onCommit(Map<TopicPartition, OffsetAndMetadata>) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerInterceptors
This is called when commit request returns successfully from the broker.
onComplete(BiConsumer<? super V, ? super Throwable>) - Method in interface org.redisson.api.RFuture
Deprecated.
onComplete(Map<TopicPartition, OffsetAndMetadata>, Exception) - Method in interface org.apache.kafka.clients.consumer.OffsetCommitCallback
A callback method the user can implement to provide asynchronous handling of commit request completion.
onComplete(ClientResponse) - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.FutureCompletionHandler
 
onCompletion(RecordMetadata, Exception) - Method in interface org.apache.kafka.clients.producer.Callback
A callback method the user can implement to provide asynchronous handling of request completion.
onCompletion(RecordMetadata, Exception) - Method in class org.apache.kafka.clients.producer.internals.ErrorLoggingCallback
 
onConnect(RedisClient) - Method in interface org.redisson.api.NodeListener
 
onConnectFailed() - Method in class org.redisson.client.FailedCommandsDetector
 
onConnectFailed() - Method in class org.redisson.client.FailedConnectionDetector
 
onConnectFailed() - Method in interface org.redisson.client.FailedNodeDetector
 
onConnectSuccessful() - Method in class org.redisson.client.FailedCommandsDetector
 
onConnectSuccessful() - Method in class org.redisson.client.FailedConnectionDetector
 
onConnectSuccessful() - Method in interface org.redisson.client.FailedNodeDetector
 
onConsume(ConsumerRecords<K, V>) - Method in interface org.apache.kafka.clients.consumer.ConsumerInterceptor
This is called just before the records are returned by KafkaConsumer.poll(java.time.Duration)
onConsume(ConsumerRecords<K, V>) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerInterceptors
This is called when the records are about to be returned to the user.
onCreateConsumer(String) - Method in interface org.redisson.api.listener.StreamCreateConsumerListener
Invoked when a Stream Consumer is created
onCreated(EntryEvent<K, V>) - Method in interface org.redisson.api.map.event.EntryCreatedListener
 
onCreateGroup(String) - Method in interface org.redisson.api.listener.StreamCreateGroupListener
Invoked when a Stream Group is created
onDeleted(String) - Method in interface org.redisson.api.DeletedObjectListener
Invoked on deleted event
onDisconnect(RedisClient) - Method in interface org.redisson.api.NodeListener
 
onError(Channel, String) - Method in class org.redisson.client.handler.CommandDecoder
 
onError(Channel, String) - Method in class org.redisson.client.handler.CommandPubSubDecoder
 
onExpired(String) - Method in interface org.redisson.api.ExpiredObjectListener
Invoked on expired event
onExpired(EntryEvent<K, V>) - Method in interface org.redisson.api.map.event.EntryExpiredListener
 
onFailed(String, Throwable) - Method in interface org.redisson.api.executor.TaskFailureListener
Invoked when task was failed during execution
onFailure(long, RuntimeException) - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.FutureCompletionHandler
 
onFailure(long, AdminApiDriver.RequestSpec<K>, Throwable) - Method in class org.apache.kafka.clients.admin.internals.AdminApiDriver
Callback that is invoked when a `Call` is failed.
onFailure(RuntimeException) - Method in interface org.apache.kafka.clients.consumer.internals.RequestFutureListener
 
onFailure(RuntimeException, RequestFuture<T>) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.CoordinatorResponseHandler
 
onFailure(RuntimeException, RequestFuture<T>) - Method in class org.apache.kafka.clients.consumer.internals.RequestFutureAdapter
 
onFinished(String) - Method in interface org.redisson.api.executor.TaskFinishedListener
Invoked when task finished
onFlush(InetSocketAddress) - Method in interface org.redisson.api.listener.FlushListener
Invoked when `flushdb` or `flushall` command was executed on Redis node.
ONGOING - Enum constant in enum class org.apache.kafka.clients.admin.TransactionState
 
onHeartbeatRequestSent() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
Update state when a heartbeat is sent out.
onHeartbeatRequestSent() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
Update state when a heartbeat is sent out.
onHeartbeatRequestSkipped() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
Transition out of the MemberState.LEAVING state even if the heartbeat was not sent .
onHeartbeatRequestSkipped() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
Transition out of the MemberState.LEAVING state even if the heartbeat was not sent .
onHeartbeatResponseReceived(ConsumerGroupHeartbeatResponseData) - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
Update member info and transition member state based on a successful heartbeat response.
onHeartbeatResponseReceived(ConsumerGroupHeartbeatResponseData) - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
Update member info and transition member state based on a successful heartbeat response.
onInvalidate(K, V) - Method in interface org.redisson.api.listener.LocalCacheInvalidateListener
Invoked on event of map entry invalidation
onJoinComplete(int, String, String, ByteBuffer) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Invoked when a group member has successfully joined a group.
onJoinComplete(int, String, String, ByteBuffer) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
 
onJoinPrepare(Timer, int, String) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Invoked prior to each group join or rejoin.
onJoinPrepare(Timer, int, String) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
 
onLeaderElected(String, String, List<JoinGroupResponseData.JoinGroupResponseMember>, boolean) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Invoked when the leader is elected.
onLeaderElected(String, String, List<JoinGroupResponseData.JoinGroupResponseMember>, boolean) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
 
onLeavePrepare() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Invoked prior to each leave group event.
onLeavePrepare() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
 
onListAdd(String) - Method in interface org.redisson.api.listener.ListAddListener
Invoked on event of adding element to list
onListInsert(String) - Method in interface org.redisson.api.listener.ListInsertListener
Invoked on event of setting element to list
onListRemove(String) - Method in interface org.redisson.api.listener.ListRemoveListener
Invoked on event of removing element from list
onListSet(String) - Method in interface org.redisson.api.listener.ListSetListener
Invoked on event of setting element to list
onListTrim(String) - Method in interface org.redisson.api.listener.ListTrimListener
Invoked on list trimming event
onMemberEpochUpdated(Optional<Integer>, Optional<String>) - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
Update latest member ID and epoch used by the member.
onMemberEpochUpdated(Optional<Integer>, Optional<String>) - Method in interface org.apache.kafka.clients.consumer.internals.MemberStateListener
Called whenever member ID or epoch change with new values received from the broker or cleared if the member is not part of the group anymore (when it gets fenced, leaves the group or fails).
onMessage(CharSequence, CharSequence, M) - Method in interface org.redisson.api.listener.PatternMessageListener
Invokes on every message in topic
onMessage(CharSequence, Object) - Method in class org.redisson.client.BaseRedisPubSubListener
 
onMessage(CharSequence, M) - Method in interface org.redisson.api.listener.MessageListener
Invokes on every message in topic
onMessage(PubSubMessage) - Method in class org.redisson.client.RedisPubSubConnection
 
onMessage(PubSubPatternMessage) - Method in class org.redisson.client.RedisPubSubConnection
 
onMessage(PubSubStatusMessage) - Method in class org.redisson.client.RedisPubSubConnection
 
onNew(String) - Method in interface org.redisson.api.listener.NewObjectListener
Invoked on new object event
onNewBatch(String, Cluster, int) - Method in class org.apache.kafka.clients.producer.internals.DefaultPartitioner
Deprecated.
If a batch completed for the current sticky partition, change the sticky partition.
onNewBatch(String, Cluster, int) - Method in interface org.apache.kafka.clients.producer.Partitioner
Deprecated.
Since 3.3.0
onNewBatch(String, Cluster, int) - Method in class org.apache.kafka.clients.producer.UniformStickyPartitioner
Deprecated.
If a batch completed for the current sticky partition, change the sticky partition.
onPartitionsAssigned(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.ConsumerRebalanceListener
A callback method the user can implement to provide handling of customized offsets on completion of a successful partition re-assignment.
onPartitionsLost(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.ConsumerRebalanceListener
A callback method you can implement to provide handling of cleaning up resources for partitions that have already been reassigned to other consumers.
onPartitionsRevoked(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.ConsumerRebalanceListener
A callback method the user can implement to provide handling of offset commits to a customized store.
onPatternMessage(CharSequence, CharSequence, Object) - Method in class org.redisson.client.BaseRedisPubSubListener
 
onPatternMessage(CharSequence, CharSequence, V) - Method in interface org.redisson.client.RedisPubSubListener
 
onPingFailed() - Method in class org.redisson.client.FailedCommandsDetector
 
onPingFailed() - Method in class org.redisson.client.FailedConnectionDetector
 
onPingFailed() - Method in interface org.redisson.client.FailedNodeDetector
 
onPingSuccessful() - Method in class org.redisson.client.FailedCommandsDetector
 
onPingSuccessful() - Method in class org.redisson.client.FailedConnectionDetector
 
onPingSuccessful() - Method in interface org.redisson.client.FailedNodeDetector
 
onProcess(T, Optional<KafkaException>) - Method in interface org.apache.kafka.clients.consumer.internals.events.EventProcessor.ProcessHandler
 
onPSubscribe(String) - Method in class org.redisson.api.listener.BasePatternStatusListener
 
onPSubscribe(String) - Method in interface org.redisson.api.listener.PatternStatusListener
 
onPUnsubscribe(String) - Method in class org.redisson.api.listener.BasePatternStatusListener
 
onPUnsubscribe(String) - Method in interface org.redisson.api.listener.PatternStatusListener
 
onPut(String) - Method in interface org.redisson.api.listener.MapPutListener
Invoked when entry added to RMap object
onRandomRemove(String) - Method in interface org.redisson.api.listener.SetRemoveRandomListener
Invoked when value randomly removed from RSet object
onRemove(String) - Method in interface org.redisson.api.listener.MapRemoveListener
Invoked when entry removed from RMap object
onRemove(String) - Method in interface org.redisson.api.listener.ScoredSortedSetRemoveListener
Invoked when entry removed from RScoredSortedSet object
onRemove(String) - Method in interface org.redisson.api.listener.SetRemoveListener
Invoked when value removed from RSet object
onRemove(String) - Method in interface org.redisson.api.listener.StreamRemoveListener
Invoked when an element removed from Stream
onRemoveConsumer(String) - Method in interface org.redisson.api.listener.StreamRemoveConsumerListener
Invoked when a Stream Consumer is removed
onRemoved(EntryEvent<K, V>) - Method in interface org.redisson.api.map.event.EntryRemovedListener
 
onRemoveGroup(String) - Method in interface org.redisson.api.listener.StreamRemoveGroupListener
Invoked when a Stream Group is removed
onResponse(long, AdminApiDriver.RequestSpec<K>, AbstractResponse, Node) - Method in class org.apache.kafka.clients.admin.internals.AdminApiDriver
Callback that is invoked when a `Call` returns a response successfully.
onSend(ProducerRecord<K, V>) - Method in class org.apache.kafka.clients.producer.internals.ProducerInterceptors
This is called when client sends the record to KafkaProducer, before key and value gets serialized.
onSend(ProducerRecord<K, V>) - Method in interface org.apache.kafka.clients.producer.ProducerInterceptor
This is called from KafkaProducer.send(ProducerRecord) and KafkaProducer.send(ProducerRecord, Callback) methods, before key and value get serialized and partition is assigned (if partition is not specified in ProducerRecord).
onSendError(ProducerRecord<K, V>, TopicPartition, Exception) - Method in class org.apache.kafka.clients.producer.internals.ProducerInterceptors
This method is called when sending the record fails in (ProducerRecord) method.
onSet(String) - Method in interface org.redisson.api.listener.SetObjectListener
Invoked on set object event
onStarted(String) - Method in interface org.redisson.api.executor.TaskStartedListener
Invoked when task was started
onStartup(RedissonNode) - Method in interface org.redisson.api.RedissonNodeInitializer
Invoked during Redisson Node startup
onStatus(PubSubType, CharSequence) - Method in class org.redisson.client.BaseRedisPubSubListener
 
onStatus(PubSubType, CharSequence) - Method in interface org.redisson.client.RedisPubSubListener
 
onStatus(PubSubType, CharSequence) - Method in class org.redisson.client.SubscribeListener
 
onSubscribe(String) - Method in class org.redisson.api.listener.BaseStatusListener
 
onSubscribe(String) - Method in interface org.redisson.api.listener.StatusListener
Executes then Redisson successfully subscribed to channel.
onSubscriptionUpdated() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
Join the group with the updated subscription, if the member is not part of it yet.
onSubscriptionUpdated() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
Join the group with the updated subscription, if the member is not part of it yet.
onSucceeded(String, T) - Method in interface org.redisson.api.executor.TaskSuccessListener
Invoked when task was succeeded
onSuccess(F, RequestFuture<T>) - Method in class org.apache.kafka.clients.consumer.internals.RequestFutureAdapter
 
onSuccess(ClientResponse, RequestFuture<T>) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.CoordinatorResponseHandler
 
onSuccess(T) - Method in interface org.apache.kafka.clients.consumer.internals.RequestFutureListener
 
onTrim(String) - Method in interface org.redisson.api.listener.StreamTrimListener
Invoked when trim operation is executed for Stream
onUnsubscribe(String) - Method in class org.redisson.api.listener.BaseStatusListener
 
onUnsubscribe(String) - Method in interface org.redisson.api.listener.StatusListener
Executes then Redisson successfully unsubscribed from channel.
onUpdate(K, V) - Method in interface org.redisson.api.listener.LocalCacheUpdateListener
Invoked on event of map entry udpate
onUpdate(ClusterResource) - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
When cluster metadata is updated, try to resolve topic names for topic IDs received in assignment that hasn't been resolved yet.
onUpdate(ClusterResource) - Method in class org.apache.kafka.clients.consumer.internals.OffsetsRequestManager
 
onUpdated(EntryEvent<K, V>) - Method in interface org.redisson.api.map.event.EntryUpdatedListener
 
open() - Method in class com.rabbitmq.client.impl.ChannelN
Package method: open the channel.
Open(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
Open(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
Open(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
Open(String, String, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
OPEN - Enum constant in enum class org.redisson.client.RedisConnection.Status
 
openChannel() - Method in interface com.rabbitmq.client.Connection
Create a new channel wrapped in an Optional.
openChannel(int) - Method in interface com.rabbitmq.client.Connection
Create a new channel, using the specified channel number if possible.
OpenOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
OpenOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
OpenOk(LongString) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
OpenOk(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
OPENSSL - Enum constant in enum class org.redisson.config.SslProvider
Use OpenSSL-based implementation to handle SSL connection.
OptionalGeoSearch - Interface in org.redisson.api.geo
Arguments object for RGeo search method.
OptionalOptions - Interface in org.redisson.api.options
Object instances options
OptionalParams - Class in org.redisson.api.options
 
opType() - Method in class org.apache.kafka.clients.admin.AlterConfigOp
 
or(String...) - Method in interface org.redisson.api.RBitSet
Executes OR operation over this object and specified bitsets.
or(String...) - Method in interface org.redisson.api.RBitSetReactive
Executes OR operation over this object and specified bitsets.
or(String...) - Method in interface org.redisson.api.RBitSetRx
Executes OR operation over this object and specified bitsets.
or(Condition...) - Static method in class org.redisson.api.condition.Conditions
Returns "OR" condition for collection of nested conditions
orAsync(String...) - Method in interface org.redisson.api.RBitSetAsync
Executes OR operation over this object and specified bitsets.
order(GeoOrder) - Method in class org.redisson.api.geo.GeoSearchParams
 
order(GeoOrder) - Method in interface org.redisson.api.geo.OptionalGeoSearch
Defines order of search result
org.apache.kafka.clients.admin - package org.apache.kafka.clients.admin
Provides a Kafka client for performing administrative operations (such as creating topics and configuring brokers) on a Kafka cluster.
org.apache.kafka.clients.admin.internals - package org.apache.kafka.clients.admin.internals
 
org.apache.kafka.clients.consumer - package org.apache.kafka.clients.consumer
Provides a Kafka client for consuming records from topics and/or partitions in a Kafka cluster.
org.apache.kafka.clients.consumer.internals - package org.apache.kafka.clients.consumer.internals
 
org.apache.kafka.clients.consumer.internals.events - package org.apache.kafka.clients.consumer.internals.events
 
org.apache.kafka.clients.producer - package org.apache.kafka.clients.producer
Provides a Kafka client for producing records to topics and/or partitions in a Kafka cluster.
org.apache.kafka.clients.producer.internals - package org.apache.kafka.clients.producer.internals
 
org.apache.kafka.common.serialization - package org.apache.kafka.common.serialization
Provides interface and some implementations of serialization/deserialization routines for various objects.
org.jetbrains.annotations - package org.jetbrains.annotations
 
org.mariadb.jdbc - package org.mariadb.jdbc
 
org.redisson.api - package org.redisson.api
 
org.redisson.api.annotation - package org.redisson.api.annotation
 
org.redisson.api.condition - package org.redisson.api.condition
 
org.redisson.api.executor - package org.redisson.api.executor
 
org.redisson.api.geo - package org.redisson.api.geo
 
org.redisson.api.listener - package org.redisson.api.listener
 
org.redisson.api.map - package org.redisson.api.map
 
org.redisson.api.map.event - package org.redisson.api.map.event
 
org.redisson.api.mapreduce - package org.redisson.api.mapreduce
 
org.redisson.api.options - package org.redisson.api.options
 
org.redisson.api.queue - package org.redisson.api.queue
 
org.redisson.api.redisnode - package org.redisson.api.redisnode
 
org.redisson.api.search - package org.redisson.api.search
 
org.redisson.api.search.aggregate - package org.redisson.api.search.aggregate
 
org.redisson.api.search.index - package org.redisson.api.search.index
 
org.redisson.api.search.query - package org.redisson.api.search.query
 
org.redisson.api.stream - package org.redisson.api.stream
 
org.redisson.client - package org.redisson.client
 
org.redisson.client.codec - package org.redisson.client.codec
 
org.redisson.client.handler - package org.redisson.client.handler
 
org.redisson.client.protocol - package org.redisson.client.protocol
 
org.redisson.client.protocol.convertor - package org.redisson.client.protocol.convertor
 
org.redisson.client.protocol.decoder - package org.redisson.client.protocol.decoder
 
org.redisson.client.protocol.pubsub - package org.redisson.client.protocol.pubsub
 
org.redisson.codec - package org.redisson.codec
 
org.redisson.config - package org.redisson.config
 
outOfBand(String) - Method in class com.rabbitmq.client.AMQP.Channel.Open.Builder
 
OVERALL - Enum constant in enum class org.redisson.api.RateType
Total rate for all RateLimiter instances
ownedPartitions() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
 
owner() - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
 
owner(KafkaPrincipal) - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
 
owners() - Method in class org.apache.kafka.clients.admin.DescribeDelegationTokenOptions
 
owners(List<KafkaPrincipal>) - Method in class org.apache.kafka.clients.admin.DescribeDelegationTokenOptions
if owners is null, all the user owned tokens and tokens where user have Describe permission will be returned.

P

parameter(String, String) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder
Extra parameters to pass in the request.
params(ExecutorService) - Method in class com.rabbitmq.client.ConnectionFactory
 
params(Map<String, Object>) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
params(Map<String, Object>) - Method in class org.redisson.api.search.query.QueryOptions
 
parse(String) - Static method in enum class org.apache.kafka.clients.admin.TransactionState
 
parseAddress(String) - Static method in class com.rabbitmq.client.Address
Factory method: takes a formatted addressString string as construction parameter
parseAddresses(String) - Static method in class com.rabbitmq.client.Address
Array-based factory method: takes an array of formatted address strings as construction parameter
parseHost(String) - Static method in class com.rabbitmq.client.Address
Extracts hostname or IP address from a string containing a hostname, IP address, hostname:port pair or IP address:port pair.
parsePort(String) - Static method in class com.rabbitmq.client.Address
 
parseToken(String) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
partition() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
The partition from which this record is received
partition() - Method in class org.apache.kafka.clients.producer.internals.BuiltInPartitioner.StickyPartitionInfo
 
partition() - Method in class org.apache.kafka.clients.producer.ProducerRecord
 
partition() - Method in class org.apache.kafka.clients.producer.RecordMetadata
The partition the record was sent to
partition(String, Object, byte[], Object, byte[], Cluster) - Method in class org.apache.kafka.clients.producer.internals.DefaultPartitioner
Deprecated.
Compute the partition for the given record.
partition(String, Object, byte[], Object, byte[], Cluster) - Method in interface org.apache.kafka.clients.producer.Partitioner
Compute the partition for the given record.
partition(String, Object, byte[], Object, byte[], Cluster) - Method in class org.apache.kafka.clients.producer.RoundRobinPartitioner
Compute the partition for the given record.
partition(String, Object, byte[], Object, byte[], Cluster) - Method in class org.apache.kafka.clients.producer.UniformStickyPartitioner
Deprecated.
Compute the partition for the given record.
partition(String, Object, byte[], Object, byte[], Cluster, int) - Method in class org.apache.kafka.clients.producer.internals.DefaultPartitioner
Deprecated.
Compute the partition for the given record.
partition(String, Cluster) - Method in class org.apache.kafka.clients.producer.internals.StickyPartitionCache
 
PARTITION_ASSIGNMENT_STRATEGY_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
partition.assignment.strategy
partitionAssignor() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
The consumer group partition assignor.
partitionEndOffset(TopicPartition, IsolationLevel) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
partitionEndOffsetRequested(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
Partitioner - Interface in org.apache.kafka.clients.producer
Partitioner Interface
PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
partitioner.adaptive.partitioning.enable
PARTITIONER_AVAILABILITY_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
partitioner.availability.timeout.ms
PARTITIONER_CLASS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
partitioner.class
PARTITIONER_IGNORE_KEYS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
partitioner.ignore.keys
PartitionerConfig() - Constructor for class org.apache.kafka.clients.producer.internals.RecordAccumulator.PartitionerConfig
 
PartitionerConfig(boolean, long) - Constructor for class org.apache.kafka.clients.producer.internals.RecordAccumulator.PartitionerConfig
Partitioner config
partitionForKey(byte[], int) - Static method in class org.apache.kafka.clients.producer.internals.BuiltInPartitioner
 
partitionInfosWithoutRacks(Map<String, Integer>) - Static method in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor
 
partitionLag(TopicPartition, IsolationLevel) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
PartitionLeaderStrategy - Class in org.apache.kafka.clients.admin.internals
Base driver implementation for APIs which target partition leaders.
PartitionLeaderStrategy(LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.PartitionLeaderStrategy
 
PartitionLeaderStrategy(LogContext, boolean) - Constructor for class org.apache.kafka.clients.admin.internals.PartitionLeaderStrategy
 
partitionPreferredReadReplica - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
PartitionProducerState(List<ProducerState>) - Constructor for class org.apache.kafka.clients.admin.DescribeProducersResult.PartitionProducerState
 
PartitionReassignment - Class in org.apache.kafka.clients.admin
A partition reassignment, which has been listed via Admin.listPartitionReassignments().
PartitionReassignment(List<Integer>, List<Integer>, List<Integer>) - Constructor for class org.apache.kafka.clients.admin.PartitionReassignment
 
partitionRecordsLag - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
partitionRecordsLagAvg - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
partitionRecordsLagMax - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
partitionRecordsLead - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
partitionRecordsLeadAvg - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
partitionRecordsLeadMin - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
partitionResult(TopicPartition) - Method in class org.apache.kafka.clients.admin.AlterConsumerGroupOffsetsResult
Return a future which can be used to check the result for a given partition.
partitionResult(TopicPartition) - Method in class org.apache.kafka.clients.admin.DeleteConsumerGroupOffsetsResult
Return a future which can be used to check the result for a given partition.
partitionResult(TopicPartition) - Method in class org.apache.kafka.clients.admin.DescribeProducersResult
 
partitionResult(TopicPartition) - Method in class org.apache.kafka.clients.admin.ListOffsetsResult
Return a future which can be used to check the result for a given partition.
partitions - Variable in class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor.MemberData
 
partitions() - Method in class org.apache.kafka.clients.admin.ElectLeadersResult
Get a future for the topic partitions for which a leader election was attempted.
partitions() - Method in class org.apache.kafka.clients.admin.TopicDescription
A list of partitions where the index represents the partition id and the element contains leadership and replica information for that partition.
partitions() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Assignment
 
partitions() - Method in class org.apache.kafka.clients.consumer.ConsumerRecords
Get the partitions which have records contained in this record set.
partitions() - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackNeededEvent
 
partitions() - Method in class org.apache.kafka.clients.consumer.internals.events.FetchCommittedOffsetsApplicationEvent
 
partitions() - Method in exception class org.apache.kafka.clients.consumer.InvalidOffsetException
 
partitions() - Method in exception class org.apache.kafka.clients.consumer.NoOffsetForPartitionException
returns all partitions for which no offsets are defined.
partitions() - Method in exception class org.apache.kafka.clients.consumer.OffsetOutOfRangeException
 
partitions(String, int) - Static method in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor
 
partitionsFor(String) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
partitionsFor(String) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
partitionsFor(String) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
partitionsFor(String) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get metadata about the partitions for a given topic.
partitionsFor(String) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
partitionsFor(String) - Method in class org.apache.kafka.clients.producer.KafkaProducer
Get the partition metadata for the given topic.
partitionsFor(String) - Method in class org.apache.kafka.clients.producer.MockProducer
 
partitionsFor(String) - Method in interface org.apache.kafka.clients.producer.Producer
partitionsFor(String, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
partitionsFor(String, Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
partitionsFor(String, Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
partitionsFor(String, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get metadata about the partitions for a given topic.
partitionsFor(String, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
partitionsForException - Variable in class org.apache.kafka.clients.producer.MockProducer
 
partitionsNeedingReset(long) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
partitionsNeedingValidation(long) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
partitionsToOffsetAndMetadata() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsResult
Return a future which yields a map of topic partitions to OffsetAndMetadata objects.
partitionsToOffsetAndMetadata(String) - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsResult
Return a future which yields a map of topic partitions to OffsetAndMetadata objects for the specified group.
partitionsTransferringOwnership - Variable in class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor
 
passive() - Method in class com.rabbitmq.client.AMQP.Access.Request.Builder
 
passive() - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
passive() - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
passive(boolean) - Method in class com.rabbitmq.client.AMQP.Access.Request.Builder
 
passive(boolean) - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
passive(boolean) - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
password() - Method in class org.apache.kafka.clients.admin.UserScramCredentialUpsertion
 
PASSWORD - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigType
 
PASSWORD - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
passwordFromToken(OAuth2ClientCredentialsGrantCredentialsProvider.Token) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
passwordFromToken(T) - Method in class com.rabbitmq.client.impl.RefreshProtectedCredentialsProvider
 
pattern(String) - Static method in interface org.redisson.api.options.PatternTopicOptions
Creates options with the pattern of object instance
PatternMessageListener<M> - Interface in org.redisson.api.listener
Listener for Redis messages published via RTopic Redisson object
PatternStatusListener - Interface in org.redisson.api.listener
Listener for Redis PubSub channel status changes
PatternTopicOptions - Interface in org.redisson.api.options
RPatternTopic instance options.
PatternTopicParams - Class in org.redisson.api.options
 
pause(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
pause(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
pause(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
pause(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
pause(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
pause(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
paused() - Method in interface org.apache.kafka.clients.consumer.Consumer
 
paused() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
paused() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
paused() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the set of partitions that were previously paused by a call to KafkaConsumer.pause(Collection).
paused() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
pausedPartitions() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
payloadField(byte[]) - Method in class org.redisson.api.search.index.IndexOptions
 
peek() - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
 
peek() - Method in interface org.redisson.api.RQueueReactive
Retrieves the head of this queue in async mode.
peek() - Method in interface org.redisson.api.RQueueRx
Retrieves the head of this queue in async mode.
peekAsync() - Method in interface org.redisson.api.RQueueAsync
Retrieves the head of this queue in async mode.
peekFirst() - Method in interface org.redisson.api.RDequeReactive
Returns element at the head of this deque or null if there are no elements in deque.
peekFirst() - Method in interface org.redisson.api.RDequeRx
Returns element at the head of this deque or null if there are no elements in deque.
peekFirstAsync() - Method in interface org.redisson.api.RDequeAsync
Returns element at the head of this deque or null if there are no elements in deque.
peekLast() - Method in interface org.redisson.api.RDequeReactive
Returns element at the tail of this deque or null if there are no elements in deque.
peekLast() - Method in interface org.redisson.api.RDequeRx
Returns element at the tail of this deque or null if there are no elements in deque.
peekLastAsync() - Method in interface org.redisson.api.RDequeAsync
Returns element at the tail of this deque or null if there are no elements in deque.
peerCertificateInfo(Certificate, String) - Static method in class com.rabbitmq.client.impl.TlsUtils
Get a string representation of certificate info.
PendingEntry - Class in org.redisson.api
Entry object for pending messages request.
PendingEntry(StreamMessageId, String, long, long) - Constructor for class org.redisson.api.PendingEntry
 
PendingEntryDecoder - Class in org.redisson.client.protocol.decoder
 
PendingEntryDecoder() - Constructor for class org.redisson.client.protocol.decoder.PendingEntryDecoder
 
pendingRange(String, String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStream
Returns stream data of pending messages by group and customer name.
pendingRange(String, String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStreamReactive
Returns stream data of pending messages by group and customer name.
pendingRange(String, String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStreamRx
Returns stream data of pending messages by group and customer name.
pendingRange(String, String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStream
Returns stream data of pending messages by group and customer name.
pendingRange(String, String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStreamReactive
Returns stream data of pending messages by group and customer name.
pendingRange(String, String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStreamRx
Returns stream data of pending messages by group and customer name.
pendingRange(String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStream
Returns stream data of pending messages by group name.
pendingRange(String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStreamReactive
Returns stream data of pending messages by group name.
pendingRange(String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStreamRx
Returns stream data of pending messages by group name.
pendingRange(String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStream
Returns stream data of pending messages by group name.
pendingRange(String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStreamReactive
Returns stream data of pending messages by group name.
pendingRange(String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStreamRx
Returns stream data of pending messages by group name.
pendingRangeAsync(String, String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStreamAsync
Returns stream data of pending messages by group and customer name.
pendingRangeAsync(String, String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStreamAsync
Returns stream data of pending messages by group and customer name.
pendingRangeAsync(String, StreamMessageId, StreamMessageId, int) - Method in interface org.redisson.api.RStreamAsync
Returns stream data of pending messages by group name.
pendingRangeAsync(String, StreamMessageId, StreamMessageId, long, TimeUnit, int) - Method in interface org.redisson.api.RStreamAsync
Returns stream data of pending messages by group name.
pendingRequestCount() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Get the total count of pending requests from all nodes.
pendingRequestCount(Node) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Get the count of pending requests to the given node.
PendingResult - Class in org.redisson.api
Result object for pending messages request.
PendingResult() - Constructor for class org.redisson.api.PendingResult
 
PendingResult(long, StreamMessageId, StreamMessageId, Map<String, Long>) - Constructor for class org.redisson.api.PendingResult
 
PendingResultDecoder - Class in org.redisson.client.protocol.decoder
 
PendingResultDecoder() - Constructor for class org.redisson.client.protocol.decoder.PendingResultDecoder
 
PER_CLIENT - Enum constant in enum class org.redisson.api.RateType
Total rate for all RateLimiter instances working with the same Redisson instance
persist(T) - Method in interface org.redisson.api.RLiveObjectService
Returns proxied attached object for the detached object.
persist(T...) - Method in interface org.redisson.api.RLiveObjectService
Returns proxied attached objects for the detached objects.
PERSIST - Enum constant in enum class org.redisson.api.RCascadeType
Cascade persist operation during RLiveObjectService.persist(T) method invocation.
PERSIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PERSISTENCE - Enum constant in enum class org.redisson.api.Node.InfoSection
Deprecated.
 
PERSISTENCE - Enum constant in enum class org.redisson.api.redisnode.RedisNode.InfoSection
 
PERSISTENT_BASIC - Static variable in class com.rabbitmq.client.MessageProperties
Content-type "application/octet-stream", deliveryMode 2 (persistent), priority zero
PERSISTENT_TEXT_PLAIN - Static variable in class com.rabbitmq.client.MessageProperties
Content-type "text/plain", deliveryMode 2 (persistent), priority zero
PEXPIRE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PEXPIREAT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PEXPIRETIME - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PFADD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PFCOUNT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PFMERGE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
phonetic(PhoneticMatcher) - Method in interface org.redisson.api.search.index.TextIndex
Defines phonetic matcher algorithm and language used for search result matching.
phonetic(PhoneticMatcher) - Method in class org.redisson.api.search.index.TextIndexParams
 
PhoneticMatcher - Enum Class in org.redisson.api.search.index
 
ping() - Method in interface org.redisson.api.Node
Deprecated.
Ping Redis node.
ping() - Method in interface org.redisson.api.redisnode.RedisNode
Ping Redis node.
ping(long, TimeUnit) - Method in interface org.redisson.api.Node
Deprecated.
Ping Redis node with specified timeout.
ping(long, TimeUnit) - Method in interface org.redisson.api.redisnode.RedisNode
Ping Redis node with specified timeout.
PING - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PING_BOOL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
pingAll() - Method in interface org.redisson.api.NodesGroup
Deprecated.
Ping all Redis nodes.
pingAll() - Method in interface org.redisson.api.redisnode.BaseRedisNodes
Ping all Redis nodes.
pingAll(long, TimeUnit) - Method in interface org.redisson.api.NodesGroup
Deprecated.
Ping all Redis nodes with specified timeout per node
pingAll(long, TimeUnit) - Method in interface org.redisson.api.redisnode.BaseRedisNodes
Ping all Redis nodes with specified timeout per node
pingAsync() - Method in interface org.redisson.api.NodeAsync
Deprecated.
 
pingAsync() - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Ping Redis node.
pingAsync(long, TimeUnit) - Method in interface org.redisson.api.NodeAsync
Deprecated.
Ping Redis node with specified timeout.
pingAsync(long, TimeUnit) - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Ping Redis node with specified timeout.
PingConnectionHandler - Class in org.redisson.client.handler
 
PingConnectionHandler(RedisClientConfig) - Constructor for class org.redisson.client.handler.PingConnectionHandler
 
PLAIN - Enum constant in enum class org.redisson.client.handler.RedisChannelInitializer.Type
 
PLAIN - Static variable in class com.rabbitmq.client.DefaultSaslConfig
 
PlainMechanism - Class in com.rabbitmq.client.impl
The PLAIN auth mechanism
PlainMechanism() - Constructor for class com.rabbitmq.client.impl.PlainMechanism
 
PlainOptions - Interface in org.redisson.api.options
Object instance options.
PlainParams - Class in org.redisson.api.options
 
poll() - Method in class com.rabbitmq.client.impl.nio.BlockingQueueNioQueue
 
poll() - Method in interface com.rabbitmq.client.impl.nio.NioQueue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll() - Method in class com.rabbitmq.client.impl.SetQueue
Remove the head of the queue and return it.
poll() - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
 
poll() - Method in class org.apache.kafka.clients.admin.internals.AdminApiDriver
Check whether any requests need to be sent.
poll() - Method in interface org.redisson.api.RQueueReactive
Retrieves and removes the head of this queue in async mode.
poll() - Method in interface org.redisson.api.RQueueRx
Retrieves and removes the head of this queue in async mode.
poll(int) - Method in interface org.redisson.api.RQueue
Retrieves and removes the head elements of this queue.
poll(int) - Method in interface org.redisson.api.RQueueReactive
Retrieves and removes the head elements of this queue.
poll(int) - Method in interface org.redisson.api.RQueueRx
Retrieves and removes the head elements of this queue.
poll(long) - Method in interface org.apache.kafka.clients.consumer.Consumer
Deprecated.
poll(long) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
Deprecated.
poll(long) - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
Poll for the OffsetFetchRequest and OffsetCommitRequest request if there's any.
poll(long) - Method in class org.apache.kafka.clients.consumer.internals.CoordinatorRequestManager
Poll for the FindCoordinator request.
poll(long) - Method in class org.apache.kafka.clients.consumer.internals.FetchRequestManager
During normal operation of the Consumer, a request manager may need to send out network requests.
poll(long) - Method in class org.apache.kafka.clients.consumer.internals.Heartbeat
 
poll(long) - Method in class org.apache.kafka.clients.consumer.internals.HeartbeatRequestManager
This will build a heartbeat request if one must be sent, determined based on the member state.
poll(long) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
Deprecated.
poll(long) - Method in class org.apache.kafka.clients.consumer.internals.OffsetsRequestManager
Determine if there are pending fetch offsets requests to be sent and build a NetworkClientDelegate.PollResult containing it.
poll(long) - Method in interface org.apache.kafka.clients.consumer.internals.RequestManager
During normal operation of the Consumer, a request manager may need to send out network requests.
poll(long) - Method in class org.apache.kafka.clients.consumer.internals.TopicMetadataRequestManager
 
poll(long) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Deprecated.
Since 2.0. Use KafkaConsumer.poll(Duration), which does not block beyond the timeout awaiting partition assignment. See KIP-266 for more information.
poll(long) - Method in class org.apache.kafka.clients.consumer.MockConsumer
Deprecated.
poll(long, long) - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
Returns the responses of the sent requests.
poll(long, TimeUnit) - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
 
poll(long, TimeUnit) - Method in interface org.redisson.api.RBlockingQueueReactive
Retrieves and removes the head of this queue in async mode, waiting up to the specified wait time if necessary for an element to become available.
poll(long, TimeUnit) - Method in interface org.redisson.api.RBlockingQueueRx
Retrieves and removes the head of this queue in async mode, waiting up to the specified wait time if necessary for an element to become available.
poll(Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
poll(Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
poll implementation using ApplicationEventHandler.
poll(Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
poll(Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Fetch data for the topics or partitions specified using one of the subscribe/assign APIs.
poll(Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
poll(RequestFuture<?>) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Block indefinitely until the given request future has finished.
poll(RequestFuture<?>, Timer) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Block until the provided request future request has finished or the timeout has expired.
poll(RequestFuture<?>, Timer, boolean) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Block until the provided request future request has finished or the timeout has expired.
poll(Timer) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Poll for any network IO.
poll(Timer, boolean) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
Poll for coordinator events.
poll(Timer, ConsumerNetworkClient.PollCondition) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Poll for any network IO.
poll(Timer, ConsumerNetworkClient.PollCondition, boolean) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Poll for any network IO.
POLL - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
PollApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
 
PollApplicationEvent(long) - Constructor for class org.apache.kafka.clients.consumer.internals.events.PollApplicationEvent
 
pollAsync() - Method in interface org.redisson.api.RQueueAsync
Retrieves and removes the head of this queue in async mode.
pollAsync(int) - Method in interface org.redisson.api.RQueueAsync
Retrieves and removes the head elements of this queue.
pollAsync(long, TimeUnit) - Method in interface org.redisson.api.RBlockingQueueAsync
Retrieves and removes the head of this queue in async mode, waiting up to the specified wait time if necessary for an element to become available.
pollFirst() - Static method in interface org.redisson.api.queue.DequeMoveArgs
Define to remove the head element of this queue.
pollFirst() - Method in interface org.redisson.api.RDequeReactive
Retrieves and removes element at the head of this deque.
pollFirst() - Method in interface org.redisson.api.RDequeRx
Retrieves and removes element at the head of this deque.
pollFirst() - Method in interface org.redisson.api.RLexSortedSet
Removes and returns the head element or null if this sorted set is empty.
pollFirst() - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the head element or null if this sorted set is empty.
pollFirst() - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the head element or null if this sorted set is empty.
pollFirst() - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the head element or null if this sorted set is empty.
pollFirst() - Method in interface org.redisson.api.RTimeSeries
Removes and returns the head element or null if this time-series collection is empty.
pollFirst() - Method in interface org.redisson.api.RTimeSeriesReactive
Removes and returns the head element or null if this time-series collection is empty.
pollFirst() - Method in interface org.redisson.api.RTimeSeriesRx
Removes and returns the head element or null if this time-series collection is empty.
pollFirst(int) - Method in interface org.redisson.api.RDeque
Retrieves and removes the head elements of this queue.
pollFirst(int) - Method in interface org.redisson.api.RDequeReactive
Retrieves and removes the head elements of this queue.
pollFirst(int) - Method in interface org.redisson.api.RDequeRx
Retrieves and removes the head elements of this queue.
pollFirst(int) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the head elements of this sorted set.
pollFirst(int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the head elements of this sorted set.
pollFirst(int) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the head elements of this sorted set.
pollFirst(int) - Method in interface org.redisson.api.RTimeSeries
Removes and returns the head elements
pollFirst(int) - Method in interface org.redisson.api.RTimeSeriesReactive
Removes and returns the head elements or null if this time-series collection is empty.
pollFirst(int) - Method in interface org.redisson.api.RTimeSeriesRx
Removes and returns the head elements or null if this time-series collection is empty.
pollFirst(long, TimeUnit) - Method in interface org.redisson.api.RBlockingDequeReactive
Retrieves and removes value at the head of queue.
pollFirst(long, TimeUnit) - Method in interface org.redisson.api.RBlockingDequeRx
Retrieves and removes value at the head of queue.
pollFirst(long, TimeUnit) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the head element or null if this sorted set is empty.
pollFirst(long, TimeUnit) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the head element or null if this sorted set is empty.
pollFirst(long, TimeUnit) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the head element or null if this sorted set is empty.
pollFirst(Duration, int) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the head elements.
pollFirst(Duration, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the head elements.
pollFirst(Duration, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the head elements.
pollFirstAsync() - Method in interface org.redisson.api.RDequeAsync
Retrieves and removes element at the head of this deque.
pollFirstAsync() - Method in interface org.redisson.api.RLexSortedSetAsync
Removes and returns the head element or null if this sorted set is empty.
pollFirstAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the head element or null if this sorted set is empty.
pollFirstAsync() - Method in interface org.redisson.api.RTimeSeriesAsync
Removes and returns the head element or null if this time-series collection is empty.
pollFirstAsync(int) - Method in interface org.redisson.api.RDequeAsync
Retrieves and removes the head elements of this queue.
pollFirstAsync(int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the head elements of this sorted set.
pollFirstAsync(int) - Method in interface org.redisson.api.RTimeSeriesAsync
Removes and returns the head elements
pollFirstAsync(long, TimeUnit) - Method in interface org.redisson.api.RBlockingDequeAsync
Retrieves and removes value at the head of queue.
pollFirstAsync(long, TimeUnit) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the head element or null if this sorted set is empty.
pollFirstAsync(Duration, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the head elements.
pollFirstEntries(int) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the head entries (value and its score) of this sorted set.
pollFirstEntries(int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the head entries (value and its score) of this sorted set.
pollFirstEntries(int) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the head entries (value and its score) of this sorted set.
pollFirstEntries(int) - Method in interface org.redisson.api.RTimeSeries
Removes and returns head entries
pollFirstEntries(int) - Method in interface org.redisson.api.RTimeSeriesReactive
Removes and returns head entries
pollFirstEntries(int) - Method in interface org.redisson.api.RTimeSeriesRx
Removes and returns head entries
pollFirstEntries(Duration, int) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the head entries (value and its score).
pollFirstEntries(Duration, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the head entries (value and its score).
pollFirstEntries(Duration, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the head entries (value and its score).
pollFirstEntriesAsync(int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the head entries (value and its score) of this sorted set.
pollFirstEntriesAsync(int) - Method in interface org.redisson.api.RTimeSeriesAsync
Removes and returns head entries
pollFirstEntriesAsync(Duration, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the head entries (value and its score).
pollFirstEntriesFromAny(int, String...) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns first available head entries of any sorted set including this one.
pollFirstEntriesFromAny(int, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns first available head entries of any sorted set including this one.
pollFirstEntriesFromAny(int, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns first available head entries of any sorted set including this one.
pollFirstEntriesFromAny(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns first available head entries of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollFirstEntriesFromAny(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns first available head entries of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollFirstEntriesFromAny(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns first available head entries of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollFirstEntriesFromAnyAsync(int, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns first available head elements of any sorted set including this one.
pollFirstEntriesFromAnyAsync(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns first available head elements of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollFirstEntry() - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the head entry (value and its score) or null if this sorted set is empty.
pollFirstEntry() - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the head entry (value and its score) or null if this sorted set is empty.
pollFirstEntry() - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the head entry (value and its score) or null if this sorted set is empty.
pollFirstEntry() - Method in interface org.redisson.api.RTimeSeries
Removes and returns head entry or null if this time-series collection is empty.
pollFirstEntry() - Method in interface org.redisson.api.RTimeSeriesReactive
Removes and returns head entry or null if this time-series collection is empty.
pollFirstEntry() - Method in interface org.redisson.api.RTimeSeriesRx
Removes and returns head entry or null if this time-series collection is empty.
pollFirstEntryAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the head entry (value and its score) or null if this sorted set is empty.
pollFirstEntryAsync() - Method in interface org.redisson.api.RTimeSeriesAsync
Removes and returns head entry or null if this time-series collection is empty.
pollFirstFromAny(int, String...) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns first available head elements of any sorted set including this one.
pollFirstFromAny(int, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns first available head elements of any sorted set including this one.
pollFirstFromAny(int, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns first available head elements of any sorted set including this one.
pollFirstFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RBlockingDeque
Retrieves and removes first available head element of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue own.
pollFirstFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RBlockingDequeReactive
Retrieves and removes first available head element of any queue in reactive mode, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue own.
pollFirstFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RBlockingDequeRx
Retrieves and removes first available head element of any queue in reactive mode, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue own.
pollFirstFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns first available head element of any sorted set, waiting up to the specified wait time if necessary for an element to become available in any of defined sorted sets including this one.
pollFirstFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns first available head element of any sorted set, waiting up to the specified wait time if necessary for an element to become available in any of defined sorted sets including this one.
pollFirstFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns first available head element of any sorted set, waiting up to the specified wait time if necessary for an element to become available in any of defined sorted sets including this one.
pollFirstFromAny(Duration, int, String...) - Method in interface org.redisson.api.RBlockingQueue
Retrieves and removes first available head elements of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollFirstFromAny(Duration, int, String...) - Method in interface org.redisson.api.RBlockingQueueReactive
Retrieves and removes first available head elements of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollFirstFromAny(Duration, int, String...) - Method in interface org.redisson.api.RBlockingQueueRx
Retrieves and removes first available head elements of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollFirstFromAny(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns first available head elements of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollFirstFromAny(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns first available head elements of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollFirstFromAny(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns first available head elements of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollFirstFromAnyAsync(int, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns first available head elements of any sorted set including this one.
pollFirstFromAnyAsync(long, TimeUnit, String...) - Method in interface org.redisson.api.RBlockingDequeAsync
Retrieves and removes first available head element of any queue in async mode, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue own.
pollFirstFromAnyAsync(long, TimeUnit, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns first available head element of any sorted set, waiting up to the specified wait time if necessary for an element to become available in any of defined sorted sets including this one.
pollFirstFromAnyAsync(Duration, int, String...) - Method in interface org.redisson.api.RBlockingQueueAsync
Retrieves and removes first available head elements of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollFirstFromAnyAsync(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns first available head elements of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RBlockingQueue
Retrieves and removes first available head element of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RBlockingQueueReactive
Retrieves and removes first available head element of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue own.
pollFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RBlockingQueueRx
Retrieves and removes first available head element of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue own.
pollFromAnyAsync(long, TimeUnit, String...) - Method in interface org.redisson.api.RBlockingQueueAsync
Retrieves and removes first available head element of any queue in async mode, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollFromAnyWithName(Duration, String...) - Method in interface org.redisson.api.RBlockingQueue
Retrieves and removes first available head element of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollFromAnyWithName(Duration, String...) - Method in interface org.redisson.api.RBlockingQueueReactive
Retrieves and removes first available head element of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollFromAnyWithName(Duration, String...) - Method in interface org.redisson.api.RBlockingQueueRx
Retrieves and removes first available head element of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollFromAnyWithNameAsync(Duration, String...) - Method in interface org.redisson.api.RBlockingQueueAsync
Retrieves and removes first available head element of any queue in async mode, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollHeartbeat(long) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Check the status of the heartbeat thread (if it is active) and indicate the liveness of the client.
pollLast() - Static method in interface org.redisson.api.queue.DequeMoveArgs
Define to remove the tail element of this queue.
pollLast() - Method in interface org.redisson.api.RDequeReactive
Retrieves and removes element at the tail of this deque.
pollLast() - Method in interface org.redisson.api.RDequeRx
Retrieves and removes element at the tail of this deque.
pollLast() - Method in interface org.redisson.api.RLexSortedSet
Removes and returns the tail element or null if this sorted set is empty.
pollLast() - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the tail element or null if this sorted set is empty.
pollLast() - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the tail element or null if this sorted set is empty.
pollLast() - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the tail element or null if this sorted set is empty.
pollLast() - Method in interface org.redisson.api.RTimeSeries
Removes and returns the tail element or null if this time-series collection is empty.
pollLast() - Method in interface org.redisson.api.RTimeSeriesReactive
Removes and returns the tail element or null if this time-series collection is empty.
pollLast() - Method in interface org.redisson.api.RTimeSeriesRx
Removes and returns the tail element or null if this time-series collection is empty.
pollLast(int) - Method in interface org.redisson.api.RDeque
Retrieves and removes the tail elements of this queue.
pollLast(int) - Method in interface org.redisson.api.RDequeReactive
Retrieves and removes the tail elements of this queue.
pollLast(int) - Method in interface org.redisson.api.RDequeRx
Retrieves and removes the tail elements of this queue.
pollLast(int) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the tail elements of this sorted set.
pollLast(int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the tail elements of this sorted set.
pollLast(int) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the tail elements of this sorted set.
pollLast(int) - Method in interface org.redisson.api.RTimeSeries
Removes and returns the tail elements or null if this time-series collection is empty.
pollLast(int) - Method in interface org.redisson.api.RTimeSeriesReactive
Removes and returns the tail elements or null if this time-series collection is empty.
pollLast(int) - Method in interface org.redisson.api.RTimeSeriesRx
Removes and returns the tail elements or null if this time-series collection is empty.
pollLast(long, TimeUnit) - Method in interface org.redisson.api.RBlockingDequeReactive
Retrieves and removes value at the tail of queue.
pollLast(long, TimeUnit) - Method in interface org.redisson.api.RBlockingDequeRx
Retrieves and removes value at the tail of queue.
pollLast(long, TimeUnit) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the tail element or null if this sorted set is empty.
pollLast(long, TimeUnit) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the tail element or null if this sorted set is empty.
pollLast(long, TimeUnit) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the tail element or null if this sorted set is empty.
pollLast(Duration, int) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the tail elements.
pollLast(Duration, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the tail elements.
pollLast(Duration, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the tail elements.
pollLastAndOfferFirstTo(String) - Method in interface org.redisson.api.RPriorityQueue
Retrieves and removes last available tail element of this queue queue and adds it at the head of queueName.
pollLastAndOfferFirstTo(String) - Method in interface org.redisson.api.RQueue
Retrieves and removes last available tail element of this queue queue and adds it at the head of queueName.
pollLastAndOfferFirstTo(String) - Method in interface org.redisson.api.RQueueReactive
Retrieves and removes last available tail element of this queue queue and adds it at the head of queueName.
pollLastAndOfferFirstTo(String) - Method in interface org.redisson.api.RQueueRx
Retrieves and removes last available tail element of this queue queue and adds it at the head of queueName.
pollLastAndOfferFirstTo(String, long, TimeUnit) - Method in interface org.redisson.api.RBlockingQueue
Retrieves and removes last available tail element of this queue and adds it at the head of queueName, waiting up to the specified wait time if necessary for an element to become available.
pollLastAndOfferFirstTo(String, long, TimeUnit) - Method in interface org.redisson.api.RBlockingQueueReactive
Retrieves and removes last available tail element of this queue and adds it at the head of queueName, waiting up to the specified wait time if necessary for an element to become available.
pollLastAndOfferFirstTo(String, long, TimeUnit) - Method in interface org.redisson.api.RBlockingQueueRx
Retrieves and removes last available tail element of this queue and adds it at the head of queueName, waiting up to the specified wait time if necessary for an element to become available.
pollLastAndOfferFirstToAsync(String) - Method in interface org.redisson.api.RQueueAsync
Retrieves and removes last available tail element of this queue queue and adds it at the head of queueName.
pollLastAndOfferFirstToAsync(String, long, TimeUnit) - Method in interface org.redisson.api.RBlockingQueueAsync
Retrieves and removes last available tail element of this queue and adds it at the head of queueName, waiting up to the specified wait time if necessary for an element to become available.
pollLastAsync() - Method in interface org.redisson.api.RDequeAsync
Retrieves and removes element at the tail of this deque.
pollLastAsync() - Method in interface org.redisson.api.RLexSortedSetAsync
Removes and returns the tail element or null if this sorted set is empty.
pollLastAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the tail element or null if this sorted set is empty.
pollLastAsync() - Method in interface org.redisson.api.RTimeSeriesAsync
Removes and returns the tail element or null if this time-series collection is empty.
pollLastAsync(int) - Method in interface org.redisson.api.RDequeAsync
Retrieves and removes the tail elements of this queue.
pollLastAsync(int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the tail elements of this sorted set.
pollLastAsync(int) - Method in interface org.redisson.api.RTimeSeriesAsync
Removes and returns the tail elements or null if this time-series collection is empty.
pollLastAsync(long, TimeUnit) - Method in interface org.redisson.api.RBlockingDequeAsync
Retrieves and removes value at the tail of queue.
pollLastAsync(long, TimeUnit) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the tail element or null if this sorted set is empty.
pollLastAsync(Duration, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the tail elements.
pollLastEntries(int) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the tail entries (value and its score) of this sorted set.
pollLastEntries(int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the tail entries (value and its score) of this sorted set.
pollLastEntries(int) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the tail entries (value and its score) of this sorted set.
pollLastEntries(int) - Method in interface org.redisson.api.RTimeSeries
Removes and returns tail entries
pollLastEntries(int) - Method in interface org.redisson.api.RTimeSeriesReactive
Removes and returns tail entries
pollLastEntries(int) - Method in interface org.redisson.api.RTimeSeriesRx
Removes and returns tail entries
pollLastEntries(Duration, int) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the head entries (value and its score).
pollLastEntries(Duration, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the head entries (value and its score).
pollLastEntries(Duration, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the head entries (value and its score).
pollLastEntriesAsync(int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the tail entries (value and its score) of this sorted set.
pollLastEntriesAsync(int) - Method in interface org.redisson.api.RTimeSeriesAsync
Removes and returns tail entries
pollLastEntriesAsync(Duration, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the head entries (value and its score).
pollLastEntriesFromAny(int, String...) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns first available tail entries of any sorted set including this one.
pollLastEntriesFromAny(int, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns first available tail entries of any sorted set including this one.
pollLastEntriesFromAny(int, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns first available tail entries of any sorted set including this one.
pollLastEntriesFromAny(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns first available tail entries of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollLastEntriesFromAny(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns first available tail entries of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollLastEntriesFromAny(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns first available tail entries of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollLastEntriesFromAnyAsync(int, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns first available tail entries of any sorted set including this one.
pollLastEntriesFromAnyAsync(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns first available tail entries of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollLastEntry() - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the tail entry (value and its score) or null if this sorted set is empty.
pollLastEntry() - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the tail entry (value and its score) or null if this sorted set is empty.
pollLastEntry() - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the tail entry (value and its score) or null if this sorted set is empty.
pollLastEntry() - Method in interface org.redisson.api.RTimeSeries
Removes and returns the tail entry or null if this time-series collection is empty.
pollLastEntry() - Method in interface org.redisson.api.RTimeSeriesReactive
Removes and returns the tail entry or null if this time-series collection is empty.
pollLastEntry() - Method in interface org.redisson.api.RTimeSeriesRx
Removes and returns the tail entry or null if this time-series collection is empty.
pollLastEntryAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the tail entry (value and its score) or null if this sorted set is empty.
pollLastEntryAsync() - Method in interface org.redisson.api.RTimeSeriesAsync
Removes and returns the tail entry or null if this time-series collection is empty.
pollLastFromAny(int, String...) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns first available tail elements of any sorted set including this one.
pollLastFromAny(int, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns first available tail elements of any sorted set including this one.
pollLastFromAny(int, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns first available tail elements of any sorted set including this one.
pollLastFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RBlockingDeque
Retrieves and removes first available tail element of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue own.
pollLastFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RBlockingDequeReactive
Retrieves and removes first available tail element of any queue in reactive mode, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue own.
pollLastFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RBlockingDequeRx
Retrieves and removes first available tail element of any queue in reactive mode, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue own.
pollLastFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns first available tail element of any sorted set, waiting up to the specified wait time if necessary for an element to become available in any of defined sorted sets including this one.
pollLastFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns first available tail element of any sorted set, waiting up to the specified wait time if necessary for an element to become available in any of defined sorted sets including this one.
pollLastFromAny(long, TimeUnit, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns first available tail element of any sorted set, waiting up to the specified wait time if necessary for an element to become available in any of defined sorted sets including this one.
pollLastFromAny(Duration, int, String...) - Method in interface org.redisson.api.RBlockingQueue
Retrieves and removes first available tail elements of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollLastFromAny(Duration, int, String...) - Method in interface org.redisson.api.RBlockingQueueReactive
Retrieves and removes first available tail elements of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollLastFromAny(Duration, int, String...) - Method in interface org.redisson.api.RBlockingQueueRx
Retrieves and removes first available tail elements of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollLastFromAny(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns first available tail elements of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollLastFromAny(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns first available tail elements of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollLastFromAny(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns first available tail elements of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollLastFromAnyAsync(int, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns first available tail elements of any sorted set including this one.
pollLastFromAnyAsync(long, TimeUnit, String...) - Method in interface org.redisson.api.RBlockingDequeAsync
Retrieves and removes first available tail element of any queue in async mode, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue own.
pollLastFromAnyAsync(long, TimeUnit, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns first available tail element of any sorted set, waiting up to the specified wait time if necessary for an element to become available in any of defined sorted sets including this one.
pollLastFromAnyAsync(Duration, int, String...) - Method in interface org.redisson.api.RBlockingQueueAsync
Retrieves and removes first available tail elements of any queue, waiting up to the specified wait time if necessary for an element to become available in any of defined queues including queue itself.
pollLastFromAnyAsync(Duration, int, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns first available tail elements of any sorted set, waiting up to the specified wait time if necessary for elements to become available in any of defined sorted sets including this one.
pollNoWakeup() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Poll for network IO and return immediately.
pollOnClose() - Method in class org.apache.kafka.clients.consumer.internals.FetchRequestManager
On shutdown of the Consumer, a request manager may need to send out network requests.
pollOnClose() - Method in interface org.apache.kafka.clients.consumer.internals.RequestManager
On shutdown of the Consumer, a request manager may need to send out network requests.
PollResult(long) - Constructor for class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.PollResult
 
PollResult(long, List<NetworkClientDelegate.UnsentRequest>) - Constructor for class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.PollResult
 
PollResult(List<NetworkClientDelegate.UnsentRequest>) - Constructor for class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.PollResult
 
PollResult(NetworkClientDelegate.UnsentRequest) - Constructor for class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.PollResult
 
pollTimeMs() - Method in class org.apache.kafka.clients.consumer.internals.events.PollApplicationEvent
 
poolableSize() - Method in class org.apache.kafka.clients.producer.internals.BufferPool
The buffer size that will be retained in the free list after use
PooledChannel - Class in fr.codinbox.connector.commons.rabbitmq
A pooled RabbitMQ channel wrapper that implements AutoCloseable to automatically return the channel to the pool when closed.
pop() - Method in interface org.redisson.api.RDequeReactive
Retrieves and removes element at the head of this deque.
pop() - Method in interface org.redisson.api.RDequeRx
Retrieves and removes element at the head of this deque.
popAsync() - Method in interface org.redisson.api.RDequeAsync
Retrieves and removes element at the head of this deque.
PORT - Static variable in class com.rabbitmq.client.AMQP.PROTOCOL
 
PORT - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
portOrDefault(int, boolean) - Static method in class com.rabbitmq.client.ConnectionFactory
 
pos(V...) - Method in interface org.redisson.api.RGeo
Returns geo-position mapped by defined member.
pos(V...) - Method in interface org.redisson.api.RGeoReactive
Returns geo-position mapped by defined member.
pos(V...) - Method in interface org.redisson.api.RGeoRx
Returns geo-position mapped by defined member.
posAsync(V...) - Method in interface org.redisson.api.RGeoAsync
Returns geo-position mapped by defined member.
position() - Method in interface org.redisson.api.RBinaryStreamReactive
Returns current channel's position
position() - Method in interface org.redisson.api.RBinaryStreamRx
Returns current channel's position
position(long) - Method in interface org.redisson.api.RBinaryStreamReactive
Sets channel's position
position(long) - Method in interface org.redisson.api.RBinaryStreamRx
Sets channel's position
position(TopicPartition) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
position(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
position(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
position(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
position(TopicPartition) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the offset of the next record that will be fetched (if a record with that offset exists).
position(TopicPartition) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
position(TopicPartition, Duration) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
position(TopicPartition, Duration) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
position(TopicPartition, Duration) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
position(TopicPartition, Duration) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the offset of the next record that will be fetched (if a record with that offset exists).
position(TopicPartition, Duration) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
position(TopicPartition, SubscriptionState.FetchPosition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
positionAdvanced() - Method in class org.apache.kafka.clients.consumer.internals.Fetch
 
PossibleAuthenticationFailureException - Exception Class in com.rabbitmq.client
Thrown when the likely cause is an authentication failure.
PossibleAuthenticationFailureException(String) - Constructor for exception class com.rabbitmq.client.PossibleAuthenticationFailureException
 
PossibleAuthenticationFailureException(Throwable) - Constructor for exception class com.rabbitmq.client.PossibleAuthenticationFailureException
 
postProcessParsedConfig(Map<String, Object>) - Method in class org.apache.kafka.clients.admin.AdminClientConfig
 
postProcessParsedConfig(Map<String, Object>) - Method in class org.apache.kafka.clients.consumer.ConsumerConfig
 
postProcessParsedConfig(Map<String, Object>) - Method in class org.apache.kafka.clients.producer.ProducerConfig
 
postprocessReplyProperties(Delivery, AMQP.BasicProperties.Builder) - Method in class com.rabbitmq.client.RpcServer
Gives a chance to set/modify reply properties after the handling call
PRECONDITION_FAILED - Static variable in interface com.rabbitmq.client.AMQP
 
preferredReadReplica(TopicPartition, long) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
Get the preferred read replica
prefetchCount(int) - Method in class com.rabbitmq.client.AMQP.Basic.Qos.Builder
 
prefetchSize(int) - Method in class com.rabbitmq.client.AMQP.Basic.Qos.Builder
 
prefix(String...) - Method in class org.redisson.api.search.index.IndexOptions
 
prefix(List<String>) - Method in class org.redisson.api.search.index.IndexOptions
 
preloadCache() - Method in interface org.redisson.api.RLocalCachedMap
Pre-warm the cached entries.
preloadCache(int) - Method in interface org.redisson.api.RLocalCachedMap
Pre-warm the cached entries.
PREPARE_ABORT - Enum constant in enum class org.apache.kafka.clients.admin.TransactionState
 
PREPARE_COMMIT - Enum constant in enum class org.apache.kafka.clients.admin.TransactionState
 
PREPARE_EPOCH_FENCE - Enum constant in enum class org.apache.kafka.clients.admin.TransactionState
 
PREPARE_LEAVING - Enum constant in enum class org.apache.kafka.clients.consumer.internals.MemberState
The member transitions to this state after a call to unsubscribe.
prepareCloseFetchSessionRequests() - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
prepareFetchRequests() - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
Create fetch requests for all nodes for which we have assigned partitions that have no existing requests in flight.
prepareRequest(Node, Map<TopicPartition, SubscriptionState.FetchPosition>) - Method in class org.apache.kafka.clients.consumer.internals.OffsetsForLeaderEpochClient
 
prepareRequest(Node, T1) - Method in class org.apache.kafka.clients.consumer.internals.AsyncClient
 
PREPARING_REBALANCE - Enum constant in enum class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.MemberState
 
preprocessReplyProperties(Delivery, AMQP.BasicProperties.Builder) - Method in class com.rabbitmq.client.RpcServer
Gives a chance to set/modify reply properties before handling call.
prettyString() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
primitiveCall(byte[]) - Method in class com.rabbitmq.client.RpcClient
Perform a simple byte-array-based RPC roundtrip.
primitiveCall(AMQP.BasicProperties, byte[]) - Method in class com.rabbitmq.client.RpcClient
 
primitiveCall(AMQP.BasicProperties, byte[], int) - Method in class com.rabbitmq.client.RpcClient
 
priority(Integer) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
process() - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessor
Process the events—if any—that were produced by the application thread.
process() - Method in class org.apache.kafka.clients.consumer.internals.events.EventProcessor
 
process(ApplicationEvent) - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessor
 
process(EventProcessor.ProcessHandler<T>) - Method in class org.apache.kafka.clients.consumer.internals.events.EventProcessor
Drains all available events from the queue, and then processes them in order.
process(T) - Method in class org.apache.kafka.clients.consumer.internals.events.EventProcessor
 
processAsync(Command) - Method in class com.rabbitmq.client.impl.AMQChannel
Protected API - called by nextCommand to check possibly handle an incoming Command before it is returned to the caller of nextCommand.
processAsync(Command) - Method in class com.rabbitmq.client.impl.ChannelN
Protected API - Filters the inbound command stream, processing Basic.Deliver, Basic.Return and Channel.Close specially.
processControlCommand(Command) - Method in class com.rabbitmq.client.impl.AMQConnection
Handles incoming control commands on channel zero.
processDelivery(Command, AMQImpl.Basic.Deliver) - Method in class com.rabbitmq.client.impl.ChannelN
 
processDelivery(Command, AMQImpl.Basic.Deliver) - Method in class com.rabbitmq.client.impl.recovery.RecoveryAwareChannelN
 
processRequest(Delivery) - Method in class com.rabbitmq.client.RpcServer
Private API - Process a single request.
processShutdownSignal(ShutdownSignalException, boolean, boolean) - Method in class com.rabbitmq.client.impl.AMQChannel
Protected API - respond, in the driver thread, to a ShutdownSignalException.
processShutdownSignal(ShutdownSignalException, boolean, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Protected API - overridden to quiesce consumer work and broadcast the signal to all consumers after calling the superclass's method.
processUriQueryParameter(String, String) - Method in class com.rabbitmq.client.ConnectionFactory
Hook to process query parameters not handled natively.
Producer<K,V> - Interface in org.apache.kafka.clients.producer
The interface for the KafkaProducer
PRODUCER_METRIC_GROUP_NAME - Static variable in class org.apache.kafka.clients.producer.KafkaProducer
 
ProducerBatch - Class in org.apache.kafka.clients.producer.internals
A batch of records that is or will be sent.
ProducerBatch(TopicPartition, MemoryRecordsBuilder, long) - Constructor for class org.apache.kafka.clients.producer.internals.ProducerBatch
 
ProducerBatch(TopicPartition, MemoryRecordsBuilder, long, boolean) - Constructor for class org.apache.kafka.clients.producer.internals.ProducerBatch
 
ProducerConfig - Class in org.apache.kafka.clients.producer
Configuration for the Kafka Producer.
ProducerConfig(Map<String, Object>) - Constructor for class org.apache.kafka.clients.producer.ProducerConfig
 
ProducerConfig(Properties) - Constructor for class org.apache.kafka.clients.producer.ProducerConfig
 
producerEpoch() - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
 
producerEpoch() - Method in class org.apache.kafka.clients.admin.ProducerState
 
producerEpoch() - Method in class org.apache.kafka.clients.admin.TransactionDescription
 
producerEpoch() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
ProduceRequestResult - Class in org.apache.kafka.clients.producer.internals
A class that models the future completion of a produce request for a single partition.
ProduceRequestResult(TopicPartition) - Constructor for class org.apache.kafka.clients.producer.internals.ProduceRequestResult
Create an instance of this class.
producerId() - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
 
producerId() - Method in class org.apache.kafka.clients.admin.ProducerState
 
producerId() - Method in class org.apache.kafka.clients.admin.TransactionDescription
 
producerId() - Method in class org.apache.kafka.clients.admin.TransactionListing
 
producerId() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
producerId(String) - Method in class org.apache.kafka.clients.admin.FenceProducersResult
Returns a future that provides the producer ID generated while initializing the given transaction when the request completes.
ProducerInterceptor<K,V> - Interface in org.apache.kafka.clients.producer
A plugin interface that allows you to intercept (and possibly mutate) the records received by the producer before they are published to the Kafka cluster.
ProducerInterceptors<K,V> - Class in org.apache.kafka.clients.producer.internals
A container that holds the list ProducerInterceptor and wraps calls to the chain of custom interceptors.
ProducerInterceptors(List<ProducerInterceptor<K, V>>) - Constructor for class org.apache.kafka.clients.producer.internals.ProducerInterceptors
 
ProducerMetadata - Class in org.apache.kafka.clients.producer.internals
 
ProducerMetadata(long, long, long, long, LogContext, ClusterResourceListeners, Time) - Constructor for class org.apache.kafka.clients.producer.internals.ProducerMetadata
 
ProducerMetrics - Class in org.apache.kafka.clients.producer.internals
 
ProducerMetrics(Metrics) - Constructor for class org.apache.kafka.clients.producer.internals.ProducerMetrics
 
ProducerRecord<K,V> - Class in org.apache.kafka.clients.producer
A key/value pair to be sent to Kafka.
ProducerRecord(String, Integer, Long, K, V) - Constructor for class org.apache.kafka.clients.producer.ProducerRecord
Creates a record with a specified timestamp to be sent to a specified topic and partition
ProducerRecord(String, Integer, Long, K, V, Iterable<Header>) - Constructor for class org.apache.kafka.clients.producer.ProducerRecord
Creates a record with a specified timestamp to be sent to a specified topic and partition
ProducerRecord(String, Integer, K, V) - Constructor for class org.apache.kafka.clients.producer.ProducerRecord
Creates a record to be sent to a specified topic and partition
ProducerRecord(String, Integer, K, V, Iterable<Header>) - Constructor for class org.apache.kafka.clients.producer.ProducerRecord
Creates a record to be sent to a specified topic and partition
ProducerRecord(String, K, V) - Constructor for class org.apache.kafka.clients.producer.ProducerRecord
Create a record to be sent to Kafka
ProducerRecord(String, V) - Constructor for class org.apache.kafka.clients.producer.ProducerRecord
Create a record with no key
ProducerState - Class in org.apache.kafka.clients.admin
 
ProducerState(long, int, int, long, OptionalInt, OptionalLong) - Constructor for class org.apache.kafka.clients.admin.ProducerState
 
produceThrottleTimeAvg - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
produceThrottleTimeMax - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
properties - Variable in class com.rabbitmq.client.RpcClient.Response
 
PropertiesConvertor - Class in org.redisson.config
 
PropertiesConvertor() - Constructor for class org.redisson.config.PropertiesConvertor
 
PropertyKey - Annotation Interface in org.jetbrains.annotations
Specifies that a method parameter, local variable, field or a method return value must be a valid property key in a specific resource bundle.
Protocol - Enum Class in org.redisson.config
Redis protocol version
PROTOCOL() - Constructor for class com.rabbitmq.client.AMQP.PROTOCOL
 
PROTOCOL_TYPE - Static variable in class org.apache.kafka.clients.consumer.internals.ConsumerProtocol
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.QosOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.CloseOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.SelectOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.CloseOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Unblocked
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecretOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.BindOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeclareOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeleteOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.UnbindOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.BindOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.UnbindOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Commit
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.CommitOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Rollback
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.RollbackOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Select
 
protocolClassId() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.SelectOk
 
protocolClassId() - Method in class com.rabbitmq.client.impl.Method
Retrieve the protocol class ID
protocolClassId() - Method in interface com.rabbitmq.client.Method
Retrieve the protocol class ID
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.QosOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.CloseOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.SelectOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.CloseOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Unblocked
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecretOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.BindOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeclareOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeleteOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.UnbindOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.BindOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.UnbindOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Commit
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.CommitOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Rollback
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.RollbackOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Select
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.SelectOk
 
protocolMethodId() - Method in class com.rabbitmq.client.impl.Method
Retrieve the protocol method ID
protocolMethodId() - Method in interface com.rabbitmq.client.Method
Retrieve the protocol method ID
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.QosOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.CloseOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.SelectOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.CloseOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Unblocked
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecretOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.BindOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeclareOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeleteOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.UnbindOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.BindOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.UnbindOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Commit
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.CommitOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Rollback
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.RollbackOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Select
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.SelectOk
 
protocolMethodName() - Method in class com.rabbitmq.client.impl.Method
Retrieve the method name
protocolMethodName() - Method in interface com.rabbitmq.client.Method
Retrieve the method name
protocolName - Variable in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.Generation
 
protocolType() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Unique identifier for the class of supported protocols (e.g.
protocolType() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
 
protocolVersionMismatch(DataInputStream) - Static method in class com.rabbitmq.client.impl.Frame
Private API - A protocol version mismatch is detected by checking the three next bytes if a frame type of (int)'A' is read from an input stream.
ProtocolVersionMismatchException - Exception Class in com.rabbitmq.client
Thrown to indicate that the server does not support the wire protocol version we requested immediately after opening the TCP socket.
ProtocolVersionMismatchException(Version, Version) - Constructor for exception class com.rabbitmq.client.ProtocolVersionMismatchException
 
PSETEX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
psubscribe(CompletableFuture<Void>, Codec, ChannelName...) - Method in class org.redisson.client.RedisPubSubConnection
 
psubscribe(Codec, ChannelName...) - Method in class org.redisson.client.RedisPubSubConnection
 
PSUBSCRIBE - Enum constant in enum class org.redisson.client.protocol.pubsub.PubSubType
 
PSUBSCRIBE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PTTL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
publish(AMQP.BasicProperties, byte[]) - Method in class com.rabbitmq.client.RpcClient
 
publish(Object) - Method in interface org.redisson.api.RReliableTopic
Publish the message to all subscribers of this topic asynchronously.
publish(Object) - Method in interface org.redisson.api.RReliableTopicReactive
Publish the message to all subscribers of this topic asynchronously.
publish(Object) - Method in interface org.redisson.api.RReliableTopicRx
Publish the message to all subscribers of this topic asynchronously.
publish(Object) - Method in interface org.redisson.api.RTopic
Publish the message to all subscribers of this topic
publish(Object) - Method in interface org.redisson.api.RTopicReactive
Publish the message to all subscribers of this topic asynchronously
publish(Object) - Method in interface org.redisson.api.RTopicRx
Publish the message to all subscribers of this topic asynchronously
Publish(int, String, String, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
Publish(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
PUBLISH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
publishAsync(Object) - Method in interface org.redisson.api.RReliableTopicAsync
Publish the message to all subscribers of this topic asynchronously.
publishAsync(Object) - Method in interface org.redisson.api.RTopicAsync
Publish the message to all subscribers of this topic asynchronously
PUBSUB - Enum constant in enum class org.redisson.client.handler.RedisChannelInitializer.Type
 
PUBSUB_CHANNELS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PUBSUB_COMMANDS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PUBSUB_NUMSUB - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PUBSUB_SHARDCHANNELS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PUBSUB_SHARDNUMSUB - Static variable in interface org.redisson.client.protocol.RedisCommands
 
PubSubEntry - Class in org.redisson.client.handler
 
PubSubEntry(MultiDecoder<Object>) - Constructor for class org.redisson.client.handler.PubSubEntry
 
PubSubKey - Class in org.redisson.client.handler
 
PubSubKey(ChannelName, String) - Constructor for class org.redisson.client.handler.PubSubKey
 
PubSubMessage - Class in org.redisson.client.protocol.pubsub
 
PubSubMessage(ChannelName, Object) - Constructor for class org.redisson.client.protocol.pubsub.PubSubMessage
 
PubSubMessageDecoder - Class in org.redisson.client.protocol.pubsub
 
PubSubMessageDecoder(Decoder<Object>) - Constructor for class org.redisson.client.protocol.pubsub.PubSubMessageDecoder
 
PubSubPatternMessage - Class in org.redisson.client.protocol.pubsub
 
PubSubPatternMessage(ChannelName, ChannelName, Object) - Constructor for class org.redisson.client.protocol.pubsub.PubSubPatternMessage
 
PubSubPatternMessageDecoder - Class in org.redisson.client.protocol.pubsub
 
PubSubPatternMessageDecoder(Decoder<Object>) - Constructor for class org.redisson.client.protocol.pubsub.PubSubPatternMessageDecoder
 
PubSubStatusDecoder - Class in org.redisson.client.protocol.pubsub
 
PubSubStatusDecoder() - Constructor for class org.redisson.client.protocol.pubsub.PubSubStatusDecoder
 
PubSubStatusMessage - Class in org.redisson.client.protocol.pubsub
 
PubSubStatusMessage(PubSubType, ChannelName) - Constructor for class org.redisson.client.protocol.pubsub.PubSubStatusMessage
 
PubSubType - Enum Class in org.redisson.client.protocol.pubsub
 
PUNSUBSCRIBE - Enum constant in enum class org.redisson.client.protocol.pubsub.PubSubType
 
PUNSUBSCRIBE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
pure() - Element in annotation interface org.jetbrains.annotations.Contract
Specifies that the annotated method has no visible side effects.
Purge(int, String, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
Purge(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
PurgeOk(int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
PurgeOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
push(V) - Method in interface org.redisson.api.RDequeReactive
Adds element at the head of this deque.
push(V) - Method in interface org.redisson.api.RDequeRx
Adds element at the head of this deque.
pushAsync(V) - Method in interface org.redisson.api.RDequeAsync
Adds element at the head of this deque.
put(E) - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
Adds the specified element to the tail of this queue, waiting if necessary for space to become available.
put(Map<K, List<V>>, K, V) - Static method in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor
 
put(K, V) - Method in interface org.redisson.api.CacheReactive
This method places the given value V in the cache and associates it with the given key K.
put(K, V) - Method in interface org.redisson.api.CacheRx
This method places the given value V in the cache and associates it with the given key K.
put(K, V) - Method in interface org.redisson.api.RMap
Stores the specified value mapped by specified key.
put(K, V) - Method in interface org.redisson.api.RMapReactive
Stores the specified value mapped by specified key.
put(K, V) - Method in interface org.redisson.api.RMapRx
Stores the specified value mapped by specified key.
put(K, V) - Method in interface org.redisson.api.RMultimap
Stores a key-value pair in this multimap.
put(K, V) - Method in interface org.redisson.api.RMultimapReactive
Stores a key-value pair in this multimap.
put(K, V) - Method in interface org.redisson.api.RMultimapRx
Stores a key-value pair in this multimap.
put(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
Stores value mapped by key with specified time to live.
put(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheReactive
Stores value mapped by key with specified time to live.
put(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheRx
Stores value mapped by key with specified time to live.
put(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
Stores value mapped by key with specified time to live and max idle time.
put(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheReactive
Stores value mapped by key with specified time to live and max idle time.
put(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheRx
Stores value mapped by key with specified time to live and max idle time.
put(V) - Method in interface org.redisson.api.RBlockingQueueReactive
Inserts the specified element into this queue in async mode, waiting if necessary for space to become available.
put(V) - Method in interface org.redisson.api.RBlockingQueueRx
Inserts the specified element into this queue in async mode, waiting if necessary for space to become available.
putAll(Map<? extends K, ? extends V>) - Method in interface org.redisson.api.CacheReactive
This method copies all of the entries from the given Map to the CacheReactive.
putAll(Map<? extends K, ? extends V>) - Method in interface org.redisson.api.CacheRx
This method copies all of the entries from the given Map to the CacheRx.
putAll(Map<? extends K, ? extends V>) - Method in interface org.redisson.api.RMap
Stores map entries specified in map object in batch mode.
putAll(Map<? extends K, ? extends V>) - Method in interface org.redisson.api.RMapReactive
Stores map entries specified in map object in batch mode.
putAll(Map<? extends K, ? extends V>) - Method in interface org.redisson.api.RMapRx
Stores map entries specified in map object in batch mode.
putAll(Map<? extends K, ? extends V>, int) - Method in interface org.redisson.api.RMap
Stores map entries specified in map object in batch mode.
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
Associates the specified value with the specified key in batch.
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheReactive
Associates the specified value with the specified key in batch.
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheRx
Associates the specified value with the specified key in batch.
putAll(K, Iterable<? extends V>) - Method in interface org.redisson.api.RMultimap
Stores a key-value pair in this multimap for each of values, all using the same key, key.
putAll(K, Iterable<? extends V>) - Method in interface org.redisson.api.RMultimapReactive
Stores a key-value pair in this multimap for each of values, all using the same key, key.
putAll(K, Iterable<? extends V>) - Method in interface org.redisson.api.RMultimapRx
Stores a key-value pair in this multimap for each of values, all using the same key, key.
putAllAsync(Map<? extends K, ? extends V>) - Method in interface org.redisson.api.CacheAsync
This method copies all of the entries from the given Map to the CacheAsync.
putAllAsync(Map<? extends K, ? extends V>) - Method in interface org.redisson.api.RMapAsync
Stores map entries specified in map object in batch mode.
putAllAsync(Map<? extends K, ? extends V>, int) - Method in interface org.redisson.api.RMapAsync
Stores map entries specified in map object in batch mode.
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheAsync
Associates the specified value with the specified key in batch.
putAllAsync(K, Iterable<? extends V>) - Method in interface org.redisson.api.RMultimapAsync
Stores a key-value pair in this multimap for each of values, all using the same key, key.
putAsync(K, V) - Method in interface org.redisson.api.CacheAsync
This method places the given value V in the cache and associates it with the given key K.
putAsync(K, V) - Method in interface org.redisson.api.RMapAsync
Stores the specified value mapped by specified key.
putAsync(K, V) - Method in interface org.redisson.api.RMultimapAsync
Stores a key-value pair in this multimap.
putAsync(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheAsync
Stores value mapped by key with specified time to live.
putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheAsync
Stores value mapped by key with specified time to live and max idle time.
putAsync(V) - Method in interface org.redisson.api.RBlockingQueueAsync
Inserts the specified element into this queue in async mode, waiting if necessary for space to become available.
putFirst(V) - Method in interface org.redisson.api.RBlockingDequeReactive
Adds value to the head of queue.
putFirst(V) - Method in interface org.redisson.api.RBlockingDequeRx
Adds value to the head of queue.
putFirstAsync(V) - Method in interface org.redisson.api.RBlockingDequeAsync
Adds value to the head of queue.
putIfAbsent(K, V) - Method in interface org.redisson.api.CacheReactive
This method places the given key and value in the cache atomically, if the key is not already associated with a value in the cache.
putIfAbsent(K, V) - Method in interface org.redisson.api.CacheRx
This method places the given key and value in the cache atomically, if the key is not already associated with a value in the cache.
putIfAbsent(K, V) - Method in interface org.redisson.api.RMap
Stores the specified value mapped by key only if there is no value with specifiedkey stored before.
putIfAbsent(K, V) - Method in interface org.redisson.api.RMapReactive
Stores the specified value mapped by specified key only if there is no value with specifiedkey stored before.
putIfAbsent(K, V) - Method in interface org.redisson.api.RMapRx
Stores the specified value mapped by specified key only if there is no value with specifiedkey stored before.
putIfAbsent(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheReactive
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheRx
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheReactive
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheRx
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsentAsync(K, V) - Method in interface org.redisson.api.CacheAsync
This method places the given key and value in the cache atomically, if the key is not already associated with a value in the cache.
putIfAbsentAsync(K, V) - Method in interface org.redisson.api.RMapAsync
Stores the specified value mapped by specified key only if there is no value with specifiedkey stored before.
putIfAbsentAsync(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheAsync
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheAsync
If the specified key is not already associated with a value, associate it with the given value.
putIfExists(K, V) - Method in interface org.redisson.api.RMap
Stores the specified value mapped by key only if mapping already exists.
putIfExists(K, V) - Method in interface org.redisson.api.RMapReactive
Stores the specified value mapped by key only if mapping already exists.
putIfExists(K, V) - Method in interface org.redisson.api.RMapRx
Stores the specified value mapped by key only if mapping already exists.
putIfExistsAsync(K, V) - Method in interface org.redisson.api.RMapAsync
Stores the specified value mapped by key only if mapping already exists.
putLast(V) - Method in interface org.redisson.api.RBlockingDequeReactive
Adds value to the tail of queue.
putLast(V) - Method in interface org.redisson.api.RBlockingDequeRx
Adds value to the tail of queue.
putLastAsync(V) - Method in interface org.redisson.api.RBlockingDequeAsync
Adds value to the tail of queue.

Q

Qos(int, int, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
Qos(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
QosOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.QosOk
 
QosOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.QosOk
 
quantile(String, Double) - Static method in interface org.redisson.api.search.aggregate.Reducer
 
QueryFilter - Interface in org.redisson.api.search.query
QueryOptions - Class in org.redisson.api.search.query
Search query options for RSearch.search(String, String, QueryOptions) method
queue() - Method in class com.rabbitmq.client.impl.recovery.RetryContext
The to-be-recovered entity as a queue.
queue(String) - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
queue(String) - Method in class com.rabbitmq.client.AMQP.Basic.Get.Builder
 
queue(String) - Method in class com.rabbitmq.client.AMQP.Queue.Bind.Builder
 
queue(String) - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
queue(String) - Method in class com.rabbitmq.client.AMQP.Queue.DeclareOk.Builder
 
queue(String) - Method in class com.rabbitmq.client.AMQP.Queue.Delete.Builder
 
queue(String) - Method in class com.rabbitmq.client.AMQP.Queue.Purge.Builder
 
queue(String) - Method in class com.rabbitmq.client.AMQP.Queue.Unbind.Builder
 
Queue() - Constructor for class com.rabbitmq.client.AMQP.Queue
 
Queue() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue
 
queueBind(String, String, String) - Method in interface com.rabbitmq.client.Channel
Bind a queue to an exchange, with no extra arguments.
queueBind(String, String, String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Bind a queue to an exchange, with no extra arguments.
queueBind(String, String, String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
queueBind(String, String, String, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Bind a queue to an exchange.
queueBind(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Bind a queue to an exchange.
queueBind(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
queueBindNoWait(String, String, String, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Same as Channel.queueBind(String, String, String, java.util.Map) but sets nowait parameter to true and returns void (as there will be no response from the server).
queueBindNoWait(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Same as Channel.queueBind(String, String, String, java.util.Map) but sets nowait parameter to true and returns void (as there will be no response from the server).
queueBindNoWait(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
QueueCommand - Interface in org.redisson.client.protocol
 
QueueCommandHolder - Class in org.redisson.client.protocol
 
QueueCommandHolder(QueueCommand, ChannelPromise) - Constructor for class org.redisson.client.protocol.QueueCommandHolder
 
queued() - Method in class org.apache.kafka.clients.producer.internals.BufferPool
The number of threads blocked waiting on memory
queueDeclare() - Method in interface com.rabbitmq.client.Channel
Actively declare a server-named exclusive, autodelete, non-durable queue.
queueDeclare() - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Actively declare a server-named exclusive, autodelete, non-durable queue.
queueDeclare() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
queueDeclare(String, boolean, boolean, boolean, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Declare a queue
queueDeclare(String, boolean, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Declare a queue
queueDeclare(String, boolean, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
queueDeclareNoWait(String, boolean, boolean, boolean, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Like Channel.queueDeclare(String, boolean, boolean, boolean, java.util.Map) but sets nowait flag to true and returns no result (as there will be no response from the server).
queueDeclareNoWait(String, boolean, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Like Channel.queueDeclare(String, boolean, boolean, boolean, java.util.Map) but sets nowait flag to true and returns no result (as there will be no response from the server).
queueDeclareNoWait(String, boolean, boolean, boolean, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
queueDeclarePassive(String) - Method in interface com.rabbitmq.client.Channel
Declare a queue passively; i.e., check if it exists.
queueDeclarePassive(String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Declare a queue passively; i.e., check if it exists.
queueDeclarePassive(String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
queueDelete(String) - Method in interface com.rabbitmq.client.Channel
Delete a queue, without regard for whether it is in use or has messages on it
queueDelete(String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Delete a queue, without regard for whether it is in use or has messages on it
queueDelete(String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
queueDelete(String, boolean, boolean) - Method in interface com.rabbitmq.client.Channel
Delete a queue
queueDelete(String, boolean, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Delete a queue
queueDelete(String, boolean, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
queueDeleteNoWait(String, boolean, boolean) - Method in interface com.rabbitmq.client.Channel
Like Channel.queueDelete(String, boolean, boolean) but sets nowait parameter to true and returns nothing (as there will be no response from the server).
queueDeleteNoWait(String, boolean, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
 
queueDeleteNoWait(String, boolean, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
queuePurge(String) - Method in interface com.rabbitmq.client.Channel
Purges the contents of the given queue.
queuePurge(String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Purges the contents of the given queue.
queuePurge(String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
queueRecovered(String, String) - Method in interface com.rabbitmq.client.impl.recovery.QueueRecoveryListener
 
QueueRecoveryListener - Interface in com.rabbitmq.client.impl.recovery
Not part of the public API.
queueRecoveryRetryCondition - Variable in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
queueRecoveryRetryCondition - Variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
queueRecoveryRetryCondition(BiPredicate<? super RecordedQueue, Exception>) - Method in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
queueRecoveryRetryOperation - Variable in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
queueRecoveryRetryOperation - Variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
queueRecoveryRetryOperation(DefaultRetryHandler.RetryOperation<?>) - Method in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
queueUnbind(String, String, String) - Method in interface com.rabbitmq.client.Channel
Unbinds a queue from an exchange, with no extra arguments.
queueUnbind(String, String, String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Unbinds a queue from an exchange, with no extra arguments.
queueUnbind(String, String, String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
queueUnbind(String, String, String, Map<String, Object>) - Method in interface com.rabbitmq.client.Channel
Unbind a queue from an exchange.
queueUnbind(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Unbind a queue from an exchange.
queueUnbind(String, String, String, Map<String, Object>) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
quiescingAsyncRpc(Method, CompletableFuture<Command>) - Method in class com.rabbitmq.client.impl.AMQChannel
 
quiescingRpc(Method, AMQChannel.RpcContinuation) - Method in class com.rabbitmq.client.impl.AMQChannel
 
quiescingTransmit(AMQCommand) - Method in class com.rabbitmq.client.impl.AMQChannel
 
quiescingTransmit(Method) - Method in class com.rabbitmq.client.impl.AMQChannel
 
QUIT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
quorumInfo() - Method in class org.apache.kafka.clients.admin.DescribeMetadataQuorumResult
Returns a future containing the QuorumInfo
QuorumInfo - Class in org.apache.kafka.clients.admin
This class is used to describe the state of the quorum received in DescribeQuorumResponse.
QuorumInfo.ReplicaState - Class in org.apache.kafka.clients.admin
 

R

RABBITMQ - Enum constant in enum class fr.codinbox.connector.commons.utils.ConnectionType
RabbitMQ connection type, backed by the RabbitMQ AMQP client.
RABBITMQ_PREFIX - Static variable in class fr.codinbox.connector.commons.utils.EnvUtils
Environment variable prefix for RabbitMQ connections.
RabbitMQConnection - Interface in fr.codinbox.connector.commons.rabbitmq
Represents a managed RabbitMQ connection with channel pooling support.
RabbitMQConnectionImpl - Class in fr.codinbox.connector.commons.rabbitmq
Implementation of RabbitMQConnection that manages a RabbitMQ connection and a fixed-size channel pool.
RabbitMQConnectionImpl(Logger, String, String) - Constructor for class fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectionImpl
Creates a new RabbitMQ connection instance.
RabbitMQConnectorService - Interface in fr.codinbox.connector.commons.rabbitmq
Service interface for managing multiple named RabbitMQ connections.
RabbitMQConnectorServiceImpl - Class in fr.codinbox.connector.commons.rabbitmq
Default implementation of RabbitMQConnectorService that discovers and manages RabbitMQ connections from environment variables.
RabbitMQConnectorServiceImpl(Logger) - Constructor for class fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectorServiceImpl
Creates a new RabbitMQ connector service.
rackId - Variable in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor.MemberInfo
 
rackId - Variable in class org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor.MemberData
 
rackId() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
 
radius(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeo
Deprecated.
radius(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radius(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radius(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radius(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radius(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radius(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeo
Deprecated.
radius(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radius(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radius(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radius(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radius(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radius(double, GeoUnit) - Method in class org.redisson.api.geo.GeoSearchParams
 
radius(double, GeoUnit) - Method in interface org.redisson.api.geo.ShapeGeoSearch
Defines search within radius
radius(double, GeoUnit) - Method in class org.redisson.api.search.query.GeoFilterParams
 
radius(double, GeoUnit) - Method in interface org.redisson.api.search.query.GeoFilterRadius
Defines search within radius
radius(V, double, GeoUnit) - Method in interface org.redisson.api.RGeo
Deprecated.
radius(V, double, GeoUnit) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radius(V, double, GeoUnit) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radius(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radius(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radius(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radius(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeo
Deprecated.
radius(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radius(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radius(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radius(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radius(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusAsync(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusAsync(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusAsync(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusAsync(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusAsync(V, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusAsync(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusAsync(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusAsync(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusStoreSortedTo(String, double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusStoreSortedTo(String, double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusStoreSortedTo(String, double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusStoreSortedTo(String, double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusStoreSortedTo(String, double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusStoreSortedTo(String, double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusStoreSortedTo(String, double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusStoreSortedTo(String, double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusStoreSortedTo(String, double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusStoreSortedTo(String, V, double, GeoUnit) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusStoreSortedTo(String, V, double, GeoUnit) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusStoreSortedTo(String, V, double, GeoUnit) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusStoreSortedTo(String, V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusStoreSortedTo(String, V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusStoreSortedTo(String, V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusStoreSortedTo(String, V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusStoreSortedTo(String, V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusStoreSortedTo(String, V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusStoreSortedToAsync(String, double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusStoreSortedToAsync(String, double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusStoreSortedToAsync(String, double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusStoreSortedToAsync(String, V, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusStoreSortedToAsync(String, V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusStoreSortedToAsync(String, V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusStoreTo(String, double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusStoreTo(String, double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusStoreTo(String, double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusStoreTo(String, double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusStoreTo(String, double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusStoreTo(String, double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusStoreTo(String, double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusStoreTo(String, double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusStoreTo(String, double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusStoreTo(String, V, double, GeoUnit) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusStoreTo(String, V, double, GeoUnit) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusStoreTo(String, V, double, GeoUnit) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusStoreTo(String, V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusStoreTo(String, V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusStoreTo(String, V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusStoreTo(String, V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusStoreTo(String, V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusStoreTo(String, V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusStoreToAsync(String, double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusStoreToAsync(String, double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusStoreToAsync(String, double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusStoreToAsync(String, V, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusStoreToAsync(String, V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusStoreToAsync(String, V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithDistance(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithDistance(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithDistance(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithDistance(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithDistance(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithDistance(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithDistance(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithDistance(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithDistance(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithDistance(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithDistance(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithDistance(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithDistance(V, double, GeoUnit) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithDistance(V, double, GeoUnit) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithDistance(V, double, GeoUnit) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithDistance(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithDistance(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithDistance(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithDistance(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithDistance(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithDistance(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithDistance(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithDistance(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithDistance(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithDistanceAsync(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithDistanceAsync(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithDistanceAsync(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithDistanceAsync(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithDistanceAsync(V, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithDistanceAsync(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithDistanceAsync(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithDistanceAsync(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithPosition(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithPosition(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithPosition(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithPosition(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithPosition(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithPosition(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithPosition(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithPosition(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithPosition(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithPosition(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithPosition(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithPosition(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithPosition(V, double, GeoUnit) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithPosition(V, double, GeoUnit) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithPosition(V, double, GeoUnit) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithPosition(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithPosition(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithPosition(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithPosition(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithPosition(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithPosition(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithPosition(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
Deprecated.
radiusWithPosition(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoReactive
Deprecated.
radiusWithPosition(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoRx
Deprecated.
radiusWithPositionAsync(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithPositionAsync(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithPositionAsync(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithPositionAsync(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithPositionAsync(V, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithPositionAsync(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithPositionAsync(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
radiusWithPositionAsync(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
Deprecated.
raise(RuntimeException) - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
Raise an exception.
raise(Errors) - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
Raise an error.
random() - Static method in interface org.redisson.api.IdGenerator
Returns random identifier generator.
random() - Method in interface org.redisson.api.RLexSortedSet
Returns random element from this sorted set
random() - Method in interface org.redisson.api.RScoredSortedSet
Returns random element from this sorted set
random() - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns random element from this sorted set
random() - Method in interface org.redisson.api.RScoredSortedSetRx
Returns random element from this sorted set
random() - Method in interface org.redisson.api.RSet
Returns random element
random() - Method in interface org.redisson.api.RSetReactive
Returns random element
random() - Method in interface org.redisson.api.RSetRx
Returns random element
random(int) - Method in interface org.redisson.api.RLexSortedSet
Returns random elements from this sorted set limited by count
random(int) - Method in interface org.redisson.api.RScoredSortedSet
Returns random elements from this sorted set limited by count
random(int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns random elements from this sorted set limited by count
random(int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns random elements from this sorted set limited by count
random(int) - Method in interface org.redisson.api.RSet
Returns random elements from set limited by count
random(int) - Method in interface org.redisson.api.RSetReactive
Returns random elements from set limited by count
random(int) - Method in interface org.redisson.api.RSetRx
Returns random elements from set limited by count
RANDOM_KEY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
randomAsync() - Method in interface org.redisson.api.RLexSortedSetAsync
Returns random element from this sorted set
randomAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns random element from this sorted set
randomAsync() - Method in interface org.redisson.api.RSetAsync
Returns random element from set in async mode
randomAsync(int) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns random elements from this sorted set limited by count
randomAsync(int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns random elements from this sorted set limited by count
randomAsync(int) - Method in interface org.redisson.api.RSetAsync
Returns random elements from set limited by count
randomEntries(int) - Method in interface org.redisson.api.RMap
Returns random map entries from this map limited by count
randomEntries(int) - Method in interface org.redisson.api.RMapReactive
Returns random map entries from this map limited by count
randomEntries(int) - Method in interface org.redisson.api.RMapRx
Returns random map entries from this map limited by count
randomEntries(int) - Method in interface org.redisson.api.RScoredSortedSet
Returns random entries from this sorted set limited by count.
randomEntries(int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns random entries from this sorted set limited by count.
randomEntries(int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns random entries from this sorted set limited by count.
randomEntriesAsync(int) - Method in interface org.redisson.api.RMapAsync
Returns random map entries from this map limited by count
randomEntriesAsync(int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns random entries from this sorted set limited by count.
RandomIdGenerator - Class in org.redisson.api
Random identifier
RandomIdGenerator() - Constructor for class org.redisson.api.RandomIdGenerator
 
randomKey() - Method in interface org.redisson.api.RKeys
Get random key
randomKey() - Method in interface org.redisson.api.RKeysReactive
Get random key Uses RANDOM_KEY Redis command.
randomKey() - Method in interface org.redisson.api.RKeysRx
Get random key Uses RANDOM_KEY Redis command.
randomKeyAsync() - Method in interface org.redisson.api.RKeysAsync
Get random key in async mode
randomKeys(int) - Method in interface org.redisson.api.RMap
Returns random keys from this map limited by count
randomKeys(int) - Method in interface org.redisson.api.RMapReactive
Returns random keys from this map limited by count
randomKeys(int) - Method in interface org.redisson.api.RMapRx
Returns random keys from this map limited by count
randomKeysAsync(int) - Method in interface org.redisson.api.RMapAsync
Returns random keys from this map limited by count
randomSample(String, int) - Static method in interface org.redisson.api.search.aggregate.Reducer
 
range(int) - Method in interface org.redisson.api.RList
Returns range of values from 0 index to toIndex.
range(int) - Method in interface org.redisson.api.RListReactive
Returns range of values from 0 index to toIndex.
range(int) - Method in interface org.redisson.api.RListRx
Returns range of values from 0 index to toIndex.
range(int, int) - Method in interface org.redisson.api.RLexSortedSet
Returns values by rank range.
range(int, int) - Method in interface org.redisson.api.RList
Returns range of values from fromIndex to toIndex index including.
range(int, int) - Method in interface org.redisson.api.RListReactive
Returns range of values from fromIndex to toIndex index including.
range(int, int) - Method in interface org.redisson.api.RListRx
Returns range of values from fromIndex to toIndex index including.
range(int, StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStream
Returns stream data in range by specified start Stream Message ID (included) and end Stream Message ID (included).
range(int, StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStreamReactive
Returns stream data in range by specified start Stream ID (included) and end Stream ID (included).
range(int, StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStreamRx
Returns stream data in range by specified start Stream ID (included) and end Stream ID (included).
range(long, long) - Method in interface org.redisson.api.RTimeSeries
Returns ordered elements of this time-series collection within timestamp range.
range(long, long) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns ordered elements of this time-series collection within timestamp range.
range(long, long) - Method in interface org.redisson.api.RTimeSeriesRx
Returns ordered elements of this time-series collection within timestamp range.
range(long, long, int) - Method in interface org.redisson.api.RTimeSeries
Returns ordered elements of this time-series collection within timestamp range.
range(long, long, int) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns ordered elements of this time-series collection within timestamp range.
range(long, long, int) - Method in interface org.redisson.api.RTimeSeriesRx
Returns ordered elements of this time-series collection within timestamp range.
range(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSet
Returns values range starting with fromElement and ending with toElement.
range(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetReactive
Returns values range starting with fromElement and ending with toElement.
range(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetRx
Returns values range starting with fromElement and ending with toElement.
range(String, boolean, String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSet
Returns values range starting with fromElement and ending with toElement.
range(String, boolean, String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetReactive
Returns values range starting with fromElement and ending with toElement.
range(String, boolean, String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetRx
Returns values range starting with fromElement and ending with toElement.
range(StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStream
Returns stream data in range by specified start Stream Message ID (included) and end Stream Message ID (included).
range(StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStreamReactive
Returns stream data in range by specified start Stream ID (included) and end Stream ID (included).
range(StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStreamRx
Returns stream data in range by specified start Stream ID (included) and end Stream ID (included).
Range - Annotation Interface in org.jetbrains.annotations
An annotation which allows to specify for integral type (byte, char, short, int, long) an allowed values range.
RANGE_ASSIGNOR_NAME - Static variable in class org.apache.kafka.clients.consumer.RangeAssignor
 
RangeAssignor - Class in org.apache.kafka.clients.consumer
The range assignor works on a per-topic basis.
RangeAssignor() - Constructor for class org.apache.kafka.clients.consumer.RangeAssignor
 
rangeAsync(int) - Method in interface org.redisson.api.RListAsync
Returns range of values from 0 index to toIndex.
rangeAsync(int, int) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns values by rank range.
rangeAsync(int, int) - Method in interface org.redisson.api.RListAsync
Returns range of values from fromIndex to toIndex index including.
rangeAsync(int, StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStreamAsync
Returns stream data in range by specified start Stream ID (included) and end Stream ID (included).
rangeAsync(long, long) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns ordered elements of this time-series collection within timestamp range.
rangeAsync(long, long, int) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns ordered elements of this time-series collection within timestamp range.
rangeAsync(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns values range starting with fromElement and ending with toElement.
rangeAsync(String, boolean, String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns values range starting with fromElement and ending with toElement.
rangeAsync(StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStreamAsync
Returns stream data in range by specified start Stream ID (included) and end Stream ID (included).
rangeHead(String, boolean) - Method in interface org.redisson.api.RLexSortedSet
Returns head values range ending with toElement.
rangeHead(String, boolean) - Method in interface org.redisson.api.RLexSortedSetReactive
Returns head values range ending with toElement.
rangeHead(String, boolean) - Method in interface org.redisson.api.RLexSortedSetRx
Returns head values range ending with toElement.
rangeHead(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSet
Returns head values range ending with toElement.
rangeHead(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetReactive
Returns head values range ending with toElement.
rangeHead(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetRx
Returns head values range ending with toElement.
rangeHeadAsync(String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns head values range ending with toElement.
rangeHeadAsync(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns head values range ending with toElement.
rangeHeadReversed(String, boolean) - Method in interface org.redisson.api.RLexSortedSet
Returns head values range in reverse order ending with toElement.
rangeHeadReversed(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSet
Returns head values range in reverse order ending with toElement.
rangeHeadReversedAsync(String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns head values range in reverse order ending with toElement.
rangeHeadReversedAsync(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns head values range in reverse order ending with toElement.
rangeReversed(int, StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStream
Returns stream data in reverse order in range by specified start Stream Message ID (included) and end Stream Message ID (included).
rangeReversed(int, StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStreamReactive
Returns stream data in reverse order in range by specified start Stream ID (included) and end Stream ID (included).
rangeReversed(int, StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStreamRx
Returns stream data in reverse order in range by specified start Stream ID (included) and end Stream ID (included).
rangeReversed(long, long) - Method in interface org.redisson.api.RTimeSeries
Returns elements of this time-series collection in reverse order within timestamp range.
rangeReversed(long, long) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns elements of this time-series collection in reverse order within timestamp range.
rangeReversed(long, long) - Method in interface org.redisson.api.RTimeSeriesRx
Returns elements of this time-series collection in reverse order within timestamp range.
rangeReversed(long, long, int) - Method in interface org.redisson.api.RTimeSeries
Returns elements of this time-series collection in reverse order within timestamp range.
rangeReversed(long, long, int) - Method in interface org.redisson.api.RTimeSeriesReactive
Returns elements of this time-series collection in reverse order within timestamp range.
rangeReversed(long, long, int) - Method in interface org.redisson.api.RTimeSeriesRx
Returns elements of this time-series collection in reverse order within timestamp range.
rangeReversed(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSet
Returns values range in reverse order starting with fromElement and ending with toElement.
rangeReversed(String, boolean, String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSet
Returns values range in reverse order starting with fromElement and ending with toElement.
rangeReversed(StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStream
Returns stream data in reverse order in range by specified start Stream Message ID (included) and end Stream Message ID (included).
rangeReversed(StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStreamReactive
Returns stream data in reverse order in range by specified start Stream ID (included) and end Stream ID (included).
rangeReversed(StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStreamRx
Returns stream data in reverse order in range by specified start Stream ID (included) and end Stream ID (included).
rangeReversedAsync(int, StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStreamAsync
Returns stream data in reverse order in range by specified start Stream ID (included) and end Stream ID (included).
rangeReversedAsync(long, long) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns elements of this time-series collection in reverse order within timestamp range.
rangeReversedAsync(long, long, int) - Method in interface org.redisson.api.RTimeSeriesAsync
Returns elements of this time-series collection in reverse order within timestamp range.
rangeReversedAsync(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns values range in reverse order starting with fromElement and ending with toElement.
rangeReversedAsync(String, boolean, String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns values range in reverse order starting with fromElement and ending with toElement.
rangeReversedAsync(StreamMessageId, StreamMessageId) - Method in interface org.redisson.api.RStreamAsync
Returns stream data in reverse order in range by specified start Stream ID (included) and end Stream ID (included).
rangeTail(String, boolean) - Method in interface org.redisson.api.RLexSortedSet
Returns tail values range starting with fromElement.
rangeTail(String, boolean) - Method in interface org.redisson.api.RLexSortedSetReactive
Returns tail values range starting with fromElement.
rangeTail(String, boolean) - Method in interface org.redisson.api.RLexSortedSetRx
Returns tail values range starting with fromElement.
rangeTail(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSet
Returns tail values range starting with fromElement.
rangeTail(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetReactive
Returns tail values range starting with fromElement.
rangeTail(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetRx
Returns tail values range starting with fromElement.
rangeTailAsync(String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns tail values range starting with fromElement.
rangeTailAsync(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns tail values range starting with fromElement.
rangeTailReversed(String, boolean) - Method in interface org.redisson.api.RLexSortedSet
Returns tail values range in reverse order starting with fromElement.
rangeTailReversed(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSet
Returns tail values range in reverse order starting with fromElement.
rangeTailReversedAsync(String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns tail values range in reverse order starting with fromElement.
rangeTailReversedAsync(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns tail values range in reverse order starting with fromElement.
rangeTo(String, double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSet
Stores to defined ScoredSortedSet values between startScore and endScore.
rangeTo(String, double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetReactive
Stores to defined ScoredSortedSet values between startScore and endScore.
rangeTo(String, double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetRx
Stores to defined ScoredSortedSet values between startScore and endScore.
rangeTo(String, double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSet
Stores to defined ScoredSortedSet values between startScore and endScore.
rangeTo(String, double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Stores to defined ScoredSortedSet values between startScore and endScore.
rangeTo(String, double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Stores to defined ScoredSortedSet values between startScore and endScore.
rangeTo(String, int, int) - Method in interface org.redisson.api.RScoredSortedSet
Stores to defined ScoredSortedSet values by rank range.
rangeTo(String, int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Stores to defined ScoredSortedSet values by rank range.
rangeTo(String, int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Stores to defined ScoredSortedSet values by rank range.
rangeToAsync(String, double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetAsync
Stores to defined ScoredSortedSet values between startScore and endScore.
rangeToAsync(String, double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Stores to defined ScoredSortedSet values between startScore and endScore.
rangeToAsync(String, int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Stores to defined ScoredSortedSet values by rank range.
rank(String) - Method in interface org.redisson.api.RLexSortedSet
Returns rank of the element
rank(V) - Method in interface org.redisson.api.RScoredSortedSet
Returns rank of value, with the ranks ordered from low to high.
rank(V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns rank of value, with the scores ordered from low to high.
rank(V) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns rank of value, with the scores ordered from low to high.
rankAsync(String) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns rank of the element
rankAsync(V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns rank of value, with the scores ordered from low to high.
RankedEntry<V> - Class in org.redisson.client.protocol
 
RankedEntry(Integer, Double) - Constructor for class org.redisson.client.protocol.RankedEntry
 
RankedEntryDecoder - Class in org.redisson.client.protocol.decoder
 
RankedEntryDecoder() - Constructor for class org.redisson.client.protocol.decoder.RankedEntryDecoder
 
rankEntry(V) - Method in interface org.redisson.api.RScoredSortedSet
Returns rank and score of specified value, with the ranks ordered from low to high.
rankEntry(V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns rank and score of specified value, with the ranks ordered from low to high.
rankEntry(V) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns rank and score of specified value, with the ranks ordered from low to high.
rankEntryAsync(V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns rank and score of specified value, with the ranks ordered from low to high.
RateIntervalUnit - Enum Class in org.redisson.api
 
RateLimiterConfig - Class in org.redisson.api
 
RateLimiterConfig(RateType, Long, Long) - Constructor for class org.redisson.api.RateLimiterConfig
 
RateType - Enum Class in org.redisson.api
 
ratioRefreshDelayStrategy(double) - Static method in class com.rabbitmq.client.impl.DefaultCredentialsRefreshService
Delay before refresh is a ratio of the time before expiration.
RAtomicDouble - Interface in org.redisson.api
Distributed implementation to the AtomicDouble
RAtomicDoubleAsync - Interface in org.redisson.api
Distributed implementation to the AtomicDouble
RAtomicDoubleReactive - Interface in org.redisson.api
Reactive interface for AtomicDouble object
RAtomicDoubleRx - Interface in org.redisson.api
Reactive interface for AtomicDouble object
RAtomicLong - Interface in org.redisson.api
Distributed implementation of AtomicLong
RAtomicLongAsync - Interface in org.redisson.api
Distributed async implementation of AtomicLong
RAtomicLongReactive - Interface in org.redisson.api
Reactive interface for AtomicLong object
RAtomicLongRx - Interface in org.redisson.api
RxJava2 interface for AtomicLong object
RBatch - Interface in org.redisson.api
Interface for using Redis pipeline feature.
RBatchReactive - Interface in org.redisson.api
Reactive interface for Redis pipeline feature.
RBatchRx - Interface in org.redisson.api
RxJava2 interface for Redis pipeline feature.
RBinaryStream - Interface in org.redisson.api
Binary stream holder stores a sequence of bytes.
RBinaryStreamReactive - Interface in org.redisson.api
Binary stream holder stores a sequence of bytes.
RBinaryStreamRx - Interface in org.redisson.api
Binary stream holder stores a sequence of bytes.
RBitSet - Interface in org.redisson.api
Vector of bits that grows as needed.
RBitSetAsync - Interface in org.redisson.api
Vector of bits that grows as needed.
RBitSetReactive - Interface in org.redisson.api
Reactive interface for BitSet object
RBitSetRx - Interface in org.redisson.api
RxJava2 interface for BitSet object
RBlockingDeque<V> - Interface in org.redisson.api
BlockingDeque backed by Redis
RBlockingDequeAsync<V> - Interface in org.redisson.api
Distributed async implementation of BlockingDeque
RBlockingDequeReactive<V> - Interface in org.redisson.api
Reactive interface for Redis based BlockingDeque object
RBlockingDequeRx<V> - Interface in org.redisson.api
RxJava2 interface for Redis based BlockingDeque object
RBlockingQueue<V> - Interface in org.redisson.api
Distributed implementation of BlockingQueue
RBlockingQueueAsync<V> - Interface in org.redisson.api
Distributed async implementation of BlockingQueue
RBlockingQueueReactive<V> - Interface in org.redisson.api
Reactive interface for BlockingQueue object
RBlockingQueueRx<V> - Interface in org.redisson.api
RxJava2 interface for BlockingQueue
RBloomFilter<T> - Interface in org.redisson.api
Distributed implementation of Bloom filter based on Highway 128-bit hash.
RBoundedBlockingQueue<V> - Interface in org.redisson.api
Distributed implementation of bounded BlockingQueue
RBoundedBlockingQueueAsync<V> - Interface in org.redisson.api
Distributed async implementation of bounded BlockingQueue
RBucket<V> - Interface in org.redisson.api
Object holder.
RBucketAsync<V> - Interface in org.redisson.api
Async implementation of object holder.
RBucketReactive<V> - Interface in org.redisson.api
Reactive implementation of object holder.
RBucketRx<V> - Interface in org.redisson.api
Reactive implementation of object holder.
RBuckets - Interface in org.redisson.api
Operations over multiple Bucket objects.
RBucketsAsync - Interface in org.redisson.api
Operations over multiple Bucket objects.
RBucketsReactive - Interface in org.redisson.api
Operations over multiple Bucket objects.
RBucketsRx - Interface in org.redisson.api
Operations over multiple Bucket objects.
RCascade - Annotation Interface in org.redisson.api.annotation
Specifies that the defined cascade types are applied to the object/objects contained in Live Object field.
RCascadeType - Enum Class in org.redisson.api
Live Object cascade type.
RCollator<K,V,R> - Interface in org.redisson.api.mapreduce
Collates result from RReducer tasks and produces a single result object.
RCollectionAsync<V> - Interface in org.redisson.api
Common async interface for collection object
RCollectionMapper<VIn,KOut,VOut> - Interface in org.redisson.api.mapreduce
Mapper task invoked during map phase of MapReduce process and launched across Redisson Nodes.
RCollectionMapReduce<VIn,KOut,VOut> - Interface in org.redisson.api.mapreduce
MapReduce allows to process large amount of data stored in RSet, RList, RSetCache, RScoredSortedSet, RSortedSet and others using Mapper, Reducer and/or Collator tasks launched across Redisson Nodes.
RCollectionReactive<V> - Interface in org.redisson.api
Common reactive interface for collection object
RCollectionRx<V> - Interface in org.redisson.api
Common RxJava2 interface for collection object
RCollector<K,V> - Interface in org.redisson.api.mapreduce
Stores each key/value mapping during map phase of MapReduce process.
RCountDownLatch - Interface in org.redisson.api
Redis based implementation of CountDownLatch It has an advantage over CountDownLatch -- count can be set via RCountDownLatch.trySetCount(long) method.
RCountDownLatchAsync - Interface in org.redisson.api
Async interface of Redis based CountDownLatch It has an advantage over CountDownLatch -- count can be set via RCountDownLatchAsync.trySetCountAsync(long) method.
RCountDownLatchReactive - Interface in org.redisson.api
Reactive interface of Redis based CountDownLatch It has an advantage over CountDownLatch -- count can be set via RCountDownLatchReactive.trySetCount(long) method.
RCountDownLatchRx - Interface in org.redisson.api
RxJava2 interface of Redis based CountDownLatch It has an advantage over CountDownLatch -- count can be set via RCountDownLatchRx.trySetCount(long) method.
RDelayedQueue<V> - Interface in org.redisson.api
Distributed implementation of delayed queue.
RDeque<V> - Interface in org.redisson.api
Distributed implementation of Deque
RDequeAsync<V> - Interface in org.redisson.api
Distributed async implementation of Deque
RDequeReactive<V> - Interface in org.redisson.api
Reactive interface for Deque object
RDequeRx<V> - Interface in org.redisson.api
RxJava2 interface for Deque object
RDestroyable - Interface in org.redisson.api
All objects that implement this interface should be destroyed via RDestroyable.destroy() method.
RDoubleAdder - Interface in org.redisson.api
Distributed implementation of DoubleAdder
reactive() - Method in interface org.redisson.api.RedissonClient
Returns Reactive Redisson instance
read() - Method in class com.rabbitmq.client.AMQP.Access.Request.Builder
 
read() - Method in class com.rabbitmq.client.impl.TruncatedInputStream
 
read(boolean) - Method in class com.rabbitmq.client.AMQP.Access.Request.Builder
 
read(byte[], int, int) - Method in class com.rabbitmq.client.impl.TruncatedInputStream
 
read(Command) - Method in class com.rabbitmq.client.impl.LogTrafficListener
 
read(Command) - Method in interface com.rabbitmq.client.TrafficListener
Notified for each inbound Command.
read(ByteBuffer) - Method in interface org.redisson.api.RBinaryStreamReactive
Reads a sequence of bytes into defined buffer.
read(ByteBuffer) - Method in interface org.redisson.api.RBinaryStreamRx
Reads a sequence of bytes into defined buffer.
read(StreamMultiReadArgs) - Method in interface org.redisson.api.RStream
Read stream data from multiple streams including current.
read(StreamMultiReadArgs) - Method in interface org.redisson.api.RStreamReactive
Read stream data from multiple streams including current.
read(StreamMultiReadArgs) - Method in interface org.redisson.api.RStreamRx
Read stream data from multiple streams including current.
read(StreamReadArgs) - Method in interface org.redisson.api.RStream
Read stream data from current stream only.
read(StreamReadArgs) - Method in interface org.redisson.api.RStreamReactive
Read stream data from current stream only.
read(StreamReadArgs) - Method in interface org.redisson.api.RStreamRx
Read stream data from current stream only.
READ - Enum constant in enum class org.redisson.api.FunctionMode
Execute function as read operation
READ_ONLY - Enum constant in enum class org.redisson.api.RScript.Mode
Execute script as read operation
READ_WRITE - Enum constant in enum class org.redisson.api.RScript.Mode
Execute script as write operation
readAll() - Method in interface org.redisson.api.RList
Read all elements at once
readAll() - Method in interface org.redisson.api.RListReactive
Read all elements at once
readAll() - Method in interface org.redisson.api.RListRx
Read all elements at once
readAll() - Method in interface org.redisson.api.RPriorityQueue
Returns all queue elements at once
readAll() - Method in interface org.redisson.api.RQueue
Returns all queue elements at once
readAll() - Method in interface org.redisson.api.RQueueReactive
Returns all queue elements at once
readAll() - Method in interface org.redisson.api.RQueueRx
Returns all queue elements at once
readAll() - Method in interface org.redisson.api.RScoredSortedSet
Read all values at once.
readAll() - Method in interface org.redisson.api.RScoredSortedSetReactive
Read all values at once.
readAll() - Method in interface org.redisson.api.RScoredSortedSetRx
Read all values at once.
readAll() - Method in interface org.redisson.api.RSet
Read all elements at once
readAll() - Method in interface org.redisson.api.RSetCacheReactive
Read all elements at once
readAll() - Method in interface org.redisson.api.RSetCacheRx
Read all elements at once
readAll() - Method in interface org.redisson.api.RSetReactive
Read all elements at once
readAll() - Method in interface org.redisson.api.RSetRx
Read all elements at once
readAll() - Method in interface org.redisson.api.RSortedSet
 
readAll() - Method in interface org.redisson.api.RTransferQueue
Returns all queue elements at once
readAll() - Method in interface org.redisson.api.RTransferQueueAsync
Returns all queue elements at once
readAllAsync() - Method in interface org.redisson.api.RLexSortedSetAsync
Read all values at once.
readAllAsync() - Method in interface org.redisson.api.RListAsync
Read all elements at once
readAllAsync() - Method in interface org.redisson.api.RQueueAsync
Returns all queue elements at once
readAllAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Read all values at once.
readAllAsync() - Method in interface org.redisson.api.RSetAsync
Read all elements at once
readAllAsync() - Method in interface org.redisson.api.RSortedSet
 
readAllEntrySet() - Method in interface org.redisson.api.RMap
Read all map entries at once
readAllEntrySet() - Method in interface org.redisson.api.RMapReactive
Read all map entries at once
readAllEntrySet() - Method in interface org.redisson.api.RMapRx
Read all map entries at once
readAllEntrySetAsync() - Method in interface org.redisson.api.RMapAsync
Read all map entries at once
readAllKeySet() - Method in interface org.redisson.api.RMap
Read all keys at once
readAllKeySet() - Method in interface org.redisson.api.RMapReactive
Read all keys at once
readAllKeySet() - Method in interface org.redisson.api.RMapRx
Read all keys at once
readAllKeySet() - Method in interface org.redisson.api.RMultimap
Read all keys at once
readAllKeySet() - Method in interface org.redisson.api.RMultimapReactive
Read all keys at once
readAllKeySet() - Method in interface org.redisson.api.RMultimapRx
Read all keys at once
readAllKeySetAsync() - Method in interface org.redisson.api.RMapAsync
Read all keys at once
readAllKeySetAsync() - Method in interface org.redisson.api.RMultimapAsync
Read all keys at once
readAllMap() - Method in interface org.redisson.api.RMap
Read all map as local instance at once
readAllMap() - Method in interface org.redisson.api.RMapReactive
Read all map as local instance at once
readAllMap() - Method in interface org.redisson.api.RMapRx
Read all map as local instance at once
readAllMapAsync() - Method in interface org.redisson.api.RMapAsync
Read all map as local instance at once
readAllValues() - Method in interface org.redisson.api.RMap
Read all values at once
readAllValues() - Method in interface org.redisson.api.RMapReactive
Read all values at once
readAllValues() - Method in interface org.redisson.api.RMapRx
Read all values at once
readAllValuesAsync() - Method in interface org.redisson.api.RMapAsync
Read all values at once
readAsync(StreamMultiReadArgs) - Method in interface org.redisson.api.RStreamAsync
Read stream data from multiple streams including current.
readAsync(StreamReadArgs) - Method in interface org.redisson.api.RStreamAsync
Read stream data from current stream only.
readBit() - Method in class com.rabbitmq.client.impl.MethodArgumentReader
Public API - reads a bit/boolean argument.
readContentHeaderFrom(DataInputStream) - Static method in class com.rabbitmq.client.impl.AMQImpl
 
readCursor(String, long) - Method in interface org.redisson.api.RSearch
Returns next results by index name and cursor id
readCursor(String, long) - Method in interface org.redisson.api.RSearchReactive
Returns next results by index name and cursor id
readCursor(String, long) - Method in interface org.redisson.api.RSearchRx
Returns next results by index name and cursor id
readCursor(String, long, int) - Method in interface org.redisson.api.RSearch
Returns next results by index name, cursor id and results size
readCursor(String, long, int) - Method in interface org.redisson.api.RSearchReactive
Returns next results by index name, cursor id and results size
readCursor(String, long, int) - Method in interface org.redisson.api.RSearchRx
Returns next results by index name, cursor id and results size
readCursorAsync(String, long) - Method in interface org.redisson.api.RSearchAsync
Returns next results by index name and cursor id
readCursorAsync(String, long, int) - Method in interface org.redisson.api.RSearchAsync
Returns next results by index name, cursor id and results size
readDiff(String...) - Method in interface org.redisson.api.RScoredSortedSet
Diff ScoredSortedSets specified by name with current ScoredSortedSet without state change.
readDiff(String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Diff ScoredSortedSets specified by name with current ScoredSortedSet without state change.
readDiff(String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Diff ScoredSortedSets specified by name with current ScoredSortedSet without state change.
readDiff(String...) - Method in interface org.redisson.api.RSet
Diff sets specified by name with current set.
readDiff(String...) - Method in interface org.redisson.api.RSetReactive
Diff sets specified by name with current set.
readDiff(String...) - Method in interface org.redisson.api.RSetRx
Diff sets specified by name with current set.
readDiffAsync(String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Diff ScoredSortedSets specified by name with current ScoredSortedSet without state change.
readDiffAsync(String...) - Method in interface org.redisson.api.RSetAsync
Diff sets specified by name with current set.
readFlagWord() - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyReader
 
readFrame() - Method in interface com.rabbitmq.client.impl.FrameHandler
Read a Frame from the underlying data connection.
readFrame() - Method in class com.rabbitmq.client.impl.nio.FrameBuilder
Read a frame from the network.
readFrame() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
readFrame() - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
readFrom(DataInputStream, int) - Static method in class com.rabbitmq.client.impl.Frame
Protected API - Factory method to instantiate a Frame by reading an AMQP-wire-protocol frame from the given input stream.
readGroup(String, String, StreamMultiReadGroupArgs) - Method in interface org.redisson.api.RStream
Read stream data from consumer group and multiple streams including current.
readGroup(String, String, StreamMultiReadGroupArgs) - Method in interface org.redisson.api.RStreamReactive
Read stream data from consumer group and multiple streams including current.
readGroup(String, String, StreamMultiReadGroupArgs) - Method in interface org.redisson.api.RStreamRx
Read stream data from consumer group and multiple streams including current.
readGroup(String, String, StreamReadGroupArgs) - Method in interface org.redisson.api.RStream
Read stream data from consumer group and current stream only.
readGroup(String, String, StreamReadGroupArgs) - Method in interface org.redisson.api.RStreamReactive
Read stream data from consumer group and current stream only.
readGroup(String, String, StreamReadGroupArgs) - Method in interface org.redisson.api.RStreamRx
Read stream data from consumer group and current stream only.
readGroupAsync(String, String, StreamMultiReadGroupArgs) - Method in interface org.redisson.api.RStreamAsync
Read stream data from consumer group and multiple streams including current.
readGroupAsync(String, String, StreamReadGroupArgs) - Method in interface org.redisson.api.RStreamAsync
Read stream data from consumer group and current stream only.
Reading Transactional Messages - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
readIntersection(String...) - Method in interface org.redisson.api.RScoredSortedSet
Intersect provided ScoredSortedSets with current ScoredSortedSet without state change
readIntersection(String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Intersect provided ScoredSortedSets with current ScoredSortedSet without state change
readIntersection(String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Intersect provided ScoredSortedSets with current ScoredSortedSet without state change
readIntersection(String...) - Method in interface org.redisson.api.RSet
Intersection sets specified by name with current set without current set state change.
readIntersection(String...) - Method in interface org.redisson.api.RSetReactive
Intersection sets specified by name with current set.
readIntersection(String...) - Method in interface org.redisson.api.RSetRx
Intersection sets specified by name with current set.
readIntersection(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Intersect provided ScoredSortedSets mapped to weight multiplier with current ScoredSortedSet without state change
readIntersection(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Intersect provided ScoredSortedSets mapped to weight multiplier with current ScoredSortedSet without state change
readIntersection(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Intersect provided ScoredSortedSets mapped to weight multiplier with current ScoredSortedSet without state change
readIntersection(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSet
Intersect provided ScoredSortedSets with current ScoredSortedSet using defined aggregation method without state change
readIntersection(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Intersect provided ScoredSortedSets with current ScoredSortedSet using defined aggregation method without state change
readIntersection(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Intersect provided ScoredSortedSets with current ScoredSortedSet using defined aggregation method without state change
readIntersection(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Intersect provided ScoredSortedSets mapped to weight multiplier with current ScoredSortedSet using defined aggregation method without state change
readIntersection(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Intersect provided ScoredSortedSets mapped to weight multiplier with current ScoredSortedSet using defined aggregation method without state change
readIntersection(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Intersect provided ScoredSortedSets mapped to weight multiplier with current ScoredSortedSet using defined aggregation method without state change
readIntersectionAsync(String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Intersect provided ScoredSortedSets with current ScoredSortedSet without state change
readIntersectionAsync(String...) - Method in interface org.redisson.api.RSetAsync
Intersection sets specified by name with current set.
readIntersectionAsync(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Intersect provided ScoredSortedSets mapped to weight multiplier with current ScoredSortedSet without state change
readIntersectionAsync(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Intersect provided ScoredSortedSets with current ScoredSortedSet using defined aggregation method without state change
readIntersectionAsync(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Intersect provided ScoredSortedSets mapped to weight multiplier with current ScoredSortedSet using defined aggregation method without state change
readLock() - Method in interface org.redisson.api.RReadWriteLock
Returns the lock used for reading.
readLock() - Method in interface org.redisson.api.RReadWriteLockReactive
Returns the lock used for reading.
readLock() - Method in interface org.redisson.api.RReadWriteLockRx
Returns the lock used for reading.
readLong() - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyReader
Reads and returns an AMQP integer content header field.
readLong() - Method in class com.rabbitmq.client.impl.MethodArgumentReader
Public API - reads an integer argument.
readLong() - Method in class com.rabbitmq.client.impl.ValueReader
Public API - reads an integer.
readLonglong() - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyReader
Reads and returns an AMQP long integer content header field.
readLonglong() - Method in class com.rabbitmq.client.impl.MethodArgumentReader
Public API - reads a long integer argument.
readLonglong() - Method in class com.rabbitmq.client.impl.ValueReader
Public API - reads a long integer.
readLongstr() - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyReader
Reads and returns an AMQP "long string" (binary) content header field.
readLongstr() - Method in class com.rabbitmq.client.impl.MethodArgumentReader
Public API - reads a long string argument.
readLongstr() - Method in class com.rabbitmq.client.impl.ValueReader
Public API - reads a long string.
readMethodFrom(DataInputStream) - Static method in class com.rabbitmq.client.impl.AMQImpl
 
ReadMode - Enum Class in org.redisson.config
 
readOctet() - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyReader
Reads and returns an AMQP octet content header field.
readOctet() - Method in class com.rabbitmq.client.impl.MethodArgumentReader
Public API - reads an octet argument.
readOctet() - Method in class com.rabbitmq.client.impl.ValueReader
Public API - reads an octet.
READONLY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
readPresence() - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyReader
 
readShort() - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyReader
Reads and returns an AMQP short integer content header field.
readShort() - Method in class com.rabbitmq.client.impl.MethodArgumentReader
Public API - reads a short integer argument.
readShort() - Method in class com.rabbitmq.client.impl.ValueReader
Public API - reads a short integer.
readShortstr() - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyReader
Reads and returns an AMQP short string content header field.
readShortstr() - Method in class com.rabbitmq.client.impl.MethodArgumentReader
Public API - reads a short string argument.
readShortstr() - Method in class com.rabbitmq.client.impl.ValueReader
Public API - reads a short string.
readSort(String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortable
Read data in sorted view
readSort(String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortable
Read data in sorted view
readSort(String, SortOrder) - Method in interface org.redisson.api.RSortable
Read data in sorted view
readSort(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortable
Read data in sorted view
readSort(SortOrder) - Method in interface org.redisson.api.RSortable
Read data in sorted view
readSort(SortOrder, int, int) - Method in interface org.redisson.api.RSortable
Read data in sorted view
readSortAlpha(String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortable
Read data in sorted view lexicographically
readSortAlpha(String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortable
Read data in sorted view lexicographically
readSortAlpha(String, SortOrder) - Method in interface org.redisson.api.RSortable
Read data in sorted view lexicographically
readSortAlpha(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortable
Read data in sorted view lexicographically
readSortAlpha(SortOrder) - Method in interface org.redisson.api.RSortable
Read data in sorted view lexicographically
readSortAlpha(SortOrder, int, int) - Method in interface org.redisson.api.RSortable
Read data in sorted view lexicographically
readSortAlphaAsync(String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortableAsync
Read data in sorted view lexicographically
readSortAlphaAsync(String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
Read data in sorted view lexicographically
readSortAlphaAsync(String, SortOrder) - Method in interface org.redisson.api.RSortableAsync
Read data in sorted view lexicographically
readSortAlphaAsync(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
Read data in sorted view lexicographically
readSortAlphaAsync(SortOrder) - Method in interface org.redisson.api.RSortableAsync
Read data in sorted view lexicographically
readSortAlphaAsync(SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
Read data in sorted view lexicographically
readSortAsync(String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortableAsync
Read data in sorted view
readSortAsync(String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
Read data in sorted view
readSortAsync(String, SortOrder) - Method in interface org.redisson.api.RSortableAsync
Read data in sorted view
readSortAsync(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
Read data in sorted view
readSortAsync(SortOrder) - Method in interface org.redisson.api.RSortableAsync
Read data in sorted view
readSortAsync(SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
Read data in sorted view
readSorted(String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortableReactive
Read data in sorted view
readSorted(String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortableRx
Read data in sorted view
readSorted(String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortableReactive
Read data in sorted view
readSorted(String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortableRx
Read data in sorted view
readSorted(String, SortOrder) - Method in interface org.redisson.api.RSortableReactive
Read data in sorted view
readSorted(String, SortOrder) - Method in interface org.redisson.api.RSortableRx
Read data in sorted view
readSorted(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableReactive
Read data in sorted view
readSorted(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableRx
Read data in sorted view
readSorted(SortOrder) - Method in interface org.redisson.api.RSortableReactive
Read data in sorted view
readSorted(SortOrder) - Method in interface org.redisson.api.RSortableRx
Read data in sorted view
readSorted(SortOrder, int, int) - Method in interface org.redisson.api.RSortableReactive
Read data in sorted view
readSorted(SortOrder, int, int) - Method in interface org.redisson.api.RSortableRx
Read data in sorted view
readTable() - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyReader
Reads and returns an AMQP table content header field.
readTable() - Method in class com.rabbitmq.client.impl.MethodArgumentReader
Public API - reads a table argument.
readTable() - Method in class com.rabbitmq.client.impl.ValueReader
Public API - reads a table.
readTimestamp() - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyReader
Reads and returns an AMQP timestamp content header field.
readTimestamp() - Method in class com.rabbitmq.client.impl.MethodArgumentReader
Public API - reads an timestamp argument.
readTimestamp() - Method in class com.rabbitmq.client.impl.ValueReader
Public API - reads an timestamp.
readUnion(String...) - Method in interface org.redisson.api.RScoredSortedSet
Union ScoredSortedSets specified by name with current ScoredSortedSet without state change.
readUnion(String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Union ScoredSortedSets specified by name with current ScoredSortedSet without state change.
readUnion(String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Union ScoredSortedSets specified by name with current ScoredSortedSet without state change.
readUnion(String...) - Method in interface org.redisson.api.RSet
Union sets specified by name with current set without current set state change.
readUnion(String...) - Method in interface org.redisson.api.RSetReactive
Union sets specified by name with current set.
readUnion(String...) - Method in interface org.redisson.api.RSetRx
Union sets specified by name with current set.
readUnion(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Union provided ScoredSortedSets mapped to weight multiplier and current ScoredSortedSet without state change.
readUnion(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Union provided ScoredSortedSets mapped to weight multiplier and current ScoredSortedSet without state change.
readUnion(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Union provided ScoredSortedSets mapped to weight multiplier and current ScoredSortedSet without state change.
readUnion(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSet
Union ScoredSortedSets specified by name with defined aggregation method and current ScoredSortedSet without state change.
readUnion(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Union ScoredSortedSets specified by name with defined aggregation method and current ScoredSortedSet without state change.
readUnion(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Union ScoredSortedSets specified by name with defined aggregation method and current ScoredSortedSet without state change.
readUnion(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state change
readUnion(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state change
readUnion(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state change
readUnionAsync(String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Union ScoredSortedSets specified by name with current ScoredSortedSet without state change.
readUnionAsync(String...) - Method in interface org.redisson.api.RSetAsync
Union sets specified by name with current set.
readUnionAsync(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Union provided ScoredSortedSets mapped to weight multiplier and current ScoredSortedSet without state change.
readUnionAsync(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Union ScoredSortedSets specified by name with defined aggregation method and current ScoredSortedSet without state change.
readUnionAsync(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state change
ready(Metadata, long) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
Get a list of nodes whose partitions are ready to be sent, and the earliest time at which any non-sendable partition will be ready; Also return the flag for whether there are any unknown leaders for the accumulated partition batches.
ReadyCheckResult(Set<Node>, long, Set<String>) - Constructor for class org.apache.kafka.clients.producer.internals.RecordAccumulator.ReadyCheckResult
 
readyNodes - Variable in class org.apache.kafka.clients.producer.internals.RecordAccumulator.ReadyCheckResult
 
readyTimeMs - Variable in class org.apache.kafka.clients.producer.internals.RecordAccumulator.NodeLatencyStats
 
realm(String) - Method in class com.rabbitmq.client.AMQP.Access.Request.Builder
 
reason() - Method in class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions
 
reason(String) - Method in class com.rabbitmq.client.AMQP.Connection.Blocked.Builder
 
reason(String) - Method in class com.rabbitmq.client.AMQP.Connection.UpdateSecret.Builder
 
reason(String) - Method in class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions
Sets an optional reason.
reassignments() - Method in class org.apache.kafka.clients.admin.ListPartitionReassignmentsResult
Return a future which yields a map containing each partition's reassignments
rebalance(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
Simulate a rebalance event.
rebalanceInProgress() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
rebalanceListener() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
RECEIVE_BUFFER_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
RECEIVE_BUFFER_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
receive.buffer.bytes
RECEIVE_BUFFER_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
receive.buffer.bytes
RECONCILING - Enum constant in enum class org.apache.kafka.clients.consumer.internals.MemberState
Member has received a new target assignment (partitions could have been assigned or revoked), and it is processing it.
RECONNECT_BACKOFF_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
reconnect.backoff.max.ms
RECONNECT_BACKOFF_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
reconnect.backoff.max.ms
RECONNECT_BACKOFF_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
reconnect.backoff.max.ms
RECONNECT_BACKOFF_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
reconnect.backoff.ms
RECONNECT_BACKOFF_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
reconnect.backoff.ms
RECONNECT_BACKOFF_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
reconnect.backoff.ms
reconnectionStrategy(LocalCachedMapOptions.ReconnectionStrategy) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Defines strategy for load missed local cache updates after Redis connection failure.
reconnectionStrategy(LocalCachedMapOptions.ReconnectionStrategy) - Method in interface org.redisson.api.options.LocalCachedMapOptions
Defines strategy for load missed local cache updates after Redis connection failure.
reconnectionStrategy(LocalCachedMapOptions.ReconnectionStrategy) - Method in class org.redisson.api.options.LocalCachedMapParams
Defines strategy for load missed local cache updates after Redis connection failure.
recordAbortTxn(long) - Method in class org.apache.kafka.clients.producer.internals.KafkaProducerMetrics
 
RecordAccumulator - Class in org.apache.kafka.clients.producer.internals
This class acts as a queue that accumulates records into MemoryRecords instances to be sent to the server.
RecordAccumulator(LogContext, int, CompressionType, int, long, long, int, RecordAccumulator.PartitionerConfig, Metrics, String, Time, ApiVersions, TransactionManager, BufferPool) - Constructor for class org.apache.kafka.clients.producer.internals.RecordAccumulator
Create a new record accumulator
RecordAccumulator(LogContext, int, CompressionType, int, long, long, int, Metrics, String, Time, ApiVersions, TransactionManager, BufferPool) - Constructor for class org.apache.kafka.clients.producer.internals.RecordAccumulator
Create a new record accumulator with default partitioner config
RecordAccumulator.AppendCallbacks - Interface in org.apache.kafka.clients.producer.internals
 
RecordAccumulator.NodeLatencyStats - Class in org.apache.kafka.clients.producer.internals
Node latency stats for each node that are used for adaptive partition distribution Visible for testing
RecordAccumulator.PartitionerConfig - Class in org.apache.kafka.clients.producer.internals
Partitioner config for built-in partitioner
RecordAccumulator.ReadyCheckResult - Class in org.apache.kafka.clients.producer.internals
 
RecordAccumulator.RecordAppendResult - Class in org.apache.kafka.clients.producer.internals
 
RecordAppendResult(FutureRecordMetadata, boolean, boolean, boolean, int) - Constructor for class org.apache.kafka.clients.producer.internals.RecordAccumulator.RecordAppendResult
 
recordBeginTxn(long) - Method in class org.apache.kafka.clients.producer.internals.KafkaProducerMetrics
 
recordCommitSync(long) - Method in class org.apache.kafka.clients.consumer.internals.KafkaConsumerMetrics
 
recordCommitted(long) - Method in class org.apache.kafka.clients.consumer.internals.KafkaConsumerMetrics
 
recordCommitTxn(long) - Method in class org.apache.kafka.clients.producer.internals.KafkaProducerMetrics
 
RecordedBinding - Class in com.rabbitmq.client.impl.recovery
 
RecordedBinding(AutorecoveringChannel) - Constructor for class com.rabbitmq.client.impl.recovery.RecordedBinding
 
RecordedConsumer - Class in com.rabbitmq.client.impl.recovery
 
RecordedConsumer(AutorecoveringChannel, String) - Constructor for class com.rabbitmq.client.impl.recovery.RecordedConsumer
 
RecordedEntity - Class in com.rabbitmq.client.impl.recovery
 
RecordedEntity(AutorecoveringChannel) - Constructor for class com.rabbitmq.client.impl.recovery.RecordedEntity
 
RecordedExchange - Class in com.rabbitmq.client.impl.recovery
 
RecordedExchange(AutorecoveringChannel, String) - Constructor for class com.rabbitmq.client.impl.recovery.RecordedExchange
 
RecordedExchangeBinding - Class in com.rabbitmq.client.impl.recovery
 
RecordedExchangeBinding(AutorecoveringChannel) - Constructor for class com.rabbitmq.client.impl.recovery.RecordedExchangeBinding
 
RecordedNamedEntity - Class in com.rabbitmq.client.impl.recovery
 
RecordedNamedEntity(AutorecoveringChannel, String) - Constructor for class com.rabbitmq.client.impl.recovery.RecordedNamedEntity
 
RecordedQueue - Class in com.rabbitmq.client.impl.recovery
 
RecordedQueue(AutorecoveringChannel, String) - Constructor for class com.rabbitmq.client.impl.recovery.RecordedQueue
 
RecordedQueueBinding - Class in com.rabbitmq.client.impl.recovery
 
RecordedQueueBinding(AutorecoveringChannel) - Constructor for class com.rabbitmq.client.impl.recovery.RecordedQueueBinding
 
recordErrorRate - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
recordErrorTotal - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
recordFlush(long) - Method in class org.apache.kafka.clients.producer.internals.KafkaProducerMetrics
 
recordInit(long) - Method in class org.apache.kafka.clients.producer.internals.KafkaProducerMetrics
 
RecordMetadata - Class in org.apache.kafka.clients.producer
The metadata for a record that has been acknowledged by the server
RecordMetadata(TopicPartition, long, int, long, int, int) - Constructor for class org.apache.kafka.clients.producer.RecordMetadata
Creates a new instance with the provided parameters.
RecordMetadata(TopicPartition, long, long, long, Long, int, int) - Constructor for class org.apache.kafka.clients.producer.RecordMetadata
Deprecated.
use constructor without `checksum` parameter. This constructor will be removed in Apache Kafka 4.0 (deprecated since 3.0).
recordMetadataWait(long) - Method in class org.apache.kafka.clients.producer.internals.KafkaProducerMetrics
 
recordPollEnd(long) - Method in class org.apache.kafka.clients.consumer.internals.KafkaConsumerMetrics
 
recordPollStart(long) - Method in class org.apache.kafka.clients.consumer.internals.KafkaConsumerMetrics
 
recordQueueTimeAvg - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
recordQueueTimeMax - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
recordRetryRate - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
recordRetryTotal - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
records() - Method in class org.apache.kafka.clients.consumer.internals.Fetch
 
records() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
records(String) - Method in class org.apache.kafka.clients.consumer.ConsumerRecords
Get just the records for the given topic
records(TopicPartition) - Method in class org.apache.kafka.clients.consumer.ConsumerRecords
Get just the records for the given partition
recordsConsumedRate - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
recordsConsumedTotal - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
recordSendOffsets(long) - Method in class org.apache.kafka.clients.producer.internals.KafkaProducerMetrics
 
recordSendRate - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
recordSendTotal - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
recordSizeAvg - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
recordSizeMax - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
recordsLagMax - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
recordsLeadMin - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
recordsPerRequestAvg - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
recordsPerRequestAvg - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
RecordsToDelete - Class in org.apache.kafka.clients.admin
Describe records to delete in a call to Admin.deleteRecords(Map) The API of this class is evolving, see Admin for details.
recordWaitTime(long) - Method in class org.apache.kafka.clients.producer.internals.BufferPool
 
recover() - Method in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
recover() - Method in class com.rabbitmq.client.impl.recovery.RecordedConsumer
 
recover() - Method in class com.rabbitmq.client.impl.recovery.RecordedExchange
 
recover() - Method in class com.rabbitmq.client.impl.recovery.RecordedExchangeBinding
 
recover() - Method in class com.rabbitmq.client.impl.recovery.RecordedNamedEntity
 
recover() - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
recover() - Method in class com.rabbitmq.client.impl.recovery.RecordedQueueBinding
 
Recover(boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
Recover(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
RECOVER_BINDING - Static variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
Recover a binding.
RECOVER_BINDING_QUEUE - Static variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
Recover the destination queue of a binding.
RECOVER_CHANNEL - Static variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
Recover a channel.
RECOVER_CONSUMER - Static variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
Recover a consumer.
RECOVER_CONSUMER_QUEUE - Static variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
Recover the queue of a consumer.
RECOVER_CONSUMER_QUEUE_BINDINGS - Static variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
Recover all the bindings of the queue of a consumer.
RECOVER_PREVIOUS_AUTO_DELETE_QUEUES - Static variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
Recover earlier auto-delete or exclusive queues that share the same channel as this retry context
RECOVER_PREVIOUS_CONSUMERS - Static variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
Recover earlier consumers that share the same channel as this retry context
RECOVER_PREVIOUS_QUEUE_BINDINGS - Static variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
Recover earlier bindings that share the same queue as this retry context
RECOVER_QUEUE - Static variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
Recover a queue
Recoverable - Interface in com.rabbitmq.client
Provides a way to register (network, AMQP 0-9-1) connection recovery callbacks.
RecoverableChannel - Interface in com.rabbitmq.client
Convenient interface when working against auto-recovery channels.
RecoverableConnection - Interface in com.rabbitmq.client
Convenient interface when working against auto-recovery connections.
RecoverAsync(boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
RecoverAsync(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
recoverBinding(RecordedBinding, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
recoverChannel(AutorecoveringChannel) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
recoverChannelAndTopology(AutorecoveringChannel) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Recover a closed channel and all topology (i.e.
recoverConsumer(String, RecordedConsumer, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Recover the consumer.
recoveredQueueNameSupplier(RecoveredQueueNameSupplier) - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
RecoveredQueueNameSupplier - Interface in com.rabbitmq.client.impl.recovery
Functional callback interface that can be used to rename a queue during topology recovery.
recoverExchange(RecordedExchange, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
RecoverOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverOk
 
RecoverOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverOk
 
recoverQueue(String, RecordedQueue, boolean) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Recover the queue.
RecoveryAwareAMQConnection - Class in com.rabbitmq.client.impl.recovery
AMQConnection modification that uses RecoveryAwareChannelN
RecoveryAwareAMQConnection(ConnectionParams, FrameHandler) - Constructor for class com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnection
 
RecoveryAwareAMQConnection(ConnectionParams, FrameHandler, MetricsCollector, ObservationCollector) - Constructor for class com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnection
 
RecoveryAwareAMQConnectionFactory - Class in com.rabbitmq.client.impl.recovery
 
RecoveryAwareAMQConnectionFactory(ConnectionParams, FrameHandlerFactory, AddressResolver) - Constructor for class com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory
 
RecoveryAwareAMQConnectionFactory(ConnectionParams, FrameHandlerFactory, AddressResolver, MetricsCollector, ObservationCollector) - Constructor for class com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory
 
RecoveryAwareAMQConnectionFactory(ConnectionParams, FrameHandlerFactory, List<Address>) - Constructor for class com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory
 
RecoveryAwareChannelManager - Class in com.rabbitmq.client.impl.recovery
 
RecoveryAwareChannelManager(ConsumerWorkService, int) - Constructor for class com.rabbitmq.client.impl.recovery.RecoveryAwareChannelManager
 
RecoveryAwareChannelManager(ConsumerWorkService, int, ThreadFactory) - Constructor for class com.rabbitmq.client.impl.recovery.RecoveryAwareChannelManager
 
RecoveryAwareChannelManager(ConsumerWorkService, int, ThreadFactory, MetricsCollector, ObservationCollector) - Constructor for class com.rabbitmq.client.impl.recovery.RecoveryAwareChannelManager
 
RecoveryAwareChannelN - Class in com.rabbitmq.client.impl.recovery
ChannelN modification that keeps track of delivery tags and avoids sending
RecoveryAwareChannelN(AMQConnection, int, ConsumerWorkService) - Constructor for class com.rabbitmq.client.impl.recovery.RecoveryAwareChannelN
Construct a new channel on the given connection with the given channel number.
RecoveryAwareChannelN(AMQConnection, int, ConsumerWorkService, MetricsCollector, ObservationCollector) - Constructor for class com.rabbitmq.client.impl.recovery.RecoveryAwareChannelN
Construct a new channel on the given connection with the given channel number.
recoveryCanBegin(ShutdownSignalException) - Method in interface com.rabbitmq.client.impl.recovery.RecoveryCanBeginListener
 
RecoveryCanBeginListener - Interface in com.rabbitmq.client.impl.recovery
Used internally to indicate when connection recovery can begin.
RecoveryDelayHandler - Interface in com.rabbitmq.client
A RecoveryDelayHandler is used to tell automatic recovery how long to sleep between reconnect attempts.
RecoveryDelayHandler.DefaultRecoveryDelayHandler - Class in com.rabbitmq.client
Basic implementation of RecoveryDelayHandler that returns the network recovery interval each time.
RecoveryDelayHandler.ExponentialBackoffDelayHandler - Class in com.rabbitmq.client
Backoff implementation of RecoveryDelayHandler that uses the Fibonacci sequence (by default) to increase the recovery delay time after each failed attempt.
RecoveryListener - Interface in com.rabbitmq.client
A RecoveryListener receives notifications about completed automatic connection recovery.
redelivered() - Method in class com.rabbitmq.client.AMQP.Basic.Deliver.Builder
 
redelivered() - Method in class com.rabbitmq.client.AMQP.Basic.GetOk.Builder
 
redelivered(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Deliver.Builder
 
redelivered(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.GetOk.Builder
 
REDIS - Enum constant in enum class fr.codinbox.connector.commons.utils.ConnectionType
Redis connection type, backed by Redisson.
REDIS_PREFIX - Static variable in class fr.codinbox.connector.commons.utils.EnvUtils
Environment variable prefix for Redis connections.
REDIS_READ_ATOMIC - Enum constant in enum class org.redisson.api.BatchOptions.ExecutionMode
Store batched invocations in Redis and execute them atomically as a single command.
REDIS_WRITE_ATOMIC - Enum constant in enum class org.redisson.api.BatchOptions.ExecutionMode
Store batched invocations in Redis and execute them atomically as a single command.
RedisAskException - Exception Class in org.redisson.client
 
RedisAskException(int, RedisURI) - Constructor for exception class org.redisson.client.RedisAskException
 
RedisAuthRequiredException - Exception Class in org.redisson.client
This error occurs when Redis requires authentication.
RedisAuthRequiredException(String) - Constructor for exception class org.redisson.client.RedisAuthRequiredException
 
RedisBusyException - Exception Class in org.redisson.client
This error occurs when Redis server is busy.
RedisBusyException(String) - Constructor for exception class org.redisson.client.RedisBusyException
 
RedisChannelInitializer - Class in org.redisson.client.handler
 
RedisChannelInitializer(Bootstrap, RedisClientConfig, RedisClient, ChannelGroup, RedisChannelInitializer.Type) - Constructor for class org.redisson.client.handler.RedisChannelInitializer
 
RedisChannelInitializer.Type - Enum Class in org.redisson.client.handler
 
RedisClientConfig - Class in org.redisson.client
 
RedisClientConfig() - Constructor for class org.redisson.client.RedisClientConfig
 
RedisCluster - Interface in org.redisson.api.redisnode
Redis Cluster nodes API interface
RedisClusterDownException - Exception Class in org.redisson.client
This error occurs when Redis Cluster is down.
RedisClusterDownException(String) - Constructor for exception class org.redisson.client.RedisClusterDownException
 
RedisClusterMaster - Interface in org.redisson.api.redisnode
Redis Cluster Master node API interface
RedisClusterMasterAsync - Interface in org.redisson.api.redisnode
Redis Cluster Master node API interface
RedisClusterNode - Interface in org.redisson.api.redisnode
Base Redis Cluster node API interface
RedisClusterNodeAsync - Interface in org.redisson.api.redisnode
Base Redis Cluster node API interface
RedisClusterSlave - Interface in org.redisson.api.redisnode
Redis Cluster Salve node API interface
RedisClusterSlaveAsync - Interface in org.redisson.api.redisnode
 
RedisCommand<R> - Class in org.redisson.client.protocol
 
RedisCommand(String) - Constructor for class org.redisson.client.protocol.RedisCommand
 
RedisCommand(String, String) - Constructor for class org.redisson.client.protocol.RedisCommand
 
RedisCommand(String, String, Convertor<R>) - Constructor for class org.redisson.client.protocol.RedisCommand
 
RedisCommand(String, String, MultiDecoder<R>) - Constructor for class org.redisson.client.protocol.RedisCommand
 
RedisCommand(String, Convertor<R>) - Constructor for class org.redisson.client.protocol.RedisCommand
 
RedisCommand(String, MultiDecoder<R>) - Constructor for class org.redisson.client.protocol.RedisCommand
 
RedisCommand(String, MultiDecoder<R>, Convertor<R>) - Constructor for class org.redisson.client.protocol.RedisCommand
 
RedisCommand(RedisCommand<R>, String) - Constructor for class org.redisson.client.protocol.RedisCommand
Copy command and change name
RedisCommand(RedisCommand<R>, String, Convertor<R>) - Constructor for class org.redisson.client.protocol.RedisCommand
 
RedisCommands - Interface in org.redisson.client.protocol
 
RedisConnection - Class in org.redisson.client
 
RedisConnection - Interface in fr.codinbox.connector.commons.redis
Represents a managed Redis connection backed by Redisson.
RedisConnection(RedisClient) - Constructor for class org.redisson.client.RedisConnection
 
RedisConnection(RedisClient, Channel, CompletableFuture<C>) - Constructor for class org.redisson.client.RedisConnection
 
RedisConnection.Status - Enum Class in org.redisson.client
 
RedisConnectionException - Exception Class in org.redisson.client
 
RedisConnectionException(String) - Constructor for exception class org.redisson.client.RedisConnectionException
 
RedisConnectionException(String, Throwable) - Constructor for exception class org.redisson.client.RedisConnectionException
 
RedisConnectionException(Throwable) - Constructor for exception class org.redisson.client.RedisConnectionException
 
RedisConnectionHandler - Class in org.redisson.client.handler
 
RedisConnectionHandler(RedisClient) - Constructor for class org.redisson.client.handler.RedisConnectionHandler
 
RedisConnectionImpl - Class in fr.codinbox.connector.commons.redis
Implementation of RedisConnection that loads Redisson configuration from a YAML file and manages the Redisson client lifecycle.
RedisConnectionImpl(Logger, String, String) - Constructor for class fr.codinbox.connector.commons.redis.RedisConnectionImpl
Creates a new Redis connection instance.
RedisConnectorService - Interface in fr.codinbox.connector.commons.redis
Service interface for managing multiple named Redis connections.
RedisConnectorServiceImpl - Class in fr.codinbox.connector.commons.redis
Default implementation of RedisConnectorService that discovers and manages Redis connections from environment variables.
RedisConnectorServiceImpl(Logger) - Constructor for class fr.codinbox.connector.commons.redis.RedisConnectorServiceImpl
Creates a new Redis connector service.
RedisException - Exception Class in org.redisson.client
 
RedisException() - Constructor for exception class org.redisson.client.RedisException
 
RedisException(String) - Constructor for exception class org.redisson.client.RedisException
 
RedisException(String, Throwable) - Constructor for exception class org.redisson.client.RedisException
 
RedisException(Throwable) - Constructor for exception class org.redisson.client.RedisException
 
RedisLoadingException - Exception Class in org.redisson.client
 
RedisLoadingException(String) - Constructor for exception class org.redisson.client.RedisLoadingException
 
RedisMaster - Interface in org.redisson.api.redisnode
Redis Master node API interface
RedisMasterAsync - Interface in org.redisson.api.redisnode
Redis Master node API interface
RedisMasterSlave - Interface in org.redisson.api.redisnode
Redis Master Slave nodes API interface
RedisMovedException - Exception Class in org.redisson.client
 
RedisMovedException(int, RedisURI) - Constructor for exception class org.redisson.client.RedisMovedException
 
RedisNode - Interface in org.redisson.api.redisnode
Base Redis node API interface
RedisNode.InfoSection - Enum Class in org.redisson.api.redisnode
 
RedisNodeAsync - Interface in org.redisson.api.redisnode
Base Redis node API interface
RedisNodeNotFoundException - Exception Class in org.redisson.client
 
RedisNodeNotFoundException(String) - Constructor for exception class org.redisson.client.RedisNodeNotFoundException
 
RedisNodes<T> - Class in org.redisson.api.redisnode
 
RedisOutOfMemoryException - Exception Class in org.redisson.client
This error occurs in case when Redis server free memory exhausted.
RedisOutOfMemoryException(String) - Constructor for exception class org.redisson.client.RedisOutOfMemoryException
 
RedisPubSubConnection - Class in org.redisson.client
 
RedisPubSubConnection(RedisClient, Channel, CompletableFuture<RedisPubSubConnection>) - Constructor for class org.redisson.client.RedisPubSubConnection
 
RedisPubSubConnectionHandler - Class in org.redisson.client.handler
 
RedisPubSubConnectionHandler(RedisClient) - Constructor for class org.redisson.client.handler.RedisPubSubConnectionHandler
 
RedisPubSubListener<V> - Interface in org.redisson.client
 
RedisReadonlyException - Exception Class in org.redisson.client
This error occurs when username password pair is incorrect.
RedisReadonlyException(String) - Constructor for exception class org.redisson.client.RedisReadonlyException
 
RedisRedirectException - Exception Class in org.redisson.client
 
RedisRedirectException(int, RedisURI) - Constructor for exception class org.redisson.client.RedisRedirectException
 
RedisResponseTimeoutException - Exception Class in org.redisson.client
 
RedisResponseTimeoutException(String) - Constructor for exception class org.redisson.client.RedisResponseTimeoutException
 
RedisRetryException - Exception Class in org.redisson.client
 
RedisRetryException(String) - Constructor for exception class org.redisson.client.RedisRetryException
 
RedisSentinel - Interface in org.redisson.api.redisnode
Redis Sentinel node API interface
RedisSentinelAsync - Interface in org.redisson.api.redisnode
Redis Sentinel node API interface
RedisSentinelMasterSlave - Interface in org.redisson.api.redisnode
Redis Sentinel Master Slave nodes API interface
RedisSingle - Interface in org.redisson.api.redisnode
Redis Single node API interface
RedisSlave - Interface in org.redisson.api.redisnode
Redis Slave node API interface
RedisSlaveAsync - Interface in org.redisson.api.redisnode
Redis Slave node API interface
REDISSON - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.CacheProvider
Deprecated.
 
REDISSON - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.CacheProvider
 
RedissonClient - Interface in org.redisson.api
Main Redisson interface for access to all redisson objects with sync/async interface.
RedissonNodeFileConfig - Class in org.redisson.config
Redisson Node file configuration
RedissonNodeFileConfig() - Constructor for class org.redisson.config.RedissonNodeFileConfig
 
RedissonNodeFileConfig(Config) - Constructor for class org.redisson.config.RedissonNodeFileConfig
 
RedissonNodeFileConfig(RedissonNodeFileConfig) - Constructor for class org.redisson.config.RedissonNodeFileConfig
 
RedissonNodeInitializer - Interface in org.redisson.api
Node initializer callback interface.
RedissonReactiveClient - Interface in org.redisson.api
Main Redisson interface for access to all redisson objects with Reactive interface.
RedissonRxClient - Interface in org.redisson.api
Main Redisson interface for access to all redisson objects with RxJava2 interface.
RedisStrictCommand<T> - Class in org.redisson.client.protocol
 
RedisStrictCommand(String) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
 
RedisStrictCommand(String, String) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
 
RedisStrictCommand(String, String, Convertor<T>) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
 
RedisStrictCommand(String, String, MultiDecoder<T>) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
 
RedisStrictCommand(String, String, MultiDecoder<T>, Convertor) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
 
RedisStrictCommand(String, Convertor<T>) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
 
RedisStrictCommand(String, MultiDecoder<T>) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
 
RedisTimeoutException - Exception Class in org.redisson.client
 
RedisTimeoutException() - Constructor for exception class org.redisson.client.RedisTimeoutException
 
RedisTimeoutException(String) - Constructor for exception class org.redisson.client.RedisTimeoutException
 
RedisTryAgainException - Exception Class in org.redisson.client
 
RedisTryAgainException(String) - Constructor for exception class org.redisson.client.RedisTryAgainException
 
RedisURIDecoder - Class in org.redisson.client.protocol.decoder
 
RedisURIDecoder(boolean) - Constructor for class org.redisson.client.protocol.decoder.RedisURIDecoder
 
RedisWaitException - Exception Class in org.redisson.client
This error occurs when Redis server is busy.
RedisWaitException(String) - Constructor for exception class org.redisson.client.RedisWaitException
 
RedisWrongPasswordException - Exception Class in org.redisson.client
This error occurs when username password pair is incorrect.
RedisWrongPasswordException(String) - Constructor for exception class org.redisson.client.RedisWrongPasswordException
 
reduce(K, Iterator<V>) - Method in interface org.redisson.api.mapreduce.RReducer
Invoked for each key
reducer(RReducer<KOut, VOut>) - Method in interface org.redisson.api.mapreduce.RCollectionMapReduce
Setup Reducer object
reducer(RReducer<KOut, VOut>) - Method in interface org.redisson.api.mapreduce.RMapReduce
Setup Reducer object
Reducer - Interface in org.redisson.api.search.aggregate
ReducerParams - Class in org.redisson.api.search.aggregate
 
reducers(Reducer...) - Method in interface org.redisson.api.search.aggregate.GroupBy
Defines reducer objects.
reducers(Reducer...) - Method in class org.redisson.api.search.aggregate.GroupParams
 
reenqueue(ProducerBatch, long) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
Re-enqueue the given record batch in the accumulator.
refresh() - Method in interface com.rabbitmq.client.impl.CredentialsProvider
Instructs the provider to refresh or renew credentials.
refresh() - Method in class com.rabbitmq.client.impl.RefreshProtectedCredentialsProvider
 
refreshCommittedOffsets(Map<TopicPartition, OffsetAndMetadata>, ConsumerMetadata, SubscriptionState) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerUtils
Update subscription state and metadata using the provided committed offsets: Update partition offsets with the committed offsets Update the metadata with any newer leader epoch discovered in the committed offsets metadata
refreshDelayStrategy(Function<Duration, Duration>) - Method in class com.rabbitmq.client.impl.DefaultCredentialsRefreshService.DefaultCredentialsRefreshServiceBuilder
Set the strategy to schedule credentials refresh after credentials retrieval.
RefreshProtectedCredentialsProvider<T> - Class in com.rabbitmq.client.impl
An abstract CredentialsProvider that does not let token refresh happen concurrently.
RefreshProtectedCredentialsProvider() - Constructor for class com.rabbitmq.client.impl.RefreshProtectedCredentialsProvider
 
register(CredentialsProvider, Callable<Boolean>) - Method in interface com.rabbitmq.client.impl.CredentialsRefreshService
Register a new entity that needs credentials renewal.
register(CredentialsProvider, Callable<Boolean>) - Method in class com.rabbitmq.client.impl.DefaultCredentialsRefreshService
 
register(Class<T>, T) - Method in interface org.redisson.api.RRemoteService
Register remote service with single worker
register(Class<T>, T, int) - Method in interface org.redisson.api.RRemoteService
Register remote service with custom workers amount
register(Class<T>, T, int, ExecutorService) - Method in interface org.redisson.api.RRemoteService
Register remote service with custom workers amount and executor for running them
registerClass(Class<?>) - Method in interface org.redisson.api.RLiveObjectService
Pre register the class with the service, registering all the classes on startup can speed up the instance creation.
registerFrameHandlerState(SocketChannelFrameHandlerState, int) - Method in class com.rabbitmq.client.impl.nio.SelectorHolder
 
registerKey(Channel) - Method in class com.rabbitmq.client.impl.ConsumerWorkService
 
registerKey(K) - Method in class com.rabbitmq.client.impl.WorkPool
Add client key to pool of item queues, with an empty queue.
registerStateListener(MemberStateListener) - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
Register a listener that will be called whenever the member state changes due to transitions of new data received from the server, as defined in MemberStateListener.
registerStateListener(MemberStateListener) - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
Register a new listener that will be invoked whenever the member state changes, or a new member ID or epoch is received.
registerWorkers(int) - Method in interface org.redisson.api.RExecutorService
Deprecated.
registerWorkers(int, ExecutorService) - Method in interface org.redisson.api.RExecutorService
Deprecated.
registerWorkers(WorkerOptions) - Method in interface org.redisson.api.RExecutorService
Register workers
Reject(long, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
Reject(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
rejoinNeededOrPending() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Check whether the group should be rejoined (e.g.
rejoinNeededOrPending() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
 
release() - Method in interface org.redisson.api.RSemaphore
Releases a permit.
release() - Method in interface org.redisson.api.RSemaphoreReactive
Releases a permit.
release() - Method in interface org.redisson.api.RSemaphoreRx
Releases a permit.
release(int) - Method in interface org.redisson.api.RSemaphore
Releases defined amount of permits.
release(int) - Method in interface org.redisson.api.RSemaphoreReactive
Releases defined amount of permits.
release(int) - Method in interface org.redisson.api.RSemaphoreRx
Releases defined amount of permits.
release(String) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Releases a permit by its id.
release(String) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Releases a permit by its id.
release(String) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Releases a permit by its id, returning it to the semaphore.
release(List<String>) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Releases permits by their ids.
release(List<String>) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Releases a permits by their ids.
release(List<String>) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Releases permits by their ids, returning them to the semaphore.
releaseAsync() - Method in interface org.redisson.api.RSemaphoreAsync
Releases a permit.
releaseAsync(int) - Method in interface org.redisson.api.RSemaphoreAsync
Releases defined amount of permits.
releaseAsync(String) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Releases a permit by its id.
releaseAsync(List<String>) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Releases permits by their ids.
releaseChannelNumber(ChannelN) - Method in class com.rabbitmq.client.impl.ChannelManager
Remove the channel from the channel map and free the number for re-use.
remainingCapacity() - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
Returns the number of elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in interface org.redisson.api.RRingBuffer
Returns remaining capacity of this queue
remainingCapacity() - Method in interface org.redisson.api.RRingBufferReactive
Returns remaining capacity of this queue
remainingCapacity() - Method in interface org.redisson.api.RRingBufferRx
Returns remaining capacity of this queue
remainingCapacityAsync() - Method in interface org.redisson.api.RRingBufferAsync
Returns remaining capacity of this queue
remainTimeToLive() - Method in interface org.redisson.api.RExpirable
Remaining time to live of Redisson object that has a timeout
remainTimeToLive() - Method in interface org.redisson.api.RExpirableReactive
Get remaining time to live of object in milliseconds.
remainTimeToLive() - Method in interface org.redisson.api.RExpirableRx
Get remaining time to live of object in milliseconds.
remainTimeToLive() - Method in interface org.redisson.api.RLock
Remaining time to live of the lock
remainTimeToLive() - Method in interface org.redisson.api.RLockReactive
Remaining time to live of the lock
remainTimeToLive() - Method in interface org.redisson.api.RLockRx
Remaining time to live of the lock
remainTimeToLive(String) - Method in interface org.redisson.api.RKeys
Remaining time to live of Redisson object that has a timeout
remainTimeToLive(String) - Method in interface org.redisson.api.RKeysReactive
Remaining time to live of Redisson object that has a timeout
remainTimeToLive(String) - Method in interface org.redisson.api.RKeysRx
Remaining time to live of Redisson object that has a timeout
remainTimeToLive(K) - Method in interface org.redisson.api.RMapCache
Remaining time to live of map entry associated with a key.
remainTimeToLive(K) - Method in interface org.redisson.api.RMapCacheReactive
Remaining time to live of map entry associated with a key.
remainTimeToLive(K) - Method in interface org.redisson.api.RMapCacheRx
Remaining time to live of map entry associated with a key.
remainTimeToLiveAsync() - Method in interface org.redisson.api.RExpirableAsync
Remaining time to live of Redisson object that has a timeout
remainTimeToLiveAsync() - Method in interface org.redisson.api.RLockAsync
Remaining time to live of the lock
remainTimeToLiveAsync(String) - Method in interface org.redisson.api.RKeysAsync
Remaining time to live of Redisson object that has a timeout
remainTimeToLiveAsync(K) - Method in interface org.redisson.api.RMapCacheAsync
Remaining time to live of map entry associated with a key.
RemoteInvocationOptions - Class in org.redisson.api
RRemoteService invocation options.
RemoteInvocationOptions(RemoteInvocationOptions) - Constructor for class org.redisson.api.RemoteInvocationOptions
 
remove(int) - Method in interface org.redisson.api.RListReactive
Removes element at index.
remove(int) - Method in interface org.redisson.api.RListRx
Removes element at index.
remove(long) - Method in interface org.redisson.api.RTimeSeries
Removes object by specified timestamp.
remove(long) - Method in interface org.redisson.api.RTimeSeriesReactive
Removes object by specified timestamp.
remove(long) - Method in interface org.redisson.api.RTimeSeriesRx
Removes object by specified timestamp.
remove(Object) - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
 
remove(Object) - Method in interface org.redisson.api.RMap
Removes map entry by specified key and returns value.
remove(Object) - Method in interface org.redisson.api.RScoredSortedSet
Removes a single instance of the specified element from this sorted set, if it is present.
remove(Object, int) - Method in interface org.redisson.api.RList
Removes up to count occurrences of element
remove(Object, Object) - Method in interface org.redisson.api.RMap
Removes map entry only if it exists with specified key and value.
remove(Object, Object) - Method in interface org.redisson.api.RMapReactive
Removes map entry only if it exists with specified key and value.
remove(Object, Object) - Method in interface org.redisson.api.RMapRx
Removes map entry only if it exists with specified key and value.
remove(Object, Object) - Method in interface org.redisson.api.RMultimap
Removes a single key-value pair with the key key and the value value from this multimap, if such exists.
remove(Object, Object) - Method in interface org.redisson.api.RMultimapReactive
Removes a single key-value pair with the key key and the value value from this multimap, if such exists.
remove(Object, Object) - Method in interface org.redisson.api.RMultimapRx
Removes a single key-value pair with the key key and the value value from this multimap, if such exists.
remove(K) - Method in interface org.redisson.api.CacheReactive
This method deletes the mapping for a given key from the cache, if it is present.
remove(K) - Method in interface org.redisson.api.CacheRx
This method deletes the mapping for a given key from the cache, if it is present.
remove(K) - Method in interface org.redisson.api.RMapReactive
Removes map entry by specified key and returns value.
remove(K) - Method in interface org.redisson.api.RMapRx
Removes map entry by specified key and returns value.
remove(K, V) - Method in interface org.redisson.api.CacheReactive
This method atomically removes a key's mapping only if it is currently mapped to the provided value.
remove(K, V) - Method in interface org.redisson.api.CacheRx
This method atomically removes a key's mapping only if it is currently mapped to the provided value.
remove(StreamMessageId...) - Method in interface org.redisson.api.RStream
Removes messages by id.
remove(StreamMessageId...) - Method in interface org.redisson.api.RStreamReactive
Removes messages by id.
remove(StreamMessageId...) - Method in interface org.redisson.api.RStreamRx
Removes messages by id.
remove(T) - Method in class com.rabbitmq.client.impl.SetQueue
Remove item from queue, if present.
remove(V) - Method in interface org.redisson.api.RCollectionReactive
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(V) - Method in interface org.redisson.api.RCollectionRx
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes a single instance of the specified element from this sorted set, if it is present.
remove(V) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes a single instance of the specified element from this sorted set, if it is present.
removeAll() - Method in class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions
 
removeAll(Object) - Method in interface org.redisson.api.RListMultimap
Removes all values associated with the key key.
removeAll(Object) - Method in interface org.redisson.api.RListMultimapReactive
Removes all values associated with the key key.
removeAll(Object) - Method in interface org.redisson.api.RListMultimapRx
Removes all values associated with the key key.
removeAll(Object) - Method in interface org.redisson.api.RMultimap
Removes all values associated with the key key.
removeAll(Object) - Method in interface org.redisson.api.RSetMultimap
Removes all values associated with the key key.
removeAll(Object) - Method in interface org.redisson.api.RSetMultimapReactive
Removes all values associated with the key key.
removeAll(Object) - Method in interface org.redisson.api.RSetMultimapRx
Removes all values associated with the key key.
removeAll(Collection<?>) - Method in interface org.redisson.api.RCollectionReactive
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in interface org.redisson.api.RCollectionRx
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSet
Removes all of this sorted set's elements that are also contained in the specified collection.
removeAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes all of this sorted set's elements that are also contained in the specified collection.
removeAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes all of this sorted set's elements that are also contained in the specified collection.
removeAll(Set<? extends K>) - Method in interface org.redisson.api.CacheReactive
This method deletes the entries for the given keys.
removeAll(Set<? extends K>) - Method in interface org.redisson.api.CacheRx
This method deletes the entries for the given keys.
removeAllAsync(Object) - Method in interface org.redisson.api.RMultimapAsync
Removes all values associated with the key key.
removeAllAsync(Collection<?>) - Method in interface org.redisson.api.RCollectionAsync
Removes all of this collection's elements that are also contained in the specified collection.
removeAllAsync(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes all of this sorted set's elements that are also contained in the specified collection.
removeAllAsync(Set<? extends K>) - Method in interface org.redisson.api.CacheAsync
This method deletes the entries for the given keys.
removeAllCounted(Collection<? extends V>) - Method in interface org.redisson.api.RSet
Removes all elements contained in the specified collection.
removeAllCounted(Collection<? extends V>) - Method in interface org.redisson.api.RSetReactive
Removes all elements contained in the specified collection.
removeAllCounted(Collection<? extends V>) - Method in interface org.redisson.api.RSetRx
Removes all elements contained in the specified collection.
removeAllCountedAsync(Collection<? extends V>) - Method in interface org.redisson.api.RSetAsync
Removes all elements contained in the specified collection.
removeAllListeners() - Method in interface org.redisson.api.RPatternTopic
Removes all listeners from this topic
removeAllListeners() - Method in interface org.redisson.api.RReliableTopic
Removes all listeners attached to this topic instance
removeAllListeners() - Method in interface org.redisson.api.RReliableTopicReactive
Removes all listeners attached to this topic instance
removeAllListeners() - Method in interface org.redisson.api.RReliableTopicRx
Removes all listeners attached to this topic instance
removeAllListeners() - Method in interface org.redisson.api.RTopic
Removes all listeners from this topic
removeAllListeners() - Method in interface org.redisson.api.RTopicReactive
Removes all listeners from this topic
removeAllListeners() - Method in interface org.redisson.api.RTopicRx
Removes all listeners from this topic
removeAllListenersAsync() - Method in interface org.redisson.api.RPatternTopic
Removes all listeners from this topic
removeAllListenersAsync() - Method in interface org.redisson.api.RReliableTopicAsync
Removes all listeners attached to this topic instance
removeAllListenersAsync() - Method in interface org.redisson.api.RTopicAsync
Removes all listeners from this topic
removeAsync(int) - Method in interface org.redisson.api.RListAsync
Removes element at index.
removeAsync(long) - Method in interface org.redisson.api.RTimeSeriesAsync
Removes object by specified timestamp.
removeAsync(Object) - Method in interface org.redisson.api.RCollectionAsync
Removes a single instance of the specified element from this collection, if it is present.
removeAsync(Object) - Method in interface org.redisson.api.RSortedSet
 
removeAsync(Object, int) - Method in interface org.redisson.api.RListAsync
Removes up to count occurrences of element
removeAsync(Object, Object) - Method in interface org.redisson.api.RMapAsync
Removes map entry only if it exists with specified key and value.
removeAsync(Object, Object) - Method in interface org.redisson.api.RMultimapAsync
Removes a single key-value pair with the key key and the value value from this multimap, if such exists.
removeAsync(K) - Method in interface org.redisson.api.CacheAsync
This method deletes the mapping for a given key from the cache, if it is present.
removeAsync(K) - Method in interface org.redisson.api.RMapAsync
Removes map entry by specified key and returns value.
removeAsync(K, V) - Method in interface org.redisson.api.CacheAsync
This method atomically removes a key's mapping only if it is currently mapped to the provided value.
removeAsync(StreamMessageId...) - Method in interface org.redisson.api.RStreamAsync
Removes messages by id.
removeAsync(V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes a single instance of the specified element from this sorted set, if it is present.
removeBlockedListener(BlockedListener) - Method in interface com.rabbitmq.client.Connection
Remove a BlockedListener.
removeBlockedListener(BlockedListener) - Method in class com.rabbitmq.client.impl.AMQConnection
 
removeBlockedListener(BlockedListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
removeConfirmListener(ConfirmListener) - Method in interface com.rabbitmq.client.Channel
Remove a ConfirmListener.
removeConfirmListener(ConfirmListener) - Method in class com.rabbitmq.client.impl.ChannelN
 
removeConfirmListener(ConfirmListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
removeConnectionListener(int) - Method in interface org.redisson.api.NodesGroup
Deprecated.
Removes connection listener by id
removeConsumer(String, String) - Method in interface org.redisson.api.RStream
Removes consumer of the group by name.
removeConsumer(String, String) - Method in interface org.redisson.api.RStreamReactive
Removes consumer of the group by name.
removeConsumer(String, String) - Method in interface org.redisson.api.RStreamRx
Removes consumer of the group by name.
removeConsumerAsync(String, String) - Method in interface org.redisson.api.RStreamAsync
Removes consumer of the group by name.
removeConsumerRecoveryListener(ConsumerRecoveryListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
REMOVED - Enum constant in enum class org.redisson.api.map.event.EntryEvent.Type
 
removeDisconnectListener(ChannelName) - Method in class org.redisson.client.RedisPubSubConnection
 
removeEmptyEvictionTask() - Method in class org.redisson.api.MapCacheOptions
Removes eviction task from memory if map is empty upon entries eviction process completion.
removeEmptyEvictionTask() - Method in interface org.redisson.api.options.MapCacheOptions
Removes eviction task from memory if map is empty upon entries eviction process completion.
removeEmptyEvictionTask() - Method in class org.redisson.api.options.MapCacheParams
 
removeFirst() - Method in interface org.redisson.api.RDequeReactive
Retrieves and removes the first element of deque.
removeFirst() - Method in interface org.redisson.api.RDequeRx
Retrieves and removes the first element of deque.
removeFirstAsync() - Method in interface org.redisson.api.RDequeAsync
Retrieves and removes the first element of deque.
removeFirstOccurrence(Object) - Method in interface org.redisson.api.RDequeReactive
Removes first occurrence of element o
removeFirstOccurrence(Object) - Method in interface org.redisson.api.RDequeRx
Removes first occurrence of element o
removeFirstOccurrenceAsync(Object) - Method in interface org.redisson.api.RDequeAsync
Removes first occurrence of element o
removeGroup(String) - Method in interface org.redisson.api.RStream
Removes group by name.
removeGroup(String) - Method in interface org.redisson.api.RStreamReactive
Removes group by name.
removeGroup(String) - Method in interface org.redisson.api.RStreamRx
Removes group by name.
removeGroupAsync(String) - Method in interface org.redisson.api.RStreamAsync
Removes group by name.
removeLast() - Method in interface org.redisson.api.RDequeReactive
Retrieves and removes the last element of deque.
removeLast() - Method in interface org.redisson.api.RDequeRx
Retrieves and removes the last element of deque.
removeLastAsync() - Method in interface org.redisson.api.RDequeAsync
Retrieves and removes the last element of deque.
removeLastOccurrence(Object) - Method in interface org.redisson.api.RDequeReactive
Removes last occurrence of element o
removeLastOccurrence(Object) - Method in interface org.redisson.api.RDequeRx
Removes last occurrence of element o
removeLastOccurrenceAsync(Object) - Method in interface org.redisson.api.RDequeAsync
Removes last occurrence of element o
removeListener(int) - Method in interface org.redisson.api.RKeys
Removes global object event listener
removeListener(int) - Method in interface org.redisson.api.RKeysReactive
Removes global object event listener
removeListener(int) - Method in interface org.redisson.api.RKeysRx
Removes global object event listener
removeListener(int) - Method in interface org.redisson.api.RMapCache
Removes map entry listener
removeListener(int) - Method in interface org.redisson.api.RObject
Removes object event listener
removeListener(int) - Method in interface org.redisson.api.RObjectReactive
Removes object event listener
removeListener(int) - Method in interface org.redisson.api.RObjectRx
Removes object event listener
removeListener(int) - Method in interface org.redisson.api.RPatternTopic
Removes the listener by id for listening this topic
removeListener(int) - Method in interface org.redisson.api.RPatternTopicReactive
Removes the listener by id for listening this topic
removeListener(int) - Method in interface org.redisson.api.RPatternTopicRx
Removes the listener by id for listening this topic
removeListener(Integer...) - Method in interface org.redisson.api.RTopic
Removes the listener by id for listening this topic
removeListener(Integer...) - Method in interface org.redisson.api.RTopicReactive
Removes the listener by id for listening this topic
removeListener(Integer...) - Method in interface org.redisson.api.RTopicRx
Removes the listener by id for listening this topic
removeListener(String...) - Method in interface org.redisson.api.RReliableTopic
Removes the listener by id attached to this topic instance
removeListener(String...) - Method in interface org.redisson.api.RReliableTopicReactive
Removes the listener by id attached to this topic instance
removeListener(String...) - Method in interface org.redisson.api.RReliableTopicRx
Removes the listener by id attached to this topic instance
removeListener(MessageListener<?>) - Method in interface org.redisson.api.RTopic
Removes the listener by its instance
removeListener(MessageListener<?>) - Method in interface org.redisson.api.RTopicReactive
Removes the listener by instance for listening this topic
removeListener(MessageListener<?>) - Method in interface org.redisson.api.RTopicRx
Removes the listener by instance for listening this topic
removeListener(PatternMessageListener<?>) - Method in interface org.redisson.api.RPatternTopic
Removes the listener by its instance
removeListener(RedisPubSubListener<?>) - Method in class org.redisson.client.RedisPubSubConnection
 
removeListenerAsync(int) - Method in interface org.redisson.api.RKeysAsync
Removes global object event listener
removeListenerAsync(int) - Method in interface org.redisson.api.RObjectAsync
Removes object event listener
removeListenerAsync(int) - Method in interface org.redisson.api.RPatternTopic
 
removeListenerAsync(Integer...) - Method in interface org.redisson.api.RTopicAsync
Removes the listener by id for listening this topic
removeListenerAsync(String...) - Method in interface org.redisson.api.RReliableTopicAsync
Removes the listener by id attached to this topic instance
removeListenerAsync(MessageListener<?>) - Method in interface org.redisson.api.RTopicAsync
Removes the listener by its instance
removeMembersFromConsumerGroup(String, RemoveMembersFromConsumerGroupOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Remove members from the consumer group by given member identities.
removeMembersFromConsumerGroup(String, RemoveMembersFromConsumerGroupOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
removeMembersFromConsumerGroup(String, RemoveMembersFromConsumerGroupOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
RemoveMembersFromConsumerGroupHandler - Class in org.apache.kafka.clients.admin.internals
 
RemoveMembersFromConsumerGroupHandler(String, List<LeaveGroupRequestData.MemberIdentity>, LogContext) - Constructor for class org.apache.kafka.clients.admin.internals.RemoveMembersFromConsumerGroupHandler
 
RemoveMembersFromConsumerGroupOptions - Class in org.apache.kafka.clients.admin
RemoveMembersFromConsumerGroupOptions() - Constructor for class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions
 
RemoveMembersFromConsumerGroupOptions(Collection<MemberToRemove>) - Constructor for class org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions
 
RemoveMembersFromConsumerGroupResult - Class in org.apache.kafka.clients.admin
removeQueueRecoveryListener(QueueRecoveryListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
removeRandom() - Method in interface org.redisson.api.RSet
Removes and returns random element
removeRandom() - Method in interface org.redisson.api.RSetReactive
Removes and returns random element
removeRandom() - Method in interface org.redisson.api.RSetRx
Removes and returns random element
removeRandom(int) - Method in interface org.redisson.api.RSet
Removes and returns random elements limited by amount
removeRandom(int) - Method in interface org.redisson.api.RSetReactive
Removes and returns random elements limited by amount
removeRandom(int) - Method in interface org.redisson.api.RSetRx
Removes and returns random elements limited by amount
removeRandomAsync() - Method in interface org.redisson.api.RSetAsync
Removes and returns random element from set in async mode
removeRandomAsync(int) - Method in interface org.redisson.api.RSetAsync
Removes and returns random elements from set in async mode
removeRange(long, long) - Method in interface org.redisson.api.RTimeSeries
Removes values within timestamp range.
removeRange(long, long) - Method in interface org.redisson.api.RTimeSeriesReactive
Removes values within timestamp range.
removeRange(long, long) - Method in interface org.redisson.api.RTimeSeriesRx
Removes values within timestamp range.
removeRange(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSet
Removes values range starting with fromElement and ending with toElement.
removeRange(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetReactive
Removes values range starting with fromElement and ending with toElement.
removeRange(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetRx
Removes values range starting with fromElement and ending with toElement.
removeRangeAsync(long, long) - Method in interface org.redisson.api.RTimeSeriesAsync
Removes values within timestamp range.
removeRangeAsync(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
Removes values range starting with fromElement and ending with toElement.
removeRangeByRank(int, int) - Method in interface org.redisson.api.RScoredSortedSet
Removes values by rank range.
removeRangeByRank(int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes values by rank range.
removeRangeByRank(int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes values by rank range.
removeRangeByRankAsync(int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes values by rank range.
removeRangeByScore(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSet
Removes values by score range.
removeRangeByScore(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes values by score range.
removeRangeByScore(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetRx
Removes values by score range.
removeRangeByScoreAsync(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes values by score range.
removeRangeHead(String, boolean) - Method in interface org.redisson.api.RLexSortedSet
Removes head values range ending with toElement.
removeRangeHead(String, boolean) - Method in interface org.redisson.api.RLexSortedSetReactive
Removes head values range ending with toElement.
removeRangeHead(String, boolean) - Method in interface org.redisson.api.RLexSortedSetRx
Removes head values range ending with toElement.
removeRangeHeadAsync(String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
Removes head values range ending with toElement.
removeRangeTail(String, boolean) - Method in interface org.redisson.api.RLexSortedSet
Removes tail values range starting with fromElement.
removeRangeTail(String, boolean) - Method in interface org.redisson.api.RLexSortedSetReactive
Removes tail values range starting with fromElement.
removeRangeTail(String, boolean) - Method in interface org.redisson.api.RLexSortedSetRx
Removes tail values range starting with fromElement.
removeRangeTailAsync(String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
Removes tail values range starting with fromElement.
removeRecoveryCanBeginListener(RecoveryCanBeginListener) - Method in class com.rabbitmq.client.impl.AMQConnection
 
removeRecoveryListener(RecoveryListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
removeRecoveryListener(RecoveryListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Removes the recovery listener
removeRecoveryListener(RecoveryListener) - Method in interface com.rabbitmq.client.Recoverable
 
removeReturnListener(ReturnListener) - Method in interface com.rabbitmq.client.Channel
Remove a ReturnListener.
removeReturnListener(ReturnListener) - Method in class com.rabbitmq.client.impl.ChannelN
 
removeReturnListener(ReturnListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
removeShutdownListener(ShutdownListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
removeShutdownListener(ShutdownListener) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
removeShutdownListener(ShutdownListener) - Method in class com.rabbitmq.client.impl.ShutdownNotifierComponent
 
removeShutdownListener(ShutdownListener) - Method in interface com.rabbitmq.client.ShutdownNotifier
Remove shutdown listener for the component.
removingReplicas() - Method in class org.apache.kafka.clients.admin.PartitionReassignment
The brokers that we are removing this partition from as part of a reassignment.
rename(String) - Method in interface org.redisson.api.RObject
Rename current object key to newName
rename(String) - Method in interface org.redisson.api.RObjectReactive
Rename current object key to newName in mode
rename(String) - Method in interface org.redisson.api.RObjectRx
Rename current object key to newName in mode
rename(String, String) - Method in interface org.redisson.api.RKeys
Rename current object key to newName
rename(String, String) - Method in interface org.redisson.api.RKeysReactive
Rename current object key to newName
rename(String, String) - Method in interface org.redisson.api.RKeysRx
Rename current object key to newName
RENAME - Static variable in interface org.redisson.client.protocol.RedisCommands
 
renameAsync(String) - Method in interface org.redisson.api.RObjectAsync
Rename current object key to newName in async mode
renameAsync(String, String) - Method in interface org.redisson.api.RKeysAsync
Rename current object key to newName
renamenx(String) - Method in interface org.redisson.api.RObject
Rename current object key to newName only if new key is not exists
renamenx(String) - Method in interface org.redisson.api.RObjectReactive
Rename current object key to newName in mode only if new key is not exists
renamenx(String) - Method in interface org.redisson.api.RObjectRx
Rename current object key to newName in mode only if new key is not exists
renamenx(String, String) - Method in interface org.redisson.api.RKeys
Rename object with oldName to newName only if new key is not exists
renamenx(String, String) - Method in interface org.redisson.api.RKeysReactive
Rename object with oldName to newName only if new key is not exists
renamenx(String, String) - Method in interface org.redisson.api.RKeysRx
Rename object with oldName to newName only if new key is not exists
RENAMENX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
renamenxAsync(String) - Method in interface org.redisson.api.RObjectAsync
Rename current object key to newName in async mode only if new key is not exists
renamenxAsync(String, String) - Method in interface org.redisson.api.RKeysAsync
Rename object with oldName to newName only if new key is not exists
renewDelegationToken(byte[]) - Method in interface org.apache.kafka.clients.admin.Admin
Renew a Delegation Token.
renewDelegationToken(byte[], RenewDelegationTokenOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Renew a Delegation Token.
renewDelegationToken(byte[], RenewDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
renewDelegationToken(byte[], RenewDelegationTokenOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
RenewDelegationTokenOptions - Class in org.apache.kafka.clients.admin
RenewDelegationTokenOptions() - Constructor for class org.apache.kafka.clients.admin.RenewDelegationTokenOptions
 
RenewDelegationTokenResult - Class in org.apache.kafka.clients.admin
renewers() - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
 
renewers(List<KafkaPrincipal>) - Method in class org.apache.kafka.clients.admin.CreateDelegationTokenOptions
 
renewTimePeriodMs() - Method in class org.apache.kafka.clients.admin.RenewDelegationTokenOptions
 
renewTimePeriodMs(long) - Method in class org.apache.kafka.clients.admin.RenewDelegationTokenOptions
 
REntity - Annotation Interface in org.redisson.api.annotation
Specifies that the class is a Live Object.
REntity.DEFAULT - Class in org.redisson.api.annotation
 
REntity.TransformationMode - Enum Class in org.redisson.api.annotation
 
replace(K, V) - Method in interface org.redisson.api.CacheReactive
This method atomically replaces an entry only if the key is currently mapped to some value.
replace(K, V) - Method in interface org.redisson.api.CacheRx
This method atomically replaces an entry only if the key is currently mapped to some value.
replace(K, V) - Method in interface org.redisson.api.RMap
Replaces previous value with a new value mapped by specified key.
replace(K, V) - Method in interface org.redisson.api.RMapReactive
Replaces previous value with a new value mapped by specified key.
replace(K, V) - Method in interface org.redisson.api.RMapRx
Replaces previous value with a new value mapped by specified key.
replace(K, V, V) - Method in interface org.redisson.api.CacheReactive
This method atomically replaces an entry only if the key is currently mapped to a given value.
replace(K, V, V) - Method in interface org.redisson.api.CacheRx
This method atomically replaces an entry only if the key is currently mapped to a given value.
replace(K, V, V) - Method in interface org.redisson.api.RMap
Replaces previous oldValue with a newValue mapped by specified key.
replace(K, V, V) - Method in interface org.redisson.api.RMapReactive
Replaces previous oldValue with a newValue mapped by specified key.
replace(K, V, V) - Method in interface org.redisson.api.RMapRx
Replaces previous oldValue with a newValue mapped by specified key.
replace(V, V) - Method in interface org.redisson.api.RScoredSortedSet
Replaces a previous oldObject with a newObject.
replace(V, V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Replaces a previous oldObject with a newObject.
replace(V, V) - Method in interface org.redisson.api.RScoredSortedSetRx
Replaces a previous oldObject with a newObject.
replaceAsync(K, V) - Method in interface org.redisson.api.CacheAsync
This method atomically replaces an entry only if the key is currently mapped to some value.
replaceAsync(K, V) - Method in interface org.redisson.api.RMapAsync
Replaces previous value with a new value mapped by specified key.
replaceAsync(K, V, V) - Method in interface org.redisson.api.CacheAsync
This method atomically replaces an entry only if the key is currently mapped to a given value.
replaceAsync(K, V, V) - Method in interface org.redisson.api.RMapAsync
Replaces previous oldValue with a newValue mapped by specified key.
replaceAsync(V, V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Replaces a previous oldObject with a newObject.
replaceValues(K, Iterable<? extends V>) - Method in interface org.redisson.api.RListMultimap
Stores a collection of values with the same key, replacing any existing values for that key.
replaceValues(K, Iterable<? extends V>) - Method in interface org.redisson.api.RListMultimapReactive
Stores a collection of values with the same key, replacing any existing values for that key.
replaceValues(K, Iterable<? extends V>) - Method in interface org.redisson.api.RListMultimapRx
Stores a collection of values with the same key, replacing any existing values for that key.
replaceValues(K, Iterable<? extends V>) - Method in interface org.redisson.api.RMultimap
Stores a collection of values with the same key, replacing any existing values for that key.
replaceValues(K, Iterable<? extends V>) - Method in interface org.redisson.api.RSetMultimap
Stores a collection of values with the same key, replacing any existing values for that key.
replaceValues(K, Iterable<? extends V>) - Method in interface org.redisson.api.RSetMultimapReactive
Stores a collection of values with the same key, replacing any existing values for that key.
replaceValues(K, Iterable<? extends V>) - Method in interface org.redisson.api.RSetMultimapRx
Stores a collection of values with the same key, replacing any existing values for that key.
replaceValuesAsync(K, Iterable<? extends V>) - Method in interface org.redisson.api.RMultimapAsync
Stores a collection of values with the same key, replacing any existing values for that key.
replicaId() - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
Return the ID for this replica.
ReplicaInfo - Class in org.apache.kafka.clients.admin
A description of a replica on a particular broker.
ReplicaInfo(long, long, boolean) - Constructor for class org.apache.kafka.clients.admin.ReplicaInfo
 
replicaInfos() - Method in class org.apache.kafka.clients.admin.LogDirDescription
A map from topic partition to replica information for that partition in this log directory.
replicas() - Method in class org.apache.kafka.clients.admin.PartitionReassignment
The brokers which this partition currently resides on.
replicasAssignments() - Method in class org.apache.kafka.clients.admin.NewTopic
A map from partition id to replica ids (i.e.
ReplicatedServersConfig - Class in org.redisson.config
Configuration for an Azure Redis Cache or AWS ElastiCache servers.
ReplicatedServersConfig() - Constructor for class org.redisson.config.ReplicatedServersConfig
 
REPLICATION - Enum constant in enum class org.redisson.api.Node.InfoSection
Deprecated.
 
REPLICATION - Enum constant in enum class org.redisson.api.redisnode.RedisNode.InfoSection
 
replicationFactor() - Method in class org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
 
replicationFactor() - Method in class org.apache.kafka.clients.admin.NewTopic
The replication factor for the new topic or -1 if a replica assignment has been specified.
replicationFactor(String) - Method in class org.apache.kafka.clients.admin.CreateTopicsResult
Returns a future that provides replication factor for the topic when the request completes.
REPLY_SUCCESS - Static variable in interface com.rabbitmq.client.AMQP
 
replyCode(int) - Method in class com.rabbitmq.client.AMQP.Basic.Return.Builder
 
replyCode(int) - Method in class com.rabbitmq.client.AMQP.Channel.Close.Builder
 
replyCode(int) - Method in class com.rabbitmq.client.AMQP.Connection.Close.Builder
 
replyHandler(Function<Object, RpcClient.Response>) - Method in class com.rabbitmq.client.RpcClientParams
Set the behavior to use when receiving replies.
replyText(String) - Method in class com.rabbitmq.client.AMQP.Basic.Return.Builder
 
replyText(String) - Method in class com.rabbitmq.client.AMQP.Channel.Close.Builder
 
replyText(String) - Method in class com.rabbitmq.client.AMQP.Connection.Close.Builder
 
replyTo(String) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
replyTo(String) - Method in class com.rabbitmq.client.RpcClientParams
Set the queue where the server should put replies on.
request - Variable in class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
 
request - Variable in class org.apache.kafka.clients.admin.internals.AdminApiDriver.RequestSpec
 
request - Variable in class org.apache.kafka.clients.admin.internals.AdminApiHandler.RequestAndKeys
 
Request(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
Request(String, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
REQUEST_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
request.timeout.ms
REQUEST_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
request.timeout.ms
REQUEST_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
request.timeout.ms
requestAllTopicsMetadata(long) - Method in class org.apache.kafka.clients.consumer.internals.TopicMetadataRequestManager
Return the future of the metadata request.
RequestAndKeys(AbstractRequest.Builder<?>, Set<K>) - Constructor for class org.apache.kafka.clients.admin.internals.AdminApiHandler.RequestAndKeys
 
RequestFuture<T> - Class in org.apache.kafka.clients.consumer.internals
Result of an asynchronous request from ConsumerNetworkClient.
RequestFuture() - Constructor for class org.apache.kafka.clients.consumer.internals.RequestFuture
 
RequestFutureAdapter<F,T> - Class in org.apache.kafka.clients.consumer.internals
Adapt from a request future of one type to another.
RequestFutureAdapter() - Constructor for class org.apache.kafka.clients.consumer.internals.RequestFutureAdapter
 
RequestFutureListener<T> - Interface in org.apache.kafka.clients.consumer.internals
Listener interface to hook into RequestFuture completion.
requestLatencyAvg - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
requestLatencyMax - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
RequestManager - Interface in org.apache.kafka.clients.consumer.internals
PollResult consist of UnsentRequest if there are requests to send; otherwise, return the time till the next poll event.
RequestManagers - Class in org.apache.kafka.clients.consumer.internals
RequestManagers provides a means to pass around the set of RequestManager instances in the system.
RequestManagers(LogContext, OffsetsRequestManager, TopicMetadataRequestManager, FetchRequestManager, Optional<CoordinatorRequestManager>, Optional<CommitRequestManager>, Optional<HeartbeatRequestManager>) - Constructor for class org.apache.kafka.clients.consumer.internals.RequestManagers
 
requestOffsetReset(Collection<TopicPartition>, OffsetResetStrategy) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
requestOffsetReset(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
requestOffsetReset(TopicPartition, OffsetResetStrategy) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
RequestOk(int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
RequestOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
requestPartitionEndOffset(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
requestRejoin(String) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
requestRejoin(String, String) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
Request to rejoin the group.
requestRejoinIfNecessary(String, String) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
requestsInFlight - Variable in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
RequestSpec(String, ApiRequestScope, Set<K>, AbstractRequest.Builder<?>, long, long, int) - Constructor for class org.apache.kafka.clients.admin.internals.AdminApiDriver.RequestSpec
 
requestTopicMetadata(String, long) - Method in class org.apache.kafka.clients.consumer.internals.TopicMetadataRequestManager
Return the future of the metadata request.
requestUpdate() - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager
 
requestUpdateForTopic(String) - Method in class org.apache.kafka.clients.producer.internals.ProducerMetadata
 
requeue() - Method in class com.rabbitmq.client.AMQP.Basic.Nack.Builder
 
requeue() - Method in class com.rabbitmq.client.AMQP.Basic.Recover.Builder
 
requeue() - Method in class com.rabbitmq.client.AMQP.Basic.RecoverAsync.Builder
 
requeue() - Method in class com.rabbitmq.client.AMQP.Basic.Reject.Builder
 
requeue(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Nack.Builder
 
requeue(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Recover.Builder
 
requeue(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.RecoverAsync.Builder
 
requeue(boolean) - Method in class com.rabbitmq.client.AMQP.Basic.Reject.Builder
 
requireStable() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions
 
requireStable(boolean) - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions
Sets an optional requireStable flag.
requireTimestamps() - Method in class org.apache.kafka.clients.consumer.internals.events.ListOffsetsApplicationEvent
 
reset() - Method in class com.rabbitmq.client.impl.TruncatedInputStream
 
reset() - Method in interface org.redisson.api.RDoubleAdder
Resets value across all RDoubleAdder instances
reset() - Method in interface org.redisson.api.RLongAdder
Resets value across all RLongAdder instances
RESET_POSITIONS - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
resetAsync() - Method in interface org.redisson.api.RDoubleAdder
Resets value across all RDoubleAdder instances
resetAsync() - Method in interface org.redisson.api.RLongAdder
Resets value across all RLongAdder instances
resetAsync(long, TimeUnit) - Method in interface org.redisson.api.RDoubleAdder
Resets value across all RDoubleAdder instances within defined timeout.
resetAsync(long, TimeUnit) - Method in interface org.redisson.api.RLongAdder
Resets value across all RLongAdder instances within defined timeout.
resetAutoCommitTimer() - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
Reset the auto-commit timer to the auto-commit interval, so that the next auto-commit is sent out on the interval starting from now.
resetAutoCommitTimer(long) - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
Reset the auto-commit timer to the provided time (backoff), so that the next auto-commit is sent out then.
resetInitializingPositions() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
resetNextBatchExpiryTime() - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
 
resetPollTimer(long) - Method in class org.apache.kafka.clients.consumer.internals.HeartbeatRequestManager
When consumer polls, we need to reset the pollTimer.
ResetPositionsApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
Event for resetting offsets for all assigned partitions that require it.
ResetPositionsApplicationEvent() - Constructor for class org.apache.kafka.clients.consumer.internals.events.ResetPositionsApplicationEvent
 
resetPositionsIfNeeded() - Method in class org.apache.kafka.clients.consumer.internals.OffsetFetcher
Reset offsets for all assigned partitions that require it.
resetPositionsIfNeeded() - Method in class org.apache.kafka.clients.consumer.internals.OffsetsRequestManager
Reset offsets for all assigned partitions that require it.
resetProducerState(ProducerIdAndEpoch, int) - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
resetShouldRebalance() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
resetStrategy(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
resolve(InetSocketAddress) - Method in class org.redisson.client.DefaultCredentialsResolver
 
resolve(InetSocketAddress) - Method in interface org.redisson.config.CredentialsResolver
Asynchronously resolves Credentials object for specified Redis node address .
ResolvedInetAddress - Class in com.rabbitmq.client
 
ResolvedInetAddress(String, InetAddress, int) - Constructor for class com.rabbitmq.client.ResolvedInetAddress
 
resolveIpAddresses(String) - Method in class com.rabbitmq.client.DnsRecordIpAddressResolver
 
RESOURCE_ERROR - Static variable in interface com.rabbitmq.client.AMQP
 
RESOURCE_LOCKED - Static variable in interface com.rabbitmq.client.AMQP
 
resourceBundle() - Element in annotation interface org.jetbrains.annotations.PropertyKey
The full-qualified name of the resource bundle in which the property keys must be present.
RESP2 - Enum constant in enum class org.redisson.config.Protocol
 
RESP3 - Enum constant in enum class org.redisson.config.Protocol
 
response(LongString) - Method in class com.rabbitmq.client.AMQP.Connection.SecureOk.Builder
 
response(LongString) - Method in class com.rabbitmq.client.AMQP.Connection.StartOk.Builder
 
response(String) - Method in class com.rabbitmq.client.AMQP.Connection.SecureOk.Builder
 
response(String) - Method in class com.rabbitmq.client.AMQP.Connection.StartOk.Builder
 
Response() - Constructor for class com.rabbitmq.client.RpcClient.Response
 
Response(String, Envelope, AMQP.BasicProperties, byte[]) - Constructor for class com.rabbitmq.client.RpcClient.Response
 
responseCall(byte[]) - Method in class com.rabbitmq.client.RpcClient
Perform a simple byte-array-based RPC roundtrip Useful if you need to get at more than just the body of the message
responseCall(byte[], int) - Method in class com.rabbitmq.client.RpcClient
Perform a simple byte-array-based RPC roundtrip Useful if you need to get at more than just the body of the message
responseTimeout(long, TimeUnit) - Method in class org.redisson.api.BatchOptions
Defines timeout for Redis response.
responseTimeout(long, TimeUnit) - Method in class org.redisson.api.TransactionOptions
Defines timeout for Redis response.
restore(byte[]) - Method in interface org.redisson.api.RFunction
Restores libraries using their state returned by RFunction.dump() method.
restore(byte[]) - Method in interface org.redisson.api.RFunctionReactive
Restores libraries using their state returned by RFunctionReactive.dump() method.
restore(byte[]) - Method in interface org.redisson.api.RFunctionRx
Restores libraries using their state returned by RFunctionRx.dump() method.
restore(byte[]) - Method in interface org.redisson.api.RObject
Restores object using its state returned by RObject.dump() method.
restore(byte[]) - Method in interface org.redisson.api.RObjectReactive
Restores object using its state returned by RObjectReactive.dump() method.
restore(byte[]) - Method in interface org.redisson.api.RObjectRx
Restores object using its state returned by RObjectRx.dump() method.
restore(byte[], long, TimeUnit) - Method in interface org.redisson.api.RObject
Restores object using its state returned by RObject.dump() method and set time to live for it.
restore(byte[], long, TimeUnit) - Method in interface org.redisson.api.RObjectReactive
Restores object using its state returned by RObjectReactive.dump() method and set time to live for it.
restore(byte[], long, TimeUnit) - Method in interface org.redisson.api.RObjectRx
Restores object using its state returned by RObjectRx.dump() method and set time to live for it.
RESTORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
restoreAfterFlush(byte[]) - Method in interface org.redisson.api.RFunction
Restores libraries using their state returned by RFunction.dump() method.
restoreAfterFlush(byte[]) - Method in interface org.redisson.api.RFunctionReactive
Restores libraries using their state returned by RFunctionReactive.dump() method.
restoreAfterFlush(byte[]) - Method in interface org.redisson.api.RFunctionRx
Restores libraries using their state returned by RFunctionRx.dump() method.
restoreAfterFlushAsync(byte[]) - Method in interface org.redisson.api.RFunctionAsync
Restores libraries using their state returned by RFunctionAsync.dumpAsync() method.
restoreAndReplace(byte[]) - Method in interface org.redisson.api.RFunction
Restores libraries using their state returned by RFunction.dump() method.
restoreAndReplace(byte[]) - Method in interface org.redisson.api.RFunctionReactive
Restores libraries using their state returned by RFunctionReactive.dump() method.
restoreAndReplace(byte[]) - Method in interface org.redisson.api.RFunctionRx
Restores libraries using their state returned by RFunctionRx.dump() method.
restoreAndReplace(byte[]) - Method in interface org.redisson.api.RObject
Restores and replaces object if it already exists.
restoreAndReplace(byte[]) - Method in interface org.redisson.api.RObjectReactive
Restores and replaces object if it already exists.
restoreAndReplace(byte[]) - Method in interface org.redisson.api.RObjectRx
Restores and replaces object if it already exists.
restoreAndReplace(byte[], long, TimeUnit) - Method in interface org.redisson.api.RObject
Restores and replaces object if it already exists and set time to live for it.
restoreAndReplace(byte[], long, TimeUnit) - Method in interface org.redisson.api.RObjectReactive
Restores and replaces object if it already exists and set time to live for it.
restoreAndReplace(byte[], long, TimeUnit) - Method in interface org.redisson.api.RObjectRx
Restores and replaces object if it already exists and set time to live for it.
restoreAndReplaceAsync(byte[]) - Method in interface org.redisson.api.RFunctionAsync
Restores libraries using their state returned by RFunctionAsync.dumpAsync() method.
restoreAndReplaceAsync(byte[]) - Method in interface org.redisson.api.RObjectAsync
Restores and replaces object if it already exists.
restoreAndReplaceAsync(byte[], long, TimeUnit) - Method in interface org.redisson.api.RObjectAsync
Restores and replaces object if it already exists and set time to live for it.
restoreAsync(byte[]) - Method in interface org.redisson.api.RFunctionAsync
Restores libraries using their state returned by RFunctionAsync.dumpAsync() method.
restoreAsync(byte[]) - Method in interface org.redisson.api.RObjectAsync
Restores object using its state returned by RObjectAsync.dumpAsync() method.
restoreAsync(byte[], long, TimeUnit) - Method in interface org.redisson.api.RObjectAsync
Restores object using its state returned by RObjectAsync.dumpAsync() method and set time to live for it.
resume(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
resume(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
resume(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
resume(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Resume specified partitions which have been paused with KafkaConsumer.pause(Collection).
resume(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
resume(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
retainAll(Collection<?>) - Method in interface org.redisson.api.RCollectionReactive
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in interface org.redisson.api.RCollectionRx
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSet
Retains only the elements in this sorted set that are contained in the specified collection.
retainAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Retains only the elements in this sorted set that are contained in the specified collection.
retainAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetRx
Retains only the elements in this sorted set that are contained in the specified collection.
retainAllAsync(Collection<?>) - Method in interface org.redisson.api.RCollectionAsync
Retains only the elements in this collection that are contained in the specified collection.
retainAllAsync(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Retains only the elements in this sorted set that are contained in the specified collection.
retainTopic(String, boolean, long) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerMetadata
 
retainTopic(String, boolean, long) - Method in class org.apache.kafka.clients.producer.internals.ProducerMetadata
 
RetriableCommitFailedException - Exception Class in org.apache.kafka.clients.consumer
 
RetriableCommitFailedException(String) - Constructor for exception class org.apache.kafka.clients.consumer.RetriableCommitFailedException
 
RetriableCommitFailedException(String, Throwable) - Constructor for exception class org.apache.kafka.clients.consumer.RetriableCommitFailedException
 
RetriableCommitFailedException(Throwable) - Constructor for exception class org.apache.kafka.clients.consumer.RetriableCommitFailedException
 
RETRIES_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
RETRIES_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
retries
retrieveToken() - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
retrieveToken() - Method in class com.rabbitmq.client.impl.RefreshProtectedCredentialsProvider
 
RETRY_BACKOFF_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
retry.backoff.max.ms
RETRY_BACKOFF_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
retry.backoff.max.ms
RETRY_BACKOFF_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
retry.backoff.max.ms
RETRY_BACKOFF_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
retry.backoff.ms
RETRY_BACKOFF_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
retry.backoff.ms
RETRY_BACKOFF_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
retry.backoff.ms
RETRY_ON_QUEUE_NOT_FOUND_RETRY_HANDLER - Static variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
Pre-configured TopologyRecoveryRetryHandlerBuilder that retries recovery of bindings and consumers when their respective queue is not found.
RetryableMapWriter<K,V> - Class in org.redisson.api.map
 
RetryableMapWriter(MapOptions<K, V>, MapWriter<K, V>) - Constructor for class org.redisson.api.map.RetryableMapWriter
 
RetryableMapWriterAsync<K,V> - Class in org.redisson.api.map
 
RetryableMapWriterAsync(MapOptions<K, V>, MapWriterAsync<K, V>) - Constructor for class org.redisson.api.map.RetryableMapWriterAsync
 
retryAttempts - Variable in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
retryAttempts - Variable in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
retryAttempts(int) - Method in class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
retryAttempts(int) - Method in class org.redisson.api.BatchOptions
Defines attempts amount to send Redis commands batch if it hasn't been sent already.
retryAttempts(int) - Method in class org.redisson.api.options.CommonParams
 
retryAttempts(int) - Method in class org.redisson.api.options.ExecutorParams
 
retryAttempts(int) - Method in class org.redisson.api.options.JsonBucketParams
 
retryAttempts(int) - Method in class org.redisson.api.options.KeysParams
 
retryAttempts(int) - Method in class org.redisson.api.options.LiveObjectParams
 
retryAttempts(int) - Method in class org.redisson.api.options.LocalCachedMapParams
 
retryAttempts(int) - Method in class org.redisson.api.options.MapCacheParams
 
retryAttempts(int) - Method in class org.redisson.api.options.MapParams
 
retryAttempts(int) - Method in class org.redisson.api.options.OptionalParams
 
retryAttempts(int) - Method in class org.redisson.api.options.PatternTopicParams
 
retryAttempts(int) - Method in class org.redisson.api.options.PlainParams
 
retryAttempts(int) - Method in interface org.redisson.api.options.InvocationOptions
Defines command retry attempts.
retryAttempts(int) - Method in class org.redisson.api.TransactionOptions
Defines attempts amount to send transaction if it hasn't been sent already.
retryBackoff - Variable in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
retryBindingRecovery(RetryContext) - Method in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
retryBindingRecovery(RetryContext) - Method in interface com.rabbitmq.client.impl.recovery.RetryHandler
Retry a failed binding recovery operation.
retryConsumerRecovery(RetryContext) - Method in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
retryConsumerRecovery(RetryContext) - Method in interface com.rabbitmq.client.impl.recovery.RetryHandler
Retry a failed consumer recovery operation.
RetryContext - Class in com.rabbitmq.client.impl.recovery
The context of a topology recovery retry operation.
RetryContext(RecordedEntity, Exception, AutorecoveringConnection) - Constructor for class com.rabbitmq.client.impl.recovery.RetryContext
 
retryExchangeRecovery(RetryContext) - Method in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
retryExchangeRecovery(RetryContext) - Method in interface com.rabbitmq.client.impl.recovery.RetryHandler
Retry a failed exchange recovery operation.
RetryHandler - Interface in com.rabbitmq.client.impl.recovery
Contract to retry failed operations during topology recovery.
retryInterval(long, TimeUnit) - Method in class org.redisson.api.BatchOptions
Defines time interval for each attempt to send Redis commands batch if it hasn't been sent already.
retryInterval(long, TimeUnit) - Method in class org.redisson.api.TransactionOptions
Defines time interval for each attempt to send transaction if it hasn't been sent already.
retryInterval(Duration) - Method in class org.redisson.api.options.CommonParams
 
retryInterval(Duration) - Method in class org.redisson.api.options.ExecutorParams
 
retryInterval(Duration) - Method in class org.redisson.api.options.JsonBucketParams
 
retryInterval(Duration) - Method in class org.redisson.api.options.KeysParams
 
retryInterval(Duration) - Method in class org.redisson.api.options.LiveObjectParams
 
retryInterval(Duration) - Method in class org.redisson.api.options.LocalCachedMapParams
 
retryInterval(Duration) - Method in class org.redisson.api.options.MapCacheParams
 
retryInterval(Duration) - Method in class org.redisson.api.options.MapParams
 
retryInterval(Duration) - Method in class org.redisson.api.options.OptionalParams
 
retryInterval(Duration) - Method in class org.redisson.api.options.PatternTopicParams
 
retryInterval(Duration) - Method in class org.redisson.api.options.PlainParams
 
retryInterval(Duration) - Method in interface org.redisson.api.options.InvocationOptions
Defines time interval for another one attempt to send a Redis command if it hasn't already been sent.
retryOnQuotaViolation(boolean) - Method in class org.apache.kafka.clients.admin.CreatePartitionsOptions
Set to true if quota violation should be automatically retried.
retryOnQuotaViolation(boolean) - Method in class org.apache.kafka.clients.admin.CreateTopicsOptions
Set to true if quota violation should be automatically retried.
retryOnQuotaViolation(boolean) - Method in class org.apache.kafka.clients.admin.DeleteTopicsOptions
Set to true if quota violation should be automatically retried.
retryQueueRecovery(RetryContext) - Method in class com.rabbitmq.client.impl.recovery.DefaultRetryHandler
 
retryQueueRecovery(RetryContext) - Method in interface com.rabbitmq.client.impl.recovery.RetryHandler
Retry a failed queue recovery operation.
RetryResult - Class in com.rabbitmq.client.impl.recovery
The retry of a retried topology recovery operation.
RetryResult(RecordedEntity, Object) - Constructor for class com.rabbitmq.client.impl.recovery.RetryResult
 
retryTimeoutMs() - Method in class org.apache.kafka.clients.consumer.internals.events.CommitApplicationEvent
 
Return - Class in com.rabbitmq.client
 
Return(int, String, String, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
Return(int, String, String, String, AMQP.BasicProperties, byte[]) - Constructor for class com.rabbitmq.client.Return
 
Return(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
ReturnAttribute - Class in org.redisson.api.search.query
 
ReturnAttribute(String) - Constructor for class org.redisson.api.search.query.ReturnAttribute
 
ReturnAttribute(String, String) - Constructor for class org.redisson.api.search.query.ReturnAttribute
 
returnAttributes(List<ReturnAttribute>) - Method in class org.redisson.api.search.query.QueryOptions
 
returnAttributes(ReturnAttribute...) - Method in class org.redisson.api.search.query.QueryOptions
 
ReturnCallback - Interface in com.rabbitmq.client
Implement this interface in order to be notified of failed deliveries when basicPublish is called with "mandatory" or "immediate" flags set.
ReturnListener - Interface in com.rabbitmq.client
Implement this interface in order to be notified of failed deliveries when basicPublish is called with "mandatory" or "immediate" flags set.
REVISION - Static variable in class com.rabbitmq.client.AMQP.PROTOCOL
 
revRangeTo(String, double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSet
Stores to defined ScoredSortedSet values in reversed order between startScore and endScore.
revRangeTo(String, double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetReactive
Stores to defined ScoredSortedSet values in reversed order between startScore and endScore.
revRangeTo(String, double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetRx
Stores to defined ScoredSortedSet values in reversed order between startScore and endScore.
revRangeTo(String, double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSet
Stores to defined ScoredSortedSet values in reversed order between startScore and endScore.
revRangeTo(String, double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Stores to defined ScoredSortedSet values in reversed order between startScore and endScore.
revRangeTo(String, double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Stores to defined ScoredSortedSet values in reversed order between startScore and endScore.
revRangeTo(String, int, int) - Method in interface org.redisson.api.RScoredSortedSet
Stores to defined ScoredSortedSet values in reversed order by rank range.
revRangeTo(String, int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Stores to defined ScoredSortedSet values in reversed order by rank range.
revRangeTo(String, int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Stores to defined ScoredSortedSet values in reversed order by rank range.
revRangeToAsync(String, double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetAsync
Stores to defined ScoredSortedSet values in reversed order between startScore and endScore.
revRangeToAsync(String, double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Stores to defined ScoredSortedSet values in reversed order between startScore and endScore.
revRangeToAsync(String, int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Stores to defined ScoredSortedSet values in reversed order by rank range.
revRank(String) - Method in interface org.redisson.api.RLexSortedSet
Returns rank of value, with the scores ordered from high to low.
revRank(Collection<V>) - Method in interface org.redisson.api.RScoredSortedSet
Returns ranks of elements, with the scores ordered from high to low.
revRank(Collection<V>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns ranks of elements, with the scores ordered from high to low.
revRank(Collection<V>) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns ranks of elements, with the scores ordered from high to low.
revRank(V) - Method in interface org.redisson.api.RScoredSortedSet
Returns rank of value, with the ranks ordered from high to low.
revRank(V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns rank of value, with the scores ordered from high to low.
revRank(V) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns rank of value, with the scores ordered from high to low.
revRankAsync(String) - Method in interface org.redisson.api.RLexSortedSetAsync
Returns rank of value, with the scores ordered from high to low.
revRankAsync(Collection<V>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns ranks of elements, with the scores ordered from high to low.
revRankAsync(V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns rank of value, with the scores ordered from high to low.
revRankEntry(V) - Method in interface org.redisson.api.RScoredSortedSet
Returns rank and score of specified value, with the ranks ordered from high to low.
revRankEntry(V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns rank and score of specified value, with the ranks ordered from high to low.
revRankEntry(V) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns rank and score of specified value, with the ranks ordered from high to low.
revRankEntryAsync(V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns rank and score of specified value, with the ranks ordered from high to low.
RExecutorBatchFuture - Interface in org.redisson.api
Future object for submitted tasks in a batch
RExecutorFuture<V> - Interface in org.redisson.api
Future object for submitted task
RExecutorService - Interface in org.redisson.api
Distributed implementation of ExecutorService
RExecutorServiceAsync - Interface in org.redisson.api
Distributed async implementation of ExecutorService
RExpirable - Interface in org.redisson.api
Base interface for all Redisson objects which support expiration or TTL
RExpirableAsync - Interface in org.redisson.api
Base async interface for all Redisson objects which supports expiration (TTL)
RExpirableReactive - Interface in org.redisson.api
Base interface for all Redisson objects which support expiration or TTL
RExpirableRx - Interface in org.redisson.api
Base interface for all Redisson objects which support expiration or TTL
RFencedLock - Interface in org.redisson.api
Redis based implementation of Fenced Lock with reentrancy support.
RFencedLockAsync - Interface in org.redisson.api
Async interface for Redis based implementation of Fenced Lock with reentrancy support.
RFencedLockReactive - Interface in org.redisson.api
Redis based implementation of Fenced Lock with reentrancy support.
RFencedLockRx - Interface in org.redisson.api
Redis based implementation of Fenced Lock with reentrancy support.
RFieldAccessor - Annotation Interface in org.redisson.api.annotation
Specifies that the method is a field accessor for Live Object.
RFunction - Interface in org.redisson.api
Interface for Redis Function feature
RFunctionAsync - Interface in org.redisson.api
Interface for Redis Function feature
RFunctionReactive - Interface in org.redisson.api
Interface for Redis Function feature
RFunctionRx - Interface in org.redisson.api
Interface for Redis Function feature
RFuture<V> - Interface in org.redisson.api
Represents the result of an asynchronous computation
RGeo<V> - Interface in org.redisson.api
Geospatial items holder.
RGeoAsync<V> - Interface in org.redisson.api
Geospatial items holder.
RGeoReactive<V> - Interface in org.redisson.api
Geospatial items holder.
RGeoRx<V> - Interface in org.redisson.api
Geospatial items holder.
RHyperLogLog<V> - Interface in org.redisson.api
Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.
RHyperLogLogAsync<V> - Interface in org.redisson.api
Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.
RHyperLogLogReactive<V> - Interface in org.redisson.api
Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.
RHyperLogLogRx<V> - Interface in org.redisson.api
Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.
RId - Annotation Interface in org.redisson.api.annotation
Specifies that the field is a Live Object's id field.
RIdGenerator - Interface in org.redisson.api
Id generator of Long type numbers.
RIdGeneratorAsync - Interface in org.redisson.api
Id generator of Long type numbers.
RIdGeneratorReactive - Interface in org.redisson.api
Id generator of Long type numbers.
RIdGeneratorRx - Interface in org.redisson.api
Id generator of Long type numbers.
RIGHT - Enum constant in enum class org.redisson.api.queue.DequeMoveParams.Direction
 
RIndex - Annotation Interface in org.redisson.api.annotation
Specifies that the field is used in search index.
RInject - Annotation Interface in org.redisson.api.annotation
Specifies that the field value is filled up with RedissonClient instance.
RJsonBucket<V> - Interface in org.redisson.api
Redis JSON datatype holder.
RJsonBucketAsync<V> - Interface in org.redisson.api
Redis JSON datatype interface.
RJsonBucketReactive<V> - Interface in org.redisson.api
Redis JSON datatype holder.
RJsonBucketRx<V> - Interface in org.redisson.api
Redis JSON datatype holder.
RKeys - Interface in org.redisson.api
 
RKeysAsync - Interface in org.redisson.api
 
RKeysReactive - Interface in org.redisson.api
 
RKeysRx - Interface in org.redisson.api
 
RLexSortedSet - Interface in org.redisson.api
Sorted set contained values of String type
RLexSortedSetAsync - Interface in org.redisson.api
Async interface for sorted set contained values of String type.
RLexSortedSetReactive - Interface in org.redisson.api
Reactive interface for sorted set contained values of String type.
RLexSortedSetRx - Interface in org.redisson.api
RxJava2 interface for sorted set contained values of String type.
RList<V> - Interface in org.redisson.api
Distributed and concurrent implementation of List
RListAsync<V> - Interface in org.redisson.api
Async list functions
RListMultimap<K,V> - Interface in org.redisson.api
List based Multimap.
RListMultimapCache<K,V> - Interface in org.redisson.api
List based Multimap.
RListMultimapCacheReactive<K,V> - Interface in org.redisson.api
Reactive interface for RListMultimapCache object.
RListMultimapCacheRx<K,V> - Interface in org.redisson.api
Rx-ified version of RListMultimapCache.
RListMultimapReactive<K,V> - Interface in org.redisson.api
Reactive interface for List based Multimap object
RListMultimapRx<K,V> - Interface in org.redisson.api
RxJava2 interface for List based Multimap object
RListReactive<V> - Interface in org.redisson.api
list functions
RListRx<V> - Interface in org.redisson.api
list functions
RLiveObject - Interface in org.redisson.api
 
RLiveObjectService - Interface in org.redisson.api
The pre-registration of each entity class is not necessary.
RLocalCachedMap<K,V> - Interface in org.redisson.api
Map object with local entry cache support.
RLocalCachedMapReactive<K,V> - Interface in org.redisson.api
Map object with local entry cache support.
RLocalCachedMapRx<K,V> - Interface in org.redisson.api
Map object with local entry cache support.
RLock - Interface in org.redisson.api
Redis based implementation of Lock Implements re-entrant lock.
RLockAsync - Interface in org.redisson.api
Async interface for Lock object
RLockReactive - Interface in org.redisson.api
Reactive interface for Lock object
RLockRx - Interface in org.redisson.api
RxJava2 interface for Lock object
RLongAdder - Interface in org.redisson.api
Distributed implementation of LongAdder
RMap<K,V> - Interface in org.redisson.api
Redis based implementation of ConcurrentMap and Map
RMapAsync<K,V> - Interface in org.redisson.api
Async interface for Redis based implementation of ConcurrentMap and Map
RMapCache<K,V> - Interface in org.redisson.api
Map-based cache with ability to set TTL for each entry via RMapCache.put(Object, Object, long, TimeUnit) or RMapCache.putIfAbsent(Object, Object, long, TimeUnit) And therefore has an complex lua-scripts inside.
RMapCacheAsync<K,V> - Interface in org.redisson.api
Map-based cache with ability to set TTL for each entry via RMapCache.put(Object, Object, long, TimeUnit) or RMapCache.putIfAbsent(Object, Object, long, TimeUnit) And therefore has an complex lua-scripts inside.
RMapCacheReactive<K,V> - Interface in org.redisson.api
RMapCacheRx<K,V> - Interface in org.redisson.api
Map-based cache with ability to set TTL for each entry via RMapCacheRx.put(Object, Object, long, TimeUnit) or RMapCacheRx.putIfAbsent(Object, Object, long, TimeUnit) method.
RMapper<KIn,VIn,KOut,VOut> - Interface in org.redisson.api.mapreduce
Mapper task invoked during map phase of MapReduce process and launched across Redisson Nodes.
RMapReactive<K,V> - Interface in org.redisson.api
Reactive interface for Redis based implementation of ConcurrentMap and Map
RMapReduce<KIn,VIn,KOut,VOut> - Interface in org.redisson.api.mapreduce
MapReduce allows to process large amount of data stored in Redis map using Mapper, Reducer and/or Collator tasks launched across Redisson Nodes.
RMapReduceExecutor<VIn,KOut,VOut> - Interface in org.redisson.api.mapreduce
Contains methods for MapReduce process execution.
RMapRx<K,V> - Interface in org.redisson.api
RxJava2 interface for Redis based implementation of ConcurrentMap and Map
RMultimap<K,V> - Interface in org.redisson.api
Base Multimap interface.
RMultimapAsync<K,V> - Interface in org.redisson.api
Base asynchronous MultiMap interface.
RMultimapCache<K,V> - Interface in org.redisson.api
Base Multimap interface.
RMultimapCacheAsync<K,V> - Interface in org.redisson.api
Base asynchronous Multimap interface.
RMultimapCacheReactive<K,V> - Interface in org.redisson.api
Reactive interface of RMultimapCache object.
RMultimapCacheRx<K,V> - Interface in org.redisson.api
Rx-ified version of RMultimapCache.
RMultimapReactive<K,V> - Interface in org.redisson.api
Base Reactive interface for Multimap object
RMultimapRx<K,V> - Interface in org.redisson.api
Base RxJava2 interface for Multimap object
RObject - Interface in org.redisson.api
Base interface for all Redisson objects
RObjectAsync - Interface in org.redisson.api
Base asynchronous interface for all Redisson objects
RObjectField - Annotation Interface in org.redisson.api.annotation
By default namingScheme and/or codec parameters specified in REntity are applied for each Live Object field.
RObjectField.DEFAULT - Class in org.redisson.api.annotation
 
RObjectReactive - Interface in org.redisson.api
Base Reactive interface for all Redisson objects
RObjectRx - Interface in org.redisson.api
Base RxJava2 interface for all Redisson objects
rollback() - Method in interface org.redisson.api.RTransaction
Rollback all changes made on this transaction.
rollback() - Method in interface org.redisson.api.RTransactionReactive
Rollback all changes made on this transaction.
rollback() - Method in interface org.redisson.api.RTransactionRx
Rollback all changes made on this transaction.
Rollback() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.Rollback
 
Rollback(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.Rollback
 
rollbackAsync() - Method in interface org.redisson.api.RTransaction
Rollback all changes made on this transaction in async mode.
RollbackOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.RollbackOk
 
RollbackOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.RollbackOk
 
ROUNDROBIN_ASSIGNOR_NAME - Static variable in class org.apache.kafka.clients.consumer.RoundRobinAssignor
 
RoundRobinAssignor - Class in org.apache.kafka.clients.consumer
The round robin assignor lays out all the available partitions and all the available consumers.
RoundRobinAssignor() - Constructor for class org.apache.kafka.clients.consumer.RoundRobinAssignor
 
RoundRobinPartitioner - Class in org.apache.kafka.clients.producer
The "Round-Robin" partitioner This partitioning strategy can be used when user wants to distribute the writes to all partitions equally.
RoundRobinPartitioner() - Constructor for class org.apache.kafka.clients.producer.RoundRobinPartitioner
 
routingKey - Variable in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
routingKey(String) - Method in class com.rabbitmq.client.AMQP.Basic.Deliver.Builder
 
routingKey(String) - Method in class com.rabbitmq.client.AMQP.Basic.GetOk.Builder
 
routingKey(String) - Method in class com.rabbitmq.client.AMQP.Basic.Publish.Builder
 
routingKey(String) - Method in class com.rabbitmq.client.AMQP.Basic.Return.Builder
 
routingKey(String) - Method in class com.rabbitmq.client.AMQP.Exchange.Bind.Builder
 
routingKey(String) - Method in class com.rabbitmq.client.AMQP.Exchange.Unbind.Builder
 
routingKey(String) - Method in class com.rabbitmq.client.AMQP.Queue.Bind.Builder
 
routingKey(String) - Method in class com.rabbitmq.client.AMQP.Queue.Unbind.Builder
 
routingKey(String) - Method in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
routingKey(String) - Method in class com.rabbitmq.client.RpcClientParams
Set the routing key to use for requests.
RPatternTopic - Interface in org.redisson.api
Pattern based observer for Publish Subscribe object.
RPatternTopicReactive - Interface in org.redisson.api
Reactive interface for Pattern based observer for Publish Subscribe object.
RPatternTopicRx - Interface in org.redisson.api
RxJava2 interface for Pattern based observer for Publish Subscribe object.
rpc(Method) - Method in interface com.rabbitmq.client.Channel
Synchronously send a method over this channel.
rpc(Method) - Method in class com.rabbitmq.client.impl.AMQChannel
Protected API - sends a Method to the broker and waits for the next in-bound Command from the broker: only for use from non-connection-MainLoop threads!
rpc(Method) - Method in class com.rabbitmq.client.impl.ChannelN
 
rpc(Method) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
rpc(Method, int) - Method in class com.rabbitmq.client.impl.AMQChannel
 
rpc(Method, AMQChannel.RpcContinuation) - Method in class com.rabbitmq.client.impl.AMQChannel
 
RpcClient - Class in com.rabbitmq.client
Convenience class which manages simple RPC-style communication.
RpcClient(Channel, String, String) - Constructor for class com.rabbitmq.client.RpcClient
Deprecated.
use RpcClient(RpcClientParams) instead, will be removed in 6.0.0
RpcClient(Channel, String, String, int) - Constructor for class com.rabbitmq.client.RpcClient
Deprecated.
use RpcClient(RpcClientParams) instead, will be removed in 6.0.0
RpcClient(Channel, String, String, String) - Constructor for class com.rabbitmq.client.RpcClient
Deprecated.
use RpcClient(RpcClientParams) instead, will be removed in 6.0.0
RpcClient(Channel, String, String, String, int) - Constructor for class com.rabbitmq.client.RpcClient
Deprecated.
use RpcClient(RpcClientParams) instead, will be removed in 6.0.0
RpcClient(RpcClientParams) - Constructor for class com.rabbitmq.client.RpcClient
Construct a RpcClient with the passed-in RpcClientParams.
RpcClient.Response - Class in com.rabbitmq.client
The response object is an envelope that contains all of the data provided to the `handleDelivery` consumer
RpcClientParams - Class in com.rabbitmq.client
Holder class to configure a RpcClient.
RpcClientParams() - Constructor for class com.rabbitmq.client.RpcClientParams
 
RpcContinuationRpcWrapper - Class in com.rabbitmq.client.impl
 
RpcContinuationRpcWrapper(AMQChannel.RpcContinuation) - Constructor for class com.rabbitmq.client.impl.RpcContinuationRpcWrapper
 
RpcServer - Class in com.rabbitmq.client
Class which manages a request queue for a simple RPC-style service.
RpcServer(Channel) - Constructor for class com.rabbitmq.client.RpcServer
Creates an RpcServer listening on a temporary exclusive autodelete queue.
RpcServer(Channel, String) - Constructor for class com.rabbitmq.client.RpcServer
If the passed-in queue name is null, creates a server-named temporary exclusive autodelete queue to use; otherwise expects the queue to have already been declared.
RpcServer.RpcConsumer - Interface in com.rabbitmq.client
 
RpcWrapper - Interface in com.rabbitmq.client.impl
 
RPermitExpirableSemaphore - Interface in org.redisson.api
Semaphore object with lease time parameter support for each acquired permit.
RPermitExpirableSemaphoreAsync - Interface in org.redisson.api
Asynchronous interface for Semaphore object with lease time parameter support for each acquired permit.
RPermitExpirableSemaphoreReactive - Interface in org.redisson.api
Reactive interface for Semaphore object with lease time parameter support for each acquired permit.
RPermitExpirableSemaphoreRx - Interface in org.redisson.api
RxJava2 interface for Semaphore object with lease time parameter support for each acquired permit.
RPOP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
RPOP_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
RPOPLPUSH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
RPriorityBlockingDeque<V> - Interface in org.redisson.api
RPriorityBlockingDeque backed by Redis
RPriorityBlockingQueue<V> - Interface in org.redisson.api
PriorityBlockingQueue backed by Redis
RPriorityDeque<V> - Interface in org.redisson.api
Redis based priority deque.
RPriorityQueue<V> - Interface in org.redisson.api
Redis based priority deque.
RPUSH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
RPUSH_BOOLEAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
RPUSH_VOID - Static variable in interface org.redisson.client.protocol.RedisCommands
 
RPUSHX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
RQueue<V> - Interface in org.redisson.api
Queue backed by Redis
RQueueAsync<V> - Interface in org.redisson.api
Queue backed by Redis
RQueueReactive<V> - Interface in org.redisson.api
Reactive interface for Queue object
RQueueRx<V> - Interface in org.redisson.api
RxJava2 interface for Queue object
RRateLimiter - Interface in org.redisson.api
Redis based Rate Limiter object.
RRateLimiterAsync - Interface in org.redisson.api
Asynchronous interface for Redis based Rate Limiter object.
RRateLimiterReactive - Interface in org.redisson.api
Reactive interface for Redis based Rate Limiter object.
RRateLimiterRx - Interface in org.redisson.api
Reactive interface for Redis based Rate Limiter object.
RReadWriteLock - Interface in org.redisson.api
A ReadWriteLock maintains a pair of associated locks, one for read-only operations and one for writing.
RReadWriteLockReactive - Interface in org.redisson.api
A ReadWriteLock maintains a pair of associated locks, one for read-only operations and one for writing.
RReadWriteLockRx - Interface in org.redisson.api
A ReadWriteLock maintains a pair of associated locks, one for read-only operations and one for writing.
RReducer<K,V> - Interface in org.redisson.api.mapreduce
Reduces values mapped by key into single value.
RReliableTopic - Interface in org.redisson.api
Reliable topic based on Redis Stream object.
RReliableTopicAsync - Interface in org.redisson.api
Asynchronous interface for Reliable topic based on Redis Stream object.
RReliableTopicReactive - Interface in org.redisson.api
Reactive interface for Reliable topic based on Redis Stream object.
RReliableTopicRx - Interface in org.redisson.api
RxJava2 interface for Reliable topic based on Redis Stream object.
RRemoteAsync - Annotation Interface in org.redisson.api.annotation
Annotation used to mark interface as asynchronous client interface for remote service interface.
RRemoteReactive - Annotation Interface in org.redisson.api.annotation
Annotation used to mark interface as Reactive client interface for remote service interface.
RRemoteRx - Annotation Interface in org.redisson.api.annotation
Annotation used to mark interface as RxJava2 client interface for remote service interface.
RRemoteService - Interface in org.redisson.api
Allows to execute object methods remotely between Redisson instances (Server side and Client side instances in terms of remote invocation).
RRingBuffer<V> - Interface in org.redisson.api
RingBuffer based queue evicts elements from the head if queue capacity became full.
RRingBufferAsync<V> - Interface in org.redisson.api
RingBuffer based queue evicts elements from the head if queue capacity became full.
RRingBufferReactive<V> - Interface in org.redisson.api
RingBuffer based queue evicts elements from the head if queue capacity became full.
RRingBufferRx<V> - Interface in org.redisson.api
RingBuffer based queue evicts elements from the head if queue capacity became full.
RScheduledExecutorService - Interface in org.redisson.api
Redis based implementation of ScheduledExecutorService
RScheduledExecutorServiceAsync - Interface in org.redisson.api
Redis based implementation of ScheduledExecutorService
RScheduledFuture<V> - Interface in org.redisson.api
 
RScoredSortedSet<V> - Interface in org.redisson.api
Set containing elements sorted by score.
RScoredSortedSet.Aggregate - Enum Class in org.redisson.api
 
RScoredSortedSetAsync<V> - Interface in org.redisson.api
 
RScoredSortedSetReactive<V> - Interface in org.redisson.api
Reactive interface for SortedSet object
RScoredSortedSetRx<V> - Interface in org.redisson.api
RxJava2 interface for scored sorted set data structure.
RScript - Interface in org.redisson.api
Interface for Redis Script feature
RScript.Mode - Enum Class in org.redisson.api
 
RScript.ReturnType - Enum Class in org.redisson.api
 
RScriptAsync - Interface in org.redisson.api
Async interface for Redis Script feature
RScriptReactive - Interface in org.redisson.api
Reactive interface for Redis Script feature
RScriptRx - Interface in org.redisson.api
RxJava2 interface for Redis Script feature
RSearch - Interface in org.redisson.api
API for RediSearch module
RSearchAsync - Interface in org.redisson.api
Asynchronous API for RediSearch module
RSearchReactive - Interface in org.redisson.api
Reactive API for RediSearch module
RSearchRx - Interface in org.redisson.api
RxJava3 API for RediSearch module
RSemaphore - Interface in org.redisson.api
Redis based implementation of Semaphore.
RSemaphoreAsync - Interface in org.redisson.api
Async interface of Redis based Semaphore.
RSemaphoreReactive - Interface in org.redisson.api
Reactive interface of Redis based Semaphore.
RSemaphoreRx - Interface in org.redisson.api
RxJava2 interface of Redis based Semaphore.
RSet<V> - Interface in org.redisson.api
Redis based implementation of Set
RSetAsync<V> - Interface in org.redisson.api
Async set functions
RSetCache<V> - Interface in org.redisson.api
Set-based cache with ability to set TTL for each object.
RSetCacheAsync<V> - Interface in org.redisson.api
Async set functions
RSetCacheReactive<V> - Interface in org.redisson.api
Reactive interface for RSetCache object
RSetCacheRx<V> - Interface in org.redisson.api
RxJava2 interface for RSetCache object
RSetMultimap<K,V> - Interface in org.redisson.api
Set based Multimap.
RSetMultimapCache<K,V> - Interface in org.redisson.api
 
RSetMultimapCacheReactive<K,V> - Interface in org.redisson.api
Reactive interface for RSetMultimapCache object.
RSetMultimapCacheRx<K,V> - Interface in org.redisson.api
Rx-ified version of RSetMultimapCache.
RSetMultimapReactive<K,V> - Interface in org.redisson.api
Reactive interface for Set based Multimap
RSetMultimapRx<K,V> - Interface in org.redisson.api
RxJava2 interface for Set based Multimap
RSetReactive<V> - Interface in org.redisson.api
Reactive interface for Redis based implementation of Set
RSetRx<V> - Interface in org.redisson.api
RxJava2 interface for Redis based implementation of Set
RShardedTopic - Interface in org.redisson.api
Sharded Topic for Redis Cluster.
RShardedTopicAsync - Interface in org.redisson.api
Sharded Topic for Redis Cluster.
RShardedTopicReactive - Interface in org.redisson.api
Reactive interface for Sharded Topic.
RShardedTopicRx - Interface in org.redisson.api
RxJava3 interface for Sharded Topic.
RSortable<V> - Interface in org.redisson.api
 
RSortableAsync<V> - Interface in org.redisson.api
 
RSortableReactive<V> - Interface in org.redisson.api
 
RSortableRx<V> - Interface in org.redisson.api
 
RSortedSet<V> - Interface in org.redisson.api
 
RStream<K,V> - Interface in org.redisson.api
Interface for Redis Stream object.
RStreamAsync<K,V> - Interface in org.redisson.api
Async interface for Redis Stream object.
RStreamReactive<K,V> - Interface in org.redisson.api
Reactive interface for Redis Stream object.
RStreamRx<K,V> - Interface in org.redisson.api
Reactive interface for Redis Stream object.
RTimeSeries<V,L> - Interface in org.redisson.api
Redis based time-series collection.
RTimeSeriesAsync<V,L> - Interface in org.redisson.api
Async interface for Redis based time-series collection.
RTimeSeriesReactive<V,L> - Interface in org.redisson.api
Reactive interface for Redis based time-series collection.
RTimeSeriesRx<V,L> - Interface in org.redisson.api
Rx interface for Redis based time-series collection.
RTopic - Interface in org.redisson.api
Distributed topic.
RTopicAsync - Interface in org.redisson.api
Distributed topic.
RTopicReactive - Interface in org.redisson.api
Reactive interface for Publish Subscribe object.
RTopicRx - Interface in org.redisson.api
RxJava3 interface for Publish Subscribe object.
RTransaction - Interface in org.redisson.api
Transaction object allows to execute transactions over Redisson objects.
RTransactionReactive - Interface in org.redisson.api
Reactive interface for transaction object allows to execute transactions over Redisson objects.
RTransactionRx - Interface in org.redisson.api
RxJava2 interface for transaction object allows to execute transactions over Redisson objects.
RTransferQueue<V> - Interface in org.redisson.api
Redis based implementation of TransferQueue
RTransferQueueAsync<V> - Interface in org.redisson.api
Async interface for Redis based implementation of TransferQueue
RTransferQueueReactive<V> - Interface in org.redisson.api
Reactive interface of Redis based implementation of TransferQueue
RTransferQueueRx<V> - Interface in org.redisson.api
RxJava2 interface of Redis based implementation of TransferQueue
RType - Enum Class in org.redisson.api
 
run() - Method in class com.rabbitmq.client.impl.nio.NioLoop
 
run() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkThread
 
run() - Method in class org.apache.kafka.clients.producer.internals.Sender
The main run loop for the sender thread
RunningFunction(String, List<Object>, Duration) - Constructor for class org.redisson.api.FunctionStats.RunningFunction
 
rxJava() - Method in interface org.redisson.api.RedissonClient
Returns RxJava Redisson instance

S

SADD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SADD_BOOL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SADD_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SAFE_DOWNGRADE - Enum constant in enum class org.apache.kafka.clients.admin.FeatureUpdate.UpgradeType
 
salt() - Method in class org.apache.kafka.clients.admin.UserScramCredentialUpsertion
 
SaslConfig - Interface in com.rabbitmq.client
This interface represents a hook to allow you to control how exactly a sasl client is selected during authentication.
SaslMechanism - Interface in com.rabbitmq.client
Our own view of a SASL authentication mechanism, introduced to remove a dependency on javax.security.sasl.
save() - Method in interface org.redisson.api.redisnode.RedisNode
Save the Redis database.
SAVE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
saveAsync() - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Save the Redis database.
SCAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SCAN_COMMANDS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SCARD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SCARD_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
schedule(Runnable, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a Runnable task for execution asynchronously after the given delay.
schedule(Runnable, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a Runnable task with defined timeToLive parameter for execution asynchronously after the given delay.
schedule(Runnable, CronSchedule) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a Runnable task for execution asynchronously cron schedule object.
schedule(String, Runnable, Duration) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a Runnable task with defined id for execution asynchronously after the given delay.
schedule(String, Runnable, Duration, Duration) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a Runnable task with defined id and timeToLive parameters for execution asynchronously after the given delay.
schedule(String, Runnable, CronSchedule) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a Runnable task with defined id for execution asynchronously cron schedule object.
schedule(String, Callable<V>, Duration) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a value-returning task with defined id for execution asynchronously after the given delay.
schedule(String, Callable<V>, Duration, Duration) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a value-returning task with defined id and timeToLive parameters for execution asynchronously after the given delay.
schedule(Callable<V>, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a value-returning task for execution asynchronously after the given delay.
schedule(Callable<V>, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a value-returning task with defined timeToLive parameter for execution asynchronously after the given delay.
scheduleAsync(Runnable, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Schedules a Runnable task for execution asynchronously after the given delay.
scheduleAsync(Runnable, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Schedules a Runnable task with defined timeToLive parameter for execution asynchronously after the given delay.
scheduleAsync(Runnable, CronSchedule) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Synchronously schedules a Runnable task for execution asynchronously cron schedule object.
scheduleAsync(String, Runnable, Duration) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Synchronously schedules a Runnable task with defined id for execution asynchronously after the given delay.
scheduleAsync(String, Runnable, Duration, Duration) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Synchronously schedules a Runnable task with defined id and timeToLive parameters for execution asynchronously after the given delay.
scheduleAsync(String, Runnable, CronSchedule) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Synchronously schedules a Runnable task with defined id for execution asynchronously cron schedule object.
scheduleAsync(String, Callable<V>, Duration) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Synchronously schedules a value-returning task with defined id for execution asynchronously after the given delay.
scheduleAsync(String, Callable<V>, Duration, Duration) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Synchronously schedules a value-returning task with defined id and timeToLive parameters for execution asynchronously after the given delay.
scheduleAsync(Callable<V>, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Schedules a value-returning task for execution asynchronously after the given delay.
scheduleAsync(Callable<V>, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Schedules a value-returning task with defined timeToLive parameter for execution asynchronously after the given delay.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a Runnable task for execution asynchronously after the given initialDelay, and subsequently with the given period.
scheduleAtFixedRate(String, Runnable, Duration, Duration) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a Runnable task with defined id for execution asynchronously after the given initialDelay, and subsequently with the given period.
scheduleAtFixedRateAsync(Runnable, long, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Schedules a Runnable task for execution asynchronously after the given initialDelay, and subsequently with the given period.
scheduleAtFixedRateAsync(String, Runnable, Duration, Duration) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Synchronously schedules a Runnable task with defined id for execution asynchronously after the given initialDelay, and subsequently with the given period.
scheduleBgSave() - Method in interface org.redisson.api.redisnode.RedisNode
Save the Redis database in background.
scheduleBgSaveAsync() - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Save the Redis database in background.
scheduleNopPollTask() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
schedulePollTask(Runnable) - Method in class org.apache.kafka.clients.consumer.MockConsumer
Schedule a task to be executed during a poll().
scheduler(ScheduledThreadPoolExecutor) - Method in class com.rabbitmq.client.impl.DefaultCredentialsRefreshService.DefaultCredentialsRefreshServiceBuilder
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a Runnable task for execution asynchronously after the given initialDelay, and subsequently with the given delay started from the task finishing moment.
scheduleWithFixedDelay(String, Runnable, Duration, Duration) - Method in interface org.redisson.api.RScheduledExecutorService
Synchronously schedules a Runnable task with specified id for execution asynchronously after the given initialDelay, and subsequently with the given delay started from the task finishing moment.
scheduleWithFixedDelayAsync(Runnable, long, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Schedules a Runnable task for execution asynchronously after the given initialDelay, and subsequently with the given delay started from the task finishing moment.
scheduleWithFixedDelayAsync(String, Runnable, Duration, Duration) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
Synchronously schedules a Runnable task with specified id for execution asynchronously after the given initialDelay, and subsequently with the given delay started from the task finishing moment.
scope - Variable in class org.apache.kafka.clients.admin.internals.AdminApiDriver.RequestSpec
 
score(Double) - Method in class org.redisson.api.search.index.IndexOptions
 
ScoredEntry<V> - Class in org.redisson.client.protocol
 
ScoredEntry(Double, V) - Constructor for class org.redisson.client.protocol.ScoredEntry
 
ScoredEntryScanDecoder<T> - Class in org.redisson.client.protocol.decoder
 
ScoredEntryScanDecoder() - Constructor for class org.redisson.client.protocol.decoder.ScoredEntryScanDecoder
 
ScoredSortedSetAddListener - Interface in org.redisson.api.listener
Redisson Object Event listener for add event published by RScoredSortedSet object.
ScoredSortedSetPolledObjectDecoder - Class in org.redisson.client.protocol.decoder
 
ScoredSortedSetPolledObjectDecoder() - Constructor for class org.redisson.client.protocol.decoder.ScoredSortedSetPolledObjectDecoder
 
ScoredSortedSetRandomMapDecoder - Class in org.redisson.client.protocol.decoder
 
ScoredSortedSetRandomMapDecoder() - Constructor for class org.redisson.client.protocol.decoder.ScoredSortedSetRandomMapDecoder
 
ScoredSortedSetRemoveListener - Interface in org.redisson.api.listener
Redisson Object Event listener for zrem event published by Redis.
ScoredSortedSetReplayDecoder<T> - Class in org.redisson.client.protocol.decoder
 
ScoredSortedSetReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.ScoredSortedSetReplayDecoder
 
ScoredSortedSetReplayDecoderV2<T> - Class in org.redisson.client.protocol.decoder
 
ScoredSortedSetReplayDecoderV2() - Constructor for class org.redisson.client.protocol.decoder.ScoredSortedSetReplayDecoderV2
 
ScoredSortedSetScanDecoder<T> - Class in org.redisson.client.protocol.decoder
 
ScoredSortedSetScanDecoder() - Constructor for class org.redisson.client.protocol.decoder.ScoredSortedSetScanDecoder
 
ScoredSortedSetScanReplayDecoder - Class in org.redisson.client.protocol.decoder
 
ScoredSortedSetScanReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.ScoredSortedSetScanReplayDecoder
 
scoreField(String) - Method in class org.redisson.api.search.index.IndexOptions
 
scorer(String) - Method in class org.redisson.api.search.query.QueryOptions
 
SCRAM_SHA_256 - Enum constant in enum class org.apache.kafka.clients.admin.ScramMechanism
 
SCRAM_SHA_512 - Enum constant in enum class org.apache.kafka.clients.admin.ScramMechanism
 
ScramCredentialInfo - Class in org.apache.kafka.clients.admin
Mechanism and iterations for a SASL/SCRAM credential associated with a user.
ScramCredentialInfo(ScramMechanism, int) - Constructor for class org.apache.kafka.clients.admin.ScramCredentialInfo
 
ScramMechanism - Enum Class in org.apache.kafka.clients.admin
Representation of a SASL/SCRAM Mechanism.
SCRIPT_EXISTS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SCRIPT_FLUSH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SCRIPT_KILL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SCRIPT_LOAD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
scriptExists(String...) - Method in interface org.redisson.api.RScript
Checks for presence Lua scripts in Redis script cache by SHA-1 digest.
scriptExists(String...) - Method in interface org.redisson.api.RScriptReactive
Checks for presence Lua scripts in Redis script cache by SHA-1 digest.
scriptExists(String...) - Method in interface org.redisson.api.RScriptRx
Checks for presence Lua scripts in Redis script cache by SHA-1 digest.
scriptExistsAsync(String...) - Method in interface org.redisson.api.RScriptAsync
Checks for presence Lua scripts in Redis script cache by SHA-1 digest.
scriptExistsAsync(String, String...) - Method in interface org.redisson.api.RScriptAsync
Checks for presence Lua scripts in Redis script cache by SHA-1 digest.
scriptFlush() - Method in interface org.redisson.api.RScript
Flushes Lua script cache.
scriptFlush() - Method in interface org.redisson.api.RScriptReactive
Flushes Lua script cache.
scriptFlush() - Method in interface org.redisson.api.RScriptRx
Flushes Lua script cache.
scriptFlushAsync() - Method in interface org.redisson.api.RScriptAsync
Flushes Lua script cache.
scriptKill() - Method in interface org.redisson.api.RScript
Kills currently executed Lua script
scriptKill() - Method in interface org.redisson.api.RScriptReactive
Kills currently executed Lua script
scriptKill() - Method in interface org.redisson.api.RScriptRx
Kills currently executed Lua script
scriptKillAsync() - Method in interface org.redisson.api.RScriptAsync
Kills currently executed Lua script
scriptLoad(String) - Method in interface org.redisson.api.RScript
Loads Lua script into Redis scripts cache and returns its SHA-1 digest
scriptLoad(String) - Method in interface org.redisson.api.RScriptReactive
Loads Lua script into Redis scripts cache and returns its SHA-1 digest
scriptLoad(String) - Method in interface org.redisson.api.RScriptRx
Loads Lua script into Redis scripts cache and returns its SHA-1 digest
scriptLoadAsync(String) - Method in interface org.redisson.api.RScriptAsync
Loads Lua script into Redis scripts cache and returns its SHA-1 digest
scriptLoadAsync(String, String) - Method in interface org.redisson.api.RScriptAsync
Loads Lua script into Redis scripts cache and returns its SHA-1 digest
SDIFF - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SDIFFSTORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SDIFFSTORE_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
search(String, String, QueryOptions) - Method in interface org.redisson.api.RSearch
Executes search over defined index using defined query.
search(String, String, QueryOptions) - Method in interface org.redisson.api.RSearchReactive
Executes search over defined index using defined query.
search(String, String, QueryOptions) - Method in interface org.redisson.api.RSearchRx
Executes search over defined index using defined query.
search(GeoSearchArgs) - Method in interface org.redisson.api.RGeo
Returns the members of a sorted set, which are within the borders of specified search conditions.
search(GeoSearchArgs) - Method in interface org.redisson.api.RGeoReactive
Returns the members of a sorted set, which are within the borders of specified search conditions.
search(GeoSearchArgs) - Method in interface org.redisson.api.RGeoRx
Returns the members of a sorted set, which are within the borders of specified search conditions.
searchAsync(String, String, QueryOptions) - Method in interface org.redisson.api.RSearchAsync
Executes search over defined index using defined query.
searchAsync(GeoSearchArgs) - Method in interface org.redisson.api.RGeoAsync
Returns the members of a sorted set, which are within the borders of specified search conditions.
SearchResult - Class in org.redisson.api.search.query
Search result object returned by RSearch.search(String, String, QueryOptions) method
SearchResult(long, List<Document>) - Constructor for class org.redisson.api.search.query.SearchResult
 
SearchResultDecoder - Class in org.redisson.client.protocol.decoder
 
SearchResultDecoder() - Constructor for class org.redisson.client.protocol.decoder.SearchResultDecoder
 
SearchResultDecoderV2 - Class in org.redisson.client.protocol.decoder
 
SearchResultDecoderV2() - Constructor for class org.redisson.client.protocol.decoder.SearchResultDecoderV2
 
searchWithDistance(GeoSearchArgs) - Method in interface org.redisson.api.RGeo
Returns the distance mapped by member of a sorted set, which are within the borders of specified search conditions.
searchWithDistance(GeoSearchArgs) - Method in interface org.redisson.api.RGeoReactive
Returns the distance mapped by member of a sorted set, which are within the borders of specified search conditions.
searchWithDistance(GeoSearchArgs) - Method in interface org.redisson.api.RGeoRx
Returns the distance mapped by member of a sorted set, which are within the borders of specified search conditions.
searchWithDistanceAsync(GeoSearchArgs) - Method in interface org.redisson.api.RGeoAsync
Returns the distance mapped by member of a sorted set, which are within the borders of specified search conditions.
searchWithPosition(GeoSearchArgs) - Method in interface org.redisson.api.RGeo
Returns the position mapped by member of a sorted set, which are within the borders of specified search conditions.
searchWithPosition(GeoSearchArgs) - Method in interface org.redisson.api.RGeoReactive
Returns the position mapped by member of a sorted set, which are within the borders of specified search conditions.
searchWithPosition(GeoSearchArgs) - Method in interface org.redisson.api.RGeoRx
Returns the position mapped by member of a sorted set, which are within the borders of specified search conditions.
searchWithPositionAsync(GeoSearchArgs) - Method in interface org.redisson.api.RGeoAsync
Returns the position mapped by member of a sorted set, which are within the borders of specified search conditions.
SECONDS - Enum constant in enum class org.redisson.api.RateIntervalUnit
 
Secure(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
Secure(LongString) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
SecureOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
SecureOk(LongString) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
SECURITY_PROTOCOL_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
SECURITY_PROVIDERS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
security.providers
SECURITY_PROVIDERS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
security.providers
SECURITY_PROVIDERS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
security.providers
seek(TopicPartition, long) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
seek(TopicPartition, long) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
seek(TopicPartition, long) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
seek(TopicPartition, long) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
seek(TopicPartition, long) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll(timeout).
seek(TopicPartition, long) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
seek(TopicPartition, OffsetAndMetadata) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
seek(TopicPartition, OffsetAndMetadata) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
seek(TopicPartition, OffsetAndMetadata) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
seek(TopicPartition, OffsetAndMetadata) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll(timeout).
seek(TopicPartition, OffsetAndMetadata) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
seekToBeginning(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
seekToBeginning(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
seekToBeginning(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
seekToBeginning(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
seekToBeginning(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
seekToEnd(Collection<TopicPartition>) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
seekToEnd(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
seekToEnd(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
seekToEnd(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
seekToEnd(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
seekUnvalidated(TopicPartition, SubscriptionState.FetchPosition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
seekValidated(TopicPartition, SubscriptionState.FetchPosition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
Select() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.Select
 
Select(boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
Select(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
Select(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.Select
 
SELECT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
selectDecoder(CommandData<Object, Object>, List<Object>, long) - Method in class org.redisson.client.handler.CommandDecoder
 
selectDecoder(CommandData<Object, Object>, List<Object>, long) - Method in class org.redisson.client.handler.CommandPubSubDecoder
 
SelectOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Confirm.SelectOk
 
SelectOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.SelectOk
 
SelectOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Confirm.SelectOk
 
SelectOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.SelectOk
 
SelectorHolder - Class in com.rabbitmq.client.impl.nio
 
send(ProducerRecord<K, V>) - Method in class org.apache.kafka.clients.producer.KafkaProducer
Asynchronously send a record to a topic.
send(ProducerRecord<K, V>) - Method in class org.apache.kafka.clients.producer.MockProducer
Adds the record to the list of sent records.
send(ProducerRecord<K, V>) - Method in interface org.apache.kafka.clients.producer.Producer
send(ProducerRecord<K, V>, Callback) - Method in class org.apache.kafka.clients.producer.KafkaProducer
Asynchronously send a record to a topic and invoke the provided callback when the send has been acknowledged.
send(ProducerRecord<K, V>, Callback) - Method in class org.apache.kafka.clients.producer.MockProducer
Adds the record to the list of sent records.
send(ProducerRecord<K, V>, Callback) - Method in interface org.apache.kafka.clients.producer.Producer
send(Node, AbstractRequest.Builder<?>) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Send a request with the default timeout.
send(Node, AbstractRequest.Builder<?>, int) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Send a new request.
send(CommandData<T, R>) - Method in class org.redisson.client.RedisConnection
 
send(CommandsData) - Method in class org.redisson.client.RedisConnection
 
SEND_BUFFER_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
 
SEND_BUFFER_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
send.buffer.bytes
SEND_BUFFER_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
send.buffer.bytes
sendAsyncRequest(Node, T1) - Method in class org.apache.kafka.clients.consumer.internals.AsyncClient
 
Sender - Class in org.apache.kafka.clients.producer.internals
The background thread that handles the sending of produce requests to the Kafka cluster.
Sender(LogContext, KafkaClient, ProducerMetadata, RecordAccumulator, boolean, int, short, int, SenderMetricsRegistry, Time, int, long, TransactionManager, ApiVersions) - Constructor for class org.apache.kafka.clients.producer.internals.Sender
 
senderMetrics - Variable in class org.apache.kafka.clients.producer.internals.ProducerMetrics
 
SenderMetricsRegistry - Class in org.apache.kafka.clients.producer.internals
 
SenderMetricsRegistry(Metrics) - Constructor for class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
sendException - Variable in class org.apache.kafka.clients.producer.MockProducer
 
sendFetches() - Method in class org.apache.kafka.clients.consumer.internals.Fetcher
Set up a fetch request for any node that we have assigned partitions for which doesn't already have an in-flight fetch or pending fetch data.
sendHeader() - Method in interface com.rabbitmq.client.impl.FrameHandler
Send the initial connection header, thus kickstarting the AMQP protocol version negotiation process and putting the underlying connection in a state such that the next layer of startup can proceed.
sendHeader() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
sendHeader() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerState
 
sendHeader() - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
sendHeader(int, int) - Method in class com.rabbitmq.client.impl.SocketFrameHandler
Write a 0-8-style connection header to the underlying socket, containing the specified version information, kickstarting the AMQP protocol version negotiation process.
sendHeader(int, int, int) - Method in class com.rabbitmq.client.impl.SocketFrameHandler
Write a 0-9-1-style connection header to the underlying socket, containing the specified version information, kickstarting the AMQP protocol version negotiation process.
sendNext(Channel) - Method in class org.redisson.client.handler.CommandDecoder
 
sendNext(Channel) - Method in class org.redisson.client.handler.CommandPubSubDecoder
 
sendNext(Channel, QueueCommand) - Method in class org.redisson.client.handler.CommandDecoder
 
sendNextCommand(Channel) - Method in class org.redisson.client.handler.CommandsQueuePubSub
 
sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, String) - Method in class org.apache.kafka.clients.producer.KafkaProducer
Deprecated.
sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, String) - Method in class org.apache.kafka.clients.producer.MockProducer
Deprecated.
sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, String) - Method in interface org.apache.kafka.clients.producer.Producer
Deprecated.
sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, ConsumerGroupMetadata) - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, ConsumerGroupMetadata) - Method in class org.apache.kafka.clients.producer.KafkaProducer
Sends a list of specified offsets to the consumer group coordinator, and also marks those offsets as part of the current transaction.
sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, ConsumerGroupMetadata) - Method in class org.apache.kafka.clients.producer.MockProducer
 
sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, ConsumerGroupMetadata) - Method in interface org.apache.kafka.clients.producer.Producer
sendOffsetsToTransactionException - Variable in class org.apache.kafka.clients.producer.MockProducer
 
sensibleClone() - Method in exception class com.rabbitmq.client.ConsumerCancelledException
 
sensibleClone() - Method in exception class com.rabbitmq.client.ShutdownSignalException
 
sensor(String) - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
SensorBuilder - Class in org.apache.kafka.clients.consumer.internals
SensorBuilder takes a bit of the boilerplate out of creating sensors for recording metrics.
SensorBuilder(Metrics, String) - Constructor for class org.apache.kafka.clients.consumer.internals.SensorBuilder
 
SensorBuilder(Metrics, String, Supplier<Map<String, String>>) - Constructor for class org.apache.kafka.clients.consumer.internals.SensorBuilder
 
Sentence - Enum constant in enum class org.jetbrains.annotations.Nls.Capitalization
e.g.
SENTINEL - Enum constant in enum class org.redisson.api.NodeType
 
SENTINEL_FAILOVER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SENTINEL_GET_MASTER_ADDR_BY_NAME - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SENTINEL_GET_MASTER_ADDR_BY_NAME_SSL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SENTINEL_MASTER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SENTINEL_MASTER_SLAVE - Static variable in class org.redisson.api.redisnode.RedisNodes
 
SENTINEL_MASTERS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SENTINEL_MONITOR - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SENTINEL_REMOVE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SENTINEL_SENTINELS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SENTINEL_SLAVES - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SentinelServersConfig - Class in org.redisson.config
 
SentinelServersConfig() - Constructor for class org.redisson.config.SentinelServersConfig
 
sentOffsets() - Method in class org.apache.kafka.clients.producer.MockProducer
 
separator(String) - Method in interface org.redisson.api.search.index.TagIndex
Defines separator used for splitting the value of this attribute.
separator(String) - Method in class org.redisson.api.search.index.TagIndexParams
 
separator(String) - Method in class org.redisson.api.search.query.SummarizeOptions
 
sequenceHasBeenReset() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
Serde<T> - Interface in org.apache.kafka.common.serialization
The interface for wrapping a serializer and deserializer for the given data type.
serdeFrom(Class<T>) - Static method in class org.apache.kafka.common.serialization.Serdes
 
serdeFrom(Serializer<T>, Deserializer<T>) - Static method in class org.apache.kafka.common.serialization.Serdes
Construct a serde object from separate serializer and deserializer
Serdes - Class in org.apache.kafka.common.serialization
Factory for creating serializers / deserializers.
Serdes() - Constructor for class org.apache.kafka.common.serialization.Serdes
 
Serdes.BooleanSerde - Class in org.apache.kafka.common.serialization
 
Serdes.ByteArraySerde - Class in org.apache.kafka.common.serialization
 
Serdes.ByteBufferSerde - Class in org.apache.kafka.common.serialization
 
Serdes.BytesSerde - Class in org.apache.kafka.common.serialization
 
Serdes.DoubleSerde - Class in org.apache.kafka.common.serialization
 
Serdes.FloatSerde - Class in org.apache.kafka.common.serialization
 
Serdes.IntegerSerde - Class in org.apache.kafka.common.serialization
 
Serdes.ListSerde<Inner> - Class in org.apache.kafka.common.serialization
 
Serdes.LongSerde - Class in org.apache.kafka.common.serialization
 
Serdes.ShortSerde - Class in org.apache.kafka.common.serialization
 
Serdes.StringSerde - Class in org.apache.kafka.common.serialization
 
Serdes.UUIDSerde - Class in org.apache.kafka.common.serialization
 
Serdes.VoidSerde - Class in org.apache.kafka.common.serialization
 
Serdes.WrapperSerde<T> - Class in org.apache.kafka.common.serialization
 
serialize(String, byte[]) - Method in class org.apache.kafka.common.serialization.ByteArraySerializer
 
serialize(String, Boolean) - Method in class org.apache.kafka.common.serialization.BooleanSerializer
 
serialize(String, Double) - Method in class org.apache.kafka.common.serialization.DoubleSerializer
 
serialize(String, Float) - Method in class org.apache.kafka.common.serialization.FloatSerializer
 
serialize(String, Integer) - Method in class org.apache.kafka.common.serialization.IntegerSerializer
 
serialize(String, Long) - Method in class org.apache.kafka.common.serialization.LongSerializer
 
serialize(String, Short) - Method in class org.apache.kafka.common.serialization.ShortSerializer
 
serialize(String, String) - Method in class org.apache.kafka.common.serialization.StringSerializer
 
serialize(String, Void) - Method in class org.apache.kafka.common.serialization.VoidSerializer
 
serialize(String, ByteBuffer) - Method in class org.apache.kafka.common.serialization.ByteBufferSerializer
 
serialize(String, List<Inner>) - Method in class org.apache.kafka.common.serialization.ListSerializer
 
serialize(String, UUID) - Method in class org.apache.kafka.common.serialization.UUIDSerializer
 
serialize(String, Headers, T) - Method in interface org.apache.kafka.common.serialization.Serializer
Convert data into a byte array.
serialize(String, Bytes) - Method in class org.apache.kafka.common.serialization.BytesSerializer
 
serialize(String, T) - Method in interface org.apache.kafka.common.serialization.Serializer
Convert data into a byte array.
serializeAssignment(ConsumerPartitionAssignor.Assignment) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerProtocol
 
serializeAssignment(ConsumerPartitionAssignor.Assignment, short) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerProtocol
 
serializedKeySize() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
The size of the serialized, uncompressed key in bytes.
serializedKeySize() - Method in class org.apache.kafka.clients.producer.RecordMetadata
The size of the serialized, uncompressed key in bytes.
serializedValueSize() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
The size of the serialized, uncompressed value in bytes.
serializedValueSize() - Method in class org.apache.kafka.clients.producer.RecordMetadata
The size of the serialized, uncompressed value in bytes.
serializer() - Method in interface org.apache.kafka.common.serialization.Serde
 
serializer() - Method in class org.apache.kafka.common.serialization.Serdes.WrapperSerde
 
Serializer<T> - Interface in org.apache.kafka.common.serialization
An interface for converting objects to bytes.
serializeSubscription(ConsumerPartitionAssignor.Subscription) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerProtocol
 
serializeSubscription(ConsumerPartitionAssignor.Subscription, short) - Static method in class org.apache.kafka.clients.consumer.internals.ConsumerProtocol
 
SERVER - Enum constant in enum class org.redisson.api.Node.InfoSection
Deprecated.
 
SERVER - Enum constant in enum class org.redisson.api.redisnode.RedisNode.InfoSection
 
serverAssignor() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
 
serverAssignor() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
serverNamed(boolean) - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
serverProperties(Map<String, Object>) - Method in class com.rabbitmq.client.AMQP.Connection.Start.Builder
 
SESSION_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
session.timeout.ms
sessionHandler(int) - Method in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
set(double) - Method in interface org.redisson.api.RAtomicDouble
Atomically sets the given value.
set(double) - Method in interface org.redisson.api.RAtomicDoubleReactive
Atomically sets the given value.
set(double) - Method in interface org.redisson.api.RAtomicDoubleRx
Atomically sets the given value.
set(int, V) - Method in interface org.redisson.api.RListReactive
Set element at index and returns previous element.
set(int, V) - Method in interface org.redisson.api.RListRx
Set element at index and returns previous element.
set(long) - Method in interface org.redisson.api.RAtomicLong
Atomically sets the given value.
set(long) - Method in interface org.redisson.api.RAtomicLongReactive
Atomically sets the given value.
set(long) - Method in interface org.redisson.api.RAtomicLongRx
Atomically sets the given value.
set(long) - Method in interface org.redisson.api.RBitSet
Set bit to one at specified bitIndex
set(long) - Method in interface org.redisson.api.RBitSetReactive
Set bit to one at specified bitIndex
set(long) - Method in interface org.redisson.api.RBitSetRx
Set bit to one at specified bitIndex
set(long[], boolean) - Method in interface org.redisson.api.RBitSet
Set all bits to value which index in indexArray
set(long, boolean) - Method in interface org.redisson.api.RBitSet
Set bit to value at specified bitIndex
set(long, boolean) - Method in interface org.redisson.api.RBitSetReactive
Set bit to value at specified bitIndex
set(long, boolean) - Method in interface org.redisson.api.RBitSetRx
Set bit to value at specified bitIndex
set(long, long) - Method in interface org.redisson.api.RBitSet
Set all bits to one from fromIndex (inclusive) to toIndex (exclusive)
set(long, long) - Method in interface org.redisson.api.RBitSetReactive
Set all bits to one from fromIndex (inclusive) to toIndex (exclusive)
set(long, long) - Method in interface org.redisson.api.RBitSetRx
Set all bits to one from fromIndex (inclusive) to toIndex (exclusive)
set(long, long, boolean) - Method in interface org.redisson.api.RBitSet
Set all bits to value from fromIndex (inclusive) to toIndex (exclusive)
set(long, long, boolean) - Method in interface org.redisson.api.RBitSetReactive
Set all bits to value from fromIndex (inclusive) to toIndex (exclusive)
set(long, long, boolean) - Method in interface org.redisson.api.RBitSetRx
Set all bits to value from fromIndex (inclusive) to toIndex (exclusive)
set(long, long, Function<Integer, RuntimeException>) - Method in class org.apache.kafka.clients.producer.internals.ProduceRequestResult
Set the result of the produce request.
set(String, Object) - Method in interface org.redisson.api.RJsonBucket
Stores object into element by specified JSONPath.
set(String, Object) - Method in interface org.redisson.api.RJsonBucketReactive
Stores object into element by specified JSONPath.
set(String, Object) - Method in interface org.redisson.api.RJsonBucketRx
Stores object into element by specified JSONPath.
set(BitSet) - Method in interface org.redisson.api.RBitSet
Copy bits state of source BitSet object to this object
set(BitSet) - Method in interface org.redisson.api.RBitSetReactive
Copy bits state of source BitSet object to this object
set(BitSet) - Method in interface org.redisson.api.RBitSetRx
Copy bits state of source BitSet object to this object
set(Map<String, ?>) - Method in interface org.redisson.api.RBuckets
Saves objects mapped by Redis key.
set(Map<String, ?>) - Method in interface org.redisson.api.RBucketsReactive
Saves objects mapped by Redis key.
set(Map<String, ?>) - Method in interface org.redisson.api.RBucketsRx
Saves objects mapped by Redis key.
set(V) - Method in interface org.redisson.api.RBucket
Stores element into the holder.
set(V) - Method in interface org.redisson.api.RBucketReactive
Stores element into the holder.
set(V) - Method in interface org.redisson.api.RBucketRx
Stores element into the holder.
set(V, long, TimeUnit) - Method in interface org.redisson.api.RBucket
Deprecated.
set(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketReactive
Deprecated.
set(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketRx
Deprecated.
set(V, Duration) - Method in interface org.redisson.api.RBucket
Stores value into the holder with defined expiration duration.
set(V, Duration) - Method in interface org.redisson.api.RBucketReactive
Stores value into the holder with defined expiration duration.
set(V, Duration) - Method in interface org.redisson.api.RBucketRx
Stores value into the holder with defined expiration duration.
SET - Enum constant in enum class org.apache.kafka.clients.admin.AlterConfigOp.OpType
Set the value of the configuration entry.
SET - Enum constant in enum class org.redisson.api.RType
 
SET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SET_BOOLEAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
setActiveTask(CompletableFuture<T>) - Method in class org.apache.kafka.clients.consumer.internals.WakeupTrigger
If there is no pending task, set the pending task active.
SetAddListener - Interface in org.redisson.api.listener
Redisson Object Event listener for sadd event published by Redis.
setAddress(String) - Method in class org.redisson.client.RedisClientConfig
 
setAddress(String) - Method in class org.redisson.config.SingleServerConfig
Set server address.
setAddress(String, int) - Method in class org.redisson.client.RedisClientConfig
 
setAddress(InetSocketAddress, RedisURI) - Method in class org.redisson.client.RedisClientConfig
 
setAddress(RedisURI) - Method in class org.redisson.client.RedisClientConfig
 
setAddressResolverGroupFactory(AddressResolverGroupFactory) - Method in class org.redisson.config.Config
Used to switch between DnsAddressResolverGroup implementations.
setAndKeepTTL(V) - Method in interface org.redisson.api.RBucket
Set value and keep existing TTL.
setAndKeepTTL(V) - Method in interface org.redisson.api.RBucketReactive
Set value and keep existing TTL.
setAndKeepTTL(V) - Method in interface org.redisson.api.RBucketRx
Set value and keep existing TTL.
setAndKeepTTLAsync(V) - Method in interface org.redisson.api.RBucketAsync
Set value and keep existing TTL.
setAsync(double) - Method in interface org.redisson.api.RAtomicDoubleAsync
Atomically sets the given value.
setAsync(int, V) - Method in interface org.redisson.api.RListAsync
Set element at index and returns previous element.
setAsync(long) - Method in interface org.redisson.api.RAtomicLongAsync
Atomically sets the given value.
setAsync(long) - Method in interface org.redisson.api.RBitSetAsync
Set bit to one at specified bitIndex
setAsync(long[], boolean) - Method in interface org.redisson.api.RBitSetAsync
Set all bits to value which index in indexArray
setAsync(long, boolean) - Method in interface org.redisson.api.RBitSetAsync
Set bit to value at specified bitIndex
setAsync(long, long) - Method in interface org.redisson.api.RBitSetAsync
Set all bits to one from fromIndex (inclusive) to toIndex (exclusive)
setAsync(long, long, boolean) - Method in interface org.redisson.api.RBitSetAsync
Set all bits to value from fromIndex (inclusive) to toIndex (exclusive)
setAsync(String, Object) - Method in interface org.redisson.api.RJsonBucketAsync
Stores object into element by specified JSONPath.
setAsync(BitSet) - Method in interface org.redisson.api.RBitSetAsync
Copy bits state of source BitSet object to this object
setAsync(Map<String, ?>) - Method in interface org.redisson.api.RBucketsAsync
Saves objects mapped by Redis key.
setAsync(V) - Method in interface org.redisson.api.RBucketAsync
Stores element into the holder.
setAsync(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketAsync
setAsync(V, Duration) - Method in interface org.redisson.api.RBucketAsync
Stores value into the holder with defined expiration duration.
setAttributes(List<Map<String, Object>>) - Method in class org.redisson.api.search.index.IndexInfo
 
setAutomaticRecoveryEnabled(boolean) - Method in class com.rabbitmq.client.ConnectionFactory
Enables or disables automatic connection recovery.
setBatchIndex(int) - Method in class org.redisson.client.handler.State
 
SETBIT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SETBIT_VOID - Static variable in interface org.redisson.client.protocol.RedisCommands
 
setByte(long, byte) - Method in interface org.redisson.api.RBitSet
Returns previous value of byte number and replaces it with defined value at specified offset
setByte(long, byte) - Method in interface org.redisson.api.RBitSetReactive
Returns previous value of byte number and replaces it with defined value at specified offset
setByte(long, byte) - Method in interface org.redisson.api.RBitSetRx
Returns previous value of byte number and replaces it with defined value at specified offset
setByteAsync(long, byte) - Method in interface org.redisson.api.RBitSetAsync
Returns previous value of byte number and replaces it with defined value at specified offset
setByteBufferFactory(ByteBufferFactory) - Method in class com.rabbitmq.client.impl.nio.NioParams
Set the factory to create ByteBuffers.
setBytesPerRecordAverage(Double) - Method in class org.redisson.api.search.index.IndexInfo
 
setCapacity(int) - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
Set a new capacity for the queue.
setCapacity(int) - Method in interface org.redisson.api.RRingBuffer
Sets capacity of the queue and overrides current value.
setCapacity(int) - Method in interface org.redisson.api.RRingBufferReactive
Sets capacity of the queue and overrides current value.
setCapacity(int) - Method in interface org.redisson.api.RRingBufferRx
Sets capacity of the queue and overrides current value.
setCapacityAsync(int) - Method in interface org.redisson.api.RRingBufferAsync
Sets capacity of the queue and overrides current value.
setChannelRpcTimeout(int) - Method in class com.rabbitmq.client.ConnectionFactory
Set the continuation timeout for RPC calls in channels.
setChannelRpcTimeout(int) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setChannelShouldCheckRpcResponseType(boolean) - Method in class com.rabbitmq.client.ConnectionFactory
When set to true, channels will check the response type (e.g.
setChannelShouldCheckRpcResponseType(boolean) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setChannelShutdownTimeout(int) - Method in class com.rabbitmq.client.impl.ChannelManager
Set the shutdown timeout for channels.
setCheckLockSyncedSlaves(boolean) - Method in class org.redisson.config.Config
Defines whether to check synchronized slaves amount with actual slaves amount after lock acquisition.
setCheckSentinelsList(boolean) - Method in class org.redisson.config.SentinelServersConfig
Enables sentinels list check during Redisson startup.
setCheckSlaveStatusWithSyncing(boolean) - Method in class org.redisson.config.SentinelServersConfig
check node status from sentinel with 'master-link-status' flag
setCheckSlotsCoverage(boolean) - Method in class org.redisson.config.ClusterServersConfig
Enables cluster slots check during Redisson startup.
setCleanUpKeysAmount(int) - Method in class org.redisson.config.Config
Defines expired keys amount deleted per single operation during clean up process of expired entries.
setClientInstanceId(Uuid) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
setClientInstanceId(Uuid) - Method in class org.apache.kafka.clients.producer.MockProducer
 
setClientName(String) - Method in class org.redisson.client.RedisClientConfig
 
setClientName(String) - Method in class org.redisson.config.BaseConfig
Setup connection name during connection init via CLIENT SETNAME command
setClientProperties(Map<String, Object>) - Method in class com.rabbitmq.client.ConnectionFactory
Replace the table of client properties that will be sent to the server during subsequent connection startups.
setClientProperties(Map<String, Object>) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setClusterServersConfig(ClusterServersConfig) - Method in class org.redisson.config.Config
 
setCodec(Codec) - Method in class org.redisson.config.Config
Redis data codec.
setCommandMapper(CommandMapper) - Method in class org.redisson.client.RedisClientConfig
 
setCommandMapper(CommandMapper) - Method in class org.redisson.config.BaseConfig
Defines Command mapper which maps Redis command name.
setCommandTimeout(int) - Method in class org.redisson.client.RedisClientConfig
 
setConfig(String, String) - Method in interface org.redisson.api.redisnode.RedisNode
Set value of Redis configuration parameter.
setConfig(String, String) - Method in interface org.redisson.api.RSearch
Sets configuration value by the parameter name
setConfig(String, String) - Method in interface org.redisson.api.RSearchReactive
Sets configuration value by the parameter name
setConfig(String, String) - Method in interface org.redisson.api.RSearchRx
Sets configuration value by the parameter name
setConfigAsync(String, String) - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Set value of Redis configuration parameter.
setConfigAsync(String, String) - Method in interface org.redisson.api.RSearchAsync
Sets configuration value by the parameter name
setConnectedListener(Runnable) - Method in class org.redisson.client.RedisConnection
Deprecated.
setConnectedListener(Consumer<InetSocketAddress>) - Method in class org.redisson.client.RedisClientConfig
 
setConnection(AMQConnection) - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerState
 
setConnectionListener(ConnectionListener) - Method in class org.redisson.config.Config
Sets connection listener which is triggered when Redisson connected/disconnected to Redis server
setConnectionMinimumIdleSize(int) - Method in class org.redisson.config.SingleServerConfig
Minimum idle Redis connection amount.
setConnectionPoolSize(int) - Method in class org.redisson.config.SingleServerConfig
Redis connection pool size
setConnectionRecoveryTriggeringCondition(Predicate<ShutdownSignalException>) - Method in class com.rabbitmq.client.ConnectionFactory
Allows to decide on automatic connection recovery is triggered.
setConnectionRecoveryTriggeringCondition(Predicate<ShutdownSignalException>) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setConnectionShutdownExecutor(ExecutorService) - Method in class com.rabbitmq.client.impl.nio.NioParams
Set the ExecutorService used for connection shutdown.
setConnectionTimeout(int) - Method in class com.rabbitmq.client.ConnectionFactory
Set the TCP connection timeout.
setConnectTimeout(int) - Method in class org.redisson.client.RedisClientConfig
 
setConnectTimeout(int) - Method in class org.redisson.config.BaseConfig
Timeout during connecting to any Redis server.
setConsumerWorkServiceExecutor(ExecutorService) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setCredentialsProvider(CredentialsProvider) - Method in class com.rabbitmq.client.ConnectionFactory
Set a custom credentials provider.
setCredentialsProvider(CredentialsProvider) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setCredentialsRefreshService(CredentialsRefreshService) - Method in class com.rabbitmq.client.ConnectionFactory
Set a CredentialsRefreshService instance to handle credentials refresh if appropriate.
setCredentialsRefreshService(CredentialsRefreshService) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setCredentialsResolver(CredentialsResolver) - Method in class org.redisson.client.RedisClientConfig
 
setCredentialsResolver(CredentialsResolver) - Method in class org.redisson.config.BaseConfig
Defines Credentials resolver which is invoked during connection for Redis server authentication.
setCursorStats(Map<String, Object>) - Method in class org.redisson.api.search.index.IndexInfo
 
setDatabase(int) - Method in class org.redisson.client.RedisClientConfig
 
setDatabase(int) - Method in class org.redisson.config.MasterSlaveServersConfig
Database index used for Redis connection Default is 0
setDatabase(int) - Method in class org.redisson.config.ReplicatedServersConfig
Database index used for Redis connection.
setDatabase(int) - Method in class org.redisson.config.SentinelServersConfig
Database index used for Redis connection Default is 0
setDatabase(int) - Method in class org.redisson.config.SingleServerConfig
Database index used for Redis connection Default is 0
setDatabaseService(DatabaseConnectorService) - Static method in class fr.codinbox.connector.velocity.Connector
 
setDefaultConsumer(Consumer) - Method in interface com.rabbitmq.client.Channel
Set the current default consumer.
setDefaultConsumer(Consumer) - Method in class com.rabbitmq.client.impl.ChannelN
Sets the current default consumer.
setDefaultConsumer(Consumer) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
setDefinition(Map<String, Object>) - Method in class org.redisson.api.search.index.IndexInfo
 
setDestination(String) - Method in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
setDialectStats(Map<String, Object>) - Method in class org.redisson.api.search.index.IndexInfo
 
setDisconnectedListener(Runnable) - Method in class org.redisson.client.RedisConnection
Deprecated.
setDisconnectedListener(Consumer<InetSocketAddress>) - Method in class org.redisson.client.RedisClientConfig
 
setDnsMonitoringInterval(long) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Interval in milliseconds to check the endpoint's DNS
setDnsMonitoringInterval(long) - Method in class org.redisson.config.SingleServerConfig
Interval in milliseconds to check the endpoint's DNS
setDocs(Long) - Method in class org.redisson.api.search.index.IndexInfo
 
setDocTableSize(Double) - Method in class org.redisson.api.search.index.IndexInfo
 
setEntriesAdded(int) - Method in class org.redisson.api.StreamInfo
 
setErrorOnWriteListener(ErrorOnWriteListener) - Method in class com.rabbitmq.client.ConnectionFactory
Set a listener to be called when connection gets an IO error trying to write on the socket.
setErrorOnWriteListener(ErrorOnWriteListener) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setEventLoopGroup(EventLoopGroup) - Method in class org.redisson.config.Config
Use external EventLoopGroup.
setException(KafkaException) - Method in class org.apache.kafka.clients.consumer.MockConsumer
setExceptionHandler(ExceptionHandler) - Method in class com.rabbitmq.client.ConnectionFactory
Set the exception handler to use for newly created connections.
setExceptionHandler(ExceptionHandler) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setExecutor(ExecutorService) - Method in class org.redisson.client.RedisClientConfig
 
setExecutor(ExecutorService) - Method in class org.redisson.config.Config
Use external ExecutorService.
setExecutorServiceWorkers(Map<String, Integer>) - Method in class org.redisson.config.RedissonNodeFileConfig
Executor service workers amount per service name
setFailedNodeDetector(FailedNodeDetector) - Method in class org.redisson.client.RedisClientConfig
 
setFailedSlaveCheckInterval(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Deprecated.
setFailedSlaveNodeDetector(FailedNodeDetector) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Defines failed Redis Slave node detector object which implements failed node detection logic.
setFailedSlaveReconnectionInterval(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
When the retry interval failedSlavesReconnectionTimeout reached Redisson tries to connect to failed Redis node reported by failedSlaveNodeDetector.
setFetchAction(FetchBuffer) - Method in class org.apache.kafka.clients.consumer.internals.WakeupTrigger
 
setFirstEntry(StreamInfo.Entry<K, V>) - Method in class org.redisson.api.StreamInfo
 
setGcStats(Map<String, Object>) - Method in class org.redisson.api.search.index.IndexInfo
 
setGroup(EventLoopGroup) - Method in class org.redisson.client.RedisClientConfig
 
setGroupInstanceId(Optional<String>) - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
 
setGroups(int) - Method in class org.redisson.api.StreamInfo
 
setHandshakeTimeout(int) - Method in class com.rabbitmq.client.ConnectionFactory
Set the AMQP0-9-1 protocol handshake timeout.
setHandshakeTimeout(int) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setHashIndexingFailures(Long) - Method in class org.redisson.api.search.index.IndexInfo
 
setHealthCheckRegistry(Object) - Method in class com.zaxxer.hikari.HikariDataSource
setHeartbeat(int) - Method in class com.rabbitmq.client.impl.AMQConnection
Protected API - set the heartbeat timeout.
setHeartbeatExecutor(ScheduledExecutorService) - Method in class com.rabbitmq.client.ConnectionFactory
Set the executor to use to send heartbeat frames.
setHeartbeatExecutor(ScheduledExecutorService) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setHost(String) - Method in class com.rabbitmq.client.ConnectionFactory
 
setHostsMap(Map<String, String>) - Method in class org.redisson.api.HostNatMapper
Defines hosts mapping.
setHostsPortMap(Map<String, String>) - Method in class org.redisson.api.HostPortNatMapper
Defines host and port mapping.
setId(String) - Method in interface com.rabbitmq.client.Connection
Sets a unique ID for this connection.
setId(String) - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - Sets a unique ID for this connection.
setId(String) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
Public API - Sets a unique ID for this connection.
setIdleConnectionTimeout(int) - Method in class org.redisson.config.BaseConfig
If pooled connection not used for a timeout time and current connections amount bigger than minimum idle connections pool size, then it will closed and removed from pool.
setIfAbsent(String, Object) - Method in interface org.redisson.api.RJsonBucket
Sets Json object by JSONPath only if previous value is empty
setIfAbsent(String, Object) - Method in interface org.redisson.api.RJsonBucketReactive
Sets Json object by JSONPath only if previous value is empty
setIfAbsent(String, Object) - Method in interface org.redisson.api.RJsonBucketRx
Sets Json object by JSONPath only if previous value is empty
setIfAbsent(V) - Method in interface org.redisson.api.RBucket
Sets value only if object holder doesn't exist.
setIfAbsent(V) - Method in interface org.redisson.api.RBucketReactive
Sets value only if object holder doesn't exist.
setIfAbsent(V) - Method in interface org.redisson.api.RBucketRx
Sets value only if object holder doesn't exist.
setIfAbsent(V, Duration) - Method in interface org.redisson.api.RBucket
Sets value with defined duration only if object holder doesn't exist.
setIfAbsent(V, Duration) - Method in interface org.redisson.api.RBucketReactive
Sets value with defined duration only if object holder doesn't exist.
setIfAbsent(V, Duration) - Method in interface org.redisson.api.RBucketRx
Sets value with defined duration only if object holder doesn't exist.
setIfAbsentAsync(String, Object) - Method in interface org.redisson.api.RJsonBucketAsync
Sets Json object by JSONPath only if previous value is empty
setIfAbsentAsync(V) - Method in interface org.redisson.api.RBucketAsync
Sets value only if object holder doesn't exist.
setIfAbsentAsync(V, Duration) - Method in interface org.redisson.api.RBucketAsync
Sets value with defined duration only if object holder doesn't exist.
setIfExists(String, Object) - Method in interface org.redisson.api.RJsonBucket
Sets Json object by JSONPath only if previous value is non-empty
setIfExists(String, Object) - Method in interface org.redisson.api.RJsonBucketReactive
Sets Json object by JSONPath only if previous value is non-empty
setIfExists(String, Object) - Method in interface org.redisson.api.RJsonBucketRx
Sets Json object by JSONPath only if previous value is non-empty
setIfExists(V) - Method in interface org.redisson.api.RBucket
Sets value only if object holder already exists.
setIfExists(V) - Method in interface org.redisson.api.RBucketReactive
Sets value only if it's already exists.
setIfExists(V) - Method in interface org.redisson.api.RBucketRx
Sets value only if it's already exists.
setIfExists(V, long, TimeUnit) - Method in interface org.redisson.api.RBucket
Deprecated.
setIfExists(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketReactive
Deprecated.
setIfExists(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketRx
Deprecated.
setIfExists(V, Duration) - Method in interface org.redisson.api.RBucket
Sets value with expiration duration only if object holder already exists.
setIfExists(V, Duration) - Method in interface org.redisson.api.RBucketReactive
Sets value with expiration duration only if object holder already exists.
setIfExists(V, Duration) - Method in interface org.redisson.api.RBucketRx
Sets value with expiration duration only if object holder already exists.
setIfExistsAsync(String, Object) - Method in interface org.redisson.api.RJsonBucketAsync
Sets Json object by JSONPath only if previous value is non-empty
setIfExistsAsync(V) - Method in interface org.redisson.api.RBucketAsync
Sets value only if it's already exists.
setIfExistsAsync(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketAsync
setIfExistsAsync(V, Duration) - Method in interface org.redisson.api.RBucketAsync
Sets value with expiration duration only if object holder already exists.
setIndexing(Long) - Method in class org.redisson.api.search.index.IndexInfo
 
setInteger(long, int) - Method in interface org.redisson.api.RBitSet
Returns previous value of integer number and replaces it with defined value at specified offset
setInteger(long, int) - Method in interface org.redisson.api.RBitSetReactive
Returns previous value of integer number and replaces it with defined value at specified offset
setInteger(long, int) - Method in interface org.redisson.api.RBitSetRx
Returns previous value of integer number and replaces it with defined value at specified offset
setIntegerAsync(long, int) - Method in interface org.redisson.api.RBitSetAsync
Returns previous value of integer number and replaces it with defined value at specified offset
setInvertedSize(Double) - Method in class org.redisson.api.search.index.IndexInfo
 
setKafkaService(KafkaConnectorService) - Static method in class fr.codinbox.connector.velocity.Connector
 
setKeepAlive(boolean) - Method in class org.redisson.client.RedisClientConfig
 
setKeepAlive(boolean) - Method in class org.redisson.config.BaseConfig
Enables TCP keepAlive for connection
setKeepPubSubOrder(boolean) - Method in class org.redisson.client.RedisClientConfig
 
setKeepPubSubOrder(boolean) - Method in class org.redisson.config.Config
Defines whether to keep PubSub messages handling in arrival order or handle messages concurrently.
setKeyTableSize(Double) - Method in class org.redisson.api.search.index.IndexInfo
 
setLastActivity(long) - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerState
 
setLastEntry(StreamInfo.Entry<K, V>) - Method in class org.redisson.api.StreamInfo
 
setLastGeneratedId(StreamMessageId) - Method in class org.redisson.api.StreamInfo
 
setLastUsageTime(long) - Method in class org.redisson.client.RedisConnection
 
setLazyInitialization(boolean) - Method in class org.redisson.config.Config
Defines whether Redisson connects to Redis only when first Redis call is made and not during Redisson instance creation.
setLength(int) - Method in class org.redisson.api.StreamInfo
 
setLiveObjectId(Object) - Method in interface org.redisson.api.RLiveObject
Change the value of the field that has the RId annotation.
setLoadBalancer(LoadBalancer) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Сonnection load balancer to multiple Redis slave servers.
setLockWatchdogTimeout(long) - Method in class org.redisson.config.Config
This parameter is only used if lock has been acquired without leaseTimeout parameter definition.
setLoginTimeout(int) - Method in class com.zaxxer.hikari.HikariDataSource
setLoginTimeout(int) - Method in class org.mariadb.jdbc.MariaDbDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLogWriter(PrintWriter) - Method in class com.zaxxer.hikari.HikariDataSource
setLogWriter(PrintWriter) - Method in class org.mariadb.jdbc.MariaDbDataSource
Implementation doesn't use logwriter
setLong(long, long) - Method in interface org.redisson.api.RBitSet
Returns previous value of long number and replaces it with defined value at specified offset
setLong(long, long) - Method in interface org.redisson.api.RBitSetReactive
Returns previous value of long number and replaces it with defined value at specified offset
setLong(long, long) - Method in interface org.redisson.api.RBitSetRx
Returns previous value of long number and replaces it with defined value at specified offset
setLongAsync(long, long) - Method in interface org.redisson.api.RBitSetAsync
Returns previous value of long number and replaces it with defined value at specified offset
setMapReduceWorkers(int) - Method in class org.redisson.config.RedissonNodeFileConfig
MapReduce workers amount.
setMasterAddress(String) - Method in class org.redisson.config.MasterSlaveServersConfig
Set Redis master server address.
setMasterConnectionMinimumIdleSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Redis 'master' node minimum idle connection amount for each slave node
setMasterConnectionPoolSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Redis 'master' server connection pool size.
setMasterName(String) - Method in class org.redisson.config.SentinelServersConfig
Master server name used by Redis Sentinel servers and master change monitoring task.
setMasterSlaveServersConfig(MasterSlaveServersConfig) - Method in class org.redisson.config.Config
 
setMaxCleanUpDelay(int) - Method in class org.redisson.config.Config
Defines maximum delay in seconds for clean up process of expired entries.
setMaxDeletedEntryId(StreamMessageId) - Method in class org.redisson.api.StreamInfo
 
setMaxDocId(Long) - Method in class org.redisson.api.search.index.IndexInfo
 
setMaxInboundMessageBodySize(int) - Method in class com.rabbitmq.client.ConnectionFactory
Maximum body size of inbound (received) messages in bytes.
setMaxInboundMessageBodySize(int) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setMaxSize(int) - Method in interface org.redisson.api.RMapCache
Sets max size of the map and overrides current value.
setMaxSize(int) - Method in interface org.redisson.api.RMapCacheReactive
Sets max size of the map.
setMaxSize(int) - Method in interface org.redisson.api.RMapCacheRx
Sets max size of the map.
setMaxSize(int, EvictionMode) - Method in interface org.redisson.api.RMapCache
Sets max size of the map and overrides current value.
setMaxSize(int, EvictionMode) - Method in interface org.redisson.api.RMapCacheReactive
Sets max size of the map and overrides current value.
setMaxSize(int, EvictionMode) - Method in interface org.redisson.api.RMapCacheRx
Sets max size of the map and overrides current value.
setMaxSizeAsync(int) - Method in interface org.redisson.api.RMapCacheAsync
Sets max size of the map and overrides current value.
setMaxSizeAsync(int, EvictionMode) - Method in interface org.redisson.api.RMapCacheAsync
Sets max size of the map and overrides current value.
setMetricRegistry(Object) - Method in class com.zaxxer.hikari.HikariDataSource
setMetricsCollector(MetricsCollector) - Method in class com.rabbitmq.client.ConnectionFactory
 
setMetricsTrackerFactory(MetricsTrackerFactory) - Method in class com.zaxxer.hikari.HikariDataSource
setMinCleanUpDelay(int) - Method in class org.redisson.config.Config
Defines minimum delay in seconds for clean up process of expired entries.
setMockMetrics(MetricName, Metric) - Method in class org.apache.kafka.clients.producer.MockProducer
Set a mock metric for testing purpose
setMonitorIPChanges(boolean) - Method in class org.redisson.config.ReplicatedServersConfig
Check each Redis hostname defined in configuration for IP address changes during scan process.
setName(String) - Method in class org.redisson.api.search.index.IndexInfo
 
setNameMapper(NameMapper) - Method in class org.redisson.config.BaseConfig
Defines Name mapper which maps Redisson object name.
setNatMap(Map<String, String>) - Method in class org.redisson.config.ClusterServersConfig
Deprecated.
setNatMap(Map<String, String>) - Method in class org.redisson.config.SentinelServersConfig
Deprecated.
setNatMapper(NatMapper) - Method in class org.redisson.config.ClusterServersConfig
Defines NAT mapper which maps Redis URI object.
setNatMapper(NatMapper) - Method in class org.redisson.config.SentinelServersConfig
Defines NAT mapper which maps Redis URI object.
setNbIoThreads(int) - Method in class com.rabbitmq.client.impl.nio.NioParams
Sets the max number of threads/tasks used for NIO.
setNettyExecutor(Executor) - Method in class org.redisson.config.Config
Use external Executor for Netty.
setNettyHook(NettyHook) - Method in class org.redisson.client.RedisClientConfig
 
setNettyHook(NettyHook) - Method in class org.redisson.config.Config
Netty hook applied to Netty Bootstrap and Channel objects.
setNettyThreads(int) - Method in class org.redisson.config.Config
Threads amount shared between all redis clients used by Redisson.
setNetworkRecoveryInterval(int) - Method in class com.rabbitmq.client.ConnectionFactory
Sets connection recovery interval.
setNetworkRecoveryInterval(long) - Method in class com.rabbitmq.client.ConnectionFactory
Sets connection recovery interval.
setNetworkRecoveryInterval(long) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setNioExecutor(ExecutorService) - Method in class com.rabbitmq.client.impl.nio.NioParams
Sets the ExecutorService to use for NIO threads/tasks.
setNioParams(NioParams) - Method in class com.rabbitmq.client.ConnectionFactory
Sets the parameters when using NIO.
setNodeAddresses(List<String>) - Method in class org.redisson.config.ClusterServersConfig
 
setNodeAddresses(List<String>) - Method in class org.redisson.config.ReplicatedServersConfig
 
setNumberOfUses(Long) - Method in class org.redisson.api.search.index.IndexInfo
 
SETNX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SetObjectListener - Interface in org.redisson.api.listener
Redisson Object Event listener for set event published by Redis.
setObservationCollector(ObservationCollector) - Method in class com.rabbitmq.client.ConnectionFactory
Set observation collector.
setOffsetBitsPerRecordAverage(Long) - Method in class org.redisson.api.search.index.IndexInfo
 
setOffsetsException(KafkaException) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
setOffsetsPerTermAverage(Double) - Method in class org.redisson.api.search.index.IndexInfo
 
setOffsetVectorsSize(Double) - Method in class org.redisson.api.search.index.IndexInfo
 
setOptions(Map<String, Object>) - Method in class org.redisson.api.search.index.IndexInfo
 
setPartition(int) - Method in interface org.apache.kafka.clients.producer.internals.RecordAccumulator.AppendCallbacks
Called to set partition (when append is called, partition may not be calculated yet).
setPassword(String) - Method in class com.rabbitmq.client.ConnectionFactory
Set the password.
setPassword(String) - Method in class org.mariadb.jdbc.MariaDbDataSource
Set password
setPassword(String) - Method in class org.redisson.client.RedisClientConfig
 
setPassword(String) - Method in class org.redisson.config.BaseConfig
Password for Redis authentication.
setPercentIndexed(Double) - Method in class org.redisson.api.search.index.IndexInfo
 
setPermits(int) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Sets the number of permits to the provided value.
setPermits(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Sets the number of permits to the provided value.
setPermits(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Sets the number of permits to the provided value.
setPermitsAsync(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Sets the number of permits to the provided value.
setPingConnectionInterval(int) - Method in class org.redisson.client.RedisClientConfig
 
setPingConnectionInterval(int) - Method in class org.redisson.config.BaseConfig
Defines PING command sending interval per connection to Redis.
setPollException(KafkaException) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
setPort(int) - Method in class com.rabbitmq.client.ConnectionFactory
Set the target port.
setProducerState(ProducerIdAndEpoch, int, boolean) - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
setProtocol(Protocol) - Method in class org.redisson.client.RedisClientConfig
 
setProtocol(Protocol) - Method in class org.redisson.config.Config
Defines Redis protocol version.
setQueue(String) - Method in class com.rabbitmq.client.impl.recovery.RecordedConsumer
 
SetQueue<T> - Class in com.rabbitmq.client.impl
A generic queue-like implementation (supporting operations addIfNotPresent, poll, contains, and isEmpty) which restricts a queue element to appear at most once.
SetQueue() - Constructor for class com.rabbitmq.client.impl.SetQueue
 
setRabbitMQService(RabbitMQConnectorService) - Static method in class fr.codinbox.connector.velocity.Connector
 
setRadixTreeKeys(int) - Method in class org.redisson.api.StreamInfo
 
setRadixTreeNodes(int) - Method in class org.redisson.api.StreamInfo
 
SETRANGE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
setRate(RateType, long, long, RateIntervalUnit) - Method in interface org.redisson.api.RRateLimiter
Updates RateLimiter's state and stores config to Redis server.
setRate(RateType, long, long, RateIntervalUnit) - Method in interface org.redisson.api.RRateLimiterReactive
Updates RateLimiter's state and stores config to Redis server.
setRate(RateType, long, long, RateIntervalUnit) - Method in interface org.redisson.api.RRateLimiterRx
Updates RateLimiter's state and stores config to Redis server.
setRateAsync(RateType, long, long, RateIntervalUnit) - Method in interface org.redisson.api.RRateLimiterAsync
Updates RateLimiter's state and stores config to Redis server.
setReadByteBufferSize(int) - Method in class com.rabbitmq.client.impl.nio.NioParams
Sets the size in byte of the read ByteBuffer used in the NIO loop.
setReadMode(ReadMode) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Set node type used for read operation.
setReadOnly(boolean) - Method in class org.redisson.client.RedisClientConfig
 
setRecordedFirstEntryId(StreamMessageId) - Method in class org.redisson.api.StreamInfo
 
setRecords(Long) - Method in class org.redisson.api.search.index.IndexInfo
 
setRecordsPerDocAverage(Double) - Method in class org.redisson.api.search.index.IndexInfo
 
setRecoveredQueueNameSupplier(RecoveredQueueNameSupplier) - Method in class com.rabbitmq.client.ConnectionFactory
Set the recovered queue name supplier.
setRecoveredQueueNameSupplier(RecoveredQueueNameSupplier) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setRecoveryDelayHandler(RecoveryDelayHandler) - Method in class com.rabbitmq.client.ConnectionFactory
Sets the automatic connection recovery delay handler.
setRecoveryDelayHandler(RecoveryDelayHandler) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setRedisClient(RedisClient) - Method in class org.redisson.client.protocol.decoder.ListScanResult
 
setRedisClient(RedisClient) - Method in class org.redisson.client.protocol.decoder.MapCacheKeyScanResult
 
setRedisClient(RedisClient) - Method in class org.redisson.client.protocol.decoder.MapScanResult
 
setRedisService(RedisConnectorService) - Static method in class fr.codinbox.connector.velocity.Connector
 
setRedissonNodeInitializer(RedissonNodeInitializer) - Method in class org.redisson.config.RedissonNodeFileConfig
Redisson node initializer
setReferenceEnabled(boolean) - Method in class org.redisson.config.Config
Config option for enabling Redisson Reference feature
setReliableTopicWatchdogTimeout(long) - Method in class org.redisson.config.Config
Reliable Topic subscriber expires after timeout if watchdog didn't extend it to next timeout time interval.
SetRemoveListener - Interface in org.redisson.api.listener
Redisson Object Event listener for srem event published by Redis.
SetRemoveRandomListener - Interface in org.redisson.api.listener
Redisson Object Event listener for spop event published by Redis.
setReplicatedServersConfig(ReplicatedServersConfig) - Method in class org.redisson.config.Config
 
setRequestedChannelMax(int) - Method in class com.rabbitmq.client.ConnectionFactory
Set the requested maximum channel number.
setRequestedChannelMax(int) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setRequestedFrameMax(int) - Method in class com.rabbitmq.client.ConnectionFactory
Set the requested maximum frame size
setRequestedFrameMax(int) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setRequestedHeartbeat(int) - Method in class com.rabbitmq.client.ConnectionFactory
Set the requested heartbeat timeout.
setRequestedHeartbeat(int) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setResolverGroup(AddressResolverGroup<InetSocketAddress>) - Method in class org.redisson.client.RedisClientConfig
 
setRetryAttempts(int) - Method in class org.redisson.config.BaseConfig
Error will be thrown if Redis command can't be sent to Redis server after retryAttempts.
setRetryInterval(int) - Method in class org.redisson.config.BaseConfig
Defines time interval for another one attempt send Redis command if it hasn't been sent already.
setSaslConfig(SaslConfig) - Method in class com.rabbitmq.client.ConnectionFactory
Sets the sasl config to use when authenticating
setSaslConfig(SaslConfig) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setScanInterval(int) - Method in class org.redisson.config.ClusterServersConfig
Redis cluster scan interval in milliseconds
setScanInterval(int) - Method in class org.redisson.config.ReplicatedServersConfig
Replication group scan interval in milliseconds
setScanInterval(int) - Method in class org.redisson.config.SentinelServersConfig
Sentinel scan interval in milliseconds
setSentinelAddresses(List<String>) - Method in class org.redisson.config.SentinelServersConfig
 
setSentinelPassword(String) - Method in class org.redisson.config.SentinelServersConfig
Password required by the Redis Sentinel servers for authentication.
setSentinelsDiscovery(boolean) - Method in class org.redisson.config.SentinelServersConfig
Enables sentinels discovery.
setSentinelServersConfig(SentinelServersConfig) - Method in class org.redisson.config.Config
 
setSentinelUsername(String) - Method in class org.redisson.config.SentinelServersConfig
Username required by the Redis Sentinel servers for authentication.
setServiceManager(ServiceManager) - Method in class org.redisson.api.map.RetryableMapWriterAsync
 
setShardedSubscriptionMode(ShardedSubscriptionMode) - Method in class org.redisson.config.ClusterServersConfig
Defines whether to use sharded subscription feature available in Redis 7.0+.
setSharedExecutor(ExecutorService) - Method in class com.rabbitmq.client.ConnectionFactory
Set the executor to use for consumer operation dispatch by default for newly created connections.
setShort(long, short) - Method in interface org.redisson.api.RBitSet
Returns previous value of short number and replaces it with defined value at specified offset
setShort(long, short) - Method in interface org.redisson.api.RBitSetReactive
Returns previous value of short number and replaces it with defined value at specified offset
setShort(long, short) - Method in interface org.redisson.api.RBitSetRx
Returns previous value of short number and replaces it with defined value at specified offset
setShortAsync(long, short) - Method in interface org.redisson.api.RBitSetAsync
Returns previous value of short number and replaces it with defined value at specified offset
setShutdownCauseIfOpen(ShutdownSignalException) - Method in class com.rabbitmq.client.impl.ShutdownNotifierComponent
Internal: this is the means of registering shutdown.
setShutdownExecutor(ExecutorService) - Method in class com.rabbitmq.client.ConnectionFactory
Set the executor to use for connection shutdown.
setShutdownExecutor(ExecutorService) - Method in class com.rabbitmq.client.impl.ChannelManager
 
setShutdownExecutor(ExecutorService) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setShutdownTimeout(int) - Method in class com.rabbitmq.client.ConnectionFactory
Set the shutdown timeout.
setShutdownTimeout(int) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setSigned(int, long, long) - Method in interface org.redisson.api.RBitSet
Returns previous value of signed number and replaces it with defined value at specified offset
setSigned(int, long, long) - Method in interface org.redisson.api.RBitSetReactive
Returns previous value of signed number and replaces it with defined value at specified offset
setSigned(int, long, long) - Method in interface org.redisson.api.RBitSetRx
Returns previous value of signed number and replaces it with defined value at specified offset
setSignedAsync(int, long, long) - Method in interface org.redisson.api.RBitSetAsync
Returns previous value of signed number and replaces it with defined value at specified offset
setSingleServerConfig(SingleServerConfig) - Method in class org.redisson.config.Config
 
setSlaveAddresses(Set<String>) - Method in class org.redisson.config.MasterSlaveServersConfig
 
setSlaveConnectionMinimumIdleSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Minimum idle connection pool size for subscription (pub/sub) channels
setSlaveConnectionPoolSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Redis 'slave' servers connection pool size for each slave node.
setSlavesSyncTimeout(long) - Method in class org.redisson.config.Config
Defines slaves synchronization timeout applied to each operation of RLock, RSemaphore, RPermitExpirableSemaphore objects.
SetSlotCommand - Enum Class in org.redisson.api.redisnode
 
setSocketChannelClass(Class<? extends SocketChannel>) - Method in class org.redisson.client.RedisClientConfig
 
setSocketChannelConfigurator(SocketChannelConfigurator) - Method in class com.rabbitmq.client.impl.nio.NioParams
Set the SocketChannel configurator.
setSocketConfigurator(SocketConfigurator) - Method in class com.rabbitmq.client.ConnectionFactory
Set the socket configurator.
setSocketFactory(SocketFactory) - Method in class com.rabbitmq.client.ConnectionFactory
Set the socket factory used to create sockets for new connections.
setSortableValuesSize(Double) - Method in class org.redisson.api.search.index.IndexInfo
 
setSslCiphers(String[]) - Method in class org.redisson.client.RedisClientConfig
 
setSslCiphers(String[]) - Method in class org.redisson.config.BaseConfig
Defines SSL ciphers.
setSslContextFactory(SslContextFactory) - Method in class com.rabbitmq.client.ConnectionFactory
The factory to create SSL contexts.
setSslEnableEndpointIdentification(boolean) - Method in class org.redisson.client.RedisClientConfig
 
setSslEnableEndpointIdentification(boolean) - Method in class org.redisson.config.BaseConfig
Enables SSL endpoint identification.
setSslEngineConfigurator(SslEngineConfigurator) - Method in class com.rabbitmq.client.impl.nio.NioParams
Set the SSLEngine configurator.
setSslHostname(String) - Method in class org.redisson.client.RedisClientConfig
 
setSslKeyManagerFactory(KeyManagerFactory) - Method in class org.redisson.client.RedisClientConfig
 
setSslKeyManagerFactory(KeyManagerFactory) - Method in class org.redisson.config.BaseConfig
Defines SSL KeyManagerFactory.
setSslKeystore(URL) - Method in class org.redisson.client.RedisClientConfig
 
setSslKeystore(URL) - Method in class org.redisson.config.BaseConfig
Defines path to SSL keystore.
setSslKeystorePassword(String) - Method in class org.redisson.client.RedisClientConfig
 
setSslKeystorePassword(String) - Method in class org.redisson.config.BaseConfig
Defines password for SSL keystore
setSslProtocols(String[]) - Method in class org.redisson.client.RedisClientConfig
 
setSslProtocols(String[]) - Method in class org.redisson.config.BaseConfig
Defines SSL protocols.
setSslProvider(SslProvider) - Method in class org.redisson.client.RedisClientConfig
 
setSslProvider(SslProvider) - Method in class org.redisson.config.BaseConfig
Defines SSL provider used to handle SSL connections.
setSslTrustManagerFactory(TrustManagerFactory) - Method in class org.redisson.client.RedisClientConfig
 
setSslTrustManagerFactory(TrustManagerFactory) - Method in class org.redisson.config.BaseConfig
Defines SSL TrustManagerFactory.
setSslTruststore(URL) - Method in class org.redisson.client.RedisClientConfig
 
setSslTruststore(URL) - Method in class org.redisson.config.BaseConfig
Defines path to SSL truststore
setSslTruststorePassword(String) - Method in class org.redisson.client.RedisClientConfig
 
setSslTruststorePassword(String) - Method in class org.redisson.config.BaseConfig
Defines password for SSL truststore.
setSubscriptionConnectionMinimumIdleSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Redis 'slave' node minimum idle subscription (pub/sub) connection amount for each slave node.
setSubscriptionConnectionMinimumIdleSize(int) - Method in class org.redisson.config.SingleServerConfig
Minimum idle subscription connection amount.
setSubscriptionConnectionPoolSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Maximum connection pool size for subscription (pub/sub) channels
setSubscriptionConnectionPoolSize(int) - Method in class org.redisson.config.SingleServerConfig
Redis subscription-connection pool size limit
setSubscriptionMode(SubscriptionMode) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
Set node type used for subscription operation.
setSubscriptionsPerConnection(int) - Method in class org.redisson.config.BaseConfig
Subscriptions per Redis connection limit
setSubscriptionTimeout(int) - Method in class org.redisson.config.BaseConfig
Defines subscription timeout applied per channel subscription.
setTcpKeepAliveCount(int) - Method in class org.redisson.client.RedisClientConfig
 
setTcpKeepAliveCount(int) - Method in class org.redisson.config.BaseConfig
Defines the maximum number of keepalive probes TCP should send before dropping the connection.
setTcpKeepAliveIdle(int) - Method in class org.redisson.client.RedisClientConfig
 
setTcpKeepAliveIdle(int) - Method in class org.redisson.config.BaseConfig
Defines the time in seconds the connection needs to remain idle before TCP starts sending keepalive probes,
setTcpKeepAliveInterval(int) - Method in class org.redisson.client.RedisClientConfig
 
setTcpKeepAliveInterval(int) - Method in class org.redisson.config.BaseConfig
Defines the time in seconds between individual keepalive probes.
setTcpNoDelay(boolean) - Method in class org.redisson.client.RedisClientConfig
 
setTcpNoDelay(boolean) - Method in class org.redisson.config.BaseConfig
Enables TCP noDelay for connection
setTcpUserTimeout(int) - Method in class org.redisson.client.RedisClientConfig
 
setTcpUserTimeout(int) - Method in class org.redisson.config.BaseConfig
Defines the maximum amount of time in milliseconds that transmitted data may remain unacknowledged, or buffered data may remain untransmitted (due to zero window size) before TCP will forcibly close the connection.
setTerms(Long) - Method in class org.redisson.api.search.index.IndexInfo
 
setThreadFactory(ThreadFactory) - Method in class com.rabbitmq.client.ConnectionFactory
Set the thread factory used to instantiate new threads.
setThreadFactory(ThreadFactory) - Method in class com.rabbitmq.client.impl.AMQConnection
Makes it possible to override thread factory that is used to instantiate connection network I/O loop.
setThreadFactory(ThreadFactory) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setThreadFactory(ThreadFactory) - Method in class com.rabbitmq.client.impl.nio.NioParams
Sets the ThreadFactory to use for NIO threads/tasks.
setThreads(int) - Method in class org.redisson.config.Config
Threads amount shared across all listeners of RTopic object, invocation handlers of RRemoteService object and RExecutorService tasks.
setTimeout(int) - Method in interface com.rabbitmq.client.impl.FrameHandler
Set the underlying socket's read timeout in milliseconds, if applicable.
setTimeout(int) - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
setTimeout(int) - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
setTimeout(int) - Method in class org.redisson.config.BaseConfig
Redis server response timeout.
setTimer(Timer) - Method in class org.redisson.client.RedisClientConfig
 
setTopologyRecovery(boolean) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setTopologyRecoveryEnabled(boolean) - Method in class com.rabbitmq.client.ConnectionFactory
Enables or disables topology recovery
setTopologyRecoveryExecutor(ExecutorService) - Method in class com.rabbitmq.client.ConnectionFactory
Set the executor to use for parallel topology recovery.
setTopologyRecoveryExecutor(ExecutorService) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setTopologyRecoveryFilter(TopologyRecoveryFilter) - Method in class com.rabbitmq.client.ConnectionFactory
Set filter to include/exclude entities from topology recovery.
setTopologyRecoveryFilter(TopologyRecoveryFilter) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setTopologyRecoveryRetryHandler(RetryHandler) - Method in class com.rabbitmq.client.ConnectionFactory
Set retry handler for topology recovery.
setTopologyRecoveryRetryHandler(RetryHandler) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setTotalIndexingTime(Double) - Method in class org.redisson.api.search.index.IndexInfo
 
setTotalInvertedIndexBlocks(Double) - Method in class org.redisson.api.search.index.IndexInfo
 
setTrafficListener(TrafficListener) - Method in class com.rabbitmq.client.ConnectionFactory
Traffic listener notified of inbound and outbound Commands.
setTrafficListener(TrafficListener) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setTransportMode(TransportMode) - Method in class org.redisson.config.Config
Transport mode
setUnlimited(Channel, boolean) - Method in class com.rabbitmq.client.impl.ConsumerWorkService
 
setUnsigned(int, long, long) - Method in interface org.redisson.api.RBitSet
Returns previous value of unsigned number and replaces it with defined value at specified offset
setUnsigned(int, long, long) - Method in interface org.redisson.api.RBitSetReactive
Returns previous value of unsigned number and replaces it with defined value at specified offset
setUnsigned(int, long, long) - Method in interface org.redisson.api.RBitSetRx
Returns previous value of unsigned number and replaces it with defined value at specified offset
setUnsignedAsync(int, long, long) - Method in interface org.redisson.api.RBitSetAsync
Returns previous value of unsigned number and replaces it with defined value at specified offset
setupConsumer() - Method in class com.rabbitmq.client.RpcClient
Registers a consumer on the reply queue.
setupConsumer() - Method in class com.rabbitmq.client.RpcServer
Registers a consumer on the reply queue.
setUri(String) - Method in class com.rabbitmq.client.ConnectionFactory
Convenience method for setting the fields in an AMQP URI: host, port, username, password and virtual host.
setUri(URI) - Method in class com.rabbitmq.client.ConnectionFactory
Convenience method for setting the fields in an AMQP URI: host, port, username, password and virtual host.
setUrl(String) - Method in class org.mariadb.jdbc.MariaDbDataSource
Sets the URL for this datasource
setUser(String) - Method in class org.mariadb.jdbc.MariaDbDataSource
Set user
setUsername(String) - Method in class com.rabbitmq.client.ConnectionFactory
Set the user name.
setUsername(String) - Method in class org.redisson.client.RedisClientConfig
 
setUsername(String) - Method in class org.redisson.config.BaseConfig
Username for Redis authentication.
setUseScriptCache(boolean) - Method in class org.redisson.config.Config
Defines whether to use Lua-script cache on Redis side.
setUseThreadClassLoader(boolean) - Method in class org.redisson.config.Config
Defines whether to supply Thread ContextClassLoader to Codec.
setValue(Object) - Method in class org.redisson.client.handler.State
 
setVectorIndexSize(Double) - Method in class org.redisson.api.search.index.IndexInfo
 
setVirtualHost(String) - Method in class com.rabbitmq.client.ConnectionFactory
Set the virtual host.
setVirtualHost(String) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setWorkPoolTimeout(int) - Method in class com.rabbitmq.client.ConnectionFactory
Timeout (in ms) for work pool enqueueing.
setWorkPoolTimeout(int) - Method in class com.rabbitmq.client.impl.ConnectionParams
 
setWriteByteBufferSize(int) - Method in class com.rabbitmq.client.impl.nio.NioParams
Sets the size in byte of the write ByteBuffer used in the NIO loop.
setWriteEnqueuingTimeoutInMs(int) - Method in class com.rabbitmq.client.impl.nio.NioParams
Sets the timeout for queuing outbound frames.
setWriteQueueCapacity(int) - Method in class com.rabbitmq.client.impl.nio.NioParams
Set the capacity of the queue used for outbound frames.
setWriteQueueFactory(Function<NioContext, NioQueue>) - Method in class com.rabbitmq.client.impl.nio.NioParams
Set the factory to create NioQueues.
ShapeGeoSearch - Interface in org.redisson.api.geo
Arguments object for RGeo search method.
ShardedSubscriptionMode - Enum Class in org.redisson.config
 
Short() - Static method in class org.apache.kafka.common.serialization.Serdes
A serde for nullable Short type.
SHORT - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigType
 
ShortDeserializer - Class in org.apache.kafka.common.serialization
 
ShortDeserializer() - Constructor for class org.apache.kafka.common.serialization.ShortDeserializer
 
ShortReplayConvertor - Class in org.redisson.client.protocol.convertor
 
ShortReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.ShortReplayConvertor
 
ShortSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.ShortSerde
 
ShortSerializer - Class in org.apache.kafka.common.serialization
 
ShortSerializer() - Constructor for class org.apache.kafka.common.serialization.ShortSerializer
 
shouldBlock() - Method in interface org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.PollCondition
Return whether the caller is still awaiting an IO event.
shouldBlock() - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
 
shouldHeartbeatNow() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
 
shouldHeartbeatNow() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
shouldListInternal() - Method in class org.apache.kafka.clients.admin.ListTopicsOptions
Return true if we should list internal topics.
shouldLog(Command) - Method in class com.rabbitmq.client.impl.LogTrafficListener
 
shouldRebalance() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
shouldRetryOnQuotaViolation() - Method in class org.apache.kafka.clients.admin.CreatePartitionsOptions
Returns true if quota violation should be automatically retried.
shouldRetryOnQuotaViolation() - Method in class org.apache.kafka.clients.admin.CreateTopicsOptions
Returns true if quota violation should be automatically retried.
shouldRetryOnQuotaViolation() - Method in class org.apache.kafka.clients.admin.DeleteTopicsOptions
Returns true if quota violation should be automatically retried.
shouldSkipHeartbeat() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
 
shouldSkipHeartbeat() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
 
shouldTriggerConnectionRecovery(ShutdownSignalException) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
shouldUseMandatory() - Method in class com.rabbitmq.client.RpcClientParams
 
shouldValidateOnly() - Method in class org.apache.kafka.clients.admin.AlterConfigsOptions
Return true if the request should be validated without altering the configs.
shouldValidateOnly() - Method in class org.apache.kafka.clients.admin.CreateTopicsOptions
Return true if the request should be validated without creating the topic.
shutdown() - Method in class com.rabbitmq.client.impl.ConsumerWorkService
Stop executing all consumer work
shutdown() - Method in interface fr.codinbox.connector.commons.database.DatabaseConnection
Shuts down the HikariCP connection pool and releases all associated resources.
shutdown() - Method in class fr.codinbox.connector.commons.database.DatabaseConnectionImpl
 
shutdown() - Method in interface fr.codinbox.connector.commons.database.DatabaseConnectorService
Shuts down all managed database connection pools.
shutdown() - Method in class fr.codinbox.connector.commons.database.DatabaseConnectorServiceImpl
 
shutdown() - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnection
Shuts down all tracked Kafka clients gracefully with the configured timeout.
shutdown() - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectionImpl
 
shutdown() - Method in interface fr.codinbox.connector.commons.kafka.KafkaConnectorService
Shuts down all managed Kafka connections, gracefully closing all tracked clients.
shutdown() - Method in class fr.codinbox.connector.commons.kafka.KafkaConnectorServiceImpl
 
shutdown() - Method in interface fr.codinbox.connector.commons.rabbitmq.RabbitMQConnection
Shuts down the connection, closing all pooled channels and the underlying connection.
shutdown() - Method in class fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectionImpl
 
shutdown() - Method in interface fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectorService
Shuts down all managed RabbitMQ connections, closing channels and connections.
shutdown() - Method in class fr.codinbox.connector.commons.rabbitmq.RabbitMQConnectorServiceImpl
 
shutdown() - Method in interface fr.codinbox.connector.commons.redis.RedisConnection
Shuts down the Redisson client and releases all associated resources.
shutdown() - Method in class fr.codinbox.connector.commons.redis.RedisConnectionImpl
 
shutdown() - Method in interface fr.codinbox.connector.commons.redis.RedisConnectorService
Shuts down all managed Redis connections.
shutdown() - Method in class fr.codinbox.connector.commons.redis.RedisConnectorServiceImpl
 
shutdown() - Method in interface org.redisson.api.RedissonClient
Shutdown Redisson instance but NOT Redis server This equates to invoke shutdown(0, 2, TimeUnit.SECONDS);
shutdown() - Method in interface org.redisson.api.RedissonReactiveClient
Deprecated.
shutdown() - Method in interface org.redisson.api.RedissonRxClient
Deprecated.
shutdown(long, long, TimeUnit) - Method in interface org.redisson.api.RedissonClient
Shuts down Redisson instance but NOT Redis server Shutdown ensures that no tasks are submitted for 'the quiet period' (usually a couple seconds) before it shuts itself down.
shutdown(Method, boolean, Throwable, boolean) - Method in class com.rabbitmq.client.impl.AMQConnection
Protected API - causes all attached channels to terminate (shutdown) with a ShutdownSignal built from the argument, and stops this connection from accepting further work from the application.
shutdown(ShutdownSignalException) - Method in class com.rabbitmq.client.impl.CompletableFutureRpcWrapper
 
shutdown(ShutdownSignalException) - Method in class com.rabbitmq.client.impl.RpcContinuationRpcWrapper
 
shutdown(ShutdownSignalException) - Method in interface com.rabbitmq.client.impl.RpcWrapper
 
SHUTDOWN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SHUTDOWN_TIMEOUT - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
shutdownCompleted(ShutdownSignalException) - Method in interface com.rabbitmq.client.ShutdownListener
 
ShutdownListener - Interface in com.rabbitmq.client
A ShutdownListener receives information about the shutdown of connections and channels.
ShutdownNotifier - Interface in com.rabbitmq.client
Interface for components that are shutdown capable and that allow listeners to be added for shutdown signals
ShutdownNotifierComponent - Class in com.rabbitmq.client.impl
A class that manages ShutdownListeners and remembers the reason for a shutdown.
ShutdownNotifierComponent() - Constructor for class com.rabbitmq.client.impl.ShutdownNotifierComponent
 
ShutdownSignalException - Exception Class in com.rabbitmq.client
Encapsulates a shutdown condition for a connection to an AMQP broker.
ShutdownSignalException(boolean, boolean, Method, Object) - Constructor for exception class com.rabbitmq.client.ShutdownSignalException
Construct a ShutdownSignalException from the arguments.
ShutdownSignalException(boolean, boolean, Method, Object, String, Throwable) - Constructor for exception class com.rabbitmq.client.ShutdownSignalException
Construct a ShutdownSignalException from the arguments.
signalClose() - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
 
signalClose() - Method in interface org.apache.kafka.clients.consumer.internals.RequestManager
Signals the request manager that the consumer is closing to prepare for the proper actions to be taken.
SimpleAdminApiFuture(Set<K>) - Constructor for class org.apache.kafka.clients.admin.internals.AdminApiFuture.SimpleAdminApiFuture
 
SimpleBlockingRpcContinuation() - Constructor for class com.rabbitmq.client.impl.AMQChannel.SimpleBlockingRpcContinuation
 
SimpleBlockingRpcContinuation(Method) - Constructor for class com.rabbitmq.client.impl.AMQChannel.SimpleBlockingRpcContinuation
 
since() - Element in annotation interface org.jetbrains.annotations.ApiStatus.Obsolete
Specifies in which version the API became obsolete.
SINGLE - Static variable in class org.redisson.api.redisnode.RedisNodes
 
SingleServerConfig - Class in org.redisson.config
 
SINGLETON - Static variable in class com.rabbitmq.client.impl.nio.HeaderWriteRequest
 
SINTER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SINTERCARD_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SINTERSTORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SINTERSTORE_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SISMEMBER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
size() - Method in class com.rabbitmq.client.impl.Frame
 
size() - Method in class com.rabbitmq.client.impl.nio.BlockingQueueNioQueue
 
size() - Method in interface com.rabbitmq.client.impl.nio.NioQueue
Get the current size of the queue.
size() - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
Returns the number of elements in this queue.
size() - Method in class org.apache.kafka.clients.admin.ReplicaInfo
The total size of the log segments in this replica in bytes.
size() - Method in interface org.redisson.api.RBitSet
Returns number of set bits.
size() - Method in interface org.redisson.api.RBitSetReactive
Returns number of set bits.
size() - Method in interface org.redisson.api.RBitSetRx
Returns number of set bits.
size() - Method in interface org.redisson.api.RBucket
Returns size of object in bytes.
size() - Method in interface org.redisson.api.RBucketReactive
Returns size of object in bytes
size() - Method in interface org.redisson.api.RBucketRx
Returns size of object in bytes
size() - Method in interface org.redisson.api.RCollectionReactive
Returns number of elements in this collection.
size() - Method in interface org.redisson.api.RCollectionRx
Returns number of elements in this collection.
size() - Method in interface org.redisson.api.redisnode.RedisNode
Returns keys amount stored in this Redis node.
size() - Method in interface org.redisson.api.RMapCache
Returns the number of entries in cache.
size() - Method in interface org.redisson.api.RMapCacheReactive
Returns the number of entries in cache.
size() - Method in interface org.redisson.api.RMapCacheRx
Returns the number of entries in cache.
size() - Method in interface org.redisson.api.RMapReactive
Returns size of this map
size() - Method in interface org.redisson.api.RMapRx
Returns size of this map
size() - Method in interface org.redisson.api.RMultimap
Returns the number of key-value pairs in this multimap.
size() - Method in interface org.redisson.api.RMultimapReactive
Returns the number of key-value pairs in this multimap.
size() - Method in interface org.redisson.api.RMultimapRx
Returns the number of key-value pairs in this multimap.
size() - Method in interface org.redisson.api.RReliableTopic
Amount of messages stored in Redis Stream object.
size() - Method in interface org.redisson.api.RReliableTopicReactive
Amount of messages stored in Redis Stream object.
size() - Method in interface org.redisson.api.RReliableTopicRx
Amount of messages stored in Redis Stream object.
size() - Method in interface org.redisson.api.RScoredSortedSet
Returns size of this set.
size() - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns size of this set.
size() - Method in interface org.redisson.api.RScoredSortedSetRx
Returns size of this set.
size() - Method in interface org.redisson.api.RSetCache
Returns the number of elements in cache.
size() - Method in interface org.redisson.api.RSetCacheReactive
Returns the number of elements in cache.
size() - Method in interface org.redisson.api.RSetCacheRx
Returns the number of elements in cache.
size() - Method in interface org.redisson.api.RStream
Returns number of entries in stream
size() - Method in interface org.redisson.api.RStreamReactive
Returns number of entries in stream
size() - Method in interface org.redisson.api.RStreamRx
Returns number of entries in stream
size() - Method in interface org.redisson.api.RTimeSeries
Returns size of this set.
size() - Method in interface org.redisson.api.RTimeSeriesReactive
Returns size of this set.
size() - Method in interface org.redisson.api.RTimeSeriesRx
Returns size of this set.
sizeAsync() - Method in interface org.redisson.api.RBitSetAsync
Returns number of set bits.
sizeAsync() - Method in interface org.redisson.api.RBucketAsync
Returns size of object in bytes
sizeAsync() - Method in interface org.redisson.api.RCollectionAsync
Returns number of elements in this collection.
sizeAsync() - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Returns keys amount stored in this Redis node.
sizeAsync() - Method in interface org.redisson.api.RMapAsync
Returns size of this map
sizeAsync() - Method in interface org.redisson.api.RMapCacheAsync
Returns the number of entries in cache.
sizeAsync() - Method in interface org.redisson.api.RMultimapAsync
Returns the number of key-value pairs in this multimap.
sizeAsync() - Method in interface org.redisson.api.RReliableTopicAsync
Amount of messages stored in Redis Stream object.
sizeAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns size of this set.
sizeAsync() - Method in interface org.redisson.api.RSetCacheAsync
Returns the number of elements in cache.
sizeAsync() - Method in interface org.redisson.api.RStreamAsync
Returns number of entries in stream
sizeAsync() - Method in interface org.redisson.api.RTimeSeriesAsync
Returns size of this set.
sizeInMemory() - Method in interface org.redisson.api.RObject
Returns bytes amount used by object in Redis memory.
sizeInMemory() - Method in interface org.redisson.api.RObjectReactive
Returns bytes amount used by object in Redis memory.
sizeInMemory() - Method in interface org.redisson.api.RObjectRx
Returns bytes amount used by object in Redis memory.
sizeInMemoryAsync() - Method in interface org.redisson.api.RObjectAsync
Returns bytes amount used by object in Redis memory.
skip(long) - Method in class com.rabbitmq.client.impl.TruncatedInputStream
 
skipCommand(ByteBuf) - Method in class org.redisson.client.handler.CommandDecoder
 
skipDecode(ByteBuf) - Method in class org.redisson.client.handler.CommandDecoder
 
skipInitialScan(boolean) - Method in class org.redisson.api.search.index.IndexOptions
 
SKIPPED_CODECS - Static variable in class org.redisson.client.codec.BaseCodec
 
skipResult() - Method in class org.redisson.api.BatchOptions
Inform Redis not to send reply.
SLAVE - Enum constant in enum class org.redisson.api.NodeType
 
SLAVE - Enum constant in enum class org.redisson.config.ReadMode
Read from slave nodes.
SLAVE - Enum constant in enum class org.redisson.config.SubscriptionMode
Subscribe to slave nodes
slop(Integer) - Method in class org.redisson.api.search.query.QueryOptions
 
SlotsDecoder - Class in org.redisson.client.protocol.decoder
 
SlotsDecoder() - Constructor for class org.redisson.client.protocol.decoder.SlotsDecoder
 
SMEMBERS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SMISMEMBER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SMOVE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SOCKET_CLOSING_TIMEOUT - Static variable in class com.rabbitmq.client.impl.SocketFrameHandler
Time to linger before closing the socket forcefully.
SOCKET_CONNECTION_SETUP_TIMEOUT_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
socket.connection.setup.timeout.max.ms
SOCKET_CONNECTION_SETUP_TIMEOUT_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
socket.connection.setup.timeout.max.ms
SOCKET_CONNECTION_SETUP_TIMEOUT_MAX_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
socket.connection.setup.timeout.max.ms
SOCKET_CONNECTION_SETUP_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.admin.AdminClientConfig
socket.connection.setup.timeout.ms
SOCKET_CONNECTION_SETUP_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
socket.connection.setup.timeout.ms
SOCKET_CONNECTION_SETUP_TIMEOUT_MS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
socket.connection.setup.timeout.ms
SocketChannelConfigurator - Interface in com.rabbitmq.client
 
SocketChannelConfigurators - Class in com.rabbitmq.client
Ready-to-use instances and builder for SocketChannelConfigurator.
SocketChannelConfigurators() - Constructor for class com.rabbitmq.client.SocketChannelConfigurators
 
SocketChannelConfigurators.Builder - Class in com.rabbitmq.client
 
SocketChannelFrameHandler - Class in com.rabbitmq.client.impl.nio
 
SocketChannelFrameHandler(SocketChannelFrameHandlerState) - Constructor for class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
SocketChannelFrameHandlerFactory - Class in com.rabbitmq.client.impl.nio
 
SocketChannelFrameHandlerFactory(int, NioParams, boolean, SslContextFactory, int) - Constructor for class com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerFactory
 
SocketChannelFrameHandlerState - Class in com.rabbitmq.client.impl.nio
 
SocketChannelFrameHandlerState(SocketChannel, NioLoopContext, NioParams, SSLEngine, int) - Constructor for class com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerState
 
SocketChannelRegistration - Class in com.rabbitmq.client.impl.nio
 
SocketChannelRegistration(SocketChannelFrameHandlerState, int) - Constructor for class com.rabbitmq.client.impl.nio.SocketChannelRegistration
 
SocketConfigurator - Interface in com.rabbitmq.client
 
SocketConfigurators - Class in com.rabbitmq.client
Ready-to-use instances and builder for SocketConfigurator.
SocketConfigurators() - Constructor for class com.rabbitmq.client.SocketConfigurators
 
SocketConfigurators.Builder - Class in com.rabbitmq.client
 
SocketFrameHandler - Class in com.rabbitmq.client.impl
A socket-based frame handler.
SocketFrameHandler(Socket) - Constructor for class com.rabbitmq.client.impl.SocketFrameHandler
 
SocketFrameHandler(Socket, ExecutorService, int) - Constructor for class com.rabbitmq.client.impl.SocketFrameHandler
 
SocketFrameHandlerFactory - Class in com.rabbitmq.client.impl
 
SocketFrameHandlerFactory(int, SocketFactory, SocketConfigurator, boolean) - Constructor for class com.rabbitmq.client.impl.SocketFrameHandlerFactory
 
SocketFrameHandlerFactory(int, SocketFactory, SocketConfigurator, boolean, ExecutorService) - Constructor for class com.rabbitmq.client.impl.SocketFrameHandlerFactory
 
SocketFrameHandlerFactory(int, SocketFactory, SocketConfigurator, boolean, ExecutorService, SslContextFactory, int) - Constructor for class com.rabbitmq.client.impl.SocketFrameHandlerFactory
 
SOFT - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.EvictionPolicy
Deprecated.
Local cache eviction policy with Soft Reference used for values.
SOFT - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.EvictionPolicy
Local cache eviction policy with Soft Reference used for values.
somethingToRead() - Method in class com.rabbitmq.client.impl.nio.FrameBuilder
Tells whether there's something to read in the application buffer or not.
somethingToRead() - Method in class com.rabbitmq.client.impl.nio.SslEngineFrameBuilder
 
sort(List<DnsSrvRecordAddressResolver.SrvRecord>) - Method in class com.rabbitmq.client.DnsSrvRecordAddressResolver
 
SORT_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SORT_SET - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SORT_TO - Static variable in interface org.redisson.client.protocol.RedisCommands
 
sortBy(int, SortedField...) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
sortBy(String) - Method in class org.redisson.api.search.query.QueryOptions
 
sortBy(SortedField...) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
SortedField - Class in org.redisson.api.search.aggregate
 
SortedField(String) - Constructor for class org.redisson.api.search.aggregate.SortedField
 
SortedField(String, SortOrder) - Constructor for class org.redisson.api.search.aggregate.SortedField
 
sortMode(SortMode) - Method in interface org.redisson.api.search.index.GeoIndex
Defines sort mode applied to the value of this attribute
sortMode(SortMode) - Method in class org.redisson.api.search.index.GeoIndexParams
 
sortMode(SortMode) - Method in interface org.redisson.api.search.index.NumericIndex
Defines sort mode applied to the value of this attribute
sortMode(SortMode) - Method in class org.redisson.api.search.index.NumericIndexParams
 
sortMode(SortMode) - Method in interface org.redisson.api.search.index.TagIndex
Defines sort mode applied to the value of this attribute
sortMode(SortMode) - Method in class org.redisson.api.search.index.TagIndexParams
 
sortMode(SortMode) - Method in interface org.redisson.api.search.index.TextIndex
Defines sort mode applied to the value of this attribute.
sortMode(SortMode) - Method in class org.redisson.api.search.index.TextIndexParams
 
SortMode - Enum Class in org.redisson.api.search.index
 
sortOrder(SortOrder) - Method in class org.redisson.api.search.query.QueryOptions
 
SortOrder - Enum Class in org.redisson.api
 
sortTo(String, String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortable
Sort data and store to destName list
sortTo(String, String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortableReactive
Sort data and store to destName list
sortTo(String, String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortableRx
Sort data and store to destName list
sortTo(String, String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortable
Sort data and store to destName list
sortTo(String, String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortableReactive
Sort data and store to destName list
sortTo(String, String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortableRx
Sort data and store to destName list
sortTo(String, String, SortOrder) - Method in interface org.redisson.api.RSortable
Sort data and store to destName list
sortTo(String, String, SortOrder) - Method in interface org.redisson.api.RSortableReactive
Sort data and store to destName list
sortTo(String, String, SortOrder) - Method in interface org.redisson.api.RSortableRx
Sort data and store to destName list
sortTo(String, String, SortOrder, int, int) - Method in interface org.redisson.api.RSortable
Sort data and store to destName list
sortTo(String, String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableReactive
Sort data and store to destName list
sortTo(String, String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableRx
Sort data and store to destName list
sortTo(String, SortOrder) - Method in interface org.redisson.api.RSortable
Sort data and store to destName list
sortTo(String, SortOrder) - Method in interface org.redisson.api.RSortableReactive
Sort data and store to destName list
sortTo(String, SortOrder) - Method in interface org.redisson.api.RSortableRx
Sort data and store to destName list
sortTo(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortable
Sort data and store to destName list
sortTo(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableReactive
Sort data and store to destName list
sortTo(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableRx
Sort data and store to destName list
sortToAsync(String, String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortableAsync
Sort data and store to destName list
sortToAsync(String, String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
Sort data and store to destName list
sortToAsync(String, String, SortOrder) - Method in interface org.redisson.api.RSortableAsync
Sort data and store to destName list
sortToAsync(String, String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
Sort data and store to destName list
sortToAsync(String, SortOrder) - Method in interface org.redisson.api.RSortableAsync
Sort data and store to destName list
sortToAsync(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
Sort data and store to destName list
source - Variable in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
source() - Method in class org.apache.kafka.clients.admin.ConfigEntry.ConfigSynonym
Returns the source of this configuration.
source() - Method in class org.apache.kafka.clients.admin.ConfigEntry
Return the source of this configuration entry.
source(String) - Method in class com.rabbitmq.client.AMQP.Exchange.Bind.Builder
 
source(String) - Method in class com.rabbitmq.client.AMQP.Exchange.Unbind.Builder
 
source(String) - Method in class com.rabbitmq.client.impl.recovery.RecordedBinding
 
spellcheck(String, String, SpellcheckOptions) - Method in interface org.redisson.api.RSearch
Executes spell checking by defined index name and query.
spellcheck(String, String, SpellcheckOptions) - Method in interface org.redisson.api.RSearchReactive
Executes spell checking by defined index name and query.
spellcheck(String, String, SpellcheckOptions) - Method in interface org.redisson.api.RSearchRx
Executes spell checking by defined index name and query.
spellcheckAsync(String, String, SpellcheckOptions) - Method in interface org.redisson.api.RSearchAsync
Executes spell checking by defined index name and query.
SpellcheckOptions - Class in org.redisson.api.search
split(int) - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
splitAndReenqueue(ProducerBatch) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
Split the big batch that has been rejected and reenqueue the split batches in to the accumulator.
SPOP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SPOP_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SPUBLISH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SRANDMEMBER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SRANDMEMBER_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SREM - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SREM_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SrvRecord(int, int, int, String) - Constructor for class com.rabbitmq.client.DnsSrvRecordAddressResolver.SrvRecord
 
SSCAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ssl - Variable in class com.rabbitmq.client.impl.AbstractFrameHandlerFactory
 
SSL_ALGORITHM - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
SSL_ENABLED - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
SSL_KEY_STORE - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
SSL_KEY_STORE_ALGORITHM - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
SSL_KEY_STORE_PASSWORD - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
SSL_KEY_STORE_TYPE - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
SSL_TRUST_STORE - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
SSL_TRUST_STORE_ALGORITHM - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
SSL_TRUST_STORE_PASSWORD - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
SSL_TRUST_STORE_TYPE - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
SSL_VALIDATE_SERVER_CERTIFICATE - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
SSL_VERIFY_HOSTNAME - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
sslContext(SSLContext) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration
Set the SSLContext to use to create the SSLSocketFactory for the HttpsURLConnection.
SslContextFactory - Interface in com.rabbitmq.client
A factory to create SSLContexts.
SslEngineByteBufferOutputStream - Class in com.rabbitmq.client.impl.nio
Bridge between the byte buffer and stream worlds.
SslEngineByteBufferOutputStream(SSLEngine, ByteBuffer, ByteBuffer, WritableByteChannel) - Constructor for class com.rabbitmq.client.impl.nio.SslEngineByteBufferOutputStream
 
SslEngineConfigurator - Interface in com.rabbitmq.client
 
SslEngineConfigurators - Class in com.rabbitmq.client
Ready-to-use instances and builder for SslEngineConfigurators.
SslEngineConfigurators() - Constructor for class com.rabbitmq.client.SslEngineConfigurators
 
SslEngineConfigurators.Builder - Class in com.rabbitmq.client
 
SslEngineFrameBuilder - Class in com.rabbitmq.client.impl.nio
Sub-class of FrameBuilder that unwraps crypted data from the network.
SslEngineFrameBuilder(SSLEngine, ByteBuffer, ByteBuffer, ReadableByteChannel, int) - Constructor for class com.rabbitmq.client.impl.nio.SslEngineFrameBuilder
 
SslEngineHelper - Class in com.rabbitmq.client.impl.nio
 
SslEngineHelper() - Constructor for class com.rabbitmq.client.impl.nio.SslEngineHelper
 
SslProvider - Enum Class in org.redisson.config
 
sslSocketFactory(SSLSocketFactory) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration
Set the SSLSocketFactory to use in the HttpsURLConnection.
ssubscribe(CompletableFuture<Void>, Codec, ChannelName...) - Method in class org.redisson.client.RedisPubSubConnection
 
ssubscribe(Codec, ChannelName...) - Method in class org.redisson.client.RedisPubSubConnection
 
SSUBSCRIBE - Enum constant in enum class org.redisson.client.protocol.pubsub.PubSubType
 
SSUBSCRIBE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
STABLE - Enum constant in enum class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.MemberState
 
STABLE - Enum constant in enum class org.apache.kafka.clients.consumer.internals.MemberState
Member is active in a group and has processed all assignments received.
STABLE - Enum constant in enum class org.redisson.api.redisnode.SetSlotCommand
 
STALE - Enum constant in enum class org.apache.kafka.clients.consumer.internals.MemberState
An intermediate state indicating the consumer is staled because the user has not polled the consumer within the max.poll.interval.ms time bound; therefore causing the member to leave the group.
start() - Method in class com.rabbitmq.client.impl.AMQConnection
Start up the connection, including the MainLoop thread.
Start(int, int, Map<String, Object>, LongString, LongString) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
Start(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
startMainLoop() - Method in class com.rabbitmq.client.impl.AMQConnection
Package private API, allows for easier testing.
StartOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
StartOk(Map<String, Object>, String, LongString, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
startReading() - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerState
 
state - Variable in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
state() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
The consumer group state, or UNKNOWN if the state is too new for us to parse.
state() - Method in class org.apache.kafka.clients.admin.ConsumerGroupListing
Consumer Group state
state() - Method in class org.apache.kafka.clients.admin.TransactionDescription
 
state() - Method in class org.apache.kafka.clients.admin.TransactionListing
 
state() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
 
state() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
State - Class in org.redisson.client.handler
 
State() - Constructor for class org.redisson.client.handler.State
 
StateLevel - Class in org.redisson.client.handler
 
StateLevel(long, List<Object>) - Constructor for class org.redisson.client.handler.StateLevel
 
states() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupsOptions
Returns the list of States that are requested or empty if no states have been specified
STATIC_BROKER_CONFIG - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigSource
 
StaticBrokerStrategy<K> - Class in org.apache.kafka.clients.admin.internals
This lookup strategy is used when we already know the destination broker ID and we have no need for an explicit lookup.
StaticBrokerStrategy(int) - Constructor for class org.apache.kafka.clients.admin.internals.StaticBrokerStrategy
 
stats() - Method in interface org.redisson.api.RFunction
Returns information about currently running Redis function and available execution engines.
stats() - Method in interface org.redisson.api.RFunctionReactive
Returns information about currently running Redis function and available execution engines.
stats() - Method in interface org.redisson.api.RFunctionRx
Returns information about currently running Redis function and available execution engines.
STATS - Enum constant in enum class org.redisson.api.Node.InfoSection
Deprecated.
 
STATS - Enum constant in enum class org.redisson.api.redisnode.RedisNode.InfoSection
 
statsAsync() - Method in interface org.redisson.api.RFunctionAsync
Returns information about currently running Redis function and available execution engines.
STATUS - Enum constant in enum class org.redisson.api.RScript.ReturnType
 
StatusListener - Interface in org.redisson.api.listener
Listener for Redis PubSub channel status changes
stddev(String) - Static method in interface org.redisson.api.search.aggregate.Reducer
 
STICKY_ASSIGNOR_NAME - Static variable in class org.apache.kafka.clients.consumer.StickyAssignor
 
StickyAssignor - Class in org.apache.kafka.clients.consumer
The sticky assignor serves two purposes.
StickyAssignor() - Constructor for class org.apache.kafka.clients.consumer.StickyAssignor
 
StickyPartitionCache - Class in org.apache.kafka.clients.producer.internals
An internal class that implements a cache used for sticky partitioning behavior.
StickyPartitionCache() - Constructor for class org.apache.kafka.clients.producer.internals.StickyPartitionCache
 
stopwords(List<String>) - Method in class org.redisson.api.search.index.IndexOptions
 
stopWork(Channel) - Method in class com.rabbitmq.client.impl.ConsumerWorkService
Stop executing all consumer work for a particular channel
storeCacheMiss(boolean) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Defines whether to store a cache miss into the local cache.
storeCacheMiss(boolean) - Method in interface org.redisson.api.options.LocalCachedMapOptions
Defines whether to store a cache miss into the local cache.
storeCacheMiss(boolean) - Method in class org.redisson.api.options.LocalCachedMapParams
Defines whether to store a cache miss into the local cache.
storeMode(LocalCachedMapOptions.StoreMode) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Defines store mode of cache data.
storeMode(LocalCachedMapOptions.StoreMode) - Method in interface org.redisson.api.options.LocalCachedMapOptions
Defines store mode of cache data.
storeMode(LocalCachedMapOptions.StoreMode) - Method in class org.redisson.api.options.LocalCachedMapParams
Defines store mode of cache data.
storeSearchTo(String, GeoSearchArgs) - Method in interface org.redisson.api.RGeo
Finds the members of a sorted set, which are within the borders of specified search conditions.
storeSearchTo(String, GeoSearchArgs) - Method in interface org.redisson.api.RGeoReactive
Finds the members of a sorted set, which are within the borders of specified search conditions.
storeSearchTo(String, GeoSearchArgs) - Method in interface org.redisson.api.RGeoRx
Finds the members of a sorted set, which are within the borders of specified search conditions.
storeSearchToAsync(String, GeoSearchArgs) - Method in interface org.redisson.api.RGeoAsync
Finds the members of a sorted set, which are within the borders of specified search conditions.
storeSortedSearchTo(String, GeoSearchArgs) - Method in interface org.redisson.api.RGeo
Finds the members of a sorted set, which are within the borders of specified search conditions.
storeSortedSearchTo(String, GeoSearchArgs) - Method in interface org.redisson.api.RGeoReactive
Finds the members of a sorted set, which are within the borders of specified search conditions.
storeSortedSearchTo(String, GeoSearchArgs) - Method in interface org.redisson.api.RGeoRx
Finds the members of a sorted set, which are within the borders of specified search conditions.
storeSortedSearchToAsync(String, GeoSearchArgs) - Method in interface org.redisson.api.RGeoAsync
Finds the members of a sorted set, which are within the borders of specified search conditions.
Storing Offsets Outside Kafka - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
stream() - Method in interface org.redisson.api.RScoredSortedSet
Returns stream of elements in this set.
stream() - Method in interface org.redisson.api.RTimeSeries
Returns stream of elements in this time-series collection.
stream(int) - Method in interface org.redisson.api.RScoredSortedSet
Returns stream of elements in this set.
stream(int) - Method in interface org.redisson.api.RSet
Returns stream of elements fetches elements in a batch.
stream(int) - Method in interface org.redisson.api.RTimeSeries
Returns stream of elements in this time-series collection.
stream(String) - Method in interface org.redisson.api.RScoredSortedSet
Returns stream of elements in this set.
stream(String) - Method in interface org.redisson.api.RSet
Returns stream of elements.
stream(String, int) - Method in interface org.redisson.api.RScoredSortedSet
Returns stream of elements in this set.
stream(String, int) - Method in interface org.redisson.api.RSet
Returns stream of elements fetches elements in a batch.
StreamAddArgs<K,V> - Interface in org.redisson.api.stream
Arguments object for RStream.add() method.
StreamAddListener - Interface in org.redisson.api.listener
Redisson Object Event listener for xadd event published by Redis when an element added into Stream.
StreamAddParams<K,V> - Class in org.redisson.api.stream
 
StreamConsumer - Class in org.redisson.api
Object containing details about Stream Consumer
StreamConsumer(String, int, long, long) - Constructor for class org.redisson.api.StreamConsumer
 
StreamConsumerInfoDecoder - Class in org.redisson.client.protocol.decoder
 
StreamConsumerInfoDecoder() - Constructor for class org.redisson.client.protocol.decoder.StreamConsumerInfoDecoder
 
StreamCreateConsumerListener - Interface in org.redisson.api.listener
Redisson Object Event listener for xgroup-createconsumer event published by Redis when a Stream Consumer is created.
StreamCreateGroupArgs - Interface in org.redisson.api.stream
Arguments object for RStream.createGroup(StreamCreateGroupArgs) method.
StreamCreateGroupListener - Interface in org.redisson.api.listener
Redisson Object Event listener for xgroup-create event published by Redis when a Stream Group is created.
StreamCreateGroupParams - Class in org.redisson.api.stream
 
StreamCreateGroupParams(String) - Constructor for class org.redisson.api.stream.StreamCreateGroupParams
 
StreamGroup - Class in org.redisson.api
Object containing details about Stream Group
StreamGroup(String, int, int, StreamMessageId) - Constructor for class org.redisson.api.StreamGroup
 
StreamGroup(String, int, int, StreamMessageId, int, int) - Constructor for class org.redisson.api.StreamGroup
 
StreamGroupInfoDecoder - Class in org.redisson.client.protocol.decoder
 
StreamGroupInfoDecoder() - Constructor for class org.redisson.client.protocol.decoder.StreamGroupInfoDecoder
 
StreamIdConvertor - Class in org.redisson.client.protocol.convertor
 
StreamIdConvertor() - Constructor for class org.redisson.client.protocol.convertor.StreamIdConvertor
 
StreamIdDecoder - Class in org.redisson.client.protocol.decoder
 
StreamIdDecoder() - Constructor for class org.redisson.client.protocol.decoder.StreamIdDecoder
 
StreamInfo<K,V> - Class in org.redisson.api
Object containing details about Stream
StreamInfo() - Constructor for class org.redisson.api.StreamInfo
 
StreamInfo.Entry<K,V> - Class in org.redisson.api
 
StreamInfoDecoder - Class in org.redisson.client.protocol.decoder
 
StreamInfoDecoder() - Constructor for class org.redisson.client.protocol.decoder.StreamInfoDecoder
 
StreamMessageId - Class in org.redisson.api
Stream Message ID object
StreamMessageId(long) - Constructor for class org.redisson.api.StreamMessageId
 
StreamMessageId(long, long) - Constructor for class org.redisson.api.StreamMessageId
 
StreamMultiReadArgs - Interface in org.redisson.api.stream
Arguments object for RStream.read() methods.
StreamMultiReadGroupArgs - Interface in org.redisson.api.stream
Arguments object for RStream.readGroup() methods.
StreamMultiReadGroupParams - Class in org.redisson.api.stream
 
StreamMultiReadParams - Class in org.redisson.api.stream
 
StreamObjectMapReplayDecoder - Class in org.redisson.client.protocol.decoder
 
StreamObjectMapReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.StreamObjectMapReplayDecoder
 
StreamObjectMapReplayDecoder(Decoder<Object>) - Constructor for class org.redisson.client.protocol.decoder.StreamObjectMapReplayDecoder
 
StreamReadArgs - Interface in org.redisson.api.stream
Arguments object for RStream.read() methods.
StreamReadGroupArgs - Interface in org.redisson.api.stream
Arguments object for RStream.readGroup() methods.
StreamReadGroupParams - Class in org.redisson.api.stream
 
StreamReadParams - Class in org.redisson.api.stream
 
StreamRemoveConsumerListener - Interface in org.redisson.api.listener
Redisson Object Event listener for xgroup-delconsumer event published by Redis when a Stream Consumer is removed.
StreamRemoveGroupListener - Interface in org.redisson.api.listener
Redisson Object Event listener for xgroup-destroy event published by Redis when a Stream Group is removed.
StreamRemoveListener - Interface in org.redisson.api.listener
Redisson Object Event listener for srem event published by Redis when an element removed from Stream.
StreamResultDecoder - Class in org.redisson.client.protocol.decoder
 
StreamResultDecoder(boolean) - Constructor for class org.redisson.client.protocol.decoder.StreamResultDecoder
 
StreamResultDecoderV2 - Class in org.redisson.client.protocol.decoder
 
StreamResultDecoderV2(boolean) - Constructor for class org.redisson.client.protocol.decoder.StreamResultDecoderV2
 
StreamTrimArgs - Interface in org.redisson.api.stream
Arguments object for Stream trim method.
StreamTrimLimitArgs<T> - Interface in org.redisson.api.stream
Arguments object for Stream trim method.
StreamTrimListener - Interface in org.redisson.api.listener
Redisson Object Event listener for ltrim event published by Redis when trim operation is executed for Stream.
StreamTrimParams - Class in org.redisson.api.stream
 
StreamTrimStrategyArgs<T> - Interface in org.redisson.api.stream
Arguments object for Stream trim method.
StrictExceptionHandler - Class in com.rabbitmq.client.impl
An implementation of ExceptionHandler that does close channels on unhandled consumer exception.
StrictExceptionHandler() - Constructor for class com.rabbitmq.client.impl.StrictExceptionHandler
 
String() - Static method in class org.apache.kafka.common.serialization.Serdes
A serde for nullable String type.
STRING - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigType
 
STRING - Enum constant in enum class org.redisson.api.FunctionResult
Result is a value of plain String type
STRING - Enum constant in enum class org.redisson.api.JsonType
 
STRING_ENCODING - Static variable in class com.rabbitmq.client.StringRpcServer
 
stringAppend(String, Object) - Method in interface org.redisson.api.RJsonBucket
Appends string data to element specified by JSONPath.
stringAppend(String, Object) - Method in interface org.redisson.api.RJsonBucketReactive
Appends string data to element specified by JSONPath.
stringAppend(String, Object) - Method in interface org.redisson.api.RJsonBucketRx
Appends string data to element specified by JSONPath.
stringAppendAsync(String, Object) - Method in interface org.redisson.api.RJsonBucketAsync
Appends string data to element specified by JSONPath.
stringAppendMulti(String, Object) - Method in interface org.redisson.api.RJsonBucket
Appends string data to elements specified by JSONPath.
stringAppendMulti(String, Object) - Method in interface org.redisson.api.RJsonBucketReactive
Appends string data to elements specified by JSONPath.
stringAppendMulti(String, Object) - Method in interface org.redisson.api.RJsonBucketRx
Appends string data to elements specified by JSONPath.
stringAppendMultiAsync(String, Object) - Method in interface org.redisson.api.RJsonBucketAsync
Appends string data to elements specified by JSONPath.
stringCall(String) - Method in class com.rabbitmq.client.RpcClient
Perform a simple string-based RPC roundtrip.
StringCodec - Class in org.redisson.client.codec
 
StringCodec() - Constructor for class org.redisson.client.codec.StringCodec
 
StringCodec(ClassLoader) - Constructor for class org.redisson.client.codec.StringCodec
 
StringCodec(String) - Constructor for class org.redisson.client.codec.StringCodec
 
StringCodec(Charset) - Constructor for class org.redisson.client.codec.StringCodec
 
StringDataDecoder - Class in org.redisson.client.protocol.decoder
 
StringDataDecoder() - Constructor for class org.redisson.client.protocol.decoder.StringDataDecoder
 
StringDeserializer - Class in org.apache.kafka.common.serialization
String encoding defaults to UTF8 and can be customized by setting the property key.deserializer.encoding, value.deserializer.encoding or deserializer.encoding.
StringDeserializer() - Constructor for class org.apache.kafka.common.serialization.StringDeserializer
 
StringListListReplayDecoder - Class in org.redisson.client.protocol.decoder
 
StringListListReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.StringListListReplayDecoder
 
StringListReplayDecoder - Class in org.redisson.client.protocol.decoder
 
StringListReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.StringListReplayDecoder
 
StringMapDataDecoder - Class in org.redisson.client.protocol.decoder
 
StringMapDataDecoder() - Constructor for class org.redisson.client.protocol.decoder.StringMapDataDecoder
 
StringMapReplayDecoder - Class in org.redisson.client.protocol.decoder
 
StringMapReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.StringMapReplayDecoder
 
StringReplayDecoder - Class in org.redisson.client.protocol.decoder
 
StringReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.StringReplayDecoder
 
StringRpcServer - Class in com.rabbitmq.client
Subclass of RpcServer which accepts UTF-8 string requests.
StringRpcServer(Channel) - Constructor for class com.rabbitmq.client.StringRpcServer
 
StringRpcServer(Channel, String) - Constructor for class com.rabbitmq.client.StringRpcServer
 
StringSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.StringSerde
 
StringSerializer - Class in org.apache.kafka.common.serialization
String encoding defaults to UTF8 and can be customized by setting the property key.serializer.encoding, value.serializer.encoding or serializer.encoding.
StringSerializer() - Constructor for class org.apache.kafka.common.serialization.StringSerializer
 
stringSize(String) - Method in interface org.redisson.api.RJsonBucket
Returns size of string data by JSONPath
stringSize(String) - Method in interface org.redisson.api.RJsonBucketReactive
Returns size of string data by JSONPath
stringSize(String) - Method in interface org.redisson.api.RJsonBucketRx
Returns size of string data by JSONPath
stringSizeAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Returns size of string data by JSONPath
stringSizeMulti(String) - Method in interface org.redisson.api.RJsonBucket
Returns list of string data size by JSONPath.
stringSizeMulti(String) - Method in interface org.redisson.api.RJsonBucketReactive
Returns list of string data size by JSONPath.
stringSizeMulti(String) - Method in interface org.redisson.api.RJsonBucketRx
Returns list of string data size by JSONPath.
stringSizeMultiAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Returns list of string data size by JSONPath.
StringToListConvertor - Class in org.redisson.client.protocol.convertor
 
StringToListConvertor() - Constructor for class org.redisson.client.protocol.convertor.StringToListConvertor
 
stripCRLF(String) - Static method in class com.rabbitmq.client.impl.TlsUtils
Strips carriage return (CR) and line feed (LF) characters to mitigate CWE-117.
STRLEN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
subList(int, int) - Method in interface org.redisson.api.RList
 
submit(Runnable) - Method in interface org.redisson.api.RExecutorService
Synchronously submits a Runnable task for execution asynchronously.
submit(Runnable...) - Method in interface org.redisson.api.RExecutorService
Synchronously submits tasks batch for execution asynchronously.
submit(Runnable, long, TimeUnit) - Method in interface org.redisson.api.RExecutorService
Synchronously submits a task with defined timeToLive parameter for execution asynchronously.
submit(Runnable, T) - Method in interface org.redisson.api.RExecutorService
Synchronously submits a Runnable task for execution asynchronously and returns a RExecutorFuture representing that task.
submit(String, Runnable) - Method in interface org.redisson.api.RExecutorService
Synchronously submits a Runnable task with id for execution asynchronously.
submit(String, Runnable, Duration) - Method in interface org.redisson.api.RExecutorService
Synchronously submits a task with defined id and timeToLive parameters for execution asynchronously.
submit(String, Callable<T>) - Method in interface org.redisson.api.RExecutorService
Synchronously submits a value-returning task with specified id for execution asynchronously.
submit(String, Callable<T>, Duration) - Method in interface org.redisson.api.RExecutorService
Synchronously submits a value-returning task with defined id and timeToLive parameters for execution asynchronously.
submit(Callable<?>...) - Method in interface org.redisson.api.RExecutorService
Synchronously submits tasks batch for execution asynchronously.
submit(Callable<T>) - Method in interface org.redisson.api.RExecutorService
Synchronously submits a value-returning task for execution asynchronously and returns a Future representing the pending results of the task.
submit(Callable<T>, long, TimeUnit) - Method in interface org.redisson.api.RExecutorService
Synchronously submits a value-returning task with defined timeToLive parameter for execution asynchronously.
submitAsync(Runnable) - Method in interface org.redisson.api.RExecutorServiceAsync
Submits task for execution asynchronously
submitAsync(Runnable...) - Method in interface org.redisson.api.RExecutorServiceAsync
Submits tasks batch for execution asynchronously.
submitAsync(Runnable, long, TimeUnit) - Method in interface org.redisson.api.RExecutorServiceAsync
Submits a task with defined timeToLive parameter for execution asynchronously.
submitAsync(String, Runnable) - Method in interface org.redisson.api.RExecutorServiceAsync
Synchronously submits a Runnable task with id for execution asynchronously.
submitAsync(String, Runnable, Duration) - Method in interface org.redisson.api.RExecutorServiceAsync
Synchronously submits a task with defined id and timeToLive parameters for execution asynchronously.
submitAsync(String, Callable<T>) - Method in interface org.redisson.api.RExecutorServiceAsync
Synchronously submits a value-returning task with specified id for execution asynchronously.
submitAsync(String, Callable<T>, Duration) - Method in interface org.redisson.api.RExecutorServiceAsync
Synchronously submits a value-returning task with defined id and timeToLive parameters for execution asynchronously.
submitAsync(Callable<?>...) - Method in interface org.redisson.api.RExecutorServiceAsync
Submits tasks batch for execution asynchronously.
submitAsync(Callable<T>) - Method in interface org.redisson.api.RExecutorServiceAsync
Submits task for execution asynchronously
submitAsync(Callable<T>, long, TimeUnit) - Method in interface org.redisson.api.RExecutorServiceAsync
Submits a value-returning task with defined timeToLive parameter for execution asynchronously.
subscribe(Collection<String>) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
subscribe(Collection<String>) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
subscribe(Collection<String>) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
subscribe(Collection<String>) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
subscribe(Collection<String>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
subscribe(Collection<String>, ConsumerRebalanceListener) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
subscribe(Collection<String>, ConsumerRebalanceListener) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
subscribe(Collection<String>, ConsumerRebalanceListener) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
subscribe(Collection<String>, ConsumerRebalanceListener) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
subscribe(Collection<String>, ConsumerRebalanceListener) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
subscribe(CompletableFuture<Void>, Codec, ChannelName...) - Method in class org.redisson.client.RedisPubSubConnection
 
subscribe(Pattern) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
subscribe(Pattern) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
subscribe(Pattern) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
subscribe(Pattern) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
subscribe(Pattern) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
subscribe(Pattern, Optional<ConsumerRebalanceListener>) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
subscribe(Pattern, ConsumerRebalanceListener) - Method in interface org.apache.kafka.clients.consumer.Consumer
 
subscribe(Pattern, ConsumerRebalanceListener) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
subscribe(Pattern, ConsumerRebalanceListener) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
subscribe(Pattern, ConsumerRebalanceListener) - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
subscribe(Pattern, ConsumerRebalanceListener) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
subscribe(Set<String>, Optional<ConsumerRebalanceListener>) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
subscribe(Codec, ChannelName...) - Method in class org.redisson.client.RedisPubSubConnection
 
SUBSCRIBE - Enum constant in enum class org.redisson.client.protocol.pubsub.PubSubType
 
SUBSCRIBE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SUBSCRIBE_WITH_KEYEVENT_PATTERN - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.ExpirationEventPolicy
Deprecated.
Subscribe on expire event using __keyevent@*:expired pattern
SUBSCRIBE_WITH_KEYEVENT_PATTERN - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.ExpirationEventPolicy
Subscribe on expire event using __keyevent@*:expired pattern
SUBSCRIBE_WITH_KEYSPACE_CHANNEL - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.ExpirationEventPolicy
Deprecated.
Subscribe on expire event using __keyspace@N__:name channel
SUBSCRIBE_WITH_KEYSPACE_CHANNEL - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.ExpirationEventPolicy
Subscribe on expire event using __keyspace@N__:name channel
subscribeFromPattern(Set<String>) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
SubscribeListener - Class in org.redisson.client
 
SubscribeListener(ChannelName, PubSubType) - Constructor for class org.redisson.client.SubscribeListener
 
subscribeOnElements(Consumer<V>) - Method in interface org.redisson.api.RBlockingQueue
Deprecated.
subscribeOnElements(Function<V, CompletionStage<Void>>) - Method in interface org.redisson.api.RBlockingQueue
Subscribes on elements appeared in this queue.
subscribeOnFirstElements(Consumer<V>) - Method in interface org.redisson.api.RBlockingDeque
Deprecated.
subscribeOnFirstElements(Consumer<V>) - Method in interface org.redisson.api.RScoredSortedSet
Deprecated.
subscribeOnFirstElements(Function<V, CompletionStage<Void>>) - Method in interface org.redisson.api.RBlockingDeque
subscribeOnFirstElements(Function<V, CompletionStage<Void>>) - Method in interface org.redisson.api.RScoredSortedSet
Subscribes on first elements appeared in this set.
subscribeOnLastElements(Consumer<V>) - Method in interface org.redisson.api.RBlockingDeque
Deprecated.
subscribeOnLastElements(Consumer<V>) - Method in interface org.redisson.api.RScoredSortedSet
Deprecated.
subscribeOnLastElements(Function<V, CompletionStage<Void>>) - Method in interface org.redisson.api.RBlockingDeque
Subscribes on last elements appeared in this queue.
subscribeOnLastElements(Function<V, CompletionStage<Void>>) - Method in interface org.redisson.api.RScoredSortedSet
Subscribes on last elements appeared in this set.
subscription() - Method in interface org.apache.kafka.clients.consumer.Consumer
 
subscription() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
Get the current subscription.
subscription() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
subscription() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
subscription() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Get the current subscription.
subscription() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
Subscription(List<String>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
 
Subscription(List<String>, ByteBuffer) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
 
Subscription(List<String>, ByteBuffer, List<TopicPartition>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
 
Subscription(List<String>, ByteBuffer, List<TopicPartition>, int, Optional<String>) - Constructor for class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
 
SUBSCRIPTION_CHANGE - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
SubscriptionChangeApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
Application event indicating that the subscription state has changed, triggered when a user calls the subscribe API.
SubscriptionChangeApplicationEvent() - Constructor for class org.apache.kafka.clients.consumer.internals.events.SubscriptionChangeApplicationEvent
 
SubscriptionMode - Enum Class in org.redisson.config
 
subscriptions - Variable in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
SubscriptionState - Class in org.apache.kafka.clients.consumer.internals
A class for tracking the topics, partitions, and offsets for the consumer.
SubscriptionState(LogContext, OffsetResetStrategy) - Constructor for class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
SubscriptionState.FetchPosition - Class in org.apache.kafka.clients.consumer.internals
Represents the position of a partition subscription.
SubscriptionState.LogTruncation - Class in org.apache.kafka.clients.consumer.internals
 
subscriptionUserData(Set<String>) - Method in interface org.apache.kafka.clients.consumer.ConsumerPartitionAssignor
Return serialized data that will be included in the ConsumerPartitionAssignor.Subscription sent to the leader and can be leveraged in ConsumerPartitionAssignor.assign(Cluster, GroupSubscription) ((e.g.
subscriptionUserData(Set<String>) - Method in class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
 
subscriptionUserData(Set<String>) - Method in class org.apache.kafka.clients.consumer.StickyAssignor
 
subSequence(int, int) - Method in class org.redisson.client.ChannelName
 
SUBTRACT - Enum constant in enum class org.apache.kafka.clients.admin.AlterConfigOp.OpType
(For list-type configuration entries only.) Removes the specified values from the current value of the configuration entry.
succeeded() - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
Check if the request succeeded;
sum() - Method in interface org.redisson.api.RDoubleAdder
Accumulates sum across all RDoubleAdder instances
sum() - Method in interface org.redisson.api.RLongAdder
Accumulates sum across all RLongAdder instances
sum(String) - Static method in interface org.redisson.api.search.aggregate.Reducer
 
SUM - Enum constant in enum class org.redisson.api.RScoredSortedSet.Aggregate
 
sumAsync() - Method in interface org.redisson.api.RDoubleAdder
Accumulates sum across all RDoubleAdder instances
sumAsync() - Method in interface org.redisson.api.RLongAdder
Accumulates sum across all RLongAdder instances
sumAsync(long, TimeUnit) - Method in interface org.redisson.api.RDoubleAdder
Accumulates sum across all RDoubleAdder instances within defined timeout.
sumAsync(long, TimeUnit) - Method in interface org.redisson.api.RLongAdder
Accumulates sum across all RLongAdder instances within defined timeout.
summarize(SummarizeOptions) - Method in class org.redisson.api.search.query.QueryOptions
 
SummarizeOptions - Class in org.redisson.api.search.query
 
SUNION - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SUNIONSTORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SUNIONSTORE_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
SUNSUBSCRIBE - Enum constant in enum class org.redisson.client.protocol.pubsub.PubSubType
 
SUNSUBSCRIBE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
supplier(LogContext, ConsumerMetadata, BlockingQueue<ApplicationEvent>, Supplier<RequestManagers>) - Static method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessor
Creates a Supplier for deferred creation during invocation by ConsumerNetworkThread.
supplier(Time, LogContext, ConsumerMetadata, ConsumerConfig, ApiVersions, Metrics, FetchMetricsManager, ClientTelemetrySender) - Static method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
Creates a Supplier for deferred creation during invocation by ConsumerNetworkThread.
supplier(Time, LogContext, BackgroundEventHandler, ConsumerMetadata, SubscriptionState, FetchBuffer, ConsumerConfig, GroupRebalanceConfig, ApiVersions, FetchMetricsManager, Supplier<NetworkClientDelegate>, Optional<ClientTelemetryReporter>) - Static method in class org.apache.kafka.clients.consumer.internals.RequestManagers
Creates a Supplier for deferred creation during invocation by ConsumerNetworkThread.
supportedFeatures() - Method in class org.apache.kafka.clients.admin.FeatureMetadata
Returns a map of supported feature versions.
supportedProtocols() - Method in interface org.apache.kafka.clients.consumer.ConsumerPartitionAssignor
Indicate which rebalance protocol this assignor works with; By default it should always work with ConsumerPartitionAssignor.RebalanceProtocol.EAGER.
supportedProtocols() - Method in class org.apache.kafka.clients.consumer.CooperativeStickyAssignor
 
SupportedVersionRange - Class in org.apache.kafka.clients.admin
Represents a range of versions that a particular broker supports for some feature.
swapdb(int, int) - Method in interface org.redisson.api.RKeys
Swap two databases.
swapdb(int, int) - Method in interface org.redisson.api.RKeysReactive
Swap two databases.
swapdb(int, int) - Method in interface org.redisson.api.RKeysRx
Swap two databases.
SWAPDB - Static variable in interface org.redisson.client.protocol.RedisCommands
 
swapdbAsync(int, int) - Method in interface org.redisson.api.RKeysAsync
Swap two databases.
sync() - Method in interface org.redisson.api.RFuture
Deprecated.
sync(int, Duration) - Method in class org.redisson.api.BatchOptions
Synchronize write operations execution within defined timeout across specified amount of Redis slave nodes.
sync(Codec, RedisCommand<T>, Object...) - Method in class org.redisson.client.RedisConnection
 
sync(RedisCommand<T>, Object...) - Method in class org.redisson.client.RedisConnection
 
syncAOF(int, int, Duration) - Method in class org.redisson.api.BatchOptions
Synchronize write operations to the AOF within defined timeout across specified amount of Redis slave nodes and local Redis.
syncSlaves(int, long, TimeUnit) - Method in class org.redisson.api.BatchOptions
Deprecated.
syncSlaves(int, long, TimeUnit) - Method in class org.redisson.api.TransactionOptions
Synchronize write operations execution within defined timeout across specified amount of Redis slave nodes.
syncSlavesTimeout(long, TimeUnit) - Method in class org.redisson.api.TransactionOptions
Deprecated.
syncStrategy(LocalCachedMapOptions.SyncStrategy) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Defines local cache synchronization strategy.
syncStrategy(LocalCachedMapOptions.SyncStrategy) - Method in interface org.redisson.api.options.LocalCachedMapOptions
Defines local cache synchronization strategy.
syncStrategy(LocalCachedMapOptions.SyncStrategy) - Method in class org.redisson.api.options.LocalCachedMapParams
Defines local cache synchronization strategy.
syncUninterruptibly() - Method in interface org.redisson.api.RFuture
Deprecated.
synonyms() - Method in class org.apache.kafka.clients.admin.ConfigEntry
Returns all config values that may be used as the value of this config along with their source, in the order of precedence.
SYNTAX_ERROR - Static variable in interface com.rabbitmq.client.AMQP
 

T

tableSize(Map<String, Object>) - Static method in class com.rabbitmq.client.impl.Frame
Computes the AMQP wire-protocol length of protocol-encoded table entries.
tag(String) - Static method in interface org.redisson.api.search.index.FieldIndex
Returns tag field index
TagIndex - Interface in org.redisson.api.search.index
Tag field index options.
TagIndexParams - Class in org.redisson.api.search.index
 
TagIndexParams(String) - Constructor for class org.redisson.api.search.index.TagIndexParams
 
tags(String, String) - Method in class org.redisson.api.search.query.HighlightOptions
 
take() - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
 
take() - Method in interface org.redisson.api.RBlockingQueueReactive
Retrieves and removes the head of this queue in async mode, waiting if necessary until an element becomes available.
take() - Method in interface org.redisson.api.RBlockingQueueRx
Retrieves and removes the head of this queue in async mode, waiting if necessary until an element becomes available.
takeAsync() - Method in interface org.redisson.api.RBlockingQueueAsync
Retrieves and removes the head of this queue in async mode, waiting if necessary until an element becomes available.
takeElements() - Method in interface org.redisson.api.RBlockingQueueReactive
Retrieves and removes continues stream of elements from the head of this queue.
takeElements() - Method in interface org.redisson.api.RBlockingQueueRx
Retrieves and removes continues stream of elements from the head of this queue.
takeFirst() - Method in interface org.redisson.api.RBlockingDequeReactive
Retrieves and removes value at the head of queue.
takeFirst() - Method in interface org.redisson.api.RBlockingDequeRx
Retrieves and removes value at the head of queue.
takeFirst() - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the head element waiting if necessary for an element to become available.
takeFirst() - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the head element waiting if necessary for an element to become available.
takeFirst() - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the head element waiting if necessary for an element to become available.
takeFirstAsync() - Method in interface org.redisson.api.RBlockingDequeAsync
Retrieves and removes value at the head of queue.
takeFirstAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the head element waiting if necessary for an element to become available.
takeFirstElements() - Method in interface org.redisson.api.RBlockingDequeReactive
Retrieves and removes continues stream of elements from the head of this queue.
takeFirstElements() - Method in interface org.redisson.api.RBlockingDequeRx
Retrieves and removes continues stream of elements from the head of this queue.
takeFirstElements() - Method in interface org.redisson.api.RScoredSortedSetReactive
Retrieves and removes continues stream of elements from the head of this queue.
takeFirstElements() - Method in interface org.redisson.api.RScoredSortedSetRx
Retrieves and removes continues stream of elements from the head.
takeLast() - Method in interface org.redisson.api.RBlockingDequeReactive
Retrieves and removes value at the tail of queue.
takeLast() - Method in interface org.redisson.api.RBlockingDequeRx
Retrieves and removes value at the tail of queue.
takeLast() - Method in interface org.redisson.api.RScoredSortedSet
Removes and returns the tail element waiting if necessary for an element to become available.
takeLast() - Method in interface org.redisson.api.RScoredSortedSetReactive
Removes and returns the tail element waiting if necessary for an element to become available.
takeLast() - Method in interface org.redisson.api.RScoredSortedSetRx
Removes and returns the tail element waiting if necessary for an element to become available.
takeLastAndOfferFirstTo(String) - Method in interface org.redisson.api.RBlockingQueue
Retrieves and removes last available tail element of any queue and adds it at the head of queueName, waiting if necessary for an element to become available in any of defined queues including queue itself.
takeLastAndOfferFirstTo(String) - Method in interface org.redisson.api.RBlockingQueueReactive
Retrieves and removes last available tail element of any queue and adds it at the head of queueName, waiting if necessary for an element to become available in any of defined queues including queue itself.
takeLastAndOfferFirstTo(String) - Method in interface org.redisson.api.RBlockingQueueRx
Retrieves and removes last available tail element of any queue and adds it at the head of queueName, waiting if necessary for an element to become available in any of defined queues including queue itself.
takeLastAndOfferFirstToAsync(String) - Method in interface org.redisson.api.RBlockingQueueAsync
Retrieves and removes last available tail element of any queue and adds it at the head of queueName, waiting if necessary for an element to become available in any of defined queues including queue itself.
takeLastAsync() - Method in interface org.redisson.api.RBlockingDequeAsync
Retrieves and removes value at the tail of queue.
takeLastAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
Removes and returns the tail element waiting if necessary for an element to become available.
takeLastElements() - Method in interface org.redisson.api.RBlockingDequeReactive
Retrieves and removes continues stream of elements from the tail of this queue.
takeLastElements() - Method in interface org.redisson.api.RBlockingDequeRx
Retrieves and removes continues stream of elements from the tail of this queue.
takeLastElements() - Method in interface org.redisson.api.RScoredSortedSetReactive
Retrieves and removes continues stream of elements from the tail of this queue.
takeLastElements() - Method in interface org.redisson.api.RScoredSortedSetRx
Retrieves and removes continues stream of elements from the tail.
targetReplicas() - Method in class org.apache.kafka.clients.admin.NewPartitionReassignment
 
TaskFailureListener - Interface in org.redisson.api.executor
Task listener invoked when task was failed during execution
TaskFinishedListener - Interface in org.redisson.api.executor
Task listener invoked when task was finished
TaskListener - Interface in org.redisson.api.executor
Base task listener interface
taskRetryInterval(long, TimeUnit) - Method in class org.redisson.api.ExecutorOptions
Deprecated.
Defines task retry interval at the end of which task is executed again by ExecutorService worker.
taskRetryInterval(Duration) - Method in interface org.redisson.api.options.ExecutorOptions
Defines task retry interval at the end of which task is executed again by ExecutorService worker.
taskRetryInterval(Duration) - Method in class org.redisson.api.options.ExecutorParams
 
TaskStartedListener - Interface in org.redisson.api.executor
Task listener invoked when task was started
TaskSuccessListener - Interface in org.redisson.api.executor
Task listener invoked when task was succeeded
temporary(Long) - Method in class org.redisson.api.search.index.IndexOptions
 
terminateMainloop() - Method in class com.rabbitmq.client.RpcServer
Call this method to terminate the mainloop.
TestOnly - Annotation Interface in org.jetbrains.annotations
A member or type annotated with TestOnly claims that it should be used from testing code only.
text() - Element in annotation interface org.jetbrains.annotations.Debug.Renderer
Expression to be evaluated and used as the textual representation of the object.
this refers to the class instance being presented
text(String) - Static method in interface org.redisson.api.search.index.FieldIndex
Returns text field index
TEXT_PLAIN - Static variable in class com.rabbitmq.client.MessageProperties
Content-type "text/plain", deliveryMode 1 (nonpersistent), priority zero
TextIndex - Interface in org.redisson.api.search.index
Text field index options.
TextIndexParams - Class in org.redisson.api.search.index
 
throttleTimeSensor() - Method in class org.apache.kafka.clients.consumer.internals.FetchMetricsManager
 
throttleTimeSensor(SenderMetricsRegistry) - Static method in class org.apache.kafka.clients.producer.internals.Sender
 
ThrowableMixIn() - Constructor for class org.redisson.codec.JsonJacksonCodec.ThrowableMixIn
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Access.RequestOk.Builder
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Basic.Consume.Builder
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Basic.Get.Builder
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Basic.Publish.Builder
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Exchange.Bind.Builder
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Exchange.Delete.Builder
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Exchange.Unbind.Builder
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Queue.Bind.Builder
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Queue.Declare.Builder
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Queue.Delete.Builder
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Queue.Purge.Builder
 
ticket(int) - Method in class com.rabbitmq.client.AMQP.Queue.Unbind.Builder
 
time - Variable in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
time - Variable in class org.apache.kafka.clients.consumer.internals.AbstractFetch
 
time() - Method in interface org.redisson.api.Node
Deprecated.
Returns current Redis server time in seconds
time() - Method in interface org.redisson.api.redisnode.RedisNode
Returns current Redis server time in seconds
Time - Class in org.redisson.client.protocol
 
Time(int, int) - Constructor for class org.redisson.client.protocol.Time
 
TIME - Static variable in interface org.redisson.client.protocol.RedisCommands
 
TIME_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
timeAsync() - Method in interface org.redisson.api.NodeAsync
Deprecated.
 
timeAsync() - Method in interface org.redisson.api.redisnode.RedisNodeAsync
Returns current Redis server time in seconds
timeBeforeExpiration(OAuth2ClientCredentialsGrantCredentialsProvider.Token) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
timeBeforeExpiration(T) - Method in class com.rabbitmq.client.impl.RefreshProtectedCredentialsProvider
 
TimeLongObjectDecoder - Class in org.redisson.client.protocol.decoder
 
TimeLongObjectDecoder() - Constructor for class org.redisson.client.protocol.decoder.TimeLongObjectDecoder
 
TimeLongObjectDecoder(TimeUnit) - Constructor for class org.redisson.client.protocol.decoder.TimeLongObjectDecoder
 
TimeObjectDecoder - Class in org.redisson.client.protocol.convertor
 
TimeObjectDecoder() - Constructor for class org.redisson.client.protocol.convertor.TimeObjectDecoder
 
timeout() - Method in class org.apache.kafka.clients.consumer.internals.events.FetchCommittedOffsetsApplicationEvent
 
timeout(int) - Method in class com.rabbitmq.client.RpcClientParams
Set the timeout in milliseconds to use on call responses.
timeout(long, TimeUnit) - Method in interface org.redisson.api.mapreduce.RCollectionMapReduce
Defines timeout for MapReduce process
timeout(long, TimeUnit) - Method in interface org.redisson.api.mapreduce.RMapReduce
Defines timeout for MapReduce process.
timeout(long, TimeUnit) - Method in class org.redisson.api.TransactionOptions
If transaction hasn't been committed within timeout it will rollback automatically.
timeout(Long) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
timeout(Long) - Method in class org.redisson.api.search.query.QueryOptions
 
timeout(Duration) - Method in class org.redisson.api.options.CommonParams
 
timeout(Duration) - Method in class org.redisson.api.options.ExecutorParams
 
timeout(Duration) - Method in class org.redisson.api.options.JsonBucketParams
 
timeout(Duration) - Method in class org.redisson.api.options.KeysParams
 
timeout(Duration) - Method in class org.redisson.api.options.LiveObjectParams
 
timeout(Duration) - Method in class org.redisson.api.options.LocalCachedMapParams
 
timeout(Duration) - Method in class org.redisson.api.options.MapCacheParams
 
timeout(Duration) - Method in class org.redisson.api.options.MapParams
 
timeout(Duration) - Method in class org.redisson.api.options.OptionalParams
 
timeout(Duration) - Method in class org.redisson.api.options.PatternTopicParams
 
timeout(Duration) - Method in class org.redisson.api.options.PlainParams
 
timeout(Duration) - Method in interface org.redisson.api.options.InvocationOptions
Defines Redis server response timeout.
timeout(Duration) - Method in interface org.redisson.api.stream.StreamMultiReadArgs
Defines time interval to wait for stream data availability.
timeout(Duration) - Method in interface org.redisson.api.stream.StreamMultiReadGroupArgs
Defines time interval to wait for stream data availability.
timeout(Duration) - Method in class org.redisson.api.stream.StreamMultiReadGroupParams
 
timeout(Duration) - Method in class org.redisson.api.stream.StreamMultiReadParams
 
timeout(Duration) - Method in interface org.redisson.api.stream.StreamReadArgs
Defines time interval to wait for stream data availability.
timeout(Duration) - Method in interface org.redisson.api.stream.StreamReadGroupArgs
Defines time interval to wait for stream data availability.
timeout(Duration) - Method in class org.redisson.api.stream.StreamReadGroupParams
 
timeout(Duration) - Method in class org.redisson.api.stream.StreamReadParams
 
timeoutMs - Variable in class org.apache.kafka.clients.admin.AbstractOptions
 
timeoutMs() - Method in class org.apache.kafka.clients.admin.AbstractOptions
The timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.AbstractOptions
Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.AlterConfigsOptions
Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.CreateAclsOptions
Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.CreateTopicsOptions
Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.DeleteAclsOptions
Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.DeleteTopicsOptions
Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.DescribeAclsOptions
Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.DescribeClusterOptions
Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.DescribeConfigsOptions
Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.DescribeTopicsOptions
Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
timeoutMs(Integer) - Method in class org.apache.kafka.clients.admin.ListTopicsOptions
Set the timeout in milliseconds for this operation or null if the default api timeout for the AdminClient should be used.
TimeSeriesEntry<V,L> - Class in org.redisson.api
Time-series collection entry
TimeSeriesEntry(long, V) - Constructor for class org.redisson.api.TimeSeriesEntry
 
TimeSeriesEntry(long, V, L) - Constructor for class org.redisson.api.TimeSeriesEntry
 
TimeSeriesEntryReplayDecoder - Class in org.redisson.client.protocol.decoder
 
TimeSeriesEntryReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.TimeSeriesEntryReplayDecoder
 
TimeSeriesEntryReplayDecoder(boolean) - Constructor for class org.redisson.client.protocol.decoder.TimeSeriesEntryReplayDecoder
 
TimeSeriesFirstEntryReplayDecoder - Class in org.redisson.client.protocol.decoder
 
TimeSeriesFirstEntryReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.TimeSeriesFirstEntryReplayDecoder
 
TimeSeriesSingleEntryReplayDecoder - Class in org.redisson.client.protocol.decoder
 
TimeSeriesSingleEntryReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.TimeSeriesSingleEntryReplayDecoder
 
timestamp() - Method in class org.apache.kafka.clients.admin.ListOffsetsResult.ListOffsetsResultInfo
 
timestamp() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
The timestamp of this record, in milliseconds elapsed since unix epoch.
timestamp() - Method in class org.apache.kafka.clients.consumer.OffsetAndTimestamp
 
timestamp() - Method in class org.apache.kafka.clients.producer.ProducerRecord
 
timestamp() - Method in class org.apache.kafka.clients.producer.RecordMetadata
The timestamp of the record in the topic/partition.
timestamp(Date) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
timestampsToSearch() - Method in class org.apache.kafka.clients.consumer.internals.events.ListOffsetsApplicationEvent
 
timestampType() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
The timestamp type of this record
timeToLive(long) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Defines time to live in milliseconds of each map entry in local cache.
timeToLive(long, TimeUnit) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
Defines time to live of each map entry in local cache.
timeToLive(Duration) - Method in interface org.redisson.api.options.LocalCachedMapOptions
Defines time to live in milliseconds of each map entry in local cache.
timeToLive(Duration) - Method in class org.redisson.api.options.LocalCachedMapParams
Defines time to live in milliseconds of each map entry in local cache.
timeToNextHeartbeat(long) - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator
 
timeToNextPoll(long) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
Return the time to the next needed invocation of ConsumerNetworkClient.poll(Timer).
timeUntilNextPollMs - Variable in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.PollResult
 
Title - Enum constant in enum class org.jetbrains.annotations.Nls.Capitalization
e.g.
tls() - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder
Get access to the TLS configuration to get the token on HTTPS.
TlsConfiguration(OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder) - Constructor for class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration
 
TlsUtils - Class in com.rabbitmq.client.impl
Utility to extract information from X509 certificates.
TlsUtils() - Constructor for class com.rabbitmq.client.impl.TlsUtils
 
to() - Element in annotation interface org.jetbrains.annotations.Range
 
toArray() - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
 
toArray() - Method in interface org.redisson.api.RScoredSortedSet
Returns this sorted set in array of Object type.
toArray(T[]) - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
 
toArray(T[]) - Method in interface org.redisson.api.RScoredSortedSet
Returns this sorted set in array of defined type.
toByteArray() - Method in interface org.redisson.api.RBitSet
 
toByteArray() - Method in interface org.redisson.api.RBitSetReactive
 
toByteArray() - Method in interface org.redisson.api.RBitSetRx
 
toByteArrayAsync() - Method in interface org.redisson.api.RBitSetAsync
 
toFrame(int) - Method in class com.rabbitmq.client.impl.Method
 
toFrame(int, long) - Method in class com.rabbitmq.client.impl.AMQContentHeader
toggle(String) - Method in interface org.redisson.api.RJsonBucket
Toggle boolean value specified by JSONPath
toggle(String) - Method in interface org.redisson.api.RJsonBucketReactive
Toggle Mono value specified by JSONPath
toggle(String) - Method in interface org.redisson.api.RJsonBucketRx
Toggle Single value specified by JSONPath
toggleAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Toggle boolean value specified by JSONPath
toggleMulti(String) - Method in interface org.redisson.api.RJsonBucket
Toggle boolean values specified by JSONPath
toggleMulti(String) - Method in interface org.redisson.api.RJsonBucketReactive
Toggle Mono values specified by JSONPath
toggleMulti(String) - Method in interface org.redisson.api.RJsonBucketRx
Toggle Single values specified by JSONPath
toggleMultiAsync(String) - Method in interface org.redisson.api.RJsonBucketAsync
Toggle boolean values specified by JSONPath
toInetSocketAddress(int) - Method in class com.rabbitmq.client.Address
Construct an InetSocketAddress for this address with a specific port
toInetSocketAddress(int) - Method in class com.rabbitmq.client.ResolvedInetAddress
 
toJSON() - Method in class org.redisson.config.Config
Deprecated.
toJSON(Config) - Method in class org.redisson.config.ConfigSupport
 
Token(String, int, Instant) - Constructor for class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.Token
 
tokenEndpointUri(String) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder
Set the URI to request to get the token.
toList(String) - Static method in interface org.redisson.api.search.aggregate.Reducer
 
toMillis(long) - Method in enum class org.redisson.api.RateIntervalUnit
 
topic() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
The topic this record is received from (never null)
topic() - Method in class org.apache.kafka.clients.consumer.internals.events.TopicMetadataApplicationEvent
 
topic() - Method in class org.apache.kafka.clients.producer.ProducerRecord
 
topic() - Method in class org.apache.kafka.clients.producer.RecordMetadata
The topic the record was appended to
TOPIC - Enum constant in enum class com.rabbitmq.client.BuiltinExchangeType
 
TOPIC_METADATA - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
topicByteRate(Map<String, String>) - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
topicBytesConsumedRate - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
topicBytesConsumedTotal - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
topicByteTotal(Map<String, String>) - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
topicCompressionRate(Map<String, String>) - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
TopicDescription - Class in org.apache.kafka.clients.admin
A detailed description of a single topic in the cluster.
TopicDescription(String, boolean, List<TopicPartitionInfo>) - Constructor for class org.apache.kafka.clients.admin.TopicDescription
Create an instance with the specified parameters.
TopicDescription(String, boolean, List<TopicPartitionInfo>, Set<AclOperation>) - Constructor for class org.apache.kafka.clients.admin.TopicDescription
Create an instance with the specified parameters.
TopicDescription(String, boolean, List<TopicPartitionInfo>, Set<AclOperation>, Uuid) - Constructor for class org.apache.kafka.clients.admin.TopicDescription
Create an instance with the specified parameters.
topicFetchSizeAvg - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
topicFetchSizeMax - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
topicId() - Method in class org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
 
topicId() - Method in class org.apache.kafka.clients.admin.TopicDescription
 
topicId() - Method in class org.apache.kafka.clients.admin.TopicListing
The id of the topic.
topicId(String) - Method in class org.apache.kafka.clients.admin.CreateTopicsResult
Returns a future that provides topic ID for the topic when the request completes.
TopicIdPartitionComparator() - Constructor for class org.apache.kafka.clients.consumer.internals.Utils.TopicIdPartitionComparator
 
topicIdValues() - Method in class org.apache.kafka.clients.admin.DeleteTopicsResult
topicIdValues() - Method in class org.apache.kafka.clients.admin.DescribeTopicsResult
TopicListing - Class in org.apache.kafka.clients.admin
A listing of a topic in the cluster.
TopicListing(String, boolean) - Constructor for class org.apache.kafka.clients.admin.TopicListing
Deprecated.
TopicListing(String, Uuid, boolean) - Constructor for class org.apache.kafka.clients.admin.TopicListing
Create an instance with the specified parameters.
TopicMetadataAndConfig(ApiException) - Constructor for class org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
 
TopicMetadataAndConfig(Uuid, int, int, Config) - Constructor for class org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
 
TopicMetadataApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
 
TopicMetadataApplicationEvent(long) - Constructor for class org.apache.kafka.clients.consumer.internals.events.TopicMetadataApplicationEvent
 
TopicMetadataApplicationEvent(String, long) - Constructor for class org.apache.kafka.clients.consumer.internals.events.TopicMetadataApplicationEvent
 
TopicMetadataFetcher - Class in org.apache.kafka.clients.consumer.internals
TopicMetadataFetcher is responsible for fetching the PartitionInfo for a given set of topics.
TopicMetadataFetcher(LogContext, ConsumerNetworkClient, long, long) - Constructor for class org.apache.kafka.clients.consumer.internals.TopicMetadataFetcher
 
topicMetadataRequestManager - Variable in class org.apache.kafka.clients.consumer.internals.RequestManagers
 
TopicMetadataRequestManager - Class in org.apache.kafka.clients.consumer.internals
Manages the state of topic metadata requests.
TopicMetadataRequestManager(LogContext, ConsumerConfig) - Constructor for class org.apache.kafka.clients.consumer.internals.TopicMetadataRequestManager
 
topicNameValues() - Method in class org.apache.kafka.clients.admin.DeleteTopicsResult
topicNameValues() - Method in class org.apache.kafka.clients.admin.DescribeTopicsResult
topicPartition - Variable in class org.apache.kafka.clients.consumer.internals.SubscriptionState.LogTruncation
 
topicPartition() - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
 
topicPartition() - Method in class org.apache.kafka.clients.producer.internals.ProduceRequestResult
The topic and partition to which the record was appended
TopicPartitionComparator() - Constructor for class org.apache.kafka.clients.consumer.internals.Utils.TopicPartitionComparator
 
topicPartitions() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions
Deprecated.
topicPartitions() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsSpec
Returns the topic partitions whose offsets are to be listed for a consumer group.
topicPartitions() - Method in class org.apache.kafka.clients.admin.MemberAssignment
The topic partitions assigned to a group member.
topicPartitions() - Method in class org.apache.kafka.clients.admin.TransactionDescription
 
topicPartitions(Collection<TopicPartition>) - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsSpec
Set the topic partitions whose offsets are to be listed for a consumer group.
topicPartitions(List<TopicPartition>) - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsOptions
Deprecated.
topicRecordErrorRate(Map<String, String>) - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
topicRecordErrorTotal(Map<String, String>) - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
topicRecordRetryRate(Map<String, String>) - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
topicRecordRetryTotal(Map<String, String>) - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
topicRecordsConsumedRate - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
topicRecordsConsumedTotal - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
topicRecordSendRate(Map<String, String>) - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
topicRecordSendTotal(Map<String, String>) - Method in class org.apache.kafka.clients.producer.internals.SenderMetricsRegistry
 
topicRecordsPerRequestAvg - Variable in class org.apache.kafka.clients.consumer.internals.FetchMetricsRegistry
 
topics() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
 
TOPOLOGY_RECOVERY_ENABLED - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
TopologyRecoveryException - Exception Class in com.rabbitmq.client
Indicates an exception thrown during topology recovery.
TopologyRecoveryException(String, Throwable) - Constructor for exception class com.rabbitmq.client.TopologyRecoveryException
 
TopologyRecoveryException(String, Throwable, RecordedEntity) - Constructor for exception class com.rabbitmq.client.TopologyRecoveryException
 
TopologyRecoveryFilter - Interface in com.rabbitmq.client.impl.recovery
Filter to know whether entities should be recovered or not.
TopologyRecoveryRetryHandlerBuilder - Class in com.rabbitmq.client.impl.recovery
Builder to ease creation of DefaultRetryHandler instances.
TopologyRecoveryRetryHandlerBuilder() - Constructor for class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryHandlerBuilder
 
TopologyRecoveryRetryLogic - Class in com.rabbitmq.client.impl.recovery
Useful ready-to-use conditions and operations for DefaultRetryHandler.
TopologyRecoveryRetryLogic() - Constructor for class com.rabbitmq.client.impl.recovery.TopologyRecoveryRetryLogic
 
toString() - Method in class com.rabbitmq.client.Address
 
toString() - Method in class com.rabbitmq.client.Envelope
 
toString() - Method in class com.rabbitmq.client.GetResponse
 
toString() - Method in class com.rabbitmq.client.impl.AMQChannel
 
toString() - Method in class com.rabbitmq.client.impl.AMQCommand
 
toString() - Method in class com.rabbitmq.client.impl.AMQConnection
 
toString() - Method in class com.rabbitmq.client.impl.AMQContentHeader
 
toString() - Method in class com.rabbitmq.client.impl.Frame
 
toString() - Method in class com.rabbitmq.client.impl.Method
 
toString() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
toString() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringConnection
 
toString() - Method in class com.rabbitmq.client.impl.recovery.RecordedConsumer
 
toString() - Method in class com.rabbitmq.client.impl.recovery.RecordedExchange
 
toString() - Method in class com.rabbitmq.client.impl.recovery.RecordedExchangeBinding
 
toString() - Method in class com.rabbitmq.client.impl.recovery.RecordedQueue
 
toString() - Method in class com.rabbitmq.client.impl.recovery.RecordedQueueBinding
 
toString() - Method in class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
 
toString() - Method in class com.rabbitmq.client.impl.Version
Retrieve a String representation of the version in the standard AMQP version format of major-minor.
toString() - Method in interface com.rabbitmq.client.LongString
Get the content as a String.
toString() - Method in exception class com.rabbitmq.client.UnexpectedMethodError
Return a string representation of this error.
toString() - Method in exception class com.rabbitmq.client.UnknownClassOrMethodId
 
toString() - Method in class com.zaxxer.hikari.HikariDataSource
toString() - Method in class org.apache.kafka.clients.admin.AbortTransactionOptions
 
toString() - Method in class org.apache.kafka.clients.admin.AbortTransactionSpec
 
toString() - Method in class org.apache.kafka.clients.admin.AlterConfigOp
 
toString() - Method in class org.apache.kafka.clients.admin.ClientMetricsResourceListing
 
toString() - Method in class org.apache.kafka.clients.admin.Config
 
toString() - Method in class org.apache.kafka.clients.admin.ConfigEntry.ConfigSynonym
 
toString() - Method in class org.apache.kafka.clients.admin.ConfigEntry
Override toString to redact sensitive value.
toString() - Method in class org.apache.kafka.clients.admin.ConsumerGroupDescription
 
toString() - Method in class org.apache.kafka.clients.admin.ConsumerGroupListing
 
toString() - Method in class org.apache.kafka.clients.admin.DescribeProducersOptions
 
toString() - Method in class org.apache.kafka.clients.admin.DescribeProducersResult.PartitionProducerState
 
toString() - Method in class org.apache.kafka.clients.admin.DescribeReplicaLogDirsResult.ReplicaLogDirInfo
 
toString() - Method in class org.apache.kafka.clients.admin.DescribeTransactionsOptions
 
toString() - Method in class org.apache.kafka.clients.admin.FeatureMetadata
 
toString() - Method in class org.apache.kafka.clients.admin.FeatureUpdate
 
toString() - Method in class org.apache.kafka.clients.admin.FenceProducersOptions
 
toString() - Method in class org.apache.kafka.clients.admin.FinalizedVersionRange
 
toString() - Method in class org.apache.kafka.clients.admin.internals.AdminApiDriver.RequestSpec
 
toString() - Method in class org.apache.kafka.clients.admin.internals.AdminBootstrapAddresses
 
toString() - Method in class org.apache.kafka.clients.admin.internals.AllBrokersStrategy.BrokerKey
 
toString() - Method in class org.apache.kafka.clients.admin.internals.CoordinatorKey
 
toString() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupOffsetsSpec
 
toString() - Method in class org.apache.kafka.clients.admin.ListOffsetsResult.ListOffsetsResultInfo
 
toString() - Method in class org.apache.kafka.clients.admin.ListTopicsOptions
 
toString() - Method in class org.apache.kafka.clients.admin.ListTransactionsOptions
 
toString() - Method in class org.apache.kafka.clients.admin.LogDirDescription
 
toString() - Method in class org.apache.kafka.clients.admin.MemberAssignment
 
toString() - Method in class org.apache.kafka.clients.admin.MemberDescription
 
toString() - Method in class org.apache.kafka.clients.admin.NewPartitions
 
toString() - Method in class org.apache.kafka.clients.admin.NewTopic
 
toString() - Method in class org.apache.kafka.clients.admin.PartitionReassignment
 
toString() - Method in class org.apache.kafka.clients.admin.ProducerState
 
toString() - Method in class org.apache.kafka.clients.admin.QuorumInfo.ReplicaState
 
toString() - Method in class org.apache.kafka.clients.admin.QuorumInfo
 
toString() - Method in class org.apache.kafka.clients.admin.RecordsToDelete
 
toString() - Method in class org.apache.kafka.clients.admin.ReplicaInfo
 
toString() - Method in class org.apache.kafka.clients.admin.ScramCredentialInfo
 
toString() - Method in class org.apache.kafka.clients.admin.SupportedVersionRange
 
toString() - Method in class org.apache.kafka.clients.admin.TopicDescription
 
toString() - Method in class org.apache.kafka.clients.admin.TopicListing
 
toString() - Method in class org.apache.kafka.clients.admin.TransactionDescription
 
toString() - Method in class org.apache.kafka.clients.admin.TransactionListing
 
toString() - Method in enum class org.apache.kafka.clients.admin.TransactionState
 
toString() - Method in class org.apache.kafka.clients.admin.UserScramCredentialsDescription
 
toString() - Method in class org.apache.kafka.clients.consumer.ConsumerGroupMetadata
 
toString() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Assignment
 
toString() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.GroupAssignment
 
toString() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.GroupSubscription
 
toString() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
 
toString() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.Generation
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor.MemberInfo
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.Deserializers
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.AssignmentChangeApplicationEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.BackgroundEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.CommitApplicationEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.CommitOnCloseApplicationEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.CompletableApplicationEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.CompletableBackgroundEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackCompletedEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackNeededEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.ErrorBackgroundEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.FetchCommittedOffsetsApplicationEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.GroupMetadataUpdateEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.LeaveOnCloseApplicationEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.ListOffsetsApplicationEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.NewTopicsMetadataUpdateRequestEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.PollApplicationEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.events.TopicMetadataApplicationEvent
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.FetchConfig
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.UnsentRequest
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState.FetchPosition
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState.LogTruncation
 
toString() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
toString() - Method in class org.apache.kafka.clients.consumer.OffsetAndMetadata
 
toString() - Method in class org.apache.kafka.clients.consumer.OffsetAndTimestamp
 
toString() - Method in enum class org.apache.kafka.clients.consumer.OffsetResetStrategy
 
toString() - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
 
toString() - Method in class org.apache.kafka.clients.producer.ProducerRecord
 
toString() - Method in class org.apache.kafka.clients.producer.RecordMetadata
 
toString() - Method in class org.redisson.api.BatchOptions
 
toString() - Method in class org.redisson.api.GeoPosition
 
toString() - Method in class org.redisson.api.map.event.EntryEvent
 
toString() - Method in class org.redisson.api.PendingEntry
 
toString() - Method in class org.redisson.api.RemoteInvocationOptions
 
toString() - Method in class org.redisson.api.search.index.IndexInfo
 
toString() - Method in enum class org.redisson.api.search.index.PhoneticMatcher
 
toString() - Method in class org.redisson.api.StreamGroup
 
toString() - Method in class org.redisson.api.StreamMessageId
 
toString() - Method in class org.redisson.api.TimeSeriesEntry
 
toString() - Method in class org.redisson.client.ChannelName
 
toString() - Method in class org.redisson.client.codec.BaseCodec
 
toString() - Method in class org.redisson.client.handler.State
 
toString() - Method in class org.redisson.client.handler.StateLevel
 
toString() - Method in class org.redisson.client.protocol.CommandData
 
toString() - Method in class org.redisson.client.protocol.CommandsData
 
toString() - Method in class org.redisson.client.protocol.decoder.ListScanResult
 
toString() - Method in class org.redisson.client.protocol.pubsub.PubSubMessage
 
toString() - Method in class org.redisson.client.protocol.pubsub.PubSubPatternMessage
 
toString() - Method in class org.redisson.client.protocol.pubsub.PubSubStatusMessage
 
toString() - Method in class org.redisson.client.protocol.QueueCommandHolder
 
toString() - Method in class org.redisson.client.protocol.RedisCommand
 
toString() - Method in class org.redisson.client.protocol.ScoredEntry
 
toString() - Method in class org.redisson.client.RedisConnection
 
toString(boolean) - Method in class com.rabbitmq.client.impl.AMQCommand
 
toStringBase() - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
 
toStringBase() - Method in class org.apache.kafka.clients.consumer.internals.events.BackgroundEvent
 
toStringBase() - Method in class org.apache.kafka.clients.consumer.internals.events.CompletableApplicationEvent
 
toStringBase() - Method in class org.apache.kafka.clients.consumer.internals.events.CompletableBackgroundEvent
 
toStringBase() - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackCompletedEvent
 
toStringBase() - Method in class org.apache.kafka.clients.consumer.internals.events.ConsumerRebalanceListenerCallbackNeededEvent
 
toStringBase() - Method in class org.apache.kafka.clients.consumer.internals.events.GroupMetadataUpdateEvent
 
totalBytes() - Method in class org.apache.kafka.clients.admin.LogDirDescription
The total size of the volume this log directory is on or empty if the broker did not return a value.
totalCount() - Method in class org.apache.kafka.clients.admin.NewPartitions
The total number of partitions after the operation succeeds.
totalMemory() - Method in class org.apache.kafka.clients.producer.internals.BufferPool
The total memory managed by this pool
touch() - Method in interface org.redisson.api.RObject
Update the last access time of an object.
touch() - Method in interface org.redisson.api.RObjectReactive
Update the last access time of an object.
touch() - Method in interface org.redisson.api.RObjectRx
Update the last access time of an object.
touch(String...) - Method in interface org.redisson.api.RKeys
Update the last access time of an object.
touch(String...) - Method in interface org.redisson.api.RKeysReactive
Update the last access time of an object.
touch(String...) - Method in interface org.redisson.api.RKeysRx
Update the last access time of an object.
TOUCH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
TOUCH_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
touchAsync() - Method in interface org.redisson.api.RObjectAsync
Update the last access time of an object in async mode.
touchAsync(String...) - Method in interface org.redisson.api.RKeysAsync
Update the last access time of an object.
toYaml(String, Iterable<String>, Function<String, String>, boolean) - Static method in class org.redisson.config.PropertiesConvertor
 
toYAML() - Method in class org.redisson.config.Config
Convert current configuration to YAML format
toYAML(Config) - Method in class org.redisson.config.ConfigSupport
 
TrackingListener - Interface in org.redisson.api.listener
Redisson Object Event listener for client tracking event published by Redis.
TrafficListener - Interface in com.rabbitmq.client
Contract to log outbound and inbound Commands.
TRANSACTION_TIMEOUT_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
transaction.timeout.ms
TRANSACTION_TIMEOUT_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
 
transactionAborted() - Method in class org.apache.kafka.clients.producer.MockProducer
 
TRANSACTIONAL_ID_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
transactional.id
TRANSACTIONAL_ID_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
 
transactionalId() - Method in class org.apache.kafka.clients.admin.TransactionListing
 
transactionalId() - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
TransactionalRequestResult - Class in org.apache.kafka.clients.producer.internals
 
TransactionalRequestResult(String) - Constructor for class org.apache.kafka.clients.producer.internals.TransactionalRequestResult
 
transactionCommitted() - Method in class org.apache.kafka.clients.producer.MockProducer
 
TransactionDescription - Class in org.apache.kafka.clients.admin
 
TransactionDescription(int, TransactionState, long, int, long, OptionalLong, Set<TopicPartition>) - Constructor for class org.apache.kafka.clients.admin.TransactionDescription
 
transactionInFlight() - Method in class org.apache.kafka.clients.producer.MockProducer
 
transactionInitialized() - Method in class org.apache.kafka.clients.producer.MockProducer
 
TransactionListing - Class in org.apache.kafka.clients.admin
 
TransactionListing(String, long, TransactionState) - Constructor for class org.apache.kafka.clients.admin.TransactionListing
 
TransactionManager - Class in org.apache.kafka.clients.producer.internals
A class which maintains state for transactions.
TransactionManager(LogContext, String, int, long, ApiVersions) - Constructor for class org.apache.kafka.clients.producer.internals.TransactionManager
 
TransactionOptions - Class in org.redisson.api
Configuration for Transaction.
transactionStartTimeMs() - Method in class org.apache.kafka.clients.admin.TransactionDescription
 
TransactionState - Enum Class in org.apache.kafka.clients.admin
 
transactionTimeoutMs() - Method in class org.apache.kafka.clients.admin.TransactionDescription
 
transfer(V) - Method in interface org.redisson.api.RTransferQueueReactive
Transfers the element to waiting consumer which invoked RBlockingQueueReactive.take() or RBlockingQueueReactive.poll(long, java.util.concurrent.TimeUnit) method at the moment of transfer.
transfer(V) - Method in interface org.redisson.api.RTransferQueueRx
Transfers the element to waiting consumer which invoked RBlockingQueueRx.take() or RBlockingQueueRx.poll(long, java.util.concurrent.TimeUnit) method at the moment of transfer.
transferAsync(V) - Method in interface org.redisson.api.RTransferQueueAsync
Transfers the element to waiting consumer which invoked RBlockingQueueAsync.takeAsync() or RBlockingQueueAsync.pollAsync(long, java.util.concurrent.TimeUnit) method at the moment of transfer.
transformReply(AMQCommand) - Method in class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
 
transformReply(AMQCommand) - Method in class com.rabbitmq.client.impl.AMQChannel.SimpleBlockingRpcContinuation
 
transitionToFatal() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
Transition the member to the FAILED state and update the member info as required.
transitionToFatal() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
Transition the member to the FAILED state and update the member info as required.
transitionToFenced() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
Transition the member to the FENCED state, where the member will release the assignment by calling the onPartitionsLost callback, and when the callback completes, it will transition to MemberState.JOINING to rejoin the group.
transitionToFenced() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
Transition the member to the FENCED state, where the member will release the assignment by calling the onPartitionsLost callback, and when the callback completes, it will transition to MemberState.JOINING to rejoin the group.
transitionToJoining() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
Transition to the MemberState.JOINING state to attempt joining a group.
transitionToJoining() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
Transition to the MemberState.JOINING state, indicating that the member will try to join the group on the next heartbeat request.
transitionToStale() - Method in interface org.apache.kafka.clients.consumer.internals.MembershipManager
When the user stops polling the consumer and the max.poll.interval.ms timer expires, we transition the member to STALE.
transitionToStale() - Method in class org.apache.kafka.clients.consumer.internals.MembershipManagerImpl
Sets the epoch to the leave group epoch and clears the assignments.
transitionToUninitialized(RuntimeException) - Method in class org.apache.kafka.clients.producer.internals.TransactionManager
 
transitionToUpdatePending(long) - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager
Transition into the UPDATE_PENDING state.
transmit(AMQChannel) - Method in class com.rabbitmq.client.impl.AMQCommand
Sends this command down the named channel on the channel's connection, possibly in multiple frames.
transmit(AMQCommand) - Method in class com.rabbitmq.client.impl.AMQChannel
 
transmit(Method) - Method in class com.rabbitmq.client.impl.AMQChannel
 
transmitSends() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Poll for network IO in best-effort only trying to transmit the ready-to-send request Do not check any pending requests or metadata errors so that no exception should ever be thrown, also no wakeups be triggered and no interrupted exception either.
TransportMode - Enum Class in org.redisson.config
 
tries - Variable in class org.apache.kafka.clients.admin.internals.AdminApiDriver.RequestSpec
 
trim() - Method in interface org.redisson.api.stream.StreamAddArgs
Defines strict trimming.
trim() - Method in class org.redisson.api.stream.StreamAddParams
 
trim(int, int) - Method in interface org.redisson.api.RList
Trim list and remains elements only in specified range fromIndex, inclusive, and toIndex, inclusive.
trim(int, int) - Method in interface org.redisson.api.RListReactive
Trim list and remains elements only in specified range fromIndex, inclusive, and toIndex, inclusive.
trim(int, int) - Method in interface org.redisson.api.RListRx
Trim list and remains elements only in specified range fromIndex, inclusive, and toIndex, inclusive.
trim(StreamTrimArgs) - Method in interface org.redisson.api.RStream
Trims stream using strict trimming.
trim(StreamTrimArgs) - Method in interface org.redisson.api.RStreamReactive
Trims stream using strict trimming.
trim(StreamTrimArgs) - Method in interface org.redisson.api.RStreamRx
Trims stream using strict trimming.
trimAsync(int, int) - Method in interface org.redisson.api.RListAsync
Trim list and remains elements only in specified range fromIndex, inclusive, and toIndex, inclusive.
trimAsync(StreamTrimArgs) - Method in interface org.redisson.api.RStreamAsync
 
trimNonStrict() - Method in interface org.redisson.api.stream.StreamAddArgs
Defines non-strict trimming.
trimNonStrict() - Method in class org.redisson.api.stream.StreamAddParams
 
trimNonStrict(StreamTrimArgs) - Method in interface org.redisson.api.RStream
Trims stream using non-strict trimming.
trimNonStrict(StreamTrimArgs) - Method in interface org.redisson.api.RStreamReactive
Trims stream using non-strict trimming.
trimNonStrict(StreamTrimArgs) - Method in interface org.redisson.api.RStreamRx
Trims stream using non-strict trimming.
trimNonStrictAsync(StreamTrimArgs) - Method in interface org.redisson.api.RStreamAsync
 
TrueReplayConvertor - Class in org.redisson.client.protocol.convertor
 
TrueReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.TrueReplayConvertor
 
TruncatedInputStream - Class in com.rabbitmq.client.impl
Utility stream: proxies another stream, making it appear to be no longer than a preset limit.
TruncatedInputStream(InputStream, long) - Constructor for class com.rabbitmq.client.impl.TruncatedInputStream
 
TrustEverythingTrustManager - Class in com.rabbitmq.client
Convenience class providing a default implementation of X509TrustManager.
TrustEverythingTrustManager() - Constructor for class com.rabbitmq.client.TrustEverythingTrustManager
 
tryAcquire() - Method in interface org.redisson.api.RPermitExpirableSemaphore
Tries to acquire currently available permit and return its id.
tryAcquire() - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Tries to acquire currently available permit and return its id.
tryAcquire() - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Acquires a permit only if one is available at the time of invocation.
tryAcquire() - Method in interface org.redisson.api.RRateLimiter
Acquires a permit only if one is available at the time of invocation.
tryAcquire() - Method in interface org.redisson.api.RRateLimiterReactive
Acquires a permit only if one is available at the time of invocation.
tryAcquire() - Method in interface org.redisson.api.RRateLimiterRx
Acquires a permit only if one is available at the time of invocation.
tryAcquire() - Method in interface org.redisson.api.RSemaphore
Tries to acquire currently available permit.
tryAcquire() - Method in interface org.redisson.api.RSemaphoreReactive
Acquires a permit.
tryAcquire() - Method in interface org.redisson.api.RSemaphoreRx
Acquires a permit.
tryAcquire(int) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Tries to acquire defined amount of currently available permits and returns ids.
tryAcquire(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Tries to acquire defined amount of currently available permits and returns ids.
tryAcquire(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Acquires defined amount of permits only if they are available at the time of invocation.
tryAcquire(int) - Method in interface org.redisson.api.RSemaphore
Tries to acquire defined amount of currently available permits.
tryAcquire(int) - Method in interface org.redisson.api.RSemaphoreReactive
Tries to acquire defined amount of currently available permits.
tryAcquire(int) - Method in interface org.redisson.api.RSemaphoreRx
Tries to acquire defined amount of currently available permits.
tryAcquire(int, long, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Tries to acquire defined amount of currently available permits with defined leaseTime and return ids.
tryAcquire(int, long, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Tries to acquire defined amount of currently available permits with defined leaseTime and return their ids.
tryAcquire(int, long, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Acquires defined amount of permits with defined lease time from this semaphore, if enough permits become available within the given waiting time and the current thread has not been interrupted.
tryAcquire(int, long, TimeUnit) - Method in interface org.redisson.api.RSemaphore
Deprecated.
tryAcquire(int, long, TimeUnit) - Method in interface org.redisson.api.RSemaphoreReactive
Deprecated.
tryAcquire(int, long, TimeUnit) - Method in interface org.redisson.api.RSemaphoreRx
Deprecated.
tryAcquire(int, Duration) - Method in interface org.redisson.api.RSemaphore
Tries to acquire defined amount of currently available permits.
tryAcquire(int, Duration) - Method in interface org.redisson.api.RSemaphoreReactive
Tries to acquire defined amount of currently available permits.
tryAcquire(int, Duration) - Method in interface org.redisson.api.RSemaphoreRx
Tries to acquire defined amount of currently available permits.
tryAcquire(long) - Method in interface org.redisson.api.RRateLimiter
Acquires the given number of permits only if all are available at the time of invocation.
tryAcquire(long) - Method in interface org.redisson.api.RRateLimiterReactive
Acquires the given number of permits only if all are available at the time of invocation.
tryAcquire(long) - Method in interface org.redisson.api.RRateLimiterRx
Acquires the given number of permits only if all are available at the time of invocation.
tryAcquire(long, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Tries to acquire currently available permit with defined leaseTime and return its id.
tryAcquire(long, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Tries to acquire currently available permit with defined leaseTime and return its id.
tryAcquire(long, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Acquires a permit with defined lease time from this semaphore, if one becomes available within the given waiting time and the current thread has not been interrupted.
tryAcquire(long, long, TimeUnit) - Method in interface org.redisson.api.RRateLimiter
Acquires the given number of permits only if all are available within the given waiting time.
tryAcquire(long, long, TimeUnit) - Method in interface org.redisson.api.RRateLimiterReactive
Acquires the given number of permits only if all are available within the given waiting time.
tryAcquire(long, long, TimeUnit) - Method in interface org.redisson.api.RRateLimiterRx
Acquires the given number of permits only if all are available within the given waiting time.
tryAcquire(long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Tries to acquire currently available permit and return its id.
tryAcquire(long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Tries to acquire currently available permit and return its id.
tryAcquire(long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Acquires a permit from this semaphore, if one becomes available within the given waiting time and the current thread has not been interrupted.
tryAcquire(long, TimeUnit) - Method in interface org.redisson.api.RRateLimiter
Acquires a permit from this RateLimiter, if one becomes available within the given waiting time.
tryAcquire(long, TimeUnit) - Method in interface org.redisson.api.RRateLimiterReactive
Acquires a permit from this RateLimiter, if one becomes available within the given waiting time.
tryAcquire(long, TimeUnit) - Method in interface org.redisson.api.RRateLimiterRx
Acquires a permit from this RateLimiter, if one becomes available within the given waiting time.
tryAcquire(long, TimeUnit) - Method in interface org.redisson.api.RSemaphore
Deprecated.
tryAcquire(long, TimeUnit) - Method in interface org.redisson.api.RSemaphoreReactive
Deprecated.
tryAcquire(long, TimeUnit) - Method in interface org.redisson.api.RSemaphoreRx
Deprecated.
tryAcquire(Duration) - Method in interface org.redisson.api.RSemaphore
Tries to acquire currently available permit.
tryAcquire(Duration) - Method in interface org.redisson.api.RSemaphoreReactive
Tries to acquire currently available permit.
tryAcquire(Duration) - Method in interface org.redisson.api.RSemaphoreRx
Tries to acquire currently available permit.
tryAcquireAsync() - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Tries to acquire currently available permit and return its id.
tryAcquireAsync() - Method in interface org.redisson.api.RRateLimiterAsync
Acquires a permit only if one is available at the time of invocation.
tryAcquireAsync() - Method in interface org.redisson.api.RSemaphoreAsync
Acquires a permit.
tryAcquireAsync(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Tries to acquire defined amount of currently available permits and returns their ids.
tryAcquireAsync(int) - Method in interface org.redisson.api.RSemaphoreAsync
Tries to acquire defined amount of currently available permits.
tryAcquireAsync(int, long, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Tries to acquire defined amount of currently available permits with defined leaseTime and returns their ids.
tryAcquireAsync(int, long, TimeUnit) - Method in interface org.redisson.api.RSemaphoreAsync
Deprecated.
tryAcquireAsync(int, Duration) - Method in interface org.redisson.api.RSemaphoreAsync
Tries to acquire defined amount of currently available permits.
tryAcquireAsync(long) - Method in interface org.redisson.api.RRateLimiterAsync
Acquires the given number of permits only if all are available at the time of invocation.
tryAcquireAsync(long, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Tries to acquire currently available permit with defined leaseTime and return its id.
tryAcquireAsync(long, long, TimeUnit) - Method in interface org.redisson.api.RRateLimiterAsync
Acquires the given number of permits only if all are available within the given waiting time.
tryAcquireAsync(long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Tries to acquire currently available permit and return its id.
tryAcquireAsync(long, TimeUnit) - Method in interface org.redisson.api.RRateLimiterAsync
Acquires a permit from this RateLimiter, if one becomes available within the given waiting time.
tryAcquireAsync(long, TimeUnit) - Method in interface org.redisson.api.RSemaphoreAsync
Deprecated.
tryAcquireAsync(Duration) - Method in interface org.redisson.api.RSemaphoreAsync
Tries to acquire currently available permit.
tryAdd(double, double, V) - Method in interface org.redisson.api.RGeo
Adds geospatial member only if has not been added before.
tryAdd(double, double, V) - Method in interface org.redisson.api.RGeoReactive
Adds geospatial member only if has not been added before.
tryAdd(double, double, V) - Method in interface org.redisson.api.RGeoRx
Adds geospatial member only if has not been added before.
tryAdd(double, V) - Method in interface org.redisson.api.RScoredSortedSet
Deprecated.
tryAdd(double, V) - Method in interface org.redisson.api.RScoredSortedSetReactive
Deprecated.
tryAdd(double, V) - Method in interface org.redisson.api.RScoredSortedSetRx
Deprecated.
tryAdd(long, TimeUnit, V...) - Method in interface org.redisson.api.RSetCache
Deprecated.
tryAdd(long, TimeUnit, V...) - Method in interface org.redisson.api.RSetCacheReactive
Tries to add elements only if none of them in set.
tryAdd(long, TimeUnit, V...) - Method in interface org.redisson.api.RSetCacheRx
Deprecated.
tryAdd(GeoEntry...) - Method in interface org.redisson.api.RGeo
Adds geospatial members only if has not been added before.
tryAdd(GeoEntry...) - Method in interface org.redisson.api.RGeoReactive
Adds geospatial members only if has not been added before.
tryAdd(GeoEntry...) - Method in interface org.redisson.api.RGeoRx
Adds geospatial members only if has not been added before.
tryAdd(V...) - Method in interface org.redisson.api.RSet
Tries to add elements only if none of them in set.
tryAdd(V...) - Method in interface org.redisson.api.RSetCacheReactive
Tries to add elements only if none of them in set.
tryAdd(V...) - Method in interface org.redisson.api.RSetCacheRx
Tries to add elements only if none of them in set.
tryAdd(V...) - Method in interface org.redisson.api.RSetReactive
Tries to add elements only if none of them in set.
tryAdd(V...) - Method in interface org.redisson.api.RSetRx
Tries to add elements only if none of them in set.
tryAddAsync(double, double, V) - Method in interface org.redisson.api.RGeoAsync
Adds geospatial member only if has not been added before.
tryAddAsync(double, V) - Method in interface org.redisson.api.RScoredSortedSetAsync
Deprecated.
tryAddAsync(long, TimeUnit, V...) - Method in interface org.redisson.api.RSetCacheAsync
Deprecated.
tryAddAsync(GeoEntry...) - Method in interface org.redisson.api.RGeoAsync
Adds geospatial members only if has not been added before.
tryAddAsync(V...) - Method in interface org.redisson.api.RSetAsync
Tries to add elements only if none of them in set.
tryAppend(long, byte[], byte[], Header[], Callback, long) - Method in class org.apache.kafka.clients.producer.internals.ProducerBatch
Append the record to the current record set and return the relative offset within that record set
tryConnect(Node) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Initiate a connection if currently possible.
tryConnect(Node) - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
Initiate a connection if currently possible.
tryExecute(Class<T>, T, long, TimeUnit) - Method in interface org.redisson.api.RRemoteService
Tries to execute one awaiting remote request.
tryExecute(Class<T>, T, ExecutorService, long, TimeUnit) - Method in interface org.redisson.api.RRemoteService
Tries to execute one awaiting remote request.
tryExecuteAsync(Class<T>, T) - Method in interface org.redisson.api.RRemoteService
Tries to execute one awaiting remote request.
tryExecuteAsync(Class<T>, T, long, TimeUnit) - Method in interface org.redisson.api.RRemoteService
Tries to execute one awaiting remote request.
tryExecuteAsync(Class<T>, T, ExecutorService, long, TimeUnit) - Method in interface org.redisson.api.RRemoteService
Tries to execute one awaiting remote request.
tryFailure(Throwable) - Method in class org.redisson.client.protocol.BatchCommandData
 
tryFailure(Throwable) - Method in class org.redisson.client.protocol.CommandData
 
tryFailure(Throwable) - Method in class org.redisson.client.protocol.CommandsData
 
tryFailure(Throwable) - Method in interface org.redisson.client.protocol.QueueCommand
 
tryInit(long, double) - Method in interface org.redisson.api.RBloomFilter
Initializes Bloom filter params (size and hashIterations) calculated from expectedInsertions and falseProbability Stores config to Redis server.
tryInit(long, long) - Method in interface org.redisson.api.RIdGenerator
Initializes Id generator params.
tryInit(long, long) - Method in interface org.redisson.api.RIdGeneratorReactive
Initializes Id generator params.
tryInit(long, long) - Method in interface org.redisson.api.RIdGeneratorRx
Initializes Id generator params.
tryInitAsync(long, long) - Method in interface org.redisson.api.RIdGeneratorAsync
Initializes Id generator params.
tryLock() - Method in interface org.redisson.api.RLockReactive
Tries to acquire the lock.
tryLock() - Method in interface org.redisson.api.RLockRx
Tries to acquire the lock.
tryLock(long) - Method in interface org.redisson.api.RLockReactive
Tries to acquire the lock by thread with specified threadId.
tryLock(long) - Method in interface org.redisson.api.RLockRx
Tries to acquire the lock by thread with specified threadId.
tryLock(long, long, TimeUnit) - Method in interface org.redisson.api.RLock
Tries to acquire the lock with defined leaseTime.
tryLock(long, long, TimeUnit) - Method in interface org.redisson.api.RLockReactive
Tries to acquire the lock with defined leaseTime.
tryLock(long, long, TimeUnit) - Method in interface org.redisson.api.RLockRx
Tries to acquire the lock with defined leaseTime.
tryLock(long, long, TimeUnit, long) - Method in interface org.redisson.api.RLockReactive
Tries to acquire the lock by thread with specified threadId and leaseTime.
tryLock(long, long, TimeUnit, long) - Method in interface org.redisson.api.RLockRx
Tries to acquire the lock by thread with specified threadId and leaseTime.
tryLock(long, TimeUnit) - Method in interface org.redisson.api.RLockReactive
Tries to acquire the lock.
tryLock(long, TimeUnit) - Method in interface org.redisson.api.RLockRx
Tries to acquire the lock.
tryLockAndGetToken() - Method in interface org.redisson.api.RFencedLock
Tries to acquire the lock and returns increased fencing token if operation successful.
tryLockAndGetToken() - Method in interface org.redisson.api.RFencedLockReactive
Tries to acquire the lock and returns increased fencing token if operation successful.
tryLockAndGetToken() - Method in interface org.redisson.api.RFencedLockRx
Tries to acquire the lock and returns increased fencing token if operation successful.
tryLockAndGetToken(long, long, TimeUnit) - Method in interface org.redisson.api.RFencedLock
Tries to acquire the lock with defined leaseTime and returns increased fencing token.
tryLockAndGetToken(long, long, TimeUnit) - Method in interface org.redisson.api.RFencedLockReactive
Tries to acquire the lock with defined leaseTime and returns increased fencing token.
tryLockAndGetToken(long, long, TimeUnit) - Method in interface org.redisson.api.RFencedLockRx
Tries to acquire the lock with defined leaseTime and returns increased fencing token.
tryLockAndGetToken(long, TimeUnit) - Method in interface org.redisson.api.RFencedLock
Tries to acquire the lock and returns increased fencing token.
tryLockAndGetToken(long, TimeUnit) - Method in interface org.redisson.api.RFencedLockReactive
Tries to acquire the lock and returns increased fencing token.
tryLockAndGetToken(long, TimeUnit) - Method in interface org.redisson.api.RFencedLockRx
Tries to acquire the lock and returns increased fencing token.
tryLockAndGetTokenAsync() - Method in interface org.redisson.api.RFencedLockAsync
Tries to acquire the lock and returns increased fencing token if operation successful.
tryLockAndGetTokenAsync(long, long, TimeUnit) - Method in interface org.redisson.api.RFencedLockAsync
Tries to acquire the lock with defined leaseTime and returns increased fencing token.
tryLockAndGetTokenAsync(long, TimeUnit) - Method in interface org.redisson.api.RFencedLockAsync
Tries to acquire the lock and returns increased fencing token.
tryLockAsync() - Method in interface org.redisson.api.RLockAsync
Tries to acquire the lock.
tryLockAsync(long) - Method in interface org.redisson.api.RLockAsync
Tries to acquire the lock by thread with specified threadId.
tryLockAsync(long, long, TimeUnit) - Method in interface org.redisson.api.RLockAsync
Tries to acquire the lock with defined leaseTime.
tryLockAsync(long, long, TimeUnit, long) - Method in interface org.redisson.api.RLockAsync
Tries to acquire the lock by thread with specified threadId and leaseTime.
tryLockAsync(long, TimeUnit) - Method in interface org.redisson.api.RLockAsync
Tries to acquire the lock.
tryRelease(String) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Tries to release permit by its id.
tryRelease(String) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Tries to release permit by its id.
tryRelease(String) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Releases a permit by its id, returning it to the semaphore.
tryRelease(List<String>) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Tries to release permits by their ids.
tryRelease(List<String>) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Tries to release permits by their ids.
tryRelease(List<String>) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Releases permits by their ids, returning them to the semaphore.
tryReleaseAsync(String) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Tries to release permit by its id.
tryReleaseAsync(List<String>) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Tries to release defined permits by their ids.
trySend() - Method in class org.redisson.client.protocol.QueueCommandHolder
 
trySet(String, Object) - Method in interface org.redisson.api.RJsonBucket
Deprecated.
trySet(String, Object) - Method in interface org.redisson.api.RJsonBucketReactive
Deprecated.
trySet(String, Object) - Method in interface org.redisson.api.RJsonBucketRx
Deprecated.
trySet(Map<String, ?>) - Method in interface org.redisson.api.RBuckets
Try to save objects mapped by Redis key.
trySet(Map<String, ?>) - Method in interface org.redisson.api.RBucketsReactive
Try to save objects mapped by Redis key.
trySet(Map<String, ?>) - Method in interface org.redisson.api.RBucketsRx
Try to save objects mapped by Redis key.
trySet(V) - Method in interface org.redisson.api.RBucket
Deprecated.
trySet(V) - Method in interface org.redisson.api.RBucketReactive
Deprecated.
trySet(V) - Method in interface org.redisson.api.RBucketRx
Deprecated.
trySet(V, long, TimeUnit) - Method in interface org.redisson.api.RBucket
Deprecated.
trySet(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketReactive
Deprecated.
trySet(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketRx
Deprecated.
trySetAsync(String, Object) - Method in interface org.redisson.api.RJsonBucketAsync
Deprecated.
trySetAsync(Map<String, ?>) - Method in interface org.redisson.api.RBucketsAsync
Try to save objects mapped by Redis key.
trySetAsync(V) - Method in interface org.redisson.api.RBucketAsync
Deprecated.
trySetAsync(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketAsync
Deprecated.
trySetCapacity(int) - Method in interface org.redisson.api.RBoundedBlockingQueue
Sets queue capacity only if it is not set before.
trySetCapacity(int) - Method in interface org.redisson.api.RRingBuffer
Sets capacity of the queue only if it wasn't set before.
trySetCapacity(int) - Method in interface org.redisson.api.RRingBufferReactive
Sets queue capacity only if it is not set before.
trySetCapacity(int) - Method in interface org.redisson.api.RRingBufferRx
Sets queue capacity only if it is not set before.
trySetCapacityAsync(int) - Method in interface org.redisson.api.RBoundedBlockingQueueAsync
Sets queue capacity only if it is not set before.
trySetCapacityAsync(int) - Method in interface org.redisson.api.RRingBufferAsync
Sets capacity of the queue only if it wasn't set before.
trySetComparator(Comparator<? super V>) - Method in interface org.redisson.api.RPriorityQueue
Sets new comparator only if current set is empty
trySetComparator(Comparator<? super V>) - Method in interface org.redisson.api.RSortedSet
Sets new comparator only if current set is empty
trySetCount(long) - Method in interface org.redisson.api.RCountDownLatch
Sets new count value only if previous count already has reached zero or is not set at all.
trySetCount(long) - Method in interface org.redisson.api.RCountDownLatchReactive
Sets new count value only if previous count already has reached zero or is not set at all.
trySetCount(long) - Method in interface org.redisson.api.RCountDownLatchRx
Sets new count value only if previous count already has reached zero or is not set at all.
trySetCountAsync(long) - Method in interface org.redisson.api.RCountDownLatchAsync
Sets new count value only if previous count already has reached zero or is not set at all.
trySetMaxSize(int) - Method in interface org.redisson.api.RMapCache
Tries to set max size of the map.
trySetMaxSize(int) - Method in interface org.redisson.api.RMapCacheReactive
Tries to set max size of the map.
trySetMaxSize(int) - Method in interface org.redisson.api.RMapCacheRx
Tries to set max size of the map.
trySetMaxSize(int, EvictionMode) - Method in interface org.redisson.api.RMapCache
Tries to set max size of the map.
trySetMaxSize(int, EvictionMode) - Method in interface org.redisson.api.RMapCacheReactive
Tries to set max size of the map.
trySetMaxSize(int, EvictionMode) - Method in interface org.redisson.api.RMapCacheRx
Tries to set max size of the map.
trySetMaxSizeAsync(int) - Method in interface org.redisson.api.RMapCacheAsync
Tries to set max size of the map.
trySetMaxSizeAsync(int, EvictionMode) - Method in interface org.redisson.api.RMapCacheAsync
Tries to set max size of the map.
trySetPermits(int) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Tries to set the initial number of available permits.
trySetPermits(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Tries to set number of permits.
trySetPermits(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Sets number of permits.
trySetPermits(int) - Method in interface org.redisson.api.RSemaphore
Tries to set number of permits.
trySetPermits(int) - Method in interface org.redisson.api.RSemaphoreReactive
Tries to set number of permits.
trySetPermits(int) - Method in interface org.redisson.api.RSemaphoreRx
Tries to set number of permits.
trySetPermits(int, Duration) - Method in interface org.redisson.api.RSemaphore
Tries to set number of permits with defined time to live.
trySetPermits(int, Duration) - Method in interface org.redisson.api.RSemaphoreReactive
Tries to set number of permits with defined time to live.
trySetPermits(int, Duration) - Method in interface org.redisson.api.RSemaphoreRx
Tries to set number of permits with defined time to live.
trySetPermitsAsync(int) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Tries to set number of available permits.
trySetPermitsAsync(int) - Method in interface org.redisson.api.RSemaphoreAsync
Tries to set number of permits.
trySetPermitsAsync(int, Duration) - Method in interface org.redisson.api.RSemaphoreAsync
Tries to set number of permits with defined time to live.
trySetRate(RateType, long, long, RateIntervalUnit) - Method in interface org.redisson.api.RRateLimiter
Initializes RateLimiter's state and stores config to Redis server.
trySetRate(RateType, long, long, RateIntervalUnit) - Method in interface org.redisson.api.RRateLimiterReactive
Initializes RateLimiter's state and stores config to Redis server.
trySetRate(RateType, long, long, RateIntervalUnit) - Method in interface org.redisson.api.RRateLimiterRx
Initializes RateLimiter's state and stores config to Redis server.
trySetRateAsync(RateType, long, long, RateIntervalUnit) - Method in interface org.redisson.api.RRateLimiterAsync
Initializes RateLimiter's state and stores config to Redis server.
tryTransfer(V) - Method in interface org.redisson.api.RTransferQueueReactive
Tries to transfer the element to waiting consumer which invoked RBlockingQueueReactive.take() or RBlockingQueueReactive.poll(long, java.util.concurrent.TimeUnit) method at the moment of transfer.
tryTransfer(V) - Method in interface org.redisson.api.RTransferQueueRx
Tries to transfer the element to waiting consumer which invoked RBlockingQueueRx.take() or RBlockingQueueRx.poll(long, java.util.concurrent.TimeUnit) method at the moment of transfer.
tryTransfer(V, long, TimeUnit) - Method in interface org.redisson.api.RTransferQueueReactive
Transfers the element to waiting consumer which invoked RBlockingQueueReactive.take() or RBlockingQueueReactive.poll(long, java.util.concurrent.TimeUnit) method at the moment of transfer.
tryTransfer(V, long, TimeUnit) - Method in interface org.redisson.api.RTransferQueueRx
Transfers the element to waiting consumer which invoked RBlockingQueueRx.take() or RBlockingQueueRx.poll(long, java.util.concurrent.TimeUnit) method at the moment of transfer.
tryTransferAsync(V) - Method in interface org.redisson.api.RTransferQueueAsync
Tries to transfer the element to waiting consumer which invoked RBlockingQueueAsync.takeAsync() or RBlockingQueueAsync.pollAsync(long, java.util.concurrent.TimeUnit) method at the moment of transfer.
tryTransferAsync(V, long, TimeUnit) - Method in interface org.redisson.api.RTransferQueueAsync
Transfers the element to waiting consumer which invoked RBlockingQueueAsync.takeAsync() or RBlockingQueueAsync.pollAsync(long, java.util.concurrent.TimeUnit) method at the moment of transfer.
Tune(int, int, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
Tune(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
TuneOk(int, int, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
TuneOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
Tutorials - Search tag in interface com.rabbitmq.client.Channel
Section
Tx() - Constructor for class com.rabbitmq.client.AMQP.Tx
 
Tx() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx
 
txCommit() - Method in interface com.rabbitmq.client.Channel
Commits a TX transaction on this channel.
txCommit() - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Commits a TX transaction on this channel.
txCommit() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
txRollback() - Method in interface com.rabbitmq.client.Channel
Rolls back a TX transaction on this channel.
txRollback() - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Rolls back a TX transaction on this channel.
txRollback() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
txSelect() - Method in interface com.rabbitmq.client.Channel
Enables TX mode on this channel.
txSelect() - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Enables TX mode on this channel.
txSelect() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
type - Variable in class com.rabbitmq.client.impl.Frame
Frame type code
type - Variable in class org.apache.kafka.clients.admin.internals.CoordinatorKey
 
type() - Method in class org.apache.kafka.clients.admin.ConfigEntry
Return the config data type.
type() - Method in enum class org.apache.kafka.clients.admin.ScramMechanism
 
type() - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent
 
type() - Method in class org.apache.kafka.clients.consumer.internals.events.BackgroundEvent
 
type(String) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
type(String) - Method in class com.rabbitmq.client.AMQP.Exchange.Declare.Builder
 
type(String) - Method in class com.rabbitmq.client.impl.recovery.RecordedExchange
 
type(VectorTypeParam.Type) - Method in class org.redisson.api.search.index.FlatVectorIndexParams
 
type(VectorTypeParam.Type) - Method in class org.redisson.api.search.index.HNSWVectorIndexParams
 
type(VectorTypeParam.Type) - Method in interface org.redisson.api.search.index.VectorTypeParam
Defines vector type parameter
TYPE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
TypeConvertor - Class in org.redisson.client.protocol.convertor
 
TypeConvertor() - Constructor for class org.redisson.client.protocol.convertor.TypeConvertor
 

U

unallocatedMemory() - Method in class org.apache.kafka.clients.producer.internals.BufferPool
Get the unallocated memory (not in the free list or in use)
Unbatched() - Constructor for class org.apache.kafka.clients.admin.internals.AdminApiHandler.Unbatched
 
Unbind(int, String, String, String, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
Unbind(int, String, String, String, Map<String, Object>) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
Unbind(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
Unbind(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
UnbindOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.UnbindOk
 
UnbindOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.UnbindOk
 
UnbindOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.UnbindOk
 
UnbindOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.UnbindOk
 
Unblocked() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Unblocked
 
Unblocked(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Unblocked
 
UnblockedCallback - Interface in com.rabbitmq.client
Implement this interface in order to be notified of connection unblock events.
uncommittedOffsets() - Method in class org.apache.kafka.clients.producer.MockProducer
 
uncommittedRecords() - Method in class org.apache.kafka.clients.producer.MockProducer
 
UNEXPECTED_FRAME - Static variable in interface com.rabbitmq.client.AMQP
 
UnexpectedFrameError - Exception Class in com.rabbitmq.client
Thrown when the command parser hits an unexpected frame type.
UnexpectedFrameError(Frame, int) - Constructor for exception class com.rabbitmq.client.UnexpectedFrameError
 
UnexpectedMethodError - Exception Class in com.rabbitmq.client
Indicates that a Method object was supplied that was not expected.
UnexpectedMethodError(Method) - Constructor for exception class com.rabbitmq.client.UnexpectedMethodError
Construct an UnexpectedMethodError with the given method parameter
UniformStickyPartitioner - Class in org.apache.kafka.clients.producer
Deprecated.
Since 3.3.0, in order to use default partitioning logic remove the partitioner.class configuration setting and set partitioner.ignore.keys=true. See KIP-794 for more info. The partitioning strategy:
  • If a partition is specified in the record, use it
  • Otherwise choose the sticky partition that changes when the batch is full. NOTE: In contrast to the DefaultPartitioner, the record key is NOT used as part of the partitioning strategy in this partitioner. Records with the same key are not guaranteed to be sent to the same partition. See KIP-480 for details about sticky partitioning.
UniformStickyPartitioner() - Constructor for class org.apache.kafka.clients.producer.UniformStickyPartitioner
Deprecated.
 
union(String...) - Method in interface org.redisson.api.RScoredSortedSet
Union provided ScoredSortedSets and store result to current ScoredSortedSet
union(String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Union provided ScoredSortedSets and store result to current ScoredSortedSet
union(String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Union provided ScoredSortedSets and store result to current ScoredSortedSet
union(String...) - Method in interface org.redisson.api.RSet
Union sets specified by name and write to current set.
union(String...) - Method in interface org.redisson.api.RSetReactive
Union sets specified by name and write to current set.
union(String...) - Method in interface org.redisson.api.RSetRx
Union sets specified by name and write to current set.
union(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Union provided ScoredSortedSets mapped to weight multiplier and store result to current ScoredSortedSet
union(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Union provided ScoredSortedSets mapped to weight multiplier and store result to current ScoredSortedSet
union(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Union provided ScoredSortedSets mapped to weight multiplier and store result to current ScoredSortedSet
union(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSet
Union provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSet
union(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSetReactive
Union provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSet
union(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSetRx
Union provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSet
union(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSet
Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSet
union(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetReactive
Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSet
union(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetRx
Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSet
unionAsync(String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Union provided ScoredSortedSets and store result to current ScoredSortedSet
unionAsync(String...) - Method in interface org.redisson.api.RSetAsync
Union sets specified by name and write to current set.
unionAsync(Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Union provided ScoredSortedSets mapped to weight multiplier and store result to current ScoredSortedSet
unionAsync(RScoredSortedSet.Aggregate, String...) - Method in interface org.redisson.api.RScoredSortedSetAsync
Union provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSet
unionAsync(RScoredSortedSet.Aggregate, Map<String, Double>) - Method in interface org.redisson.api.RScoredSortedSetAsync
Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSet
UNJOINED - Enum constant in enum class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.MemberState
 
UNKNOWN - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigSource
 
UNKNOWN - Enum constant in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigType
 
UNKNOWN - Enum constant in enum class org.apache.kafka.clients.admin.EndpointType
 
UNKNOWN - Enum constant in enum class org.apache.kafka.clients.admin.FeatureUpdate.UpgradeType
 
UNKNOWN - Enum constant in enum class org.apache.kafka.clients.admin.ScramMechanism
 
UNKNOWN - Enum constant in enum class org.apache.kafka.clients.admin.TransactionState
 
UNKNOWN_PARTITION - Static variable in class org.apache.kafka.clients.producer.RecordMetadata
Partition value for record without partition assigned
UnknownClassOrMethodId - Exception Class in com.rabbitmq.client
Thrown when the protocol handlers detect an unknown class number or method number.
UnknownClassOrMethodId(int) - Constructor for exception class com.rabbitmq.client.UnknownClassOrMethodId
 
UnknownClassOrMethodId(int, int) - Constructor for exception class com.rabbitmq.client.UnknownClassOrMethodId
 
unknownLeaderTopics - Variable in class org.apache.kafka.clients.producer.internals.RecordAccumulator.ReadyCheckResult
 
UnknownNullability - Annotation Interface in org.jetbrains.annotations
An element annotated with UnknownNullability claims that no specific nullability should be assumed by static analyzer.
unlimit(K) - Method in class com.rabbitmq.client.impl.WorkPool
 
unlink() - Method in interface org.redisson.api.RObject
Delete the objects.
unlink() - Method in interface org.redisson.api.RObjectReactive
Delete the objects.
unlink() - Method in interface org.redisson.api.RObjectRx
Delete the objects.
unlink(String...) - Method in interface org.redisson.api.RKeys
Delete multiple objects by name.
unlink(String...) - Method in interface org.redisson.api.RKeysReactive
Delete multiple objects by name.
unlink(String...) - Method in interface org.redisson.api.RKeysRx
Delete multiple objects by name.
UNLINK - Static variable in interface org.redisson.client.protocol.RedisCommands
 
UNLINK_BOOL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
unlinkAsync() - Method in interface org.redisson.api.RObjectAsync
Delete the objects.
unlinkAsync(String...) - Method in interface org.redisson.api.RKeysAsync
Delete multiple objects by name.
unlock() - Method in interface org.redisson.api.RLockReactive
Unlocks the lock
unlock() - Method in interface org.redisson.api.RLockRx
Unlocks the lock
unlock(long) - Method in interface org.redisson.api.RLockReactive
Unlocks the lock.
unlock(long) - Method in interface org.redisson.api.RLockRx
Unlocks the lock.
unlockAsync() - Method in interface org.redisson.api.RLockAsync
Unlocks the lock
unlockAsync(long) - Method in interface org.redisson.api.RLockAsync
Unlocks the lock.
unmap(String) - Method in class org.redisson.api.DefaultNameMapper
 
unmap(String) - Method in interface org.redisson.api.NameMapper
Applies unmap function to input mapped name to get original name.
unmapped(List<K>) - Static method in class org.apache.kafka.clients.admin.internals.AdminApiHandler.ApiResult
 
unmappedKeys - Variable in class org.apache.kafka.clients.admin.internals.AdminApiHandler.ApiResult
 
Unmodifiable - Annotation Interface in org.jetbrains.annotations
An annotation which marks a Collection or Map type as unmodifiable.
UnmodifiableView - Annotation Interface in org.jetbrains.annotations
An annotation which marks a Collection or Map type as unmodifiable view.
unmutePartition(TopicPartition) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
 
UNNORMALIZED - Enum constant in enum class org.redisson.api.search.index.SortMode
 
unregister(CredentialsProvider, String) - Method in interface com.rabbitmq.client.impl.CredentialsRefreshService
Unregister the entity with the given registration ID.
unregister(CredentialsProvider, String) - Method in class com.rabbitmq.client.impl.DefaultCredentialsRefreshService
 
unregisterAllKeys() - Method in class com.rabbitmq.client.impl.WorkPool
Remove all clients from pool and from any other state.
unregisterBroker(int) - Method in interface org.apache.kafka.clients.admin.Admin
Unregister a broker.
unregisterBroker(int, UnregisterBrokerOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Unregister a broker.
unregisterBroker(int, UnregisterBrokerOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
unregisterBroker(int, UnregisterBrokerOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
UnregisterBrokerOptions - Class in org.apache.kafka.clients.admin
UnregisterBrokerOptions() - Constructor for class org.apache.kafka.clients.admin.UnregisterBrokerOptions
 
UnregisterBrokerResult - Class in org.apache.kafka.clients.admin
unregisterClass(Class<?>) - Method in interface org.redisson.api.RLiveObjectService
Unregister the class with the service.
unregisterKey(K) - Method in class com.rabbitmq.client.impl.WorkPool
Remove client from pool and from any other state.
UnroutableRpcRequestException - Exception Class in com.rabbitmq.client
Exception thrown when a RPC request isn't routed to any queue.
UnroutableRpcRequestException(Return) - Constructor for exception class com.rabbitmq.client.UnroutableRpcRequestException
 
UNSAFE_DOWNGRADE - Enum constant in enum class org.apache.kafka.clients.admin.FeatureUpdate.UpgradeType
 
UnsentRequest(AbstractRequest.Builder<?>, Optional<Node>) - Constructor for class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.UnsentRequest
 
unsentRequests - Variable in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.PollResult
 
unsubscribe() - Method in interface org.apache.kafka.clients.consumer.Consumer
 
unsubscribe() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
unsubscribe() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
unsubscribe() - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
unsubscribe() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with KafkaConsumer.subscribe(Collection) or KafkaConsumer.subscribe(Pattern).
unsubscribe() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
unsubscribe(int) - Method in interface org.redisson.api.RBlockingQueue
Un-subscribes defined listener.
unsubscribe(int) - Method in interface org.redisson.api.RScoredSortedSet
Un-subscribes defined listener.
unsubscribe(PubSubType, ChannelName...) - Method in class org.redisson.client.RedisPubSubConnection
 
UNSUBSCRIBE - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
UNSUBSCRIBE - Enum constant in enum class org.redisson.client.protocol.pubsub.PubSubType
 
UNSUBSCRIBE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
UnsubscribeApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
Application event triggered when a user calls the unsubscribe API.
UnsubscribeApplicationEvent() - Constructor for class org.apache.kafka.clients.consumer.internals.events.UnsubscribeApplicationEvent
 
UNSUBSCRIBED - Enum constant in enum class org.apache.kafka.clients.consumer.internals.MemberState
Member has a group id, but it is not subscribed to any topic to receive automatic assignments.
UNWATCH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
unwrap(Class<T>) - Method in class com.zaxxer.hikari.HikariDataSource
unwrap(Class<T>) - Method in class org.mariadb.jdbc.MariaDbDataSource
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
update(int, MetadataResponse, boolean, long) - Method in class org.apache.kafka.clients.producer.internals.ProducerMetadata
 
update(Cluster, long) - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager
Receive new metadata, and transition into the QUIESCENT state.
UPDATE - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.SyncStrategy
Deprecated.
Update local cache entry across all LocalCachedMap instances on map entry change.
UPDATE - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.SyncStrategy
Update local cache entry across all LocalCachedMap instances on map entry change.
updateAlias(String, String) - Method in interface org.redisson.api.RSearch
Adds alias to defined index name.
updateAlias(String, String) - Method in interface org.redisson.api.RSearchReactive
Adds alias to defined index name.
updateAlias(String, String) - Method in interface org.redisson.api.RSearchRx
Adds alias to defined index name.
updateAliasAsync(String, String) - Method in interface org.redisson.api.RSearchAsync
Adds alias to defined index name.
updateAssignmentMetadataIfNeeded(Timer) - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
updateAssignmentMetadataIfNeeded(Timer) - Method in interface org.apache.kafka.clients.consumer.internals.ConsumerDelegate
 
updateAssignmentMetadataIfNeeded(Timer) - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
updateAutoCommitTimer(long) - Method in class org.apache.kafka.clients.consumer.internals.CommitRequestManager
 
updateBeginningOffsets(Map<TopicPartition, Long>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
updateChannel(Channel) - Method in class org.redisson.client.RedisConnection
 
updateCommand(RedisCommand) - Method in class org.redisson.client.protocol.BatchCommandData
 
UPDATED - Enum constant in enum class org.redisson.api.map.event.EntryEvent.Type
 
updateEndOffsets(Map<TopicPartition, Long>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
updateEntryExpiration(K, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
Deprecated.
updateEntryExpiration(K, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheReactive
Deprecated.
updateEntryExpiration(K, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheRx
Deprecated.
updateEntryExpirationAsync(K, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheAsync
Deprecated.
updateFailed(Throwable) - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager
 
updateFeatures(Map<String, FeatureUpdate>, UpdateFeaturesOptions) - Method in interface org.apache.kafka.clients.admin.Admin
Applies specified updates to finalized features.
updateFeatures(Map<String, FeatureUpdate>, UpdateFeaturesOptions) - Method in class org.apache.kafka.clients.admin.ForwardingAdmin
 
updateFeatures(Map<String, FeatureUpdate>, UpdateFeaturesOptions) - Method in class org.apache.kafka.clients.admin.KafkaAdminClient
 
UpdateFeaturesOptions - Class in org.apache.kafka.clients.admin
UpdateFeaturesOptions() - Constructor for class org.apache.kafka.clients.admin.UpdateFeaturesOptions
 
UpdateFeaturesResult - Class in org.apache.kafka.clients.admin
updateGroupMessageId(String, StreamMessageId) - Method in interface org.redisson.api.RStream
Updates next message id delivered to consumers.
updateGroupMessageId(String, StreamMessageId) - Method in interface org.redisson.api.RStreamReactive
Updates next message id delivered to consumers.
updateGroupMessageId(String, StreamMessageId) - Method in interface org.redisson.api.RStreamRx
Updates next message id delivered to consumers.
updateGroupMessageIdAsync(String, StreamMessageId) - Method in interface org.redisson.api.RStreamAsync
Updates next message id delivered to consumers.
updateLeaseTime(String, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphore
Overrides and updates lease time for defined permit id.
updateLeaseTime(String, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreReactive
Overrides and updates lease time for defined permit id.
updateLeaseTime(String, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreRx
Overrides and updates lease time for defined permit id.
updateLeaseTimeAsync(String, long, TimeUnit) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
Overrides and updates lease time for defined permit id.
updateNodeLatencyStats(Integer, long, boolean) - Method in class org.apache.kafka.clients.producer.internals.RecordAccumulator
 
updatePartitionLoadStats(int[], int[], int) - Method in class org.apache.kafka.clients.producer.internals.BuiltInPartitioner
Update partition load stats from the queue sizes of each partition NOTE: queueSizes are modified in place to avoid allocations
updatePartitions(String, List<PartitionInfo>) - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
updatePatternSubscription(Cluster) - Method in class org.apache.kafka.clients.consumer.internals.ConsumerCoordinator
 
updatePreferredReadReplica(TopicPartition, int, LongSupplier) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
Set the preferred read replica with a lease timeout.
updater() - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager
 
UpdateSecret(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
UpdateSecret(LongString, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
UpdateSecretOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecretOk
 
UpdateSecretOk(MethodArgumentReader) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecretOk
 
updateSynonyms(String, String, String...) - Method in interface org.redisson.api.RSearch
Updates synonyms
updateSynonyms(String, String, String...) - Method in interface org.redisson.api.RSearchReactive
Updates synonyms
updateSynonyms(String, String, String...) - Method in interface org.redisson.api.RSearchRx
Updates synonyms
updateSynonymsAsync(String, String, String...) - Method in interface org.redisson.api.RSearchAsync
Updates synonyms
UPGRADE - Enum constant in enum class org.apache.kafka.clients.admin.FeatureUpdate.UpgradeType
 
upgradeType() - Method in class org.apache.kafka.clients.admin.FeatureUpdate
 
usableBytes() - Method in class org.apache.kafka.clients.admin.LogDirDescription
The usable size on the volume this log directory is on or empty if the broker did not return a value.
Usage example: - Search tag in class fr.codinbox.connector.velocity.Connector
Section
Usage example: - Search tag in interface fr.codinbox.connector.commons.kafka.KafkaConnection
Section
Usage Examples - Search tag in class org.apache.kafka.clients.consumer.KafkaConsumer
Section
USE_DEFAULT_PORT - Static variable in class com.rabbitmq.client.ConnectionFactory
'Use the default port' port
USE_NIO - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
useBlockingIo() - Method in class com.rabbitmq.client.ConnectionFactory
Use blocking IO for communication with the server.
useClusterServers() - Method in class org.redisson.config.Config
Init cluster servers configuration
useCustomServers(ConnectionManager) - Method in class org.redisson.config.Config
Deprecated.
useKeyEventsPattern(boolean) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
useKeyEventsPattern(boolean) - Method in interface org.redisson.api.options.LocalCachedMapOptions
Deprecated.
useKeyEventsPattern(boolean) - Method in class org.redisson.api.options.LocalCachedMapParams
Defines whether to use __keyevent pattern topic to listen for expired events.
useMandatory() - Method in class com.rabbitmq.client.RpcClientParams
Instructs to use the mandatory flag when publishing RPC requests.
useMandatory(boolean) - Method in class com.rabbitmq.client.RpcClientParams
Whether to publish RPC requests with the mandatory flag or not.
useMasterSlaveServers() - Method in class org.redisson.config.Config
Init master/slave servers configuration.
useNio() - Method in class com.rabbitmq.client.ConnectionFactory
Use non-blocking IO (NIO) for communication with the server.
user - Variable in class org.apache.kafka.clients.admin.UserScramCredentialAlteration
 
user() - Method in class org.apache.kafka.clients.admin.UserScramCredentialAlteration
 
useRackAwareAssignment(Set<String>, Set<String>, Map<TopicPartition, Set<String>>) - Method in class org.apache.kafka.clients.consumer.internals.AbstractPartitionAssignor
 
userData() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Assignment
 
userData() - Method in class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.Subscription
 
useReplicatedServers() - Method in class org.redisson.config.Config
Init Replicated servers configuration.
User Guide - Search tag in interface com.rabbitmq.client.Channel
Section
userId(String) - Method in class com.rabbitmq.client.AMQP.BasicProperties.Builder
 
USERNAME - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
usernameFromToken(OAuth2ClientCredentialsGrantCredentialsProvider.Token) - Method in class com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider
 
usernameFromToken(T) - Method in class com.rabbitmq.client.impl.RefreshProtectedCredentialsProvider
 
users() - Method in class org.apache.kafka.clients.admin.DescribeUserScramCredentialsResult
 
UserScramCredentialAlteration - Class in org.apache.kafka.clients.admin
A request to alter a user's SASL/SCRAM credentials.
UserScramCredentialAlteration(String) - Constructor for class org.apache.kafka.clients.admin.UserScramCredentialAlteration
 
UserScramCredentialDeletion - Class in org.apache.kafka.clients.admin
A request to delete a SASL/SCRAM credential for a user.
UserScramCredentialDeletion(String, ScramMechanism) - Constructor for class org.apache.kafka.clients.admin.UserScramCredentialDeletion
 
UserScramCredentialsDescription - Class in org.apache.kafka.clients.admin
Representation of all SASL/SCRAM credentials associated with a user that can be retrieved, or an exception indicating why credentials could not be retrieved.
UserScramCredentialsDescription(String, List<ScramCredentialInfo>) - Constructor for class org.apache.kafka.clients.admin.UserScramCredentialsDescription
 
UserScramCredentialUpsertion - Class in org.apache.kafka.clients.admin
A request to update/insert a SASL/SCRAM credential for a user.
UserScramCredentialUpsertion(String, ScramCredentialInfo, byte[]) - Constructor for class org.apache.kafka.clients.admin.UserScramCredentialUpsertion
Constructor that generates a random salt
UserScramCredentialUpsertion(String, ScramCredentialInfo, byte[], byte[]) - Constructor for class org.apache.kafka.clients.admin.UserScramCredentialUpsertion
Constructor that accepts an explicit salt
UserScramCredentialUpsertion(String, ScramCredentialInfo, String) - Constructor for class org.apache.kafka.clients.admin.UserScramCredentialUpsertion
Constructor that generates a random salt
useSentinelServers() - Method in class org.redisson.config.Config
Init sentinel servers configuration.
useSingleServer() - Method in class org.redisson.config.Config
Init single server configuration.
usesPrivateExecutor() - Method in class com.rabbitmq.client.impl.ConsumerWorkService
 
useSslProtocol() - Method in class com.rabbitmq.client.ConnectionFactory
Convenience method for configuring TLS using the default set of TLS protocols and a trusting TrustManager.
useSslProtocol(String) - Method in class com.rabbitmq.client.ConnectionFactory
Convenience method for configuring TLS using the supplied protocol and a very trusting TrustManager.
useSslProtocol(String, TrustManager) - Method in class com.rabbitmq.client.ConnectionFactory
Convenience method for configuring TLS.
useSslProtocol(SSLContext) - Method in class com.rabbitmq.client.ConnectionFactory
Sets up TLS with an initialized SSLContext.
usingBootstrapControllers() - Method in class org.apache.kafka.clients.admin.internals.AdminBootstrapAddresses
 
usingBootstrapControllers() - Method in class org.apache.kafka.clients.admin.internals.AdminMetadataManager
 
Utils - Class in org.apache.kafka.clients.consumer.internals
 
Utils() - Constructor for class org.apache.kafka.clients.consumer.internals.Utils
 
Utils.TopicIdPartitionComparator - Class in org.apache.kafka.clients.consumer.internals
 
Utils.TopicPartitionComparator - Class in org.apache.kafka.clients.consumer.internals
 
UUID() - Static method in class org.apache.kafka.common.serialization.Serdes
A serde for nullable UUID type
UUIDDeserializer - Class in org.apache.kafka.common.serialization
We are converting the byte array to String before deserializing to UUID.
UUIDDeserializer() - Constructor for class org.apache.kafka.common.serialization.UUIDDeserializer
 
UUIDSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.UUIDSerde
 
UUIDSerializer - Class in org.apache.kafka.common.serialization
We are converting UUID to String before serializing.
UUIDSerializer() - Constructor for class org.apache.kafka.common.serialization.UUIDSerializer
 

V

valid() - Method in class org.apache.kafka.clients.admin.ListConsumerGroupsResult
Returns a future which yields just the valid listings.
VALIDATE_POSITIONS - Enum constant in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
 
validateOnly() - Method in class org.apache.kafka.clients.admin.AlterClientQuotasOptions
Returns whether the request should be validated without altering the configs.
validateOnly() - Method in class org.apache.kafka.clients.admin.CreatePartitionsOptions
Return true if the request should be validated without creating new partitions.
validateOnly() - Method in class org.apache.kafka.clients.admin.UpdateFeaturesOptions
 
validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.AlterClientQuotasOptions
Sets whether the request should be validated without altering the configs.
validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.AlterConfigsOptions
Set to true if the request should be validated without altering the configs.
validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.CreatePartitionsOptions
Set to true if the request should be validated without creating new partitions.
validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.CreateTopicsOptions
Set to true if the request should be validated without creating the topic.
validateOnly(boolean) - Method in class org.apache.kafka.clients.admin.UpdateFeaturesOptions
 
ValidatePositionsApplicationEvent - Class in org.apache.kafka.clients.consumer.internals.events
Event for validating offsets for all assigned partitions for which a leader change has been detected.
ValidatePositionsApplicationEvent() - Constructor for class org.apache.kafka.clients.consumer.internals.events.ValidatePositionsApplicationEvent
 
validatePositionsIfNeeded() - Method in class org.apache.kafka.clients.consumer.internals.OffsetFetcher
Validate offsets for all assigned partitions for which a leader change has been detected.
validatePositionsIfNeeded() - Method in class org.apache.kafka.clients.consumer.internals.OffsetsRequestManager
Validate positions for all assigned partitions for which a leader change has been detected.
validatePositionsOnMetadataChange() - Method in class org.apache.kafka.clients.consumer.internals.OffsetFetcher
If we have seen new metadata (as tracked by Metadata.updateVersion()), then we should check that all the assignments have a valid position.
validPosition(TopicPartition) - Method in class org.apache.kafka.clients.consumer.internals.SubscriptionState
 
value() - Method in class org.apache.kafka.clients.admin.ConfigEntry.ConfigSynonym
Returns the value of this configuration, which may be null if the configuration is sensitive.
value() - Method in class org.apache.kafka.clients.admin.ConfigEntry
Return the value or null.
value() - Method in class org.apache.kafka.clients.consumer.ConsumerRecord
The value
value() - Method in class org.apache.kafka.clients.consumer.internals.RequestFuture
Get the value corresponding to this request (only available if the request succeeded)
value() - Method in class org.apache.kafka.clients.producer.ProducerRecord
 
value() - Element in annotation interface org.jetbrains.annotations.ApiStatus.AvailableSince
Specifies a version where the annotation API firstly appeared.
value() - Element in annotation interface org.jetbrains.annotations.Contract
Contains the contract clauses describing causal relations between call arguments and the returned value
value() - Element in annotation interface org.jetbrains.annotations.NotNull
 
value() - Element in annotation interface org.jetbrains.annotations.Nullable
 
value() - Element in annotation interface org.jetbrains.annotations.UnknownNullability
 
value() - Element in annotation interface org.redisson.api.annotation.RCascade
List of applied cascade types.
value() - Element in annotation interface org.redisson.api.annotation.RRemoteAsync
Remote interface class used to register
value() - Element in annotation interface org.redisson.api.annotation.RRemoteReactive
Remote interface class used to register
value() - Element in annotation interface org.redisson.api.annotation.RRemoteRx
Remote interface class used to register
VALUE - Enum constant in enum class org.redisson.api.FunctionResult
Result is a value of user defined type
VALUE - Enum constant in enum class org.redisson.api.RScript.ReturnType
 
VALUE_DESERIALIZER_CLASS_CONFIG - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
value.deserializer
VALUE_DESERIALIZER_CLASS_DOC - Static variable in class org.apache.kafka.clients.consumer.ConsumerConfig
 
VALUE_SERIALIZER_CLASS_CONFIG - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
value.serializer
VALUE_SERIALIZER_CLASS_DOC - Static variable in class org.apache.kafka.clients.producer.ProducerConfig
 
valueDeserializer - Variable in class org.apache.kafka.clients.consumer.internals.Deserializers
 
valueIterator() - Method in interface org.redisson.api.RMapReactive
Returns iterator over values collection of this map.
valueIterator() - Method in interface org.redisson.api.RMapRx
Returns iterator over values collection of this map.
valueIterator(int) - Method in interface org.redisson.api.RMapReactive
Returns iterator over values collection of this map.
valueIterator(int) - Method in interface org.redisson.api.RMapRx
Returns iterator over values collection of this map.
valueIterator(String) - Method in interface org.redisson.api.RMapReactive
Returns iterator over values collection of this map.
valueIterator(String) - Method in interface org.redisson.api.RMapRx
Returns iterator over values collection of this map.
valueIterator(String, int) - Method in interface org.redisson.api.RMapReactive
Returns iterator over values collection of this map.
valueIterator(String, int) - Method in interface org.redisson.api.RMapRx
Returns iterator over values collection of this map.
valueOf(String) - Static method in enum class com.rabbitmq.client.BuiltinExchangeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class fr.codinbox.connector.commons.utils.ConnectionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.admin.AlterConfigOp.OpType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigSource
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.admin.EndpointType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.admin.FeatureUpdate.UpgradeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.admin.ScramMechanism
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.admin.TransactionState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.RebalanceProtocol
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.consumer.GroupProtocol
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.MemberState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerMethodName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.consumer.internals.events.BackgroundEvent.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.consumer.internals.MemberState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.kafka.clients.consumer.OffsetResetStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jetbrains.annotations.Nls.Capitalization
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.annotation.REntity.TransformationMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.BatchOptions.ExecutionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.EvictionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.FunctionLibrary.Flag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.FunctionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.FunctionResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.GeoOrder
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.GeoUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.JsonType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.LocalCachedMapOptions.CacheProvider
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.LocalCachedMapOptions.EvictionPolicy
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.LocalCachedMapOptions.ExpirationEventPolicy
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.LocalCachedMapOptions.ReconnectionStrategy
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.LocalCachedMapOptions.StoreMode
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.LocalCachedMapOptions.SyncStrategy
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.map.event.EntryEvent.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.map.WriteMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.MapOptions.WriteMode
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.Node.InfoSection
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.NodeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.options.LocalCachedMapOptions.CacheProvider
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.options.LocalCachedMapOptions.EvictionPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.options.LocalCachedMapOptions.ExpirationEventPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.options.LocalCachedMapOptions.ReconnectionStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.options.LocalCachedMapOptions.StoreMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.options.LocalCachedMapOptions.SyncStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.queue.DequeMoveParams.Direction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.RateIntervalUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.RateType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.RCascadeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.redisnode.RedisNode.InfoSection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.redisnode.SetSlotCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.RScoredSortedSet.Aggregate
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.RScript.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.RScript.ReturnType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.RType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.search.index.IndexType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.search.index.PhoneticMatcher
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.search.index.SortMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.search.index.VectorDistParam.DistanceMetric
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.search.index.VectorTypeParam.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.api.SortOrder
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.client.handler.RedisChannelInitializer.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.client.protocol.pubsub.PubSubType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.client.RedisConnection.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.config.Protocol
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.config.ReadMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.config.ShardedSubscriptionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.config.SslProvider
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.config.SubscriptionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.redisson.config.TransportMode
Returns the enum constant of this class with the specified name.
valueRange(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSet
Returns all values between startScore and endScore.
valueRange(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns all values between startScore and endScore.
valueRange(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns all values between startScore and endScore.
valueRange(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSet
Returns all values between startScore and endScore.
valueRange(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns all values between startScore and endScore.
valueRange(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns all values between startScore and endScore.
valueRange(int, int) - Method in interface org.redisson.api.RScoredSortedSet
Returns values by rank range.
valueRange(int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns values by rank range.
valueRange(int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns values by rank range.
valueRangeAsync(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns all values between startScore and endScore.
valueRangeAsync(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns all values between startScore and endScore.
valueRangeAsync(int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns values by rank range.
valueRangeReversed(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSet
Returns all values between startScore and endScore in reversed order.
valueRangeReversed(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns all values between startScore and endScore in reversed order.
valueRangeReversed(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns all values between startScore and endScore in reversed order.
valueRangeReversed(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSet
Returns all values between startScore and endScore in reversed order.
valueRangeReversed(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns all values between startScore and endScore in reversed order.
valueRangeReversed(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns all values between startScore and endScore in reversed order.
valueRangeReversed(int, int) - Method in interface org.redisson.api.RScoredSortedSet
Returns values by rank range in reverse order.
valueRangeReversed(int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
Returns values by rank range in reverse order.
valueRangeReversed(int, int) - Method in interface org.redisson.api.RScoredSortedSetRx
Returns values by rank range in reverse order.
valueRangeReversedAsync(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns all values between startScore and endScore in reversed order.
valueRangeReversedAsync(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns all values between startScore and endScore in reversed order.
valueRangeReversedAsync(int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
Returns values by rank range in reverse order.
ValueReader - Class in com.rabbitmq.client.impl
Helper class to read AMQP wire-protocol encoded values.
ValueReader(DataInputStream) - Constructor for class com.rabbitmq.client.impl.ValueReader
Construct a MethodArgumentReader streaming over the given DataInputStream.
values() - Static method in enum class com.rabbitmq.client.BuiltinExchangeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class fr.codinbox.connector.commons.utils.ConnectionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.apache.kafka.clients.admin.AlterClientQuotasResult
Returns a map from quota entity to a future which can be used to check the status of the operation.
values() - Static method in enum class org.apache.kafka.clients.admin.AlterConfigOp.OpType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.apache.kafka.clients.admin.AlterConfigsResult
Return a map from resources to futures which can be used to check the status of the operation on each resource.
values() - Method in class org.apache.kafka.clients.admin.AlterPartitionReassignmentsResult
Return a map from partitions to futures which can be used to check the status of the reassignment.
values() - Method in class org.apache.kafka.clients.admin.AlterReplicaLogDirsResult
Return a map from TopicPartitionReplica to KafkaFuture which holds the status of individual replica movement.
values() - Method in class org.apache.kafka.clients.admin.AlterUserScramCredentialsResult
Return a map from user names to futures, which can be used to check the status of the alteration(s) for each user.
values() - Static method in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigSource
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.kafka.clients.admin.ConfigEntry.ConfigType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.apache.kafka.clients.admin.CreateAclsResult
Return a map from ACL bindings to futures which can be used to check the status of the creation of each ACL binding.
values() - Method in class org.apache.kafka.clients.admin.CreatePartitionsResult
Return a map from topic names to futures, which can be used to check the status of individual partition creations.
values() - Method in class org.apache.kafka.clients.admin.CreateTopicsResult
Return a map from topic names to futures, which can be used to check the status of individual topic creations.
values() - Method in class org.apache.kafka.clients.admin.DeleteAclsResult.FilterResults
Return a list of delete ACLs results for a given filter.
values() - Method in class org.apache.kafka.clients.admin.DeleteAclsResult
Return a map from acl filters to futures which can be used to check the status of the deletions by each filter.
values() - Method in class org.apache.kafka.clients.admin.DeleteTopicsResult
Deprecated.
values() - Method in class org.apache.kafka.clients.admin.DescribeAclsResult
Return a future containing the ACLs requested.
values() - Method in class org.apache.kafka.clients.admin.DescribeConfigsResult
Return a map from resources to futures which can be used to check the status of the configuration for each resource.
values() - Method in class org.apache.kafka.clients.admin.DescribeLogDirsResult
Deprecated.
Deprecated Since Kafka 2.7. Use DescribeLogDirsResult.descriptions().
values() - Method in class org.apache.kafka.clients.admin.DescribeReplicaLogDirsResult
Return a map from replica to future which can be used to check the log directory information of individual replicas
values() - Method in class org.apache.kafka.clients.admin.DescribeTopicsResult
Deprecated.
values() - Static method in enum class org.apache.kafka.clients.admin.EndpointType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.kafka.clients.admin.FeatureUpdate.UpgradeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.kafka.clients.admin.ScramMechanism
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.kafka.clients.admin.TransactionState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.apache.kafka.clients.admin.UpdateFeaturesResult
 
values() - Static method in enum class org.apache.kafka.clients.consumer.ConsumerPartitionAssignor.RebalanceProtocol
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.kafka.clients.consumer.GroupProtocol
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.kafka.clients.consumer.internals.AbstractCoordinator.MemberState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerMethodName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.kafka.clients.consumer.internals.events.ApplicationEvent.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.kafka.clients.consumer.internals.events.BackgroundEvent.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.kafka.clients.consumer.internals.MemberState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.kafka.clients.consumer.OffsetResetStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jetbrains.annotations.Nls.Capitalization
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.annotation.REntity.TransformationMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.BatchOptions.ExecutionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.EvictionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.FunctionLibrary.Flag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.FunctionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.FunctionResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.GeoOrder
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.GeoUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.JsonType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.LocalCachedMapOptions.CacheProvider
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.LocalCachedMapOptions.EvictionPolicy
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.LocalCachedMapOptions.ExpirationEventPolicy
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.LocalCachedMapOptions.ReconnectionStrategy
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.LocalCachedMapOptions.StoreMode
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.LocalCachedMapOptions.SyncStrategy
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.map.event.EntryEvent.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.map.WriteMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.MapOptions.WriteMode
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.Node.InfoSection
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.NodeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.options.LocalCachedMapOptions.CacheProvider
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.options.LocalCachedMapOptions.EvictionPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.options.LocalCachedMapOptions.ExpirationEventPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.options.LocalCachedMapOptions.ReconnectionStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.options.LocalCachedMapOptions.StoreMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.options.LocalCachedMapOptions.SyncStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.queue.DequeMoveParams.Direction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.RateIntervalUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.RateType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.RCascadeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.redisnode.RedisNode.InfoSection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.redisnode.SetSlotCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface org.redisson.api.RMap
Returns values collection of this map.
values() - Method in interface org.redisson.api.RMultimap
Returns a view collection containing the value from each key-value pair contained in this multimap, without collapsing duplicates (so values().size() == size()).
values() - Static method in enum class org.redisson.api.RScoredSortedSet.Aggregate
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.RScript.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.RScript.ReturnType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.RType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.search.index.IndexType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.search.index.PhoneticMatcher
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.search.index.SortMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.search.index.VectorDistParam.DistanceMetric
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.search.index.VectorTypeParam.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.api.SortOrder
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.client.handler.RedisChannelInitializer.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.client.protocol.pubsub.PubSubType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.client.RedisConnection.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.config.Protocol
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.config.ReadMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.config.ShardedSubscriptionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.config.SslProvider
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.config.SubscriptionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.redisson.config.TransportMode
Returns an array containing the constants of this enum class, in the order they are declared.
values(int) - Method in interface org.redisson.api.RMap
Returns values collection of this map.
values(String) - Method in interface org.redisson.api.RMap
Returns values collection of this map.
values(String, int) - Method in interface org.redisson.api.RMap
Returns values collection of this map.
valueSize(K) - Method in interface org.redisson.api.RMap
Returns size of value mapped by specified key in bytes
valueSize(K) - Method in interface org.redisson.api.RMapReactive
Returns size of value mapped by key in bytes
valueSize(K) - Method in interface org.redisson.api.RMapRx
Returns size of value mapped by key in bytes
valueSizeAsync(K) - Method in interface org.redisson.api.RMapAsync
Returns size of value mapped by key in bytes
ValueWriter - Class in com.rabbitmq.client.impl
Helper class to generate AMQP wire-protocol encoded values.
ValueWriter(DataOutputStream) - Constructor for class com.rabbitmq.client.impl.ValueWriter
 
VariableLinkedBlockingQueue<E> - Class in com.rabbitmq.client.impl
A clone of LinkedBlockingQueue with the addition of a VariableLinkedBlockingQueue.setCapacity(int) method, allowing us to change the capacity of the queue while it is in use.
VariableLinkedBlockingQueue() - Constructor for class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE.
VariableLinkedBlockingQueue(int) - Constructor for class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
Creates a LinkedBlockingQueue with the given (fixed) capacity.
VariableLinkedBlockingQueue(Collection<? extends E>) - Constructor for class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE, initially containing the elements of the given collection, added in traversal order of the collection's iterator.
VectorDimParam<T> - Interface in org.redisson.api.search.index
 
VectorDistParam<T> - Interface in org.redisson.api.search.index
 
VectorDistParam.DistanceMetric - Enum Class in org.redisson.api.search.index
 
VectorTypeParam<T> - Interface in org.redisson.api.search.index
 
VectorTypeParam.Type - Enum Class in org.redisson.api.search.index
 
verbatim(boolean) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
verbatim(boolean) - Method in class org.redisson.api.search.query.QueryOptions
 
version() - Method in interface org.apache.kafka.clients.consumer.ConsumerPartitionAssignor
Return the version of the assignor which indicates how the user metadata encodings and the assignment algorithm gets evolved.
Version - Class in com.rabbitmq.client.impl
Encapsulation of AMQP protocol version
Version(int, int) - Constructor for class com.rabbitmq.client.impl.Version
Creates a new Version instance.
VERSION - Static variable in class com.rabbitmq.client.impl.ClientVersion
 
versionMajor(int) - Method in class com.rabbitmq.client.AMQP.Connection.Start.Builder
 
versionMinor(int) - Method in class com.rabbitmq.client.AMQP.Connection.Start.Builder
 
VIRTUAL_HOST - Static variable in class com.rabbitmq.client.ConnectionFactoryConfigurator
 
virtualHost(String) - Method in class com.rabbitmq.client.AMQP.Connection.Open.Builder
 
VisibleForTesting - Annotation Interface in org.jetbrains.annotations
A member or type annotated with VisibleForTesting claims that its visibility is higher than necessary, only for testing purposes.
visit(AMQImpl.Access.Request) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Access.Request) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Access.RequestOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Access.RequestOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.Ack) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.Ack) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.Cancel) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.Cancel) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.CancelOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.CancelOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.Consume) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.Consume) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.ConsumeOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.ConsumeOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.Deliver) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.Deliver) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.Get) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.Get) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.GetEmpty) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.GetEmpty) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.GetOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.GetOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.Nack) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.Nack) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.Publish) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.Publish) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.Qos) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.Qos) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.QosOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.QosOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.Recover) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.Recover) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.RecoverAsync) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.RecoverAsync) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.RecoverOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.RecoverOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.Reject) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.Reject) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Basic.Return) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Basic.Return) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Channel.Close) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Channel.Close) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Channel.CloseOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Channel.CloseOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Channel.Flow) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Channel.Flow) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Channel.FlowOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Channel.FlowOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Channel.Open) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Channel.Open) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Channel.OpenOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Channel.OpenOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Confirm.Select) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Confirm.Select) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Confirm.SelectOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Confirm.SelectOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.Blocked) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.Blocked) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.Close) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.Close) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.CloseOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.CloseOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.Open) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.Open) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.OpenOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.OpenOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.Secure) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.Secure) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.SecureOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.SecureOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.Start) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.Start) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.StartOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.StartOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.Tune) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.Tune) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.TuneOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.TuneOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.Unblocked) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.Unblocked) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.UpdateSecret) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.UpdateSecret) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Connection.UpdateSecretOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Connection.UpdateSecretOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Exchange.Bind) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Exchange.Bind) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Exchange.BindOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Exchange.BindOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Exchange.Declare) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Exchange.Declare) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Exchange.DeclareOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Exchange.DeclareOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Exchange.Delete) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Exchange.Delete) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Exchange.DeleteOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Exchange.DeleteOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Exchange.Unbind) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Exchange.Unbind) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Exchange.UnbindOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Exchange.UnbindOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.QosOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.CloseOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.SelectOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.CloseOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Unblocked
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecretOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.BindOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeclareOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeleteOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.UnbindOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.BindOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.UnbindOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Commit
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.CommitOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Rollback
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.RollbackOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Select
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.SelectOk
 
visit(AMQImpl.MethodVisitor) - Method in class com.rabbitmq.client.impl.Method
Visitor support (double-dispatch mechanism).
visit(AMQImpl.Queue.Bind) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Queue.Bind) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Queue.BindOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Queue.BindOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Queue.Declare) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Queue.Declare) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Queue.DeclareOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Queue.DeclareOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Queue.Delete) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Queue.Delete) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Queue.DeleteOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Queue.DeleteOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Queue.Purge) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Queue.Purge) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Queue.PurgeOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Queue.PurgeOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Queue.Unbind) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Queue.Unbind) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Queue.UnbindOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Queue.UnbindOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Tx.Commit) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Tx.Commit) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Tx.CommitOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Tx.CommitOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Tx.Rollback) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Tx.Rollback) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Tx.RollbackOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Tx.RollbackOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Tx.Select) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Tx.Select) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
visit(AMQImpl.Tx.SelectOk) - Method in class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
visit(AMQImpl.Tx.SelectOk) - Method in interface com.rabbitmq.client.impl.AMQImpl.MethodVisitor
 
Void() - Static method in class org.apache.kafka.common.serialization.Serdes
A serde for Void type.
VoidDeserializer - Class in org.apache.kafka.common.serialization
 
VoidDeserializer() - Constructor for class org.apache.kafka.common.serialization.VoidDeserializer
 
VoidReplayConvertor - Class in org.redisson.client.protocol.convertor
 
VoidReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.VoidReplayConvertor
 
VoidSerde() - Constructor for class org.apache.kafka.common.serialization.Serdes.VoidSerde
 
VoidSerializer - Class in org.apache.kafka.common.serialization
 
VoidSerializer() - Constructor for class org.apache.kafka.common.serialization.VoidSerializer
 
voidSuccess() - Static method in class org.apache.kafka.clients.consumer.internals.RequestFuture
 
voters() - Method in class org.apache.kafka.clients.admin.QuorumInfo
 

W

WAIT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
WAIT_FOREVER - Static variable in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate.PollResult
 
WAITAOF - Static variable in interface org.redisson.client.protocol.RedisCommands
 
waitForConfirms() - Method in interface com.rabbitmq.client.Channel
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
waitForConfirms() - Method in class com.rabbitmq.client.impl.ChannelN
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
waitForConfirms() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
waitForConfirms(long) - Method in interface com.rabbitmq.client.Channel
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
waitForConfirms(long) - Method in class com.rabbitmq.client.impl.ChannelN
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
waitForConfirms(long) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
waitForConfirmsOrDie() - Method in interface com.rabbitmq.client.Channel
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
waitForConfirmsOrDie() - Method in class com.rabbitmq.client.impl.ChannelN
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
waitForConfirmsOrDie() - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
waitForConfirmsOrDie(long) - Method in interface com.rabbitmq.client.Channel
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
waitForConfirmsOrDie(long) - Method in class com.rabbitmq.client.impl.ChannelN
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
waitForConfirmsOrDie(long) - Method in class com.rabbitmq.client.impl.recovery.AutorecoveringChannel
 
wakeup() - Method in interface org.apache.kafka.clients.consumer.Consumer
 
wakeup() - Method in class org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumer
 
wakeup() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient
Wakeup an active poll.
wakeup() - Method in class org.apache.kafka.clients.consumer.internals.ConsumerNetworkThread
 
wakeup() - Method in class org.apache.kafka.clients.consumer.internals.LegacyKafkaConsumer
 
wakeup() - Method in class org.apache.kafka.clients.consumer.internals.NetworkClientDelegate
 
wakeup() - Method in class org.apache.kafka.clients.consumer.internals.WakeupTrigger
Wakeup a pending task.
wakeup() - Method in class org.apache.kafka.clients.consumer.KafkaConsumer
Wakeup the consumer.
wakeup() - Method in class org.apache.kafka.clients.consumer.MockConsumer
 
wakeup() - Method in class org.apache.kafka.clients.producer.internals.Sender
Wake up the selector associated with this send thread
wakeupNetworkThread() - Method in class org.apache.kafka.clients.consumer.internals.events.ApplicationEventHandler
Wakeup the network I/O thread to pull the next event(s) from the queue.
WakeupTrigger - Class in org.apache.kafka.clients.consumer.internals
Ensures blocking APIs can be woken up by the consumer.wakeup().
WakeupTrigger() - Constructor for class org.apache.kafka.clients.consumer.internals.WakeupTrigger
 
WATCH - Static variable in interface org.redisson.client.protocol.RedisCommands
 
WEAK - Enum constant in enum class org.redisson.api.LocalCachedMapOptions.EvictionPolicy
Deprecated.
Local cache eviction policy with Weak Reference used for values.
WEAK - Enum constant in enum class org.redisson.api.options.LocalCachedMapOptions.EvictionPolicy
Local cache eviction policy with Weak Reference used for values.
weeklyOnDayAndHourAndMinute(int, int, Integer...) - Static method in class org.redisson.api.CronSchedule
Creates cron expression which schedule task execution every given days of the week at the given time.
weeklyOnDayAndHourAndMinute(int, int, ZoneId, Integer...) - Static method in class org.redisson.api.CronSchedule
Creates cron expression which schedule task execution every given days of the week at the given time in specified time-zone ID.
weight(Double) - Method in interface org.redisson.api.search.index.TextIndex
Defines declares a multiplication factor value used to declare the importance of this attribute when calculating result accuracy.
weight(Double) - Method in class org.redisson.api.search.index.TextIndexParams
 
willCheckRpcResponseType() - Method in class com.rabbitmq.client.impl.AMQConnection
 
willShutDownConsumerExecutor() - Method in class com.rabbitmq.client.impl.AMQConnection
Public API
withCursor() - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
withCursor(int) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
withCursor(int, int) - Method in class org.redisson.api.search.aggregate.AggregationOptions
 
withScores(boolean) - Method in class org.redisson.api.search.query.QueryOptions
 
withSortKeys(boolean) - Method in class org.redisson.api.search.query.QueryOptions
 
withSuffixTrie() - Method in interface org.redisson.api.search.index.TagIndex
Defines whether to keep a suffix trie with all terms which match the suffix.
withSuffixTrie() - Method in class org.redisson.api.search.index.TagIndexParams
 
withSuffixTrie() - Method in interface org.redisson.api.search.index.TextIndex
Defines whether to keep a suffix trie with all terms which match the suffix.
withSuffixTrie() - Method in class org.redisson.api.search.index.TextIndexParams
 
WorkPool<K,W> - Class in com.rabbitmq.client.impl
This is a generic implementation of the channels specification in Channeling Work, Nov 2010 (channels.pdf).
WorkPool(int) - Constructor for class com.rabbitmq.client.impl.WorkPool
 
WorkPoolFullException - Exception Class in com.rabbitmq.client.impl
Exception thrown when WorkPool enqueueing times out.
WorkPoolFullException(String) - Constructor for exception class com.rabbitmq.client.impl.WorkPoolFullException
 
wrap(ShutdownSignalException) - Static method in class com.rabbitmq.client.impl.AMQChannel
Placeholder until we address bug 15786 (implementing a proper exception hierarchy).
wrap(ShutdownSignalException, String) - Static method in class com.rabbitmq.client.impl.AMQChannel
 
WrapperSerde(Serializer<T>, Deserializer<T>) - Constructor for class org.apache.kafka.common.serialization.Serdes.WrapperSerde
 
wrapTimeoutException(Method, TimeoutException) - Method in class com.rabbitmq.client.impl.AMQChannel
Cleans RPC channel state after a timeout and wraps the TimeoutException in a ChannelContinuationTimeoutException
write() - Method in class com.rabbitmq.client.AMQP.Access.Request.Builder
 
write(boolean) - Method in class com.rabbitmq.client.AMQP.Access.Request.Builder
 
write(int) - Method in class com.rabbitmq.client.impl.nio.ByteBufferOutputStream
 
write(int) - Method in class com.rabbitmq.client.impl.nio.SslEngineByteBufferOutputStream
 
write(Command) - Method in class com.rabbitmq.client.impl.LogTrafficListener
 
write(Command) - Method in interface com.rabbitmq.client.TrafficListener
Notified for each outbound Command.
write(Frame) - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerState
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.redisson.client.handler.CommandBatchEncoder
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.redisson.client.handler.CommandEncoder
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.redisson.client.handler.CommandsQueue
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.redisson.client.handler.CommandsQueuePubSub
 
write(ByteBuffer) - Method in interface org.redisson.api.RBinaryStreamReactive
Writes a sequence of bytes from defined buffer.
write(ByteBuffer) - Method in interface org.redisson.api.RBinaryStreamRx
Writes a sequence of bytes from defined buffer.
write(WritableByteChannel, SSLEngine, ByteBuffer, ByteBuffer) - Static method in class com.rabbitmq.client.impl.nio.SslEngineHelper
 
write(Map<K, V>) - Method in interface org.redisson.api.map.MapWriter
 
write(Map<K, V>) - Method in interface org.redisson.api.map.MapWriterAsync
 
write(Map<K, V>) - Method in class org.redisson.api.map.RetryableMapWriter
 
write(Map<K, V>) - Method in class org.redisson.api.map.RetryableMapWriterAsync
 
WRITE - Enum constant in enum class org.redisson.api.FunctionMode
Execute function as read operation
WRITE_BEHIND - Enum constant in enum class org.redisson.api.map.WriteMode
In write behind mode all data written in map object also written using MapWriter in asynchronous mode.
WRITE_BEHIND - Enum constant in enum class org.redisson.api.MapOptions.WriteMode
Deprecated.
In write behind mode all data written in map object also written using MapWriter in asynchronous mode.
WRITE_THROUGH - Enum constant in enum class org.redisson.api.map.WriteMode
In write through mode all write operations for map object are synchronized with MapWriter write operations.
WRITE_THROUGH - Enum constant in enum class org.redisson.api.MapOptions.WriteMode
Deprecated.
In write through mode all write operations for map object are synchronized with MapWriter write operations.
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Nack
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.QosOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverAsync
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.RecoverOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.CloseOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.Select
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Confirm.SelectOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Blocked
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.CloseOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.Unblocked
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecret
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Connection.UpdateSecretOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Bind
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.BindOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeclareOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.DeleteOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.Unbind
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Exchange.UnbindOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.BindOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.Unbind
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Queue.UnbindOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Commit
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.CommitOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Rollback
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.RollbackOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.Select
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.AMQImpl.Tx.SelectOk
 
writeArgumentsTo(MethodArgumentWriter) - Method in class com.rabbitmq.client.impl.Method
Private API - Autogenerated writer for this method.
writeArray(Object[]) - Method in class com.rabbitmq.client.impl.ValueWriter
 
writeArray(List<?>) - Method in class com.rabbitmq.client.impl.ValueWriter
 
writeBehindBatchSize(int) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
writeBehindBatchSize(int) - Method in class org.redisson.api.MapCacheOptions
 
writeBehindBatchSize(int) - Method in class org.redisson.api.MapOptions
Deprecated.
Sets write behind tasks batch size.
writeBehindBatchSize(int) - Method in class org.redisson.api.options.LocalCachedMapParams
 
writeBehindBatchSize(int) - Method in class org.redisson.api.options.MapCacheParams
 
writeBehindBatchSize(int) - Method in class org.redisson.api.options.MapParams
 
writeBehindBatchSize(int) - Method in interface org.redisson.api.options.ExMapOptions
Sets write behind tasks batch size.
writeBehindDelay(int) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
writeBehindDelay(int) - Method in class org.redisson.api.MapCacheOptions
 
writeBehindDelay(int) - Method in class org.redisson.api.MapOptions
Deprecated.
Sets write behind tasks execution delay.
writeBehindDelay(int) - Method in class org.redisson.api.options.LocalCachedMapParams
 
writeBehindDelay(int) - Method in class org.redisson.api.options.MapCacheParams
 
writeBehindDelay(int) - Method in class org.redisson.api.options.MapParams
 
writeBehindDelay(int) - Method in interface org.redisson.api.options.ExMapOptions
Sets write behind tasks execution delay.
writeBit(boolean) - Method in class com.rabbitmq.client.impl.MethodArgumentWriter
Public API - encodes a boolean/bit argument.
writeFieldValue(Object) - Method in class com.rabbitmq.client.impl.ValueWriter
 
writeFrame(Frame) - Method in class com.rabbitmq.client.impl.AMQConnection
Public API - sends a frame directly to the broker.
writeFrame(Frame) - Method in interface com.rabbitmq.client.impl.FrameHandler
Write a Frame to the underlying data connection.
writeFrame(Frame) - Method in class com.rabbitmq.client.impl.nio.SocketChannelFrameHandler
 
writeFrame(Frame) - Method in class com.rabbitmq.client.impl.SocketFrameHandler
 
writeLock() - Method in interface org.redisson.api.RReadWriteLock
Returns the lock used for writing.
writeLock() - Method in interface org.redisson.api.RReadWriteLockReactive
Returns the lock used for writing.
writeLock() - Method in interface org.redisson.api.RReadWriteLockRx
Returns the lock used for writing.
writeLong(int) - Method in class com.rabbitmq.client.impl.MethodArgumentWriter
Public API - encodes an integer argument.
writeLong(int) - Method in class com.rabbitmq.client.impl.ValueWriter
Public API - encodes an integer.
writeLong(Integer) - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
 
writeLonglong(long) - Method in class com.rabbitmq.client.impl.MethodArgumentWriter
Public API - encodes a long integer argument.
writeLonglong(long) - Method in class com.rabbitmq.client.impl.ValueWriter
Public API - encodes a long integer.
writeLonglong(Long) - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
 
writeLongstr(LongString) - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
 
writeLongstr(LongString) - Method in class com.rabbitmq.client.impl.MethodArgumentWriter
Public API - encodes a long string argument from a LongString.
writeLongstr(LongString) - Method in class com.rabbitmq.client.impl.ValueWriter
Public API - encodes a long string from a LongString.
writeLongstr(String) - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
 
writeLongstr(String) - Method in class com.rabbitmq.client.impl.MethodArgumentWriter
Public API - encodes a long string argument from a String.
writeLongstr(String) - Method in class com.rabbitmq.client.impl.ValueWriter
Public API - encodes a long string from a String.
writeMode(WriteMode) - Method in class org.redisson.api.options.LocalCachedMapParams
 
writeMode(WriteMode) - Method in class org.redisson.api.options.MapCacheParams
 
writeMode(WriteMode) - Method in class org.redisson.api.options.MapParams
 
writeMode(WriteMode) - Method in interface org.redisson.api.options.ExMapOptions
Sets write mode.
writeMode(MapOptions.WriteMode) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
writeMode(MapOptions.WriteMode) - Method in class org.redisson.api.MapCacheOptions
 
writeMode(MapOptions.WriteMode) - Method in class org.redisson.api.MapOptions
Deprecated.
Sets write mode.
WriteMode - Enum Class in org.redisson.api.map
 
writeOctet(byte) - Method in class com.rabbitmq.client.impl.MethodArgumentWriter
Public API - encodes an octet argument from a byte.
writeOctet(byte) - Method in class com.rabbitmq.client.impl.ValueWriter
Public API - encodes an octet from a byte.
writeOctet(int) - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
 
writeOctet(int) - Method in class com.rabbitmq.client.impl.MethodArgumentWriter
Public API - encodes an octet argument from an int.
writeOctet(int) - Method in class com.rabbitmq.client.impl.ValueWriter
Public API - encodes an octet from an int.
writeOctet(Integer) - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
 
writePresence(boolean) - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
 
writePropertiesTo(ContentHeaderPropertyWriter) - Method in class com.rabbitmq.client.AMQP.BasicProperties
 
writePropertiesTo(ContentHeaderPropertyWriter) - Method in class com.rabbitmq.client.impl.AMQContentHeader
Private API - Autogenerated writer for this header
writer(MapWriter<K, V>) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
writer(MapWriter<K, V>) - Method in class org.redisson.api.MapCacheOptions
 
writer(MapWriter<K, V>) - Method in class org.redisson.api.MapOptions
Deprecated.
Defines MapWriter object which is invoked during write operation.
writer(MapWriter<K, V>) - Method in class org.redisson.api.options.LocalCachedMapParams
 
writer(MapWriter<K, V>) - Method in class org.redisson.api.options.MapCacheParams
 
writer(MapWriter<K, V>) - Method in class org.redisson.api.options.MapParams
 
writer(MapWriter<K, V>) - Method in interface org.redisson.api.options.ExMapOptions
Defines MapWriter object which is invoked during write operation.
writerAsync(MapWriterAsync<K, V>) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
writerAsync(MapWriterAsync<K, V>) - Method in class org.redisson.api.MapCacheOptions
 
writerAsync(MapWriterAsync<K, V>) - Method in class org.redisson.api.MapOptions
Deprecated.
Defines MapWriterAsync object which is invoked during write operation.
writerAsync(MapWriterAsync<K, V>) - Method in class org.redisson.api.options.LocalCachedMapParams
 
writerAsync(MapWriterAsync<K, V>) - Method in class org.redisson.api.options.MapCacheParams
 
writerAsync(MapWriterAsync<K, V>) - Method in class org.redisson.api.options.MapParams
 
writerAsync(MapWriterAsync<K, V>) - Method in interface org.redisson.api.options.ExMapOptions
Defines MapWriterAsync object which is invoked during write operation.
WriteRedisConnectionException - Exception Class in org.redisson.client
This error occurs when write operation over Redis connection can't be executed.
WriteRedisConnectionException(String) - Constructor for exception class org.redisson.client.WriteRedisConnectionException
 
WriteRedisConnectionException(String, Throwable) - Constructor for exception class org.redisson.client.WriteRedisConnectionException
 
WriteRequest - Interface in com.rabbitmq.client.impl.nio
 
writeRetryAttempts(int) - Method in class org.redisson.api.options.LocalCachedMapParams
Sets max retry attempts for RetryableMapWriter or RetryableMapWriterAsync
writeRetryAttempts(int) - Method in class org.redisson.api.options.MapCacheParams
Sets max retry attempts for RetryableMapWriter or RetryableMapWriterAsync
writeRetryAttempts(int) - Method in class org.redisson.api.options.MapParams
Sets max retry attempts for RetryableMapWriter or RetryableMapWriterAsync
writeRetryAttempts(int) - Method in interface org.redisson.api.options.ExMapOptions
Sets max write retry attempts
writeRetryInterval(Duration) - Method in class org.redisson.api.options.LocalCachedMapParams
 
writeRetryInterval(Duration) - Method in class org.redisson.api.options.MapCacheParams
 
writeRetryInterval(Duration) - Method in class org.redisson.api.options.MapParams
 
writeRetryInterval(Duration) - Method in interface org.redisson.api.options.ExMapOptions
Sets write retry interval
writerRetryAttempts(int) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
writerRetryAttempts(int) - Method in class org.redisson.api.MapCacheOptions
 
writerRetryAttempts(int) - Method in class org.redisson.api.MapOptions
Deprecated.
Sets max retry attempts for RetryableMapWriter or RetryableMapWriterAsync
writerRetryInterval(Duration) - Method in class org.redisson.api.LocalCachedMapOptions
Deprecated.
 
writerRetryInterval(Duration) - Method in class org.redisson.api.MapCacheOptions
 
writerRetryInterval(Duration) - Method in class org.redisson.api.MapOptions
Deprecated.
Sets retry interval for RetryableMapWriter or RetryableMapWriterAsync
writeShort(int) - Method in class com.rabbitmq.client.impl.MethodArgumentWriter
Public API - encodes a short integer argument.
writeShort(int) - Method in class com.rabbitmq.client.impl.ValueWriter
Public API - encodes a short integer.
writeShort(Integer) - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
 
writeShortstr(String) - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
 
writeShortstr(String) - Method in class com.rabbitmq.client.impl.MethodArgumentWriter
Public API - encodes a short string argument.
writeShortstr(String) - Method in class com.rabbitmq.client.impl.ValueWriter
Public API - encodes a short string.
writeTable(Map<String, Object>) - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
 
writeTable(Map<String, Object>) - Method in class com.rabbitmq.client.impl.MethodArgumentWriter
Public API - encodes a table argument.
writeTable(Map<String, Object>) - Method in class com.rabbitmq.client.impl.ValueWriter
Public API - encodes a table.
writeTimestamp(Date) - Method in class com.rabbitmq.client.impl.ContentHeaderPropertyWriter
 
writeTimestamp(Date) - Method in class com.rabbitmq.client.impl.MethodArgumentWriter
Public API - encodes a timestamp argument.
writeTimestamp(Date) - Method in class com.rabbitmq.client.impl.ValueWriter
Public API - encodes a timestamp.
writeTo(DataOutputStream) - Method in class com.rabbitmq.client.impl.Frame
Public API - writes this Frame to the given DataOutputStream

X

XACK - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XADD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XADD_VOID - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XAUTOCLAIM - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XAUTOCLAIM_IDS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XCLAIM - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XCLAIM_IDS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XDEL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XGROUP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XGROUP_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XINFO_CONSUMERS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XINFO_GROUPS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XLEN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
xor(String...) - Method in interface org.redisson.api.RBitSet
Executes XOR operation over this object and specified bitsets.
xor(String...) - Method in interface org.redisson.api.RBitSetReactive
Executes XOR operation over this object and specified bitsets.
xor(String...) - Method in interface org.redisson.api.RBitSetRx
Executes XOR operation over this object and specified bitsets.
xorAsync(String...) - Method in interface org.redisson.api.RBitSetAsync
Executes XOR operation over this object and specified bitsets.
XPENDING - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XPENDING_ENTRIES - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XRANGE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREAD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREAD_BLOCKING - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREAD_BLOCKING_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREAD_BLOCKING_SINGLE_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREAD_BLOCKING_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREAD_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREAD_SINGLE_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREAD_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREADGROUP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREADGROUP_BLOCKING - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREADGROUP_BLOCKING_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREADGROUP_BLOCKING_SINGLE_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREADGROUP_BLOCKING_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREADGROUP_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREADGROUP_SINGLE_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREADGROUP_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XREVRANGE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
XTRIM - Static variable in interface org.redisson.client.protocol.RedisCommands
 

Y

yamlMapper - Variable in class org.redisson.config.ConfigSupport
 

Z

ZADD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZADD_BOOL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZADD_BOOL_RAW - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZADD_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZADD_NX_BOOL - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZADD_RAW - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZCARD - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZCARD_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZCOUNT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZDIFF - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZDIFFSTORE_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZINCRBY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZINTER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZINTERCARD_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZINTERSTORE_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZLEXCOUNT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZMPOP - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZMPOP_VALUES - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZPOPMAX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZPOPMIN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANDMEMBER - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANDMEMBER_ENTRIES - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANDMEMBER_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGE_ENTRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGE_ENTRY_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGE_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGE_SINGLE_ENTRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGE_SINGLE_ENTRY_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGE_SINGLE_SCORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGEBYLEX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGEBYSCORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGEBYSCORE_ENTRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGEBYSCORE_ENTRY_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGEBYSCORE_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANGESTORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANK - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANK_ENTRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZRANK_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREM - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREM_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREM_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREMRANGEBYLEX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREMRANGEBYRANK - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREMRANGEBYSCORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREVRANGE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREVRANGE_ENTRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREVRANGE_ENTRY_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREVRANGEBYLEX - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREVRANGEBYSCORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREVRANGEBYSCORE_ENTRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREVRANGEBYSCORE_ENTRY_V2 - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREVRANK - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREVRANK_ENTRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZREVRANK_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZSCAN - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZSCAN_ENTRY - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZSCORE - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZSCORE_CONTAINS - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZSET - Enum constant in enum class org.redisson.api.RType
 
ZUNION - Static variable in interface org.redisson.client.protocol.RedisCommands
 
ZUNIONSTORE_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
 

_

_blockContent - Variable in class com.rabbitmq.client.impl.AMQChannel
Whether transmission of content-bearing methods should be blocked
_blocker - Variable in class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
 
_channelLock - Variable in class com.rabbitmq.client.impl.AMQChannel
Protected; used instead of synchronizing on the channel itself, so that clients can themselves use the channel to synchronize on.
_channelLockCondition - Variable in class com.rabbitmq.client.impl.AMQChannel
 
_rpcTimeout - Variable in class com.rabbitmq.client.impl.AMQChannel
Timeout for RPC calls
_workService - Variable in class com.rabbitmq.client.impl.AMQConnection
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form