JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum Class
com.hw.pinecone.entity.index.Metric
Packages that use
Metric
Package
Description
com.hw.pinecone.entity.index
Uses of
Metric
in
com.hw.pinecone.entity.index
Methods in
com.hw.pinecone.entity.index
that return
Metric
Modifier and Type
Method
Description
static
Metric
Metric.
fromValue
(
String
value)
static
Metric
Metric.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Metric
[]
Metric.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.