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.Operation
public long estimateSize()
estimateSize
in interface Translog.Operation
public BytesReference source()
public String[] filteringAliases()
public String[] types()
public Translog.Source getSource()
getSource
in interface Translog.Operation
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
IOException
Copyright © 2009–2015. All rights reserved.