public static class Translog.Create extends Objectimplements Translog .Operation
Translog.Operation.Type | Modifier and Type | Field and Description |
|---|---|
static int |
SERIALIZATION_FORMAT
|
| Constructor and Description |
|---|
Create()
|
Create(Engine
|
Create(String
|
| Modifier and Type | Method and Description |
|---|---|
long |
estimateSize()
|
Translog |
getSource()
|
String |
id()
|
Translog |
opType()
|
String |
parent()
|
void |
readFrom(StreamInput
|
String |
routing()
|
BytesReference |
source()
|
long |
timestamp()
|
long |
ttl()
|
String |
type()
|
long |
version()
|
VersionType |
versionType()
|
void |
writeTo(StreamOutput
|
public static final int SERIALIZATION_FORMAT
public Create()
public Create(Engine.Create create)
public Translog.Operation .Type opType()
public long estimateSize()
public Stringid()
public BytesReferencesource()
public Stringtype()
public Stringrouting()
public Stringparent()
public long timestamp()
public long ttl()
public long version()
public VersionTypeversionType()
public Translog.Source getSource()
public void readFrom(StreamInputin) throws IOException
readFrom in interface
Streamable
IOException
public void writeTo(StreamOutputout) throws IOException
writeTo in interface
Streamable
IOException