All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AdvancedBaseClientConfiguration |
Advanced configuration settings class for creating a client.
|
| AdvancedBaseClientConfiguration.AdvancedBaseClientConfigurationBuilder<C extends AdvancedBaseClientConfiguration,B extends AdvancedBaseClientConfiguration.AdvancedBaseClientConfigurationBuilder<C,B>> |
|
| AdvancedGlideClientConfiguration |
|
| AdvancedGlideClientConfiguration.AdvancedGlideClientConfigurationBuilder<C extends AdvancedGlideClientConfiguration,B extends AdvancedGlideClientConfiguration.AdvancedGlideClientConfigurationBuilder<C,B>> |
|
| AdvancedGlideClusterClientConfiguration |
|
| AdvancedGlideClusterClientConfiguration.AdvancedGlideClusterClientConfigurationBuilder<C extends AdvancedGlideClusterClientConfiguration,B extends AdvancedGlideClusterClientConfiguration.AdvancedGlideClusterClientConfigurationBuilder<C,B>> |
|
| ArgsBuilder |
Helper class for collecting arbitrary type of arguments and stores them as an array of
GlideString
|
| ArrayTransformUtils |
Utility methods for data conversion.
|
| AsyncRegistry |
Async registry for correlating native callbacks with Java CompletableFutures.
|
| BackoffStrategy |
Represents the strategy used to determine how and when to reconnect, in case of connection
failures.
|
| BackoffStrategy.BackoffStrategyBuilder |
|
| BaseBatch<T extends BaseBatch<T>> |
Base class encompassing shared commands for both standalone and cluster server installations.
|
| BaseBatchOptions |
Base options settings class for sending a batch request.
|
| BaseBatchOptions.BaseBatchOptionsBuilder<C extends BaseBatchOptions,B extends BaseBatchOptions.BaseBatchOptionsBuilder<C,B>> |
|
| BaseClient |
Base Client class
|
| BaseClient.ClientBuilder |
Auxiliary builder which wraps all fields
|
| BaseClient.ResponseFlags |
|
| BaseClientConfiguration |
Configuration settings class for creating a client.
|
| BaseClientConfiguration.BaseClientConfigurationBuilder<C extends BaseClientConfiguration,B extends BaseClientConfiguration.BaseClientConfigurationBuilder<C,B>> |
|
| BaseResponseResolver |
Response resolver responsible for evaluating the Valkey response object with a success or
failure.
|
| BaseScanOptions |
This base class represents the common set of optional arguments for the SCAN family of commands.
|
| BaseScanOptions.BaseScanOptionsBuilder<C extends BaseScanOptions,B extends BaseScanOptions.BaseScanOptionsBuilder<C,B>> |
|
| BaseScanOptionsBinary |
This base class represents the common set of optional arguments for the SCAN family of commands.
|
| BaseScanOptionsBinary.BaseScanOptionsBinaryBuilder<C extends BaseScanOptionsBinary,B extends BaseScanOptionsBinary.BaseScanOptionsBinaryBuilder<C,B>> |
|
| BaseSubscriptionConfiguration |
Client subscription configuration.
|
| BaseSubscriptionConfiguration.BaseSubscriptionConfigurationBuilder<B extends BaseSubscriptionConfiguration.BaseSubscriptionConfigurationBuilder<B,C>,C extends BaseSubscriptionConfiguration> |
|
| BaseSubscriptionConfiguration.ChannelMode |
A channel subscription mode.
|
| BaseSubscriptionConfiguration.MessageCallback |
Callback called for every incoming message.
|
| Batch |
|
| BatchOptions |
Options for a batch request for a standalone client.
|
| BatchOptions.BatchOptionsBuilder<C extends BatchOptions,B extends BatchOptions.BatchOptionsBuilder<C,B>> |
|
| BitFieldOptions |
|
| BitFieldOptions.BitFieldGet |
GET subcommand for getting the value in the binary representation of the string
stored in key based on BitFieldOptions.BitEncoding and BitFieldOptions.Offset.
|
| BitFieldOptions.BitFieldIncrby |
INCRBY subcommand for increasing or decreasing the bits in the binary
representation of the string stored in key based on BitFieldOptions.BitEncoding and BitFieldOptions.Offset.
|
| BitFieldOptions.BitFieldOverflow |
OVERFLOW subcommand that determines the result of the SET or
INCRBY commands when an under or overflow occurs.
|
| BitFieldOptions.BitFieldOverflow.BitOverflowControl |
Supported bit overflow controls
|
| BitFieldOptions.BitFieldReadOnlySubCommands |
Subcommands for bitfieldReadOnly.
|
| BitFieldOptions.BitFieldSet |
SET subcommand for setting the bits in the binary representation of the string
stored in key based on BitFieldOptions.BitEncoding and BitFieldOptions.Offset.
|
| BitFieldOptions.BitFieldSubCommands |
Subcommands for bitfield and bitfield_ro.
|
| BitFieldOptions.Offset |
Offset in the array of bits.
|
| BitFieldOptions.OffsetMultiplier |
Offset in the array of bits multiplied by the encoding value.
|
| BitFieldOptions.SignedEncoding |
Specifies that the argument is a signed encoding.
|
| BitFieldOptions.UnsignedEncoding |
Specifies that the argument is an unsigned encoding.
|
| BitmapBaseCommands |
Supports commands for the "Bitmap Commands" group for standalone and cluster clients.
|
| BitmapIndexType |
|
| BitwiseOperation |
|
| BufferUtils |
Utility methods for efficient ByteBuffer operations.
|
| ClosingException |
Closed client error: Errors that report that the client has closed and is no longer usable.
|
| ClusterBatch |
|
| ClusterBatchOptions |
|
| ClusterBatchOptions.ClusterBatchOptionsBuilder<C extends ClusterBatchOptions,B extends ClusterBatchOptions.ClusterBatchOptionsBuilder<C,B>> |
|
| ClusterBatchRetryStrategy |
Defines a retry strategy for cluster batch requests, allowing control over retries in case of
server or connection errors.
|
| ClusterBatchRetryStrategy.ClusterBatchRetryStrategyBuilder |
|
| ClusterScanCursor |
A cursor is used to iterate through data returned by cluster SCAN requests.
|
| ClusterScanCursorResolver |
|
| ClusterSubscriptionConfiguration |
|
| ClusterSubscriptionConfiguration.ClusterSubscriptionConfigurationBuilder |
|
| ClusterSubscriptionConfiguration.PubSubClusterChannelMode |
Describes subscription modes for cluster client.
|
| ClusterTransaction |
Deprecated.
|
| ClusterValue<T> |
Represents a returned value object from a the server with cluster-mode enabled.
|
| CommandManager |
CommandManager that submits command requests directly to the Rust glide-core.
|
| CommandManager.ClusterScanCursorDetail |
Internal interface for exposing implementation details about a ClusterScanCursor.
|
| CommandRequestOuterClass |
|
| CommandRequestOuterClass.Batch |
Protobuf type command_request.Batch
|
| CommandRequestOuterClass.Batch.Builder |
Protobuf type command_request.Batch
|
| CommandRequestOuterClass.BatchOrBuilder |
|
| CommandRequestOuterClass.ByAddressRoute |
Protobuf type command_request.ByAddressRoute
|
| CommandRequestOuterClass.ByAddressRoute.Builder |
Protobuf type command_request.ByAddressRoute
|
| CommandRequestOuterClass.ByAddressRouteOrBuilder |
|
| CommandRequestOuterClass.ClusterScan |
Protobuf type command_request.ClusterScan
|
| CommandRequestOuterClass.ClusterScan.Builder |
Protobuf type command_request.ClusterScan
|
| CommandRequestOuterClass.ClusterScanOrBuilder |
|
| CommandRequestOuterClass.Command |
Protobuf type command_request.Command
|
| CommandRequestOuterClass.Command.ArgsArray |
Protobuf type command_request.Command.ArgsArray
|
| CommandRequestOuterClass.Command.ArgsArray.Builder |
Protobuf type command_request.Command.ArgsArray
|
| CommandRequestOuterClass.Command.ArgsArrayOrBuilder |
|
| CommandRequestOuterClass.Command.ArgsCase |
|
| CommandRequestOuterClass.Command.Builder |
Protobuf type command_request.Command
|
| CommandRequestOuterClass.CommandOrBuilder |
|
| CommandRequestOuterClass.CommandRequest |
Protobuf type command_request.CommandRequest
|
| CommandRequestOuterClass.CommandRequest.Builder |
Protobuf type command_request.CommandRequest
|
| CommandRequestOuterClass.CommandRequest.CommandCase |
|
| CommandRequestOuterClass.CommandRequestOrBuilder |
|
| CommandRequestOuterClass.RefreshIamToken |
Protobuf type command_request.RefreshIamToken
|
| CommandRequestOuterClass.RefreshIamToken.Builder |
Protobuf type command_request.RefreshIamToken
|
| CommandRequestOuterClass.RefreshIamTokenOrBuilder |
|
| CommandRequestOuterClass.RequestType |
Protobuf enum command_request.RequestType
|
| CommandRequestOuterClass.Routes |
Protobuf type command_request.Routes
|
| CommandRequestOuterClass.Routes.Builder |
Protobuf type command_request.Routes
|
| CommandRequestOuterClass.Routes.ValueCase |
|
| CommandRequestOuterClass.RoutesOrBuilder |
|
| CommandRequestOuterClass.ScriptInvocation |
Protobuf type command_request.ScriptInvocation
|
| CommandRequestOuterClass.ScriptInvocation.Builder |
Protobuf type command_request.ScriptInvocation
|
| CommandRequestOuterClass.ScriptInvocationOrBuilder |
|
| CommandRequestOuterClass.ScriptInvocationPointers |
Used for script requests with large keys or args vectors
|
| CommandRequestOuterClass.ScriptInvocationPointers.Builder |
Used for script requests with large keys or args vectors
|
| CommandRequestOuterClass.ScriptInvocationPointersOrBuilder |
|
| CommandRequestOuterClass.SimpleRoutes |
Protobuf enum command_request.SimpleRoutes
|
| CommandRequestOuterClass.SlotIdRoute |
Protobuf type command_request.SlotIdRoute
|
| CommandRequestOuterClass.SlotIdRoute.Builder |
Protobuf type command_request.SlotIdRoute
|
| CommandRequestOuterClass.SlotIdRouteOrBuilder |
|
| CommandRequestOuterClass.SlotKeyRoute |
Protobuf type command_request.SlotKeyRoute
|
| CommandRequestOuterClass.SlotKeyRoute.Builder |
Protobuf type command_request.SlotKeyRoute
|
| CommandRequestOuterClass.SlotKeyRouteOrBuilder |
|
| CommandRequestOuterClass.SlotTypes |
Protobuf enum command_request.SlotTypes
|
| CommandRequestOuterClass.UpdateConnectionPassword |
Protobuf type command_request.UpdateConnectionPassword
|
| CommandRequestOuterClass.UpdateConnectionPassword.Builder |
Protobuf type command_request.UpdateConnectionPassword
|
| CommandRequestOuterClass.UpdateConnectionPasswordOrBuilder |
|
| ConditionalChange |
|
| ConfigurationError |
Errors that are thrown when a request cannot be completed in current configuration settings.
|
| ConnectionException |
Connection error: Errors that are thrown when a connection disconnects.
|
| ConnectionManagementClusterCommands |
Supports commands for the "Connection Management" group for a cluster client.
|
| ConnectionManagementCommands |
Supports commands for the "Connection Management" group for a standalone client.
|
| ConnectionManager |
ConnectionManager that wraps GlideNativeBridge to handle native client connections.
|
| ConnectionRequestOuterClass |
|
| ConnectionRequestOuterClass.AuthenticationInfo |
Protobuf type connection_request.AuthenticationInfo
|
| ConnectionRequestOuterClass.AuthenticationInfo.Builder |
Protobuf type connection_request.AuthenticationInfo
|
| ConnectionRequestOuterClass.AuthenticationInfoOrBuilder |
|
| ConnectionRequestOuterClass.ConnectionRequest |
IMPORTANT - if you add fields here, you probably need to add them also in client/mod.rs:`sanitized_request_string`.
|
| ConnectionRequestOuterClass.ConnectionRequest.Builder |
IMPORTANT - if you add fields here, you probably need to add them also in client/mod.rs:`sanitized_request_string`.
|
| ConnectionRequestOuterClass.ConnectionRequest.PeriodicChecksCase |
|
| ConnectionRequestOuterClass.ConnectionRequestOrBuilder |
|
| ConnectionRequestOuterClass.ConnectionRetryStrategy |
Protobuf type connection_request.ConnectionRetryStrategy
|
| ConnectionRequestOuterClass.ConnectionRetryStrategy.Builder |
Protobuf type connection_request.ConnectionRetryStrategy
|
| ConnectionRequestOuterClass.ConnectionRetryStrategyOrBuilder |
|
| ConnectionRequestOuterClass.IamCredentials |
Protobuf type connection_request.IamCredentials
|
| ConnectionRequestOuterClass.IamCredentials.Builder |
Protobuf type connection_request.IamCredentials
|
| ConnectionRequestOuterClass.IamCredentialsOrBuilder |
|
| ConnectionRequestOuterClass.NodeAddress |
Protobuf type connection_request.NodeAddress
|
| ConnectionRequestOuterClass.NodeAddress.Builder |
Protobuf type connection_request.NodeAddress
|
| ConnectionRequestOuterClass.NodeAddressOrBuilder |
|
| ConnectionRequestOuterClass.PeriodicChecksDisabled |
Protobuf type connection_request.PeriodicChecksDisabled
|
| ConnectionRequestOuterClass.PeriodicChecksDisabled.Builder |
Protobuf type connection_request.PeriodicChecksDisabled
|
| ConnectionRequestOuterClass.PeriodicChecksDisabledOrBuilder |
|
| ConnectionRequestOuterClass.PeriodicChecksManualInterval |
Protobuf type connection_request.PeriodicChecksManualInterval
|
| ConnectionRequestOuterClass.PeriodicChecksManualInterval.Builder |
Protobuf type connection_request.PeriodicChecksManualInterval
|
| ConnectionRequestOuterClass.PeriodicChecksManualIntervalOrBuilder |
|
| ConnectionRequestOuterClass.ProtocolVersion |
Protobuf enum connection_request.ProtocolVersion
|
| ConnectionRequestOuterClass.PubSubChannelsOrPatterns |
Protobuf type connection_request.PubSubChannelsOrPatterns
|
| ConnectionRequestOuterClass.PubSubChannelsOrPatterns.Builder |
Protobuf type connection_request.PubSubChannelsOrPatterns
|
| ConnectionRequestOuterClass.PubSubChannelsOrPatternsOrBuilder |
|
| ConnectionRequestOuterClass.PubSubChannelType |
Protobuf enum connection_request.PubSubChannelType
|
| ConnectionRequestOuterClass.PubSubSubscriptions |
Protobuf type connection_request.PubSubSubscriptions
|
| ConnectionRequestOuterClass.PubSubSubscriptions.Builder |
Protobuf type connection_request.PubSubSubscriptions
|
| ConnectionRequestOuterClass.PubSubSubscriptionsOrBuilder |
|
| ConnectionRequestOuterClass.ReadFrom |
Protobuf enum connection_request.ReadFrom
|
| ConnectionRequestOuterClass.ServiceType |
Protobuf enum connection_request.ServiceType
|
| ConnectionRequestOuterClass.TlsMode |
Protobuf enum connection_request.TlsMode
|
| ExecAbortException |
Exec aborted error: Errors that are thrown when an Atomic Batch (Transaction) is aborted.
|
| ExpireOptions |
|
| ExpirySet |
Configuration of field expiration lifetime for commands that support standard expiry options.
|
| ExpirySet.ExpiryType |
Types of field expiration configuration.
|
| FieldConditionalChange |
Field-specific conditional change options for HSETEX command.
|
| FlushMode |
|
| FT |
Module for vector search commands.
|
| FTAggregateOptions |
|
| FTAggregateOptions.Apply |
Apply a 1-to-1 transformation on one or more properties and either stores the result as a new
property down the pipeline or replace any property using this transformation.
|
| FTAggregateOptions.Filter |
Filter the results using predicate expression relating to values in each result.
|
| FTAggregateOptions.FTAggregateClause |
|
| FTAggregateOptions.FTAggregateOptionsBuilder |
|
| FTAggregateOptions.GroupBy |
A clause for grouping the results in the pipeline based on one or more properties.
|
| FTAggregateOptions.GroupBy.Reducer |
A function that handles the group entries, either counting them, or performing multiple
aggregate operations.
|
| FTAggregateOptions.Limit |
A clause for limiting the number of retained records.
|
| FTAggregateOptions.SortBy |
Sort the pipeline using a list of properties.
|
| FTAggregateOptions.SortBy.SortOrder |
|
| FTAggregateOptions.SortBy.SortProperty |
A sorting parameter.
|
| FTCreateOptions |
|
| FTCreateOptions.DataType |
Type of the index dataset.
|
| FTCreateOptions.DistanceMetric |
Distance metrics to measure the degree of similarity between two vectors.
The above metrics calculate distance between two vectors, where the smaller the value is, the
closer the two vectors are in the vector space.
|
| FTCreateOptions.Field |
A vector search field.
|
| FTCreateOptions.FieldInfo |
Field definition to be added into index schema.
|
| FTCreateOptions.FTCreateOptionsBuilder |
|
| FTCreateOptions.NumericField |
Field contains a number.
|
| FTCreateOptions.TagField |
Tag fields are similar to full-text fields, but they interpret the text as a simple list of
tags delimited by a separator character.
For FTCreateOptions.DataType.HASH fields, separator default is a comma ( ,).
|
| FTCreateOptions.TextField |
Field contains any blob of data.
|
| FTCreateOptions.VectorFieldFlat |
Vector field that supports vector search by FLAT (brute force) algorithm.
The algorithm is a brute force linear processing of each vector in the index, yielding exact
answers within the bounds of the precision of the distance computations.
|
| FTCreateOptions.VectorFieldFlatBuilder |
|
| FTCreateOptions.VectorFieldHnsw |
Vector field that supports vector search by HNSM (Hierarchical Navigable Small
World) algorithm.
The algorithm provides an approximation of the correct answer in exchange for substantially
lower execution times.
|
| FTCreateOptions.VectorFieldHnswBuilder |
|
| FTProfileOptions |
|
| FTSearchOptions |
|
| FTSearchOptions.FTSearchOptionsBuilder |
|
| FunctionListOptions |
|
| FunctionLoadOptions |
Option for FUNCTION LOAD command.
|
| FunctionRestorePolicy |
|
| GenericBaseCommands |
Supports commands for the "Generic Commands" group for standalone and cluster clients.
|
| GenericClusterCommands |
Supports commands for the "Generic Commands" group for a cluster client.
|
| GenericCommands |
Supports commands for the "Generic Commands" group for a standalone client.
|
| GeoAddOptions |
|
| GeoSearchOptions |
|
| GeoSearchOptions.GeoSearchOptionsBuilder |
|
| GeoSearchOrigin |
|
| GeoSearchOrigin.CoordOrigin |
|
| GeoSearchOrigin.MemberOrigin |
The search origin represented by an existing member.
|
| GeoSearchOrigin.MemberOriginBinary |
The search origin represented by an existing member.
|
| GeoSearchOrigin.SearchOrigin |
Basic interface.
|
| GeoSearchResultOptions |
|
| GeoSearchShape |
|
| GeoSearchStoreOptions |
|
| GeoSearchStoreOptions.GeoSearchStoreOptionsBuilder |
|
| GeospatialData |
Represents a geographic position defined by longitude and latitude.
The exact limits, as specified by EPSG:900913 / EPSG:3785 / OSGEO:41001 are the
following:
Valid longitudes are from -180 to 180 degrees.
|
| GeospatialIndicesBaseCommands |
Supports commands for the "Geospatial Indices Commands" group for standalone and cluster clients.
|
| GeoUnit |
Enumeration representing distance units options for the geospatial command.
|
| GetExOptions |
|
| GetExOptions.ExpiryType |
Types of value expiration configuration.
|
| GlideClient |
|
| GlideClientConfiguration |
Represents the configuration settings for a Standalone GlideClient.
|
| GlideClientConfiguration.GlideClientConfigurationBuilder<C extends GlideClientConfiguration,B extends GlideClientConfiguration.GlideClientConfigurationBuilder<C,B>> |
|
| GlideClusterClient |
|
| GlideClusterClientConfiguration |
|
| GlideClusterClientConfiguration.GlideClusterClientConfigurationBuilder<C extends GlideClusterClientConfiguration,B extends GlideClusterClientConfiguration.GlideClusterClientConfigurationBuilder<C,B>> |
|
| GlideCoreClient |
GLIDE core client transport.
|
| GlideException |
Glide client error: Base class for errors.
|
| GlideExceptionCheckedFunction<R,T> |
Functional Interface to convert values and throw GlideException when encountering an error state.
|
| GlideNativeBridge |
Native bridge for the Valkey client.
|
| GlideString |
Represents a Valkey string type.
|
| GlideValueResolver |
|
| HashBaseCommands |
Supports commands for the "Hash Commands" group for standalone and cluster clients.
|
| HashFieldExpirationConditionOptions |
Optional arguments for hash field expiration commands (HEXPIRE, HPEXPIRE, HEXPIREAT, HPEXPIREAT).
|
| HashFieldExpirationConditionOptions.HashFieldExpirationConditionOptionsBuilder |
|
| HGetExExpiry |
Configuration of field expiration lifetime specifically for HGETEX command.
|
| HGetExExpiry.HGetExExpiryType |
Types of field expiration configuration specific to HGETEX command.
|
| HGetExOptions |
Optional arguments for the HGETEX command.
|
| HGetExOptions.HGetExOptionsBuilder |
|
| HScanOptions |
|
| HScanOptions.HScanOptionsBuilder<C extends HScanOptions,B extends HScanOptions.HScanOptionsBuilder<C,B>> |
|
| HScanOptionsBinary |
|
| HScanOptionsBinary.HScanOptionsBinaryBuilder<C extends HScanOptionsBinary,B extends HScanOptionsBinary.HScanOptionsBinaryBuilder<C,B>> |
|
| HSetExOptions |
Optional arguments for the HSETEX command.
|
| HSetExOptions.HSetExOptionsBuilder |
|
| HyperLogLogBaseCommands |
Supports commands for the "HyperLogLog Commands" group for standalone and cluster clients.
|
| IamAuthConfig |
Configuration settings for IAM authentication.
|
| IamAuthConfig.IamAuthConfigBuilder |
|
| InfoOptions |
Optional arguments to ServerManagementCommands#info(InfoOptions)
|
| InfoOptions.Section |
|
| JniResponseRegistry |
Registry for storing Java objects returned from JNI calls.
|
| Json |
Module for JSON commands.
|
| JsonArrindexOptions |
|
| JsonBatch |
Batch implementation for JSON module.
|
| JsonGetOptions |
|
| JsonGetOptions.JsonGetOptionsBuilder |
|
| JsonGetOptionsBinary |
|
| JsonGetOptionsBinary.JsonGetOptionsBinaryBuilder |
|
| LInsertOptions |
|
| LInsertOptions.InsertPosition |
Defines where to insert new elements into a list.
|
| ListBaseCommands |
Supports commands for the "List Commands" group for standalone and cluster clients.
|
| ListDirection |
Enumeration representing element popping or adding direction for the ListBaseCommands
commands.
|
| Logger |
A singleton class that allows logging which is consistent with logs from the internal GLIDE core.
|
| Logger.Level |
|
| LoggerResolver |
|
| LPosOptions |
|
| LPosOptions.LPosOptionsBuilder |
|
| MessageHandler |
Handler for incoming push messages (subscriptions).
|
| MessageHandler.PubSubMessageQueue |
An asynchronous FIFO message queue for PubSubMessage backed by ConcurrentLinkedDeque.
|
| NativeUtils |
A simple library class which helps with loading dynamic libraries stored in the JAR archive.
|
| NodeAddress |
Represents the address and port of a node in the cluster or in standalone installation.
|
| NodeAddress.NodeAddressBuilder |
|
| ObjectTypeResolver |
|
| OpenTelemetry |
OpenTelemetry integration for Valkey GLIDE.
|
| OpenTelemetry.MetricsConfig |
Configuration for OpenTelemetry metrics.
|
| OpenTelemetry.MetricsConfig.Builder |
Builder for MetricsConfig.
|
| OpenTelemetry.OpenTelemetryConfig |
Configuration for OpenTelemetry integration.
|
| OpenTelemetry.OpenTelemetryConfig.Builder |
Builder for OpenTelemetryConfig.
|
| OpenTelemetry.TracesConfig |
Configuration for OpenTelemetry traces.
|
| OpenTelemetry.TracesConfig.Builder |
Builder for TracesConfig.
|
| OpenTelemetryResolver |
Resolver class for OpenTelemetry operations in Valkey GLIDE.
|
| ProtocolVersion |
Represents the communication protocol with the server.
|
| PubSubBaseCommands |
Supports commands for the "Pub/Sub" group for standalone and cluster clients.
|
| PubSubClusterCommands |
Supports commands for the "Pub/Sub" group for a cluster client.
|
| PubSubMessage |
PubSub message received by the client.
|
| RangeOptions |
Arguments for SortedSetBaseCommands.zcount(java.lang.String, glide.api.models.commands.RangeOptions.ScoreRange, glide.api.models.commands.RangeOptions.ScoreRange), SortedSetBaseCommands.zremrangebyrank(java.lang.String, long, long), SortedSetBaseCommands.zremrangebylex(String,
LexRange, LexRange), SortedSetBaseCommands.zremrangebyscore(java.lang.String, glide.api.models.commands.RangeOptions.ScoreRange, glide.api.models.commands.RangeOptions.ScoreRange), SortedSetBaseCommands.zrange(java.lang.String, glide.api.models.commands.RangeOptions.RangeQuery, boolean), SortedSetBaseCommands.zrangestore(java.lang.String, java.lang.String, glide.api.models.commands.RangeOptions.RangeQuery, boolean), SortedSetBaseCommands.zrangeWithScores(java.lang.String, glide.api.models.commands.RangeOptions.ScoredRangeQuery, boolean), and SortedSetBaseCommands.zlexcount(java.lang.String, glide.api.models.commands.RangeOptions.LexRange, glide.api.models.commands.RangeOptions.LexRange)
|
| RangeOptions.InfLexBound |
Enumeration representing lexicographic positive and negative infinity bounds for sorted set.
|
| RangeOptions.InfScoreBound |
Enumeration representing numeric positive and negative infinity bounds for a sorted set.
|
| RangeOptions.LexBoundary |
Represents a specific lexicographic boundary in a sorted set.
|
| RangeOptions.LexRange |
Basic interface.
|
| RangeOptions.Limit |
Represents a limit argument for a range query in a sorted set.
The optional LIMIT argument can be used to obtain a sub-range from the matching
elements (similar to SELECT LIMIT offset, count in SQL).
|
| RangeOptions.RangeByIndex |
Represents a range by index (rank) in a sorted set.
The start and stop arguments represent zero-based indexes.
|
| RangeOptions.RangeByLex |
Represents a range by lexicographical order in a sorted set.
The start and stop arguments represent lexicographical boundaries.
|
| RangeOptions.RangeByScore |
Represents a range by score in a sorted set.
The start and stop arguments represent score boundaries.
|
| RangeOptions.RangeQuery |
Basic interface.
|
| RangeOptions.ScoreBoundary |
Represents a specific numeric score boundary in a sorted set.
|
| RangeOptions.ScoredRangeQuery |
Basic interface.
|
| RangeOptions.ScoreRange |
Basic interface.
|
| ReadFrom |
Represents the client's read from strategy.
|
| RequestException |
Request error: Errors that were reported during a request.
|
| RequestRoutingConfiguration |
Request routing configuration.
|
| RequestRoutingConfiguration.ByAddressRoute |
Routes a request to a node by its address.
|
| RequestRoutingConfiguration.MultiNodeRoute |
A route that addresses multiple nodes.
|
| RequestRoutingConfiguration.Route |
Basic interface.
|
| RequestRoutingConfiguration.SimpleMultiNodeRoute |
|
| RequestRoutingConfiguration.SimpleSingleNodeRoute |
|
| RequestRoutingConfiguration.SingleNodeRoute |
A route that addresses single node.
|
| RequestRoutingConfiguration.SlotIdRoute |
|
| RequestRoutingConfiguration.SlotKeyRoute |
|
| RequestRoutingConfiguration.SlotType |
Defines type of the node being addressed.
|
| ResponseFlags |
|
| ResponseOuterClass |
|
| ResponseOuterClass.ConstantResponse |
Protobuf enum response.ConstantResponse
|
| ResponseOuterClass.RequestError |
Protobuf type response.RequestError
|
| ResponseOuterClass.RequestError.Builder |
Protobuf type response.RequestError
|
| ResponseOuterClass.RequestErrorOrBuilder |
|
| ResponseOuterClass.RequestErrorType |
Protobuf enum response.RequestErrorType
|
| ResponseOuterClass.Response |
Protobuf type response.Response
|
| ResponseOuterClass.Response.Builder |
Protobuf type response.Response
|
| ResponseOuterClass.Response.ValueCase |
|
| ResponseOuterClass.ResponseOrBuilder |
|
| RestoreOptions |
|
| RestoreOptions.RestoreOptionsBuilder |
Custom setter methods for replace and absttl
|
| ScanOptions |
|
| ScanOptions.ObjectType |
Defines the complex data types available for a SCAN request.
|
| ScanOptions.ScanOptionsBuilder<C extends ScanOptions,B extends ScanOptions.ScanOptionsBuilder<C,B>> |
|
| ScoreFilter |
|
| Script |
A wrapper for a Script object for GenericBaseCommands#invokeScript(Script) As long as
this object is not closed, the script's code is saved in memory, and can be resent to the server.
|
| ScriptArgOptions |
Optional arguments for ScriptingAndFunctionsClusterCommands#invokeScript(Script,
ScriptArgOptions) command.
|
| ScriptArgOptions.ScriptArgOptionsBuilder<C extends ScriptArgOptions,B extends ScriptArgOptions.ScriptArgOptionsBuilder<C,B>> |
|
| ScriptArgOptionsGlideString |
Optional arguments for ScriptingAndFunctionsClusterCommands#invokeScript(Script,
ScriptArgOptionsGlideString) command.
|
| ScriptArgOptionsGlideString.ScriptArgOptionsGlideStringBuilder<C extends ScriptArgOptionsGlideString,B extends ScriptArgOptionsGlideString.ScriptArgOptionsGlideStringBuilder<C,B>> |
|
| ScriptingAndFunctionsBaseCommands |
Supports commands for the "Scripting and Function" group for standalone and cluster clients.
|
| ScriptingAndFunctionsClusterCommands |
Supports commands for the "Scripting and Function" group for a cluster client.
|
| ScriptingAndFunctionsCommands |
Supports commands for the "Scripting and Function" group for a standalone client.
|
| ScriptOptions |
|
| ScriptOptions.ScriptOptionsBuilder<C extends ScriptOptions,B extends ScriptOptions.ScriptOptionsBuilder<C,B>> |
|
| ScriptOptionsGlideString |
|
| ScriptOptionsGlideString.ScriptOptionsGlideStringBuilder<C extends ScriptOptionsGlideString,B extends ScriptOptionsGlideString.ScriptOptionsGlideStringBuilder<C,B>> |
|
| ScriptResolver |
|
| ServerCredentials |
Represents the credentials for connecting to a server.
|
| ServerCredentials.ServerCredentialsBuilder |
|
| ServerManagementClusterCommands |
Supports commands for the "Server Management Commands" group for a cluster client.
|
| ServerManagementCommands |
Supports commands for the "Server Management" group for a standalone client.
|
| ServiceType |
Represents the types of services that can be used for IAM authentication.
|
| SetBaseCommands |
Supports commands for the "Set Commands" group for standalone and cluster clients.
|
| SetOptions |
|
| SetOptions.ConditionalSet |
Conditions which define whether new value should be set or not.
|
| SetOptions.Expiry |
Configuration of value lifetime.
|
| SetOptions.ExpiryType |
Types of value expiration configuration.
|
| SetOptions.SetOptionsBuilder |
|
| SortBaseOptions |
Optional arguments to sort, sortReadOnly, and sortStore commands
|
| SortBaseOptions.Limit |
The LIMIT argument is commonly used to specify a subset of results from the
matching elements, similar to the LIMIT clause in SQL (e.g., `SELECT LIMIT offset,
count`).
|
| SortBaseOptions.OrderBy |
Specifies the order to sort the elements.
|
| SortBaseOptions.SortBaseOptionsBuilder<C extends SortBaseOptions,B extends SortBaseOptions.SortBaseOptionsBuilder<C,B>> |
|
| SortedSetBaseCommands |
Supports commands for the "Sorted Set Commands" group for standalone and cluster clients.
|
| SortOptions |
|
| SortOptions.SortOptionsBuilder<C extends SortOptions,B extends SortOptions.SortOptionsBuilder<C,B>> |
|
| SortOptionsBinary |
|
| SortOptionsBinary.SortOptionsBinaryBuilder<C extends SortOptionsBinary,B extends SortOptionsBinary.SortOptionsBinaryBuilder<C,B>> |
|
| SortOrder |
Defines the sort order for nested results.
|
| SScanOptions |
|
| SScanOptions.SScanOptionsBuilder<C extends SScanOptions,B extends SScanOptions.SScanOptionsBuilder<C,B>> |
|
| SScanOptionsBinary |
|
| SScanOptionsBinary.SScanOptionsBinaryBuilder<C extends SScanOptionsBinary,B extends SScanOptionsBinary.SScanOptionsBinaryBuilder<C,B>> |
|
| StandaloneSubscriptionConfiguration |
|
| StandaloneSubscriptionConfiguration.PubSubChannelMode |
Describes subscription modes for standalone client.
|
| StandaloneSubscriptionConfiguration.StandaloneSubscriptionConfigurationBuilder |
|
| StatisticsResolver |
|
| StreamAddOptions |
|
| StreamAddOptions.StreamAddOptionsBuilder |
|
| StreamAddOptionsBinary |
|
| StreamAddOptionsBinary.StreamAddOptionsBinaryBuilder |
|
| StreamBaseCommands |
Supports commands for the "Stream Commands" group for standalone and cluster clients.
|
| StreamClaimOptions |
|
| StreamClaimOptions.StreamClaimOptionsBuilder |
|
| StreamGroupOptions |
|
| StreamGroupOptions.StreamGroupOptionsBuilder |
|
| StreamPendingOptions |
|
| StreamPendingOptions.StreamPendingOptionsBuilder |
|
| StreamPendingOptionsBinary |
|
| StreamPendingOptionsBinary.StreamPendingOptionsBinaryBuilder |
|
| StreamRange |
|
| StreamRange.IdBound |
Stream ID used to specify a range of IDs to search.
|
| StreamRange.InfRangeBound |
Enumeration representing minimum or maximum stream entry bounds for the range search, to get
the first or last stream ID.
|
| StreamReadGroupOptions |
|
| StreamReadGroupOptions.StreamReadGroupOptionsBuilder<C extends StreamReadGroupOptions,B extends StreamReadGroupOptions.StreamReadGroupOptionsBuilder<C,B>> |
|
| StreamReadOptions |
|
| StreamReadOptions.StreamReadOptionsBuilder<C extends StreamReadOptions,B extends StreamReadOptions.StreamReadOptionsBuilder<C,B>> |
|
| StreamTrimOptions |
|
| StreamTrimOptions.MaxLen |
Option to trim the stream according to maximum stream length.
|
| StreamTrimOptions.MinId |
Option to trim the stream according to minimum ID.
|
| StringBaseCommands |
Supports commands for the "String Commands" group for standalone and cluster clients.
|
| TimeoutException |
Timeout error: Errors that are thrown when a request times out.
|
| TlsAdvancedConfiguration |
Advanced TLS configuration settings class for creating a client.
|
| TlsAdvancedConfiguration.TlsAdvancedConfigurationBuilder<C extends TlsAdvancedConfiguration,B extends TlsAdvancedConfiguration.TlsAdvancedConfigurationBuilder<C,B>> |
|
| Transaction |
Deprecated.
|
| TransactionsBaseCommands |
Supports commands for the "Transactions Commands" group for standalone and cluster clients.
|
| TransactionsClusterCommands |
Supports commands for the "Transactions Commands" group for cluster clients.
|
| TransactionsCommands |
Supports commands for the "Transactions Commands" group for standalone clients.
|
| WeightAggregateOptions |
Arguments for SortedSetBaseCommands.zunion(glide.api.models.commands.WeightAggregateOptions.KeyArray), SortedSetBaseCommands.zunionWithScores(glide.api.models.commands.WeightAggregateOptions.KeysOrWeightedKeys, glide.api.models.commands.WeightAggregateOptions.Aggregate), SortedSetBaseCommands.zinter(glide.api.models.commands.WeightAggregateOptions.KeyArray), SortedSetBaseCommands.zinterWithScores(glide.api.models.commands.WeightAggregateOptions.KeysOrWeightedKeys), SortedSetBaseCommands.zunionstore(java.lang.String, glide.api.models.commands.WeightAggregateOptions.KeysOrWeightedKeys, glide.api.models.commands.WeightAggregateOptions.Aggregate), and SortedSetBaseCommands.zinterstore(java.lang.String, glide.api.models.commands.WeightAggregateOptions.KeysOrWeightedKeys, glide.api.models.commands.WeightAggregateOptions.Aggregate).
|
| WeightAggregateOptions.Aggregate |
Option for the method of aggregating scores from multiple sets.
|
| WeightAggregateOptions.KeyArray |
Represents the keys of the sorted sets involved in the aggregation operation.
|
| WeightAggregateOptions.KeyArrayBinary |
Represents the keys of the sorted sets involved in the aggregation operation.
|
| WeightAggregateOptions.KeysOrWeightedKeys |
Basic interface.
|
| WeightAggregateOptions.KeysOrWeightedKeysBinary |
Basic interface.
|
| WeightAggregateOptions.WeightedKeys |
Represents the mapping of sorted set keys to their score weights.
|
| WeightAggregateOptions.WeightedKeysBinary |
Represents the mapping of sorted set keys to their score weights.
|
| XInfoStreamOptions |
|
| ZAddOptions |
|
| ZAddOptions.ConditionalChange |
|
| ZAddOptions.UpdateOptions |
|
| ZAddOptions.ZAddOptionsBuilder |
|
| ZScanOptions |
|
| ZScanOptions.ZScanOptionsBuilder<C extends ZScanOptions,B extends ZScanOptions.ZScanOptionsBuilder<C,B>> |
|
| ZScanOptionsBinary |
|
| ZScanOptionsBinary.ZScanOptionsBinaryBuilder<C extends ZScanOptionsBinary,B extends ZScanOptionsBinary.ZScanOptionsBinaryBuilder<C,B>> |
|