public class RaftLogEntry extends Object implements com.facebook.thrift.TBase, Serializable, Cloneable, Comparable<RaftLogEntry>
| Modifier and Type | Class and Description |
|---|---|
static class |
RaftLogEntry.Builder |
| Modifier and Type | Field and Description |
|---|---|
long |
cluster |
static int |
CLUSTER |
byte[] |
log_str |
static int |
LOG_STR |
long |
log_term |
static int |
LOG_TERM |
static Map<Integer,com.facebook.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
RaftLogEntry() |
RaftLogEntry(long cluster,
byte[] log_str,
long log_term) |
RaftLogEntry(RaftLogEntry other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
static RaftLogEntry.Builder |
builder() |
int |
compareTo(RaftLogEntry other) |
RaftLogEntry |
deepCopy()
Returns a copy of `this`.
|
boolean |
equals(Object _that) |
long |
getCluster() |
Object |
getFieldValue(int fieldID) |
byte[] |
getLog_str() |
long |
getLog_term() |
int |
hashCode() |
boolean |
isSetCluster() |
boolean |
isSetLog_str() |
boolean |
isSetLog_term() |
void |
read(com.facebook.thrift.protocol.TProtocol iprot)
Reads the TObject from the given input protocol.
|
RaftLogEntry |
setCluster(long cluster) |
void |
setClusterIsSet(boolean __value) |
void |
setFieldValue(int fieldID,
Object __value) |
RaftLogEntry |
setLog_str(byte[] log_str) |
void |
setLog_strIsSet(boolean __value) |
RaftLogEntry |
setLog_term(long log_term) |
void |
setLog_termIsSet(boolean __value) |
String |
toString() |
String |
toString(int indent,
boolean prettyPrint)
Creates an indented String representation for pretty printing
|
void |
unsetCluster() |
void |
unsetLog_str() |
void |
unsetLog_term() |
void |
validate() |
void |
write(com.facebook.thrift.protocol.TProtocol oprot)
Writes the objects out to the protocol
|
public long cluster
public byte[] log_str
public long log_term
public static final int CLUSTER
public static final int LOG_STR
public static final int LOG_TERM
public RaftLogEntry()
public RaftLogEntry(long cluster,
byte[] log_str,
long log_term)
public RaftLogEntry(RaftLogEntry other)
public static RaftLogEntry.Builder builder()
public RaftLogEntry deepCopy()
com.facebook.thrift.TBasex.getClass() == x.deepCopy().getClass() should be true for any
TBase.deepCopy in interface com.facebook.thrift.TBasepublic long getCluster()
public RaftLogEntry setCluster(long cluster)
public void unsetCluster()
public boolean isSetCluster()
public void setClusterIsSet(boolean __value)
public byte[] getLog_str()
public RaftLogEntry setLog_str(byte[] log_str)
public void unsetLog_str()
public boolean isSetLog_str()
public void setLog_strIsSet(boolean __value)
public long getLog_term()
public RaftLogEntry setLog_term(long log_term)
public void unsetLog_term()
public boolean isSetLog_term()
public void setLog_termIsSet(boolean __value)
public void setFieldValue(int fieldID,
Object __value)
public Object getFieldValue(int fieldID)
public int compareTo(RaftLogEntry other)
compareTo in interface Comparable<RaftLogEntry>public void read(com.facebook.thrift.protocol.TProtocol iprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBaseread in interface com.facebook.thrift.TBaseiprot - Input protocolcom.facebook.thrift.TExceptionpublic void write(com.facebook.thrift.protocol.TProtocol oprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBasewrite in interface com.facebook.thrift.TBaseoprot - Output protocolcom.facebook.thrift.TExceptionpublic String toString(int indent, boolean prettyPrint)
com.facebook.thrift.TBasetoString in interface com.facebook.thrift.TBaseindent - The level of indentation desiredprettyPrint - Set pretty printing on/offpublic void validate()
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.