public static class Translog.Delete extends java.lang.Object implements Translog.Operation
Translog.Operation.TypeWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field and Description |
|---|---|
static int |
FORMAT_5_0 |
| Constructor and Description |
|---|
Delete(Engine.Delete delete,
Engine.DeleteResult deleteResult) |
Delete(StreamInput in) |
Delete(java.lang.String type,
java.lang.String id,
org.apache.lucene.index.Term uid) |
Delete(java.lang.String type,
java.lang.String id,
org.apache.lucene.index.Term uid,
long version,
VersionType versionType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
long |
estimateSize() |
Translog.Source |
getSource() |
int |
hashCode() |
java.lang.String |
id() |
Translog.Operation.Type |
opType() |
java.lang.String |
toString() |
java.lang.String |
type() |
org.apache.lucene.index.Term |
uid() |
long |
version() |
VersionType |
versionType() |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitreadType, writeTypepublic static final int FORMAT_5_0
public Delete(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic Delete(Engine.Delete delete, Engine.DeleteResult deleteResult)
public Delete(java.lang.String type,
java.lang.String id,
org.apache.lucene.index.Term uid)
public Delete(java.lang.String type,
java.lang.String id,
org.apache.lucene.index.Term uid,
long version,
VersionType versionType)
public Translog.Operation.Type opType()
opType in interface Translog.Operationpublic long estimateSize()
estimateSize in interface Translog.Operationpublic java.lang.String type()
public java.lang.String id()
public org.apache.lucene.index.Term uid()
public long version()
public VersionType versionType()
public Translog.Source getSource()
getSource in interface Translog.Operationpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object