Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
org.springframework.data.redis.connection.stream |
Data structures and interfaces to interact with Redis Streams.
|
org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
org.springframework.data.redis.stream |
Class and Description |
---|
ByteBufferRecord
A
Record within the stream backed by a collection of binary field/value paris. |
ByteRecord
A
Record within the stream backed by a collection of binary field/value paris. |
Consumer
Value object representing a Stream consumer within a consumer group.
|
MapRecord
A
Record within the stream backed by a collection of field/value paris. |
PendingMessages
Value object holding detailed information about pending messages in consumer group for a given
Range and offset. |
PendingMessagesSummary
Value Object summarizing pending messages in a consumer group.
|
ReadOffset
Value object representing read offset for a Stream.
|
RecordId
The id of a single
Record within a stream. |
StreamInfo.XInfoConsumer |
StreamInfo.XInfoConsumers |
StreamInfo.XInfoGroup |
StreamInfo.XInfoGroups
Value object holding general information about consumer groups associated with a
Redis Stream.
|
StreamInfo.XInfoStream
Value object holding general information about a Redis Stream.
|
StreamOffset
Value object representing a Stream Id with its offset.
|
StreamReadOptions
Options for reading messages from a Redis Stream.
|
StringRecord |
Class and Description |
---|
ByteBufferRecord
A
Record within the stream backed by a collection of binary field/value paris. |
ByteRecord
A
Record within the stream backed by a collection of binary field/value paris. |
Consumer
Value object representing a Stream consumer within a consumer group.
|
MapRecord
A
Record within the stream backed by a collection of field/value paris. |
ObjectRecord
A
Record within the stream mapped to a single object. |
PendingMessage
Value object representing a single pending message containing its ID, the consumer that fetched
the message and has still to acknowledge it, the time elapsed since the messages last delivery and the the total
number of times delivered.
|
PendingMessages
Value object holding detailed information about pending messages in consumer group for a given
Range and offset. |
ReadOffset
Value object representing read offset for a Stream.
|
Record
A single entry in the stream consisting of the
entry-id and the actual entry-value (typically a
collection of field/value pairs ). |
RecordId
The id of a single
Record within a stream. |
StreamInfo.XInfoConsumer |
StreamInfo.XInfoConsumers |
StreamInfo.XInfoGroup |
StreamInfo.XInfoGroups
Value object holding general information about consumer groups associated with a
Redis Stream.
|
StreamInfo.XInfoObject |
StreamInfo.XInfoStream
Value object holding general information about a Redis Stream.
|
StreamOffset
Value object representing a Stream Id with its offset.
|
StreamReadOptions
Options for reading messages from a Redis Stream.
|
StreamRecords.RecordBuilder
Builder for
Record . |
StringRecord |
Class and Description |
---|
ByteBufferRecord
A
Record within the stream backed by a collection of binary field/value paris. |
ByteRecord
A
Record within the stream backed by a collection of binary field/value paris. |
Consumer
Value object representing a Stream consumer within a consumer group.
|
MapRecord
A
Record within the stream backed by a collection of field/value paris. |
ObjectRecord
A
Record within the stream mapped to a single object. |
PendingMessages
Value object holding detailed information about pending messages in consumer group for a given
Range and offset. |
PendingMessagesSummary
Value Object summarizing pending messages in a consumer group.
|
ReadOffset
Value object representing read offset for a Stream.
|
Record
A single entry in the stream consisting of the
entry-id and the actual entry-value (typically a
collection of field/value pairs ). |
RecordId
The id of a single
Record within a stream. |
StreamInfo.XInfoConsumer |
StreamInfo.XInfoConsumers |
StreamInfo.XInfoGroup |
StreamInfo.XInfoGroups
Value object holding general information about consumer groups associated with a
Redis Stream.
|
StreamInfo.XInfoStream
Value object holding general information about a Redis Stream.
|
StreamOffset
Value object representing a Stream Id with its offset.
|
StreamReadOptions
Options for reading messages from a Redis Stream.
|
Class and Description |
---|
Consumer
Value object representing a Stream consumer within a consumer group.
|
MapRecord
A
Record within the stream backed by a collection of field/value paris. |
ObjectRecord
A
Record within the stream mapped to a single object. |
Record
A single entry in the stream consisting of the
entry-id and the actual entry-value (typically a
collection of field/value pairs ). |
StreamOffset
Value object representing a Stream Id with its offset.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.