JavaScript is disabled on your browser.
Skip navigation links
Spring Data Redis
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
org.springframework.data.redis.domain.geo.Metrics
Packages that use
Metrics
Package
Description
org.springframework.data.redis.domain.geo
Uses of
Metrics
in
org.springframework.data.redis.domain.geo
Methods in
org.springframework.data.redis.domain.geo
that return
Metrics
Modifier and Type
Method
Description
static
Metrics
Metrics.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Metrics
[]
Metrics.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.