public static class Translog.Delete extends Object implements Translog.Operation
Translog.Operation.Type| 修飾子とタイプ | フィールドと説明 |
|---|---|
static int |
SERIALIZATION_FORMAT |
| コンストラクタと説明 |
|---|
Delete() |
Delete(Engine.Delete delete) |
Delete(org.apache.lucene.index.Term uid) |
Delete(org.apache.lucene.index.Term uid,
long version,
VersionType versionType) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(Object o) |
long |
estimateSize() |
Translog.Source |
getSource() |
int |
hashCode() |
Translog.Operation.Type |
opType() |
void |
readFrom(StreamInput in) |
String |
toString() |
org.apache.lucene.index.Term |
uid() |
long |
version() |
VersionType |
versionType() |
void |
writeTo(StreamOutput out) |
public static final int SERIALIZATION_FORMAT
public Delete()
public Delete(Engine.Delete delete)
public Delete(org.apache.lucene.index.Term uid)
public Delete(org.apache.lucene.index.Term uid,
long version,
VersionType versionType)
public Translog.Operation.Type opType()
opType インタフェース内 Translog.Operationpublic long estimateSize()
estimateSize インタフェース内 Translog.Operationpublic org.apache.lucene.index.Term uid()
public long version()
public VersionType versionType()
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.