Package | Description |
---|---|
org.elasticsearch.search.internal |
Modifier and Type | Method and Description |
---|---|
static SearchContext.Lifetime |
SearchContext.Lifetime.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchContext.Lifetime[] |
SearchContext.Lifetime.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchContext.addReleasable(Releasable releasable,
SearchContext.Lifetime lifetime)
Schedule the release of a resource.
|
void |
SearchContext.clearReleasables(SearchContext.Lifetime lifetime) |
Copyright © 2009–2015. All rights reserved.