| Package | Description |
|---|---|
| org.elasticsearch.index.engine | |
| org.elasticsearch.index.translog |
| Modifier and Type | Method and Description |
|---|---|
Engine.DeleteByQuery |
Engine.DeleteByQuery.endTime(long endTime) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Engine.delete(Engine.DeleteByQuery delete)
Deprecated.
This was removed, but we keep this API so translog can replay any DBQs on upgrade.
|
void |
InternalEngine.delete(Engine.DeleteByQuery delete)
Deprecated.
This was removed, but we keep this API so translog can replay any DBQs on upgrade.
|
void |
ShadowEngine.delete(Engine.DeleteByQuery delete)
Deprecated.
This was removed, but we keep this API so translog can replay any DBQs on upgrade.
|
| Constructor and Description |
|---|
DeleteByQueryFailedEngineException(ShardId shardId,
Engine.DeleteByQuery deleteByQuery,
Throwable cause)
Deprecated.
|
| Constructor and Description |
|---|
Translog.DeleteByQuery(Engine.DeleteByQuery deleteByQuery)
Deprecated.
|
Copyright © 2009–2017. All rights reserved.