public static class Translog.DeleteByQuery extends Object implements Translog.Operation
Translog.Operation.Type| Modifier and Type | Field and Description |
|---|---|
static int |
SERIALIZATION_FORMAT |
| Constructor and Description |
|---|
DeleteByQuery() |
DeleteByQuery(BytesReference source,
String[] filteringAliases,
String... types) |
DeleteByQuery(Engine.DeleteByQuery deleteByQuery) |
| Modifier and Type | Method and Description |
|---|---|
long |
estimateSize() |
String[] |
filteringAliases() |
Translog.Source |
getSource() |
Translog.Operation.Type |
opType() |
void |
readFrom(StreamInput in) |
BytesReference |
source() |
String[] |
types() |
void |
writeTo(StreamOutput out) |
public static final int SERIALIZATION_FORMAT
public DeleteByQuery()
public DeleteByQuery(Engine.DeleteByQuery deleteByQuery)
public DeleteByQuery(BytesReference source, String[] filteringAliases, String... types)
public Translog.Operation.Type opType()
opType in interface Translog.Operationpublic long estimateSize()
estimateSize in interface Translog.Operationpublic BytesReference source()
public String[] filteringAliases()
public String[] types()
public Translog.Source getSource()
getSource in interface Translog.Operationpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionCopyright © 2009–2016. All rights reserved.