public static class Translog.Create extends Object implements Translog.Operation
Translog.Operation.Type| 修飾子とタイプ | フィールドと説明 |
|---|---|
static int |
SERIALIZATION_FORMAT |
| コンストラクタと説明 |
|---|
Create() |
Create(Engine.Create create) |
Create(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 Create()
public Create(Engine.Create create)
public Translog.Operation.Type opType()
opType インタフェース内 Translog.Operationpublic long estimateSize()
estimateSize インタフェース内 Translog.Operationpublic String id()
public BytesReference source()
public String type()
public String routing()
public String parent()
public long timestamp()
public long ttl()
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.