@Deprecated public static class Translog.DeleteByQuery extends Object implements Translog.Operation
Translog.Operation.Type| Modifier and Type | Field and Description |
|---|---|
static int |
SERIALIZATION_FORMAT
Deprecated.
|
| Constructor and Description |
|---|
Translog.DeleteByQuery()
Deprecated.
|
Translog.DeleteByQuery(BytesReference source,
String[] filteringAliases,
String... types)
Deprecated.
|
Translog.DeleteByQuery(Engine.DeleteByQuery deleteByQuery)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
long |
estimateSize()
Deprecated.
|
String[] |
filteringAliases()
Deprecated.
|
Translog.Source |
getSource()
Deprecated.
|
int |
hashCode()
Deprecated.
|
Translog.Operation.Type |
opType()
Deprecated.
|
void |
readFrom(StreamInput in)
Deprecated.
|
BytesReference |
source()
Deprecated.
|
String |
toString()
Deprecated.
|
String[] |
types()
Deprecated.
|
void |
writeTo(StreamOutput out)
Deprecated.
|
public static final int SERIALIZATION_FORMAT
public Translog.DeleteByQuery()
public Translog.DeleteByQuery(Engine.DeleteByQuery deleteByQuery)
public Translog.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–2017. All rights reserved.