JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.elasticsearch.indices.analysis
Interface PreBuiltCacheFactory.PreBuiltCache<T>
Enclosing class:
PreBuiltCacheFactory
public static interface
PreBuiltCacheFactory.PreBuiltCache<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
get
(
Version
version)
void
put
(
Version
version,
T
t)
Collection
<
T
>
values
()
Method Details
get
T
get
(
Version
version)
put
void
put
(
Version
version,
T
t)
values
Collection
<
T
>
values
()