@Deprecated public static class Translog.DeleteByQuery extends Object implements Translog.Operation
Translog.Operation.Type| 修飾子とタイプ | フィールドと説明 |
|---|---|
static int |
SERIALIZATION_FORMAT
非推奨です。
|
| コンストラクタと説明 |
|---|
DeleteByQuery()
非推奨です。
|
DeleteByQuery(BytesReference source,
String[] filteringAliases,
String... types)
非推奨です。
|
DeleteByQuery(Engine.DeleteByQuery deleteByQuery)
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(Object o)
非推奨です。
|
long |
estimateSize()
非推奨です。
|
String[] |
filteringAliases()
非推奨です。
|
Translog.Source |
getSource()
非推奨です。
|
int |
hashCode()
非推奨です。
|
Translog.Operation.Type |
opType()
非推奨です。
|
void |
readFrom(StreamInput in)
非推奨です。
|
BytesReference |
source()
非推奨です。
|
String |
toString()
非推奨です。
|
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 インタフェース内 Translog.Operationpublic long estimateSize()
estimateSize インタフェース内 Translog.Operationpublic BytesReference source()
public String[] filteringAliases()
public String[] types()
public Translog.Source getSource()
getSource インタフェース内 Translog.Operationpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.