JavaScript is disabled on your browser.
Skip navigation links
Infinispan 15.1.0-SNAPSHOT
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
org.infinispan.persistence.rocksdb.configuration.Element
Packages that use
Element
Package
Description
org.infinispan.persistence.rocksdb.configuration
Configuration for
RocksDBStore
.
Uses of
Element
in
org.infinispan.persistence.rocksdb.configuration
Methods in
org.infinispan.persistence.rocksdb.configuration
that return
Element
Modifier and Type
Method
Description
static
Element
Element.
forName
(
String
localName)
static
Element
Element.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Element
[]
Element.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.