public static class Translog.Delete extends java.lang.Object implements Translog.Operation
Translog.Operation.Type| Modifier and Type | Field and Description |
|---|---|
static int |
FORMAT_5_0 |
static int |
SERIALIZATION_FORMAT |
| Constructor and Description |
|---|
Delete(Engine.Delete delete,
Engine.DeleteResult deleteResult) |
Delete(java.lang.String type,
java.lang.String id,
long seqNo,
org.apache.lucene.index.Term uid)
utility for testing
|
Delete(java.lang.String type,
java.lang.String id,
org.apache.lucene.index.Term uid,
long seqNo,
long primaryTerm,
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() |
long |
primaryTerm() |
long |
seqNo() |
java.lang.String |
toString() |
java.lang.String |
type() |
org.apache.lucene.index.Term |
uid() |
long |
version() |
VersionType |
versionType() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitreadOperation, writeOperationpublic static final int FORMAT_5_0
public static final int SERIALIZATION_FORMAT
public Delete(Engine.Delete delete, Engine.DeleteResult deleteResult)
public Delete(java.lang.String type,
java.lang.String id,
long seqNo,
org.apache.lucene.index.Term uid)
public Delete(java.lang.String type,
java.lang.String id,
org.apache.lucene.index.Term uid,
long seqNo,
long primaryTerm,
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 seqNo()
seqNo in interface Translog.Operationpublic long primaryTerm()
primaryTerm in interface Translog.Operationpublic long version()
public VersionType versionType()
public Translog.Source getSource()
getSource in interface Translog.Operationpublic 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