java.lang.Object
org.elasticsearch.index.engine.Engine.Get
- Enclosing class:
Engine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongid()booleanbooleanrealtime()setIfPrimaryTerm(long primaryTerm) setIfSeqNo(long seqNo) org.apache.lucene.util.BytesRefuid()longversion()version(long version) versionType(VersionType versionType)
-
Constructor Details
-
Get
-
-
Method Details
-
realtime
public boolean realtime() -
id
-
uid
public org.apache.lucene.util.BytesRef uid() -
version
public long version() -
version
-
versionType
-
versionType
-
isReadFromTranslog
public boolean isReadFromTranslog() -
setIfSeqNo
-
getIfSeqNo
public long getIfSeqNo() -
setIfPrimaryTerm
-
getIfPrimaryTerm
public long getIfPrimaryTerm()
-