public static class Translog.Index extends Object implements Translog.Operation
Translog.Operation.Type| 修飾子とタイプ | フィールドと説明 |
|---|---|
static int |
SERIALIZATION_FORMAT |
| コンストラクタと説明 |
|---|
Index() |
Index(Engine.Index index) |
Index(String type,
String id,
byte[] source) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(Object o) |
long |
estimateSize() |
Translog.Source |
getSource() |
int |
hashCode() |
String |
id() |
Translog.Operation.Type |
opType() |
String |
parent() |
void |
readFrom(StreamInput in) |
String |
routing() |
BytesReference |
source() |
long |
timestamp() |
String |
toString() |
long |
ttl() |
String |
type() |
long |
version() |
VersionType |
versionType() |
void |
writeTo(StreamOutput out) |
public static final int SERIALIZATION_FORMAT
public Index()
public Index(Engine.Index index)
public Translog.Operation.Type opType()
opType インタフェース内 Translog.Operationpublic long estimateSize()
estimateSize インタフェース内 Translog.Operationpublic String type()
public String id()
public String routing()
public String parent()
public long timestamp()
public long ttl()
public BytesReference source()
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.