| Modifier and Type | Field and Description |
|---|---|
static Engine |
NOT_EXISTS
|
| Constructor and Description |
|---|
GetResult(boolean exists, long version, Translog
|
GetResult(Engine
|
| Modifier and Type | Method and Description |
|---|---|
Versions |
docIdAndVersion()
|
boolean |
exists()
|
void |
release()
|
Engine |
searcher()
|
Translog |
source()
|
long |
version()
|
public static final Engine.GetResult NOT_EXISTS
public GetResult(boolean exists,
long version,
@Nullable
Translog.Source source) public GetResult(Engine.Searcher searcher, Versions .DocIdAndVersion docIdAndVersion)
public boolean exists()
public long version()
@Nullable public Translog.Source source()
public Engine.Searcher searcher()
public Versions.DocIdAndVersion docIdAndVersion()
public void release()