@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2019-08-15") public class ReplicationInfo extends java.lang.Object implements org.apache.thrift.TBase<ReplicationInfo,ReplicationInfo._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ReplicationInfo>
Modifier and Type | Class and Description |
---|---|
static class |
ReplicationInfo._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
long |
lastEventId |
static java.util.Map<ReplicationInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
long |
version |
Constructor and Description |
---|
ReplicationInfo() |
ReplicationInfo(ReplicationInfo other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(ReplicationInfo other) |
ReplicationInfo |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(ReplicationInfo that) |
ReplicationInfo._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(ReplicationInfo._Fields field) |
long |
getLastEventId() |
long |
getVersion() |
int |
hashCode() |
boolean |
isSet(ReplicationInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetLastEventId()
Returns true if field lastEventId is set (has been assigned a value) and false otherwise
|
boolean |
isSetVersion()
Returns true if field version is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(ReplicationInfo._Fields field,
java.lang.Object value) |
ReplicationInfo |
setLastEventId(long lastEventId) |
void |
setLastEventIdIsSet(boolean value) |
ReplicationInfo |
setVersion(long version) |
void |
setVersionIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetLastEventId() |
void |
unsetVersion() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public long version
public long lastEventId
public static final java.util.Map<ReplicationInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ReplicationInfo()
public ReplicationInfo(ReplicationInfo other)
public ReplicationInfo deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ReplicationInfo,ReplicationInfo._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ReplicationInfo,ReplicationInfo._Fields>
public long getVersion()
public ReplicationInfo setVersion(long version)
public void unsetVersion()
public boolean isSetVersion()
public void setVersionIsSet(boolean value)
public long getLastEventId()
public ReplicationInfo setLastEventId(long lastEventId)
public void unsetLastEventId()
public boolean isSetLastEventId()
public void setLastEventIdIsSet(boolean value)
public void setFieldValue(ReplicationInfo._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<ReplicationInfo,ReplicationInfo._Fields>
public java.lang.Object getFieldValue(ReplicationInfo._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ReplicationInfo,ReplicationInfo._Fields>
public boolean isSet(ReplicationInfo._Fields field)
isSet
in interface org.apache.thrift.TBase<ReplicationInfo,ReplicationInfo._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(ReplicationInfo that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(ReplicationInfo other)
compareTo
in interface java.lang.Comparable<ReplicationInfo>
public ReplicationInfo._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ReplicationInfo,ReplicationInfo._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ReplicationInfo,ReplicationInfo._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<ReplicationInfo,ReplicationInfo._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException